@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');
:root {
  --ink: #0d0d0d;
  --charcoal: #1f1f1f;
  --gold: #c8a15a;
  --gold-deep: #a97828;
  --gold-pale: #e7d9b6;
  --ivory: #faf7f2;
  --paper: #f5f0e7;
  --white: #ffffff;
  --muted: #6d6a64;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  align-items: center;
  background: rgba(250, 247, 242, .94);
  border-bottom: 1px solid rgba(13,13,13,.08);
  display: grid;
  gap: 18px;
  grid-template-columns: 250px minmax(0, 1fr) 250px;
  height: 78px;
  padding: 0 clamp(24px, 5vw, 78px);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
}
.logo-link { text-decoration: none; justify-self: start; }
.brand-mark { align-items: center; display: inline-flex; gap: 14px; }
.brand-icon { display: block; height: 54px; object-fit: contain; width: 45px; }
.brand-word { font-size: 15px; font-weight: 600; letter-spacing: .28em; }
.brand-mark--light .brand-icon { filter: brightness(0) invert(1); }
.brand-mark--light .brand-word { color: white; }
.desktop-nav { align-items: center; display: flex; gap: clamp(16px, 2vw, 30px); justify-content: center; min-width: 0; }
.desktop-nav a { font-size: 11px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover { color: var(--gold-deep); }
.header-cta { justify-self: end; }
.mobile-nav { display: none; }

.button {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .09em;
  min-height: 44px;
  padding: 13px 23px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--gold { background: linear-gradient(135deg, var(--gold-deep), #d7ae5f); color: white; box-shadow: 0 9px 30px rgba(169,120,40,.18); }
.button--gold:hover { background: var(--ink); color: var(--gold-pale); }

.hero {
  background: radial-gradient(circle at 76% 42%, white 0, rgba(255,255,255,.85) 25%, rgba(250,247,242,.2) 58%), linear-gradient(110deg, #faf9f6 0%, #f6f1e8 100%);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
  min-height: 720px;
  overflow: hidden;
  padding: 78px clamp(30px, 6.5vw, 104px) 68px;
  position: relative;
}
.hero::after { background: linear-gradient(90deg, transparent, rgba(200,161,90,.14), transparent); bottom: 0; content: ""; height: 1px; left: 5%; position: absolute; right: 5%; }
.hero-copy { align-self: center; max-width: 650px; position: relative; z-index: 2; }
.eyebrow { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .18em; margin: 0 0 18px; text-transform: uppercase; }
.hero-crown { color: var(--gold-deep); font-size: 46px; line-height: .8; margin-bottom: 10px; }
.hero h1 { font-family: var(--serif); font-size: clamp(58px, 6.3vw, 92px); font-weight: 600; letter-spacing: -.045em; line-height: .98; margin: 0; }
.hero h1 em { color: var(--gold-deep); font-style: italic; }
.hero-lead { color: #4d4a45; font-size: 17px; line-height: 1.8; margin: 28px 0 32px; max-width: 570px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; }
.text-link { align-items: center; display: inline-flex; font-size: 11px; font-weight: 700; gap: 9px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-deep); display: grid; font-size: 8px; height: 28px; place-items: center; width: 28px; }
.hero-proof { color: var(--muted); font-size: 11px; letter-spacing: .02em; margin: 27px 0 0; }
.hero-proof b { color: var(--gold-deep); font-family: var(--serif); font-size: 20px; margin-right: 4px; }
.hero-art { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 520px; position: relative; }
.hero-watermark { color: rgba(200,161,90,.08); font-family: var(--serif); font-size: clamp(380px, 42vw, 640px); line-height: .75; position: absolute; right: -4vw; top: 1%; }
.monogram { filter: drop-shadow(0 25px 22px rgba(13,13,13,.12)); height: auto; max-width: 420px; position: relative; width: min(74%,420px); z-index: 1; }
.hero-art p { color: var(--gold-deep); font-family: var(--serif); font-size: 15px; font-style: italic; letter-spacing: .04em; margin-top: 28px; position: relative; z-index: 2; }

.benefit-band { background: radial-gradient(circle at 50% -40%,#292d31,#121518 54%,#0c0e10); color: white; padding: 56px clamp(26px, 5vw, 80px) 68px; }
.section-intro { margin: 0 auto 38px; max-width: 900px; text-align: center; }
.section-intro h2 { font-family: var(--serif); font-size: clamp(24px, 2.2vw, 34px); font-weight: 600; margin: 0; }
.section-intro h2 span, .section-intro h2 em { color: var(--gold); }
.section-intro h2 em { font-style: italic; }
.benefit-grid { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0 auto; max-width: 1380px; }
.benefit { border-left: 1px solid rgba(255,255,255,.12); min-height: 186px; padding: 18px 25px; text-align: center; }
.benefit:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.line-icon { display: block; fill: none; height: 44px; margin: 0 auto 18px; overflow: visible; stroke: currentColor; width: 44px; }
.benefit .line-icon { color: var(--gold); }
.benefit h3 { font-family: var(--serif); font-size: 16px; margin: 0 0 10px; }
.benefit p { color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; margin: 0; }

.editorial-section { padding: 110px clamp(30px, 7vw, 112px); }
.section-folio { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .18em; margin: 0 auto 34px; max-width: 1320px; }
.editorial-grid { display: grid; gap: 9vw; grid-template-columns: 1.15fr .85fr; margin: 0 auto; max-width: 1320px; }
.editorial-grid h2, .section-heading h2, .portfolio-heading h2, .pricing-copy h2, .story-copy h2, .final-cta h2 { font-family: var(--serif); font-size: clamp(42px, 4.5vw, 68px); font-weight: 600; letter-spacing: -.035em; line-height: 1.06; margin: 0 0 26px; }
.editorial-grid p, .pricing-copy p, .story-copy p { color: #514d47; font-size: 15px; line-height: 1.85; }
.editorial-grid .lead, .story-copy .lead { color: var(--ink); font-size: 18px; }
.editorial-grid blockquote { align-self: center; border-left: 1px solid var(--gold); font-family: var(--serif); font-size: clamp(34px, 3.5vw, 54px); line-height: 1.14; margin: 0; padding: 30px 0 30px clamp(30px, 4vw, 62px); position: relative; }
.quote-mark { color: var(--gold); display: block; font-size: 76px; height: 55px; line-height: 1; }

.comparison-section { background: #f3efe8; padding: 105px clamp(30px, 7vw, 112px); }
.section-heading { margin: 0 auto 48px; max-width: 840px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { font-size: clamp(38px, 4vw, 58px); }
.section-heading > p:last-child { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; }
.comparison-grid { display: grid; grid-template-columns: 1fr 72px 1fr; margin: 0 auto; max-width: 1120px; }
.comparison-card { min-height: 370px; padding: clamp(36px, 5vw, 70px); }
.comparison-card--muted { background: white; border: 1px solid #dbd6cd; }
.comparison-card--gold { background: var(--ivory); border: 1px solid var(--gold); }
.card-kicker { color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .17em; margin: 0 0 22px; text-transform: uppercase; }
.comparison-card h3 { font-family: var(--serif); font-size: clamp(28px, 2.8vw, 42px); font-weight: 600; line-height: 1.15; margin: 0 0 28px; }
.comparison-card ul { list-style: none; margin: 0; padding: 0; }
.comparison-card li { border-top: 1px solid #e4ded4; color: #554f47; font-size: 13px; padding: 12px 0 12px 24px; position: relative; }
.comparison-card--muted li::before { color: #9b958d; content: "×"; font-weight: 700; left: 2px; position: absolute; }
.comparison-card--gold li::before { color: var(--gold-deep); content: "✓"; font-weight: 700; left: 2px; position: absolute; }
.versus { align-self: center; background: var(--gold); border-radius: 50%; color: white; display: grid; font-family: var(--serif); font-weight: 700; height: 58px; margin: 0 auto; place-items: center; width: 58px; z-index: 2; }

.process-section { background: var(--ink); color: white; padding: 105px clamp(30px, 6vw, 96px); }
.section-heading--light h2 { color: white; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0 auto; max-width: 1320px; position: relative; }
.process-grid::before { border-top: 1px dashed rgba(200,161,90,.45); content: ""; left: 9%; position: absolute; right: 9%; top: 34px; }
.process-step { padding: 0 22px; position: relative; text-align: center; z-index: 1; }
.process-step > span { background: var(--ink); border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); display: grid; height: 68px; margin: 0 auto 24px; place-items: center; width: 68px; }
.process-step .line-icon { height: 30px; margin: 0; width: 30px; }
.process-step h3 { font-family: var(--serif); font-size: 17px; margin: 0 0 11px; }
.process-step p { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; margin: 0; }
.process-cta { margin-top: 48px; text-align: center; }

.portfolio-section { background: var(--ivory); padding: 110px clamp(30px, 6vw, 96px); }
.portfolio-heading { align-items: end; display: grid; gap: 7vw; grid-template-columns: 1.4fr .6fr; margin: 0 auto 55px; max-width: 1320px; }
.portfolio-heading h2 { font-size: clamp(42px, 4.5vw, 66px); margin-bottom: 0; }
.portfolio-heading > p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.portfolio-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 1320px; }
.portfolio-card { background: #171717; color: white; min-height: 300px; overflow: hidden; padding: 46px; position: relative; }
.portfolio-card::after { border: 1px solid rgba(200,161,90,.35); content: ""; inset: 13px; pointer-events: none; position: absolute; }
.portfolio-card--2, .portfolio-card--5 { background: #eee6d9; color: var(--ink); }
.portfolio-card--3 { background: linear-gradient(145deg,#5c301d,#23130e); }
.portfolio-card--4 { background: linear-gradient(145deg,#0d0d0d,#252b2e); }
.portfolio-card--6 { background: linear-gradient(145deg,#343434,#111); }
.portfolio-symbol { color: var(--gold); display: block; font-size: 28px; margin-bottom: 32px; }
.portfolio-card h3 { font-family: var(--serif); font-size: 25px; letter-spacing: .04em; margin: 0 0 10px; max-width: 270px; }
.portfolio-location { color: var(--gold)!important; font-size: 9px!important; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.portfolio-card p { color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.65; max-width: 290px; position: relative; z-index: 2; }
.portfolio-card--2 p, .portfolio-card--5 p { color: #655e55; }

.pricing-section { align-items: stretch; background: #eee8dd; display: grid; gap: 8vw; grid-template-columns: 1.1fr .9fr; padding: 110px clamp(30px, 8vw, 128px); }
.pricing-copy { align-self: center; max-width: 680px; }
.pricing-copy h2 { font-size: clamp(44px, 4.5vw, 68px); }
.pricing-note { border-left: 2px solid var(--gold); font-size: 12px!important; margin-top: 28px; padding-left: 20px; }
.pricing-card { background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: center; min-height: 560px; padding: clamp(42px, 6vw, 78px); }
.pricing-label { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.pricing-card strong { color: var(--gold); font-family: var(--serif); font-size: clamp(96px, 11vw, 150px); font-weight: 600; line-height: 1; margin-top: 20px; }
.pricing-card h3 { font-family: var(--serif); font-size: 26px; margin: 0 0 20px; }
.pricing-rule { background: rgba(255,255,255,.12); height: 1px; margin-bottom: 18px; }
.pricing-card p { color: rgba(255,255,255,.58); font-size: 13px; margin: 6px 0; }
.pricing-card .button { align-self: flex-start; margin-top: 30px; }

.story-section { background: var(--ivory); display: grid; grid-template-columns: .85fr 1.15fr; }
.story-monogram { align-items: center; background: radial-gradient(circle at center,#343434,#0d0d0d 65%); display: flex; flex-direction: column; justify-content: center; min-height: 760px; overflow: hidden; position: relative; }
.story-monogram::after { border: 1px solid rgba(200,161,90,.35); content: ""; inset: 28px; position: absolute; }
.story-monogram img { max-height: 600px; position: relative; width: 72%; z-index: 1; }
.story-copy { align-self: center; max-width: 780px; padding: 90px clamp(45px, 7vw, 110px); }
.story-copy h2 { font-size: clamp(44px, 4.5vw, 67px); }
.story-stats { border-bottom: 1px solid #ddd4c5; border-top: 1px solid #ddd4c5; display: grid; grid-template-columns: repeat(3,1fr); margin: 35px 0; padding: 24px 0; }
.story-stats div { display: flex; flex-direction: column; }
.story-stats b { color: var(--gold-deep); font-family: var(--serif); font-size: 34px; }
.story-stats span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.signature { color: var(--ink)!important; font-family: var(--serif); font-size: 21px!important; font-style: italic; }
.signature span { color: var(--gold-deep); display: block; font-family: var(--sans); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.faq-section { background: white; padding: 110px clamp(30px, 8vw, 128px); }
.faq-list { border-top: 1px solid #d9d3ca; margin: 0 auto; max-width: 980px; }
.faq-list details { border-bottom: 1px solid #d9d3ca; }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--serif); font-size: 20px; font-weight: 600; justify-content: space-between; list-style: none; padding: 24px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-deep); font-family: var(--sans); font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 13px; line-height: 1.8; margin: 0; max-width: 760px; padding: 0 50px 25px 0; }

.final-cta { align-items: center; background: #efe7d9; display: grid; gap: 5vw; grid-template-columns: .35fr 1fr auto; padding: 70px clamp(30px, 7vw, 112px); }
.final-crown { color: var(--gold-deep); height: clamp(90px,10vw,150px); width: clamp(110px,12vw,180px); }
.final-cta h2 { font-size: clamp(38px, 4vw, 58px); margin-bottom: 12px; }
.final-cta h2 em { color: var(--gold-deep); font-style: normal; }
.final-cta p:not(.eyebrow) { color: var(--muted); font-size: 13px; }

.site-footer { background: linear-gradient(120deg,#101215,#191d20); color: white; display: grid; gap: 44px; grid-template-columns: 1.6fr repeat(3, 1fr); padding: 75px clamp(30px, 6vw, 96px) 30px; }
.footer-brand p, .site-footer div > p { color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.8; max-width: 320px; }
.site-footer h3 { color: var(--gold); font-size: 9px; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
.site-footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; gap: 11px; }
.site-footer a { color: rgba(255,255,255,.62); font-size: 11px; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); display: flex; font-size: 9px; grid-column: 1/-1; justify-content: space-between; letter-spacing: .08em; margin-top: 20px; padding-top: 24px; text-transform: uppercase; }

.legal-page { margin: 0 auto; max-width: 820px; min-height: 100vh; padding: 90px 28px; }
.legal-page h1 { font-family: var(--serif); font-size: clamp(48px, 7vw, 78px); font-weight: 600; letter-spacing: -.04em; margin: 0 0 38px; }
.legal-page p { color: #514d47; font-size: 15px; line-height: 1.9; }
.legal-page a { color: var(--gold-deep); }
.legal-back { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; margin-bottom: 70px; text-decoration: none; text-transform: uppercase; }
.legal-updated { border-top: 1px solid var(--gold-pale); margin-top: 42px; padding-top: 22px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; justify-self: end; position: relative; }
  .mobile-nav summary { cursor: pointer; display: flex; flex-direction: column; gap: 5px; list-style: none; padding: 10px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { background: var(--ink); display: block; height: 1px; width: 25px; }
  .mobile-nav-panel { background: var(--ivory); border: 1px solid #ded6c9; box-shadow: 0 24px 55px rgba(13,13,13,.18); display: flex; flex-direction: column; gap: 4px; min-width: 260px; padding: 18px; position: absolute; right: 0; top: 48px; }
  .mobile-nav-panel > a:not(.button) { border-bottom: 1px solid #e6dfd3; font-size: 12px; padding: 11px 5px; text-decoration: none; }
  .mobile-nav-panel .button { margin-top: 10px; }
  .hero { grid-template-columns: 1fr .8fr; min-height: 640px; }
  .hero-art { min-height: 440px; }
  .benefit-grid { grid-template-columns: repeat(3,1fr); }
  .benefit:nth-child(4) { border-left: 1px solid rgba(255,255,255,.12); }
  .benefit { border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-grid { gap: 28px; grid-template-columns: repeat(3,1fr); }
  .process-grid::before { display: none; }
  .portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .final-cta { grid-template-columns: .35fr 1fr; }
  .final-cta .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 20px; }
  .brand-word { font-size: 12px; }
  .brand-icon { height: 45px; transform: scale(.86); transform-origin: left center; width: 32px; }
  .hero { display: block; min-height: auto; padding: 70px 24px 58px; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-art { min-height: 310px; }
  .hero-watermark { font-size: 330px; right: -80px; top: 16%; }
  .monogram { width: min(78%,300px); }
  .benefit-band { padding: 50px 22px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit { padding: 24px 15px; }
  .editorial-section, .comparison-section, .process-section, .portfolio-section, .pricing-section, .faq-section { padding: 78px 24px; }
  .editorial-grid { gap: 45px; grid-template-columns: 1fr; }
  .editorial-grid blockquote { border-left: 0; border-top: 1px solid var(--gold); padding: 35px 0 0; }
  .comparison-grid { grid-template-columns: 1fr; }
  .versus { margin: -13px auto; }
  .comparison-card { min-height: auto; padding: 38px 28px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { display: grid; gap: 5px 18px; grid-template-columns: 58px 1fr; padding: 0; text-align: left; }
  .process-step > span { grid-row: 1/3; height: 54px; margin: 0; width: 54px; }
  .process-step h3 { align-self: end; }
  .portfolio-heading { align-items: start; gap: 20px; grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card { min-height: 260px; padding: 42px; }
  .pricing-section { grid-template-columns: 1fr; }
  .pricing-card { min-height: auto; }
  .story-section { grid-template-columns: 1fr; }
  .story-monogram { min-height: 480px; }
  .story-copy { padding: 78px 24px; }
  .story-stats { gap: 15px; }
  .story-stats b { font-size: 27px; }
  .final-cta { gap: 25px; grid-template-columns: 1fr; padding: 70px 24px; text-align: center; }
  .final-crown { line-height: .7; }
  .final-cta .button { grid-column: auto; justify-self: stretch; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 62px 24px 28px; }
  .footer-brand { grid-column: 1/-1; }
  .site-footer > div:nth-child(4) { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none!important; }
}
