:root {
  --ink: #071423;
  --ink-soft: #0d1d2e;
  --gold: #c7923f;
  --gold-light: #e4bd73;
  --rust: #a64f2a;
  --olive: #58683b;
  --paper: #f7f3ea;
  --white: #fffdf8;
  --muted: #aab2ba;
  --line: rgba(255, 255, 255, 0.16);
  --content: min(1240px, calc(100vw - 96px));
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; color: var(--ink); background: var(--white); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; padding: 0 max(48px, calc((100vw - 1440px) / 2)); color: var(--white); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease; }
.site-header.is-scrolled { background: rgba(7, 20, 35, .94); border-color: var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); color: var(--gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 17px; font-weight: 600; }
.brand-name { font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: var(--white); font-size: 13px; font-weight: 500; text-decoration: none; }
.site-nav a:not(.nav-cta) { border-bottom: 1px solid transparent; }
.site-nav a:not(.nav-cta):hover { border-color: var(--gold); }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(228, 189, 115, .7); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; color: var(--white); background: transparent; border: 0; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 980px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media { position: absolute; inset: var(--header-h) 0 0 36%; display: grid; place-items: center; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: contain; object-position: right center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(7,20,35,.98) 27%, rgba(7,20,35,.76) 48%, rgba(7,20,35,.08) 73%); }
.hero-copy { position: relative; z-index: 2; width: min(630px, 46vw); margin-left: max(48px, calc((100vw - 1440px) / 2)); padding-top: clamp(190px, 25vh, 290px); }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: .98; }
h1 { margin-bottom: 26px; font-size: clamp(58px, 6.3vw, 100px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }
.hero-copy > p:not(.eyebrow) { max-width: 550px; margin: 0 0 34px; color: #d8dce0; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-light); }
.button-gold:hover { background: var(--white); }
.button-outline { color: var(--white); border-color: rgba(228, 189, 115, .68); }
.button-outline:hover { color: var(--ink); background: var(--gold-light); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 13px; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.4); }
.text-link:hover { border-color: var(--gold-light); }
.text-link-dark { color: var(--ink); border-color: rgba(7,20,35,.35); }
.scroll-cue { position: absolute; z-index: 3; bottom: 30px; left: max(48px, calc((100vw - 1440px) / 2)); display: flex; gap: 16px; color: var(--muted); font-size: 11px; text-decoration: none; text-transform: uppercase; }

.division-bridge, .insights { padding: 126px 0; background: var(--paper); }
.section-intro, .division-lines, .insight-list { width: var(--content); margin-inline: auto; }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; align-items: start; margin-bottom: 72px; }
.section-intro h2 { max-width: 820px; margin: 0; font-size: clamp(48px, 5.2vw, 78px); }
.section-intro h2 em { color: var(--rust); }
.division-line { display: grid; grid-template-columns: 80px 1fr auto; gap: 34px; align-items: center; padding: 38px 0; border-top: 1px solid rgba(7,20,35,.2); }
.division-line:last-child { border-bottom: 1px solid rgba(7,20,35,.2); }
.division-index { color: var(--rust); font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; }
.division-kicker { margin: 0 0 8px; color: var(--olive); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.division-line h3 { max-width: 740px; margin: 0; font-size: clamp(28px, 3vw, 43px); line-height: 1.08; }
.division-line > a { font-size: 13px; font-weight: 600; text-decoration: none; }

.editorial { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); min-height: 760px; }
.editorial-reverse .editorial-media { order: 2; }
.editorial-media { position: relative; display: grid; place-items: center; padding: 72px; overflow: hidden; background: #0b1827; }
.editorial-media::after { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(199,146,63,.32); pointer-events: none; }
.editorial-media picture { width: min(100%, 720px); }
.editorial-media img { width: 100%; height: auto; box-shadow: 0 34px 70px rgba(0,0,0,.24); }
.editorial-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.editorial-copy h2 { max-width: 680px; margin-bottom: 28px; font-size: clamp(46px, 4.7vw, 74px); }
.editorial-copy > p:not(.eyebrow):not(.fine-print) { max-width: 620px; margin: 0 0 28px; font-size: 17px; }
.editorial-dark { color: var(--white); background: #111c28; }
.editorial-ink { color: var(--white); background: var(--ink); }
.editorial-paper { color: var(--ink); background: var(--paper); }
.editorial-paper .editorial-media { background: #d8d1c2; }
.editorial-paper h2 em { color: var(--rust); }
.service-list { width: 100%; max-width: 620px; margin: 0 0 34px; padding: 0; list-style: none; }
.service-list li { padding: 12px 0; border-top: 1px solid var(--line); font-size: 13px; }
.service-list li:last-child { border-bottom: 1px solid var(--line); }
.fine-print { max-width: 520px; margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.identity-list { width: 100%; max-width: 610px; margin: 24px 0 0; }
.identity-list div { display: grid; grid-template-columns: 110px 1fr; padding: 13px 0; border-top: 1px solid rgba(7,20,35,.18); }
.identity-list div:last-child { border-bottom: 1px solid rgba(7,20,35,.18); }
.identity-list dt { color: var(--rust); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.identity-list dd { margin: 0; font-size: 14px; }

.insights { background: #e8e1d5; }
.insight-list { border-top: 1px solid rgba(7,20,35,.2); }
.insight { display: grid; grid-template-columns: 180px 1fr 150px; gap: 40px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(7,20,35,.2); }
.insight p, .insight span { margin: 0; color: var(--olive); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.insight h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; }
.insight span { text-align: right; }

.closing { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr); min-height: 760px; color: var(--white); background: var(--ink); }
.closing-media { display: grid; place-items: center; padding: 62px; background: #02070d; }
.closing-media picture { width: min(100%, 720px); }
.closing-media img { width: 100%; }
.closing-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.closing-copy h2 { max-width: 620px; margin-bottom: 28px; font-size: clamp(52px, 5vw, 78px); }
.closing-copy > p:not(.eyebrow) { max-width: 520px; margin: 0 0 30px; color: #ced3d8; }
.social-links { display: flex; gap: 24px; margin-top: 34px; }
.social-links a { color: var(--gold-light); font-size: 12px; font-weight: 600; text-decoration: none; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1.6fr 1.6fr .8fr; gap: 34px; padding: 36px max(48px, calc((100vw - 1440px) / 2)); color: #adb5bc; background: #02070d; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; font-size: 10px; }
.footer-brand { color: var(--white); font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --content: min(100% - 48px, 820px); --header-h: 72px; }
  .site-header { padding-inline: 24px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: var(--header-h) 0 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 36px 24px; background: var(--ink); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line) !important; font-family: "Cormorant Garamond", Georgia, serif; font-size: 29px; }
  .nav-cta { margin-top: 20px; border: 1px solid var(--gold) !important; text-align: center; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 760px; height: auto; padding-bottom: 48px; }
  .hero-media { inset: 0 0 0 20%; opacity: .68; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,20,35,.98) 0%, rgba(7,20,35,.92) 45%, rgba(7,20,35,.3) 100%); }
  .hero-copy { width: min(640px, calc(100% - 48px)); margin-left: 24px; padding-top: 190px; }
  .scroll-cue { left: 24px; }
  .section-intro { grid-template-columns: 1fr; gap: 12px; }
  .editorial, .closing { grid-template-columns: 1fr; }
  .editorial-reverse .editorial-media { order: 0; }
  .editorial-media, .closing-media { padding: 54px; }
  .editorial-copy, .closing-copy { padding: 80px 48px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-inline: 24px; }
}

@media (max-width: 620px) {
  :root { --content: calc(100% - 40px); }
  .brand-name { font-size: 19px; }
  .hero { min-height: 780px; padding-bottom: 100px; }
  .hero-media { inset: 250px 0 55px; opacity: .5; }
  .hero-media img { object-position: center bottom; }
  .hero-shade { background: linear-gradient(180deg, var(--ink) 0%, rgba(7,20,35,.98) 38%, rgba(7,20,35,.38) 66%, var(--ink) 100%); }
  .hero-copy { width: calc(100% - 40px); margin-left: 20px; padding-top: 130px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .scroll-cue { left: 20px; bottom: 24px; }
  .division-bridge, .insights { padding: 86px 0; }
  .section-intro { margin-bottom: 46px; }
  .section-intro h2 { font-size: 47px; }
  .division-line { grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; }
  .division-line > a { grid-column: 2; }
  .division-line h3 { font-size: 31px; }
  .editorial { min-height: 0; }
  .editorial-media, .closing-media { padding: 32px 20px; }
  .editorial-media::after { inset: 14px; }
  .editorial-copy, .closing-copy { padding: 70px 20px; }
  .editorial-copy h2, .closing-copy h2 { font-size: 47px; }
  .editorial-copy > p:not(.eyebrow):not(.fine-print) { font-size: 15px; }
  .insight { grid-template-columns: 1fr; gap: 10px; padding: 28px 0; }
  .insight span { text-align: left; }
  .identity-list div { grid-template-columns: 90px 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
