@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;1,400&family=Manrope:wght@300;400;500;600&display=swap');

:root {
  --navy: #071221;
  --navy-2: #0c1828;
  --paper: #f6f0e8;
  --paper-rich: #eee3d5;
  --paper-light: #fbf8f3;
  --champagne: #e9cbbe;
  --copper: #91593a;
  --amber: #d88a45;
  --ink: #0b1720;
  --muted: #5a6263;
  --line: rgba(7, 18, 33, .14);
  --light-line: rgba(246, 240, 232, .16);
  --ease: cubic-bezier(.22, .61, .36, 1);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.intro-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
::selection { background: rgba(145, 89, 58, .24); color: var(--navy); }

.skip-link { position: fixed; z-index: 2000; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 14px; background: var(--paper); color: var(--navy); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.page-main { overflow: hidden; }
.serif { font-family: var(--serif); }
.eyebrow { margin: 0 0 28px; color: var(--copper); font-size: 10px; font-weight: 600; letter-spacing: .22em; line-height: 1.5; text-transform: uppercase; }
.eyebrow.light { color: var(--amber); }
.display { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(62px, 7.8vw, 112px); font-weight: 400; line-height: .87; letter-spacing: -.055em; }
.display em, .section-title em { color: var(--copper); font-weight: 400; }
.section-title { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(48px, 5.7vw, 82px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.section-title.light { color: var(--paper); }
.section-copy { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.78; }
.section-copy.light { color: rgba(246, 240, 232, .68); }
.section { padding: clamp(92px, 10vw, 150px) 0; }
.section-head { display: grid; grid-template-columns: .45fr 1.55fr; gap: 72px; align-items: start; margin-bottom: 68px; }
.section-head .eyebrow { padding-top: 10px; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--navy); border-radius: 999px; padding: 0 26px; background: var(--navy); color: var(--paper); font-size: 12px; font-weight: 600; transition: transform .3s var(--ease), background .3s ease, color .3s ease; }
.button:hover { transform: translateY(-2px); background: var(--copper); border-color: var(--copper); }
.button.light { border-color: var(--paper); background: var(--paper); color: var(--navy); }
.button.ghost { border-color: rgba(7, 18, 33, .28); background: transparent; color: var(--navy); }
.button.ghost:hover { border-color: var(--navy); background: var(--navy); color: var(--paper); }
.text-link { display: inline-flex; gap: 8px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid rgba(7, 18, 33, .32); color: var(--navy); font-size: 12px; }
.text-link.light { border-color: rgba(246, 240, 232, .38); color: var(--paper); }

/* Navigation */
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(246, 240, 232, .9); backdrop-filter: blur(18px); }
.nav { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; color: var(--navy); font-size: 11px; font-weight: 600; letter-spacing: .15em; }
.brand img { width: 58px; height: 58px; object-fit: cover; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { position: relative; padding: 9px 0; color: #26323a; font-size: 11px; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--copper); transition: right .3s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-cta { justify-self: end; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--navy); color: var(--paper); cursor: pointer; }
.mobile-menu { display: none; position: fixed; z-index: 90; inset: 76px 0 0; padding: 36px 24px; background: var(--navy); color: var(--paper); }
.mobile-menu.is-open { display: flex; flex-direction: column; }
.mobile-menu a { padding: 18px 0; border-bottom: 1px solid var(--light-line); font-family: var(--serif); font-size: 34px; }
.mobile-menu .button { margin-top: auto; font-family: var(--sans); font-size: 12px; }

/* Cinematic entrance */
.intro { position: fixed; z-index: 1200; inset: 0; overflow: hidden; background: var(--navy); color: var(--champagne); opacity: 1; visibility: visible; }
.intro.is-complete { opacity: 0; visibility: hidden; pointer-events: none; }
.intro::before, .intro::after { position: absolute; z-index: 12; inset: 0; pointer-events: none; content: ""; }
.intro::before { background: radial-gradient(circle at 50% 47%, transparent 0 16%, rgba(2, 7, 15, .18) 47%, rgba(2, 7, 15, .82) 100%); }
.intro::after { background: radial-gradient(circle at 50% 47%, rgba(255, 208, 151, .34), rgba(145, 89, 58, .08) 21%, transparent 49%); opacity: 0; }
.intro-skip { position: absolute; z-index: 20; top: clamp(20px, 3vw, 42px); right: clamp(22px, 4vw, 58px); border: 0; border-bottom: 1px solid rgba(233, 203, 190, .5); padding: 7px 0; background: transparent; color: var(--champagne); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.intro-camera { position: absolute; inset: 0; transform-origin: 50% 47.5%; will-change: transform, filter; }
.intro-ring, .intro-ring::before, .intro-ring::after { position: absolute; left: 50%; top: 47%; aspect-ratio: 1; transform: translate(-50%, -50%); border: 1px solid rgba(233, 203, 190, .13); border-radius: 50%; content: ""; }
.intro-ring { width: min(64vw, 760px); }
.intro-ring::before { width: 76%; }
.intro-ring::after { width: 124%; border-color: rgba(145, 89, 58, .16); }
.intro-glow { position: absolute; left: 50%; top: 47%; width: min(38vw, 480px); aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(245, 185, 114, .4), rgba(245, 185, 114, .08) 45%, transparent 70%); }
.intro-door { position: absolute; z-index: 4; left: 50%; top: 47%; width: min(47vw, 590px); transform: translate(-50%, -50%); filter: drop-shadow(0 36px 70px rgba(0, 0, 0, .42)); }
.intro-path { position: absolute; z-index: 3; left: 50%; bottom: -5%; width: 32%; height: 45%; transform: translateX(-50%); clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%); background: linear-gradient(90deg, transparent 0 8%, rgba(145, 89, 58, .26) 9%, transparent 10% 90%, rgba(145, 89, 58, .26) 91%, transparent 92%); }
.intro-brand { position: absolute; z-index: 8; left: 50%; bottom: 6.5%; transform: translateX(-50%); white-space: nowrap; color: var(--champagne); font-size: 12px; font-weight: 500; letter-spacing: .38em; }
.intro-brand span { color: var(--copper); }
.intro.is-running { animation: intro-fade 4.7s var(--ease) both; }
.intro.is-running::before { animation: vignette-through 4.7s ease-in-out both; }
.intro.is-running::after { animation: threshold-light 4.7s ease-in-out both; }
.intro.is-running .intro-camera { animation: camera-through 4.7s linear both; }
.intro.is-running .intro-ring { animation: ring-through 4.7s ease-in-out both; }
.intro.is-running .intro-glow { animation: intro-glow 4.7s ease-in-out both; }
.intro.is-running .intro-path { animation: path-through 4.7s ease-in-out both; }
.intro.is-running .intro-brand { animation: intro-brand-away 4.7s ease-in-out both; }
@keyframes intro-fade { 0%, 80% { opacity: 1; } 91% { opacity: .92; } 100% { opacity: 0; } }
@keyframes camera-through {
  0% { transform: translate3d(0, 1.15%, 0) scale(.92); filter: blur(0); }
  12% { transform: translate3d(0, 1%, 0) scale(.95); }
  24% { transform: translate3d(0, .8%, 0) scale(1); }
  36% { transform: translate3d(0, .55%, 0) scale(1.08); }
  48% { transform: translate3d(0, .2%, 0) scale(1.2); }
  60% { transform: translate3d(0, -.2%, 0) scale(1.38); }
  70% { transform: translate3d(0, -.55%, 0) scale(1.72); }
  79% { transform: translate3d(0, -.85%, 0) scale(2.35); }
  87% { transform: translate3d(0, -1.05%, 0) scale(3.4); }
  94% { transform: translate3d(0, -1.2%, 0) scale(5.3); filter: blur(.2px); }
  100% { transform: translate3d(0, -1.35%, 0) scale(8.4); filter: blur(.65px); }
}
@keyframes vignette-through { 0%, 50% { opacity: 1; } 76% { opacity: .72; } 92% { opacity: .2; } 100% { opacity: 0; } }
@keyframes threshold-light { 0%, 48% { opacity: 0; } 68% { opacity: .16; } 84% { opacity: .52; } 94% { opacity: .86; } 100% { opacity: 0; } }
@keyframes ring-through { 0% { opacity: .8; } 52% { opacity: .6; } 78% { opacity: .24; } 92%, 100% { opacity: 0; } }
@keyframes path-through { 0% { opacity: .28; transform: translateX(-50%) scaleX(.74); } 56% { opacity: .52; transform: translateX(-50%) scaleX(1); } 82% { opacity: .36; transform: translateX(-50%) scaleX(2.1); } 100% { opacity: 0; transform: translateX(-50%) scaleX(4.4); } }
@keyframes intro-glow { 0% { opacity: .4; transform: translate(-50%, -50%) scale(.82); } 50% { opacity: .74; transform: translate(-50%, -50%) scale(1.02); } 72% { opacity: .92; transform: translate(-50%, -50%) scale(1.34); } 90% { opacity: 1; transform: translate(-50%, -50%) scale(2.65); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(4.8); } }
@keyframes intro-brand-away { 0%, 30% { opacity: 1; letter-spacing: .38em; } 56%, 100% { opacity: 0; letter-spacing: .5em; } }

/* Home */
.home-hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.02fr .98fr; }
.home-copy { display: flex; flex-direction: column; justify-content: center; padding: 88px max(52px, calc((100vw - 1240px) / 2)) 72px; }
.home-copy .display { max-width: 740px; }
.hero-copy { max-width: 650px; margin: 34px 0 0; color: #364248; font-size: clamp(16px, 1.42vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 38px; }
.hero-art { position: relative; min-height: 650px; overflow: hidden; background: var(--navy); }
.hero-art::before, .hero-art::after { position: absolute; left: 50%; top: 49%; aspect-ratio: 1; transform: translate(-50%, -50%); border: 1px solid rgba(233, 203, 190, .13); border-radius: 50%; content: ""; }
.hero-art::before { width: 82%; box-shadow: 0 0 0 70px rgba(233, 203, 190, .025); }
.hero-art::after { width: 108%; border-color: rgba(145, 89, 58, .2); }
.hero-glow { position: absolute; left: 50%; top: 49%; width: 60%; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(245, 185, 114, .28), rgba(245, 185, 114, .02) 58%, transparent 72%); animation: breathe-glow 9s ease-in-out infinite; }
.hero-mark { position: absolute; z-index: 3; left: 50%; top: 49%; width: min(88%, 700px); transform: translate(-50%, -50%); filter: drop-shadow(0 34px 60px rgba(0, 0, 0, .38)); animation: breathe-mark 11s ease-in-out infinite; }
.north-mark { position: absolute; z-index: 5; top: 28px; right: 28px; height: 62px; border-left: 1px solid rgba(233, 203, 190, .55); padding-left: 9px; color: var(--champagne); font-size: 9px; letter-spacing: .2em; }
.route-line { position: absolute; z-index: 4; right: 12%; bottom: 42px; left: 12%; height: 1px; overflow: hidden; background: rgba(233, 203, 190, .14); }
.route-line::after { display: block; width: 100%; height: 100%; transform-origin: left; background: linear-gradient(90deg, transparent, var(--copper) 20%, var(--champagne) 65%, transparent); animation: route-draw 1.8s var(--ease) .35s both; content: ""; }
@keyframes breathe-mark { 0%, 100% { transform: translate(-50%, -50%) scale(1); } 50% { transform: translate(-50%, -51.2%) scale(1.012); } }
@keyframes breathe-glow { 0%, 100% { opacity: .7; transform: translate(-50%, -50%) scale(.97); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.06); } }
@keyframes route-draw { from { transform: scaleX(0); opacity: 0; } to { transform: scaleX(1); opacity: 1; } }
.proof-rail { min-height: 86px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); background: var(--paper); padding: 0 max(32px, calc((100vw - 1240px) / 2)); }
.proof-rail span { color: var(--navy); font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.proof-rail span:not(:first-child) { border-left: 1px solid var(--line); padding-left: 28px; }

.editorial-image { position: relative; min-height: min(72vw, 820px); overflow: hidden; background: var(--navy); }
.editorial-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.editorial-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 18, 33, .82), rgba(7, 18, 33, .1) 58%, rgba(7, 18, 33, .24)); content: ""; }
.editorial-caption { position: absolute; z-index: 2; left: max(32px, calc((100vw - 1240px) / 2)); bottom: 64px; max-width: 610px; color: var(--paper); }
.editorial-caption p { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.03em; }
.editorial-caption span { display: block; margin-top: 24px; color: rgba(246, 240, 232, .7); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }

.friction { background: var(--navy); color: var(--paper); }
.friction-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--light-line); }
.friction-card { min-height: 290px; padding: 34px 32px 36px 0; border-bottom: 1px solid var(--light-line); }
.friction-card:not(:nth-child(3n+1)) { border-left: 1px solid var(--light-line); padding-left: 32px; }
.friction-card span { color: var(--amber); font-family: var(--serif); font-size: 18px; }
.friction-card h3 { margin: 38px 0 15px; color: var(--paper); font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.08; }
.friction-card p { margin: 0; color: rgba(246, 240, 232, .63); font-size: 13px; line-height: 1.72; }

.connect-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.connect-card { min-height: 270px; display: flex; flex-direction: column; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .35s ease, transform .35s var(--ease); }
.connect-card:hover { transform: translateY(-4px); background: var(--paper-rich); }
.connect-card span { color: var(--copper); font-size: 9px; letter-spacing: .17em; }
.connect-card h3 { margin: auto 0 14px; color: var(--navy); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.connect-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }

.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.engagement-card { position: relative; min-height: 500px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); padding: 34px; background: var(--paper-light); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.engagement-card:hover { transform: translateY(-6px); box-shadow: 0 28px 64px rgba(7, 18, 33, .09); }
.engagement-card::after { position: absolute; right: -120px; bottom: -150px; width: 290px; height: 290px; border: 1px solid rgba(145, 89, 58, .14); border-radius: 50%; content: ""; }
.engagement-card .tag { color: var(--copper); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.engagement-card h3 { margin: 68px 0 20px; color: var(--navy); font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.02; }
.engagement-card p { color: var(--muted); font-size: 13px; line-height: 1.72; }
.engagement-card .text-link { margin-top: auto; align-self: flex-start; }

.founder-preview { background: var(--paper-rich); }
.founder-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 94px; align-items: center; }
.founder-visual { position: relative; min-height: 650px; overflow: hidden; background: var(--navy); }
.founder-visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; opacity: .82; }
.founder-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7, 18, 33, .8)); content: ""; }
.founder-visual figcaption { position: absolute; z-index: 2; right: 32px; bottom: 28px; left: 32px; color: var(--paper); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.founder-copy .section-title { max-width: 760px; }
.founder-copy blockquote { margin: 44px 0 0; padding-left: 24px; border-left: 2px solid var(--copper); color: var(--navy); font-family: var(--serif); font-size: clamp(27px, 3vw, 40px); line-height: 1.15; }
.founder-copy blockquote footer { margin-top: 18px; color: var(--muted); font-family: var(--sans); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.route-preview { background: var(--paper-light); }
.route-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; }
.route-steps::before { position: absolute; top: 20px; right: 0; left: 0; height: 1px; background: var(--line); content: ""; }
.route-step { position: relative; padding-right: 38px; }
.route-step::before { position: relative; z-index: 2; display: block; width: 9px; height: 9px; margin: 16px 0 48px; border: 6px solid var(--paper-light); border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 1px var(--copper); content: ""; }
.route-step span { color: var(--copper); font-size: 9px; letter-spacing: .16em; }
.route-step h3 { margin: 10px 0 14px; color: var(--navy); font-family: var(--serif); font-size: 34px; font-weight: 400; }
.route-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

/* Interior pages */
.page-hero { position: relative; padding: clamp(100px, 11vw, 158px) 0 clamp(90px, 10vw, 144px); overflow: hidden; background: var(--paper); }
.page-hero::after { position: absolute; top: -280px; right: -220px; width: 700px; height: 700px; border: 1px solid rgba(145, 89, 58, .12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(145, 89, 58, .025), 0 0 0 160px rgba(7, 18, 33, .018); content: ""; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.page-hero .display { max-width: 880px; }
.page-hero-aside { max-width: 440px; justify-self: end; padding-top: 46px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; line-height: 1.78; }
.page-hero.dark { background: var(--navy); }
.page-hero.dark .display { color: var(--paper); }
.page-hero.dark .page-hero-aside { border-color: var(--light-line); color: rgba(246, 240, 232, .68); }

.service-domain-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-domain { min-height: 520px; display: flex; flex-direction: column; padding: 44px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-light); }
.service-domain .num { color: var(--copper); font-size: 10px; letter-spacing: .18em; }
.service-domain h2 { max-width: 520px; margin: 82px 0 22px; color: var(--navy); font-family: var(--serif); font-size: clamp(40px, 4vw, 58px); font-weight: 400; line-height: .98; }
.service-domain > p { max-width: 600px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-domain ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: auto 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-domain li { position: relative; padding-left: 14px; color: #485155; font-size: 11px; line-height: 1.55; }
.service-domain li::before { position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--copper); content: ""; }
.service-domain.dark { background: var(--navy); }
.service-domain.dark h2 { color: var(--paper); }
.service-domain.dark > p, .service-domain.dark li { color: rgba(246, 240, 232, .65); }
.service-domain.dark ul { border-color: var(--light-line); }

.platform-band { background: var(--navy); color: var(--paper); }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--light-line); border-left: 1px solid var(--light-line); }
.platform-item { min-height: 150px; display: flex; align-items: flex-end; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); padding: 24px; color: rgba(246, 240, 232, .8); font-family: var(--serif); font-size: 22px; line-height: 1.12; }

/* About */
.about-opening { background: var(--paper-rich); }
.about-opening-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 90px; align-items: start; }
.about-opening-copy p:not(.eyebrow) { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.credential-list { border-top: 1px solid var(--line); }
.credential-row { display: grid; grid-template-columns: 130px 1fr; gap: 24px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.credential-row strong { color: var(--copper); font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.04; }
.credential-row span { color: var(--muted); font-size: 12px; line-height: 1.58; }
.experience-line { margin-top: 66px; padding-top: 24px; border-top: 1px solid var(--line); }
.experience-line > span { color: var(--copper); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.experience-names { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 17px; color: var(--navy); font-family: var(--serif); font-size: 21px; }
.career-arc { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.career-chapter { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.career-chapter .label { color: var(--copper); font-size: 9px; letter-spacing: .17em; }
.career-chapter h3 { margin: auto 0 15px; color: var(--navy); font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.06; }
.career-chapter p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 96px; align-items: start; }
.why-copy p { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.client-value { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-value article { min-height: 225px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.client-value span { color: var(--copper); font-size: 9px; letter-spacing: .16em; }
.client-value h3 { margin: 44px 0 12px; color: var(--navy); font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.08; }
.client-value p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }
.endorsement { background: var(--navy); color: var(--paper); }
.endorsement-grid { display: grid; grid-template-columns: .38fr 1.62fr; gap: 90px; align-items: start; }
.endorsement-mark { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--light-line); }
.endorsement-mark::before { position: absolute; width: 90%; aspect-ratio: 1; border: 1px solid rgba(233, 203, 190, .13); border-radius: 50%; box-shadow: 0 0 0 58px rgba(233, 203, 190, .025); content: ""; }
.endorsement-mark img { position: relative; z-index: 2; width: 88%; }
.endorsement-copy blockquote { margin: 0; color: var(--paper); font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.025em; }
.endorsement-copy footer { margin-top: 30px; color: rgba(246, 240, 232, .56); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

/* Approach */
.diagnostic { background: var(--navy); color: var(--paper); }
.diagnostic-track { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid var(--light-line); border-left: 1px solid var(--light-line); }
.diagnostic-step { min-height: 220px; display: flex; flex-direction: column; padding: 22px; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.diagnostic-step span { color: var(--amber); font-size: 9px; letter-spacing: .16em; }
.diagnostic-step h3 { margin: auto 0 0; color: var(--paper); font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.08; }
.approach-phase { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 48px; padding: 48px 0; border-top: 1px solid var(--line); }
.approach-phase:last-child { border-bottom: 1px solid var(--line); }
.approach-phase .phase-num { color: var(--copper); font-family: var(--serif); font-size: 38px; }
.approach-phase h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 48px; font-weight: 400; }
.approach-phase p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.deliverable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deliverable-card { min-height: 320px; display: flex; flex-direction: column; border: 1px solid var(--line); padding: 30px; background: var(--paper-light); }
.deliverable-card span { color: var(--copper); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.deliverable-card h3 { margin: auto 0 16px; color: var(--navy); font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.06; }
.deliverable-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-intro .section-title { max-width: 540px; }
.contact-intro p { max-width: 510px; margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.contact-email { display: inline-block; margin-top: 32px; padding-bottom: 5px; border-bottom: 1px solid rgba(7, 18, 33, .32); color: var(--navy); font-size: 13px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; padding: 44px; border: 1px solid var(--line); background: var(--paper-light); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid rgba(7, 18, 33, .26); border-radius: 0; padding: 13px 0; outline: none; background: transparent; color: var(--navy); font-size: 13px; }
.field textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--copper); }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 8px; }
.form-note { color: var(--muted); font-size: 10px; line-height: 1.55; }
.contact-form.is-sending .button { cursor: wait; opacity: .72; }
.contact-form.is-sent { border-color: rgba(145, 89, 58, .48); box-shadow: 0 22px 54px rgba(7, 18, 33, .07); }
.contact-form.is-sent .form-note { color: var(--copper); font-weight: 600; }
.contact-form.has-error .form-note { color: #8b332c; font-weight: 600; }
.next-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.next-step { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.next-step span { color: var(--copper); font-size: 10px; letter-spacing: .16em; }
.next-step h3 { margin: auto 0 14px; color: var(--navy); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.next-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

/* Shared close and footer */
.closing { padding: 30px 0 0; background: var(--paper); }
.closing-panel { position: relative; min-height: 570px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(52px, 7vw, 92px); background: var(--navy); color: var(--paper); }
.closing-panel::before { position: absolute; right: -160px; bottom: -260px; width: 640px; height: 640px; border: 1px solid rgba(233, 203, 190, .17); border-radius: 50%; box-shadow: 0 0 0 75px rgba(233, 203, 190, .025), 0 0 0 150px rgba(145, 89, 58, .04); content: ""; }
.closing-panel h2 { position: relative; z-index: 2; max-width: 960px; margin: 0; color: var(--paper); font-family: var(--serif); font-size: clamp(58px, 7.3vw, 102px); font-weight: 400; line-height: .89; letter-spacing: -.045em; }
.closing-bottom { position: relative; z-index: 2; display: flex; gap: 34px; align-items: flex-end; justify-content: space-between; }
.closing-bottom p { max-width: 650px; margin: 0; color: rgba(246, 240, 232, .7); font-size: 16px; line-height: 1.75; }
.site-footer { padding: 42px 0; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 26px; align-items: center; color: #666a68; font-size: 10px; }
.footer-grid nav { display: flex; gap: 18px; }
.footer-grid > :last-child { justify-self: end; }
.replay { border: 0; border-bottom: 1px solid rgba(7, 18, 33, .3); padding: 0 0 4px; background: transparent; color: var(--navy); cursor: pointer; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .home-hero { grid-template-columns: 1fr; }
  .home-copy { padding: 96px max(32px, calc((100vw - 1240px) / 2)) 76px; }
  .hero-art { min-height: 600px; }
  .section-head, .page-hero-grid, .founder-grid, .about-opening-grid, .why-grid, .contact-layout { grid-template-columns: 1fr; gap: 46px; }
  .page-hero-aside { justify-self: start; }
  .connect-grid { grid-template-columns: repeat(3, 1fr); }
  .engagement-grid { grid-template-columns: 1fr 1fr; }
  .engagement-card:last-child { grid-column: 1 / -1; min-height: 420px; }
  .career-arc { grid-template-columns: 1fr 1fr; }
  .diagnostic-track { grid-template-columns: repeat(4, 1fr); }
  .platform-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 1240px); }
  .nav { min-height: 76px; }
  .brand { gap: 10px; font-size: 9px; letter-spacing: .12em; }
  .brand img { width: 50px; height: 50px; }
  .mobile-menu { inset-top: 76px; }
  .display { font-size: clamp(58px, 17vw, 78px); }
  .section-title { font-size: clamp(46px, 13.5vw, 64px); }
  .section { padding: 82px 0; }
  .section-head { margin-bottom: 44px; }
  .home-copy { padding: 66px 22px 52px; }
  .hero-copy { margin-top: 28px; font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; margin-top: 30px; }
  .hero-art { min-height: 380px; }
  .hero-mark { width: min(95%, 390px); }
  .proof-rail { grid-template-columns: 1fr 1fr; gap: 17px 20px; padding: 22px; }
  .proof-rail span:not(:first-child) { border-left: 0; padding-left: 0; }
  .editorial-image { min-height: 610px; }
  .editorial-caption { right: 22px; bottom: 34px; left: 22px; }
  .friction-grid, .connect-grid, .service-domain-grid, .engagement-grid, .career-arc, .client-value, .deliverable-grid, .next-grid { grid-template-columns: 1fr; }
  .friction-card, .friction-card:not(:nth-child(3n+1)) { min-height: auto; padding: 28px 0; border-left: 0; }
  .connect-card { min-height: 210px; }
  .engagement-card, .engagement-card:last-child { grid-column: auto; min-height: 430px; padding: 28px; }
  .founder-visual, .founder-visual img { min-height: 430px; }
  .route-steps { grid-template-columns: 1fr; }
  .route-steps::before { top: 0; right: auto; bottom: 0; left: 4px; width: 1px; height: auto; }
  .route-step { padding: 0 0 34px 32px; }
  .route-step::before { position: absolute; top: 3px; left: 0; margin: 0; transform: translateX(-50%); }
  .page-hero { padding: 82px 0 76px; }
  .service-domain { min-height: 560px; padding: 30px; }
  .service-domain h2 { margin-top: 58px; }
  .service-domain ul { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .platform-item { min-height: 120px; padding: 18px; font-size: 19px; }
  .credential-row { grid-template-columns: 110px 1fr; gap: 18px; }
  .career-chapter, .client-value article { min-height: 250px; }
  .endorsement-grid { grid-template-columns: 1fr; gap: 44px; }
  .endorsement-mark { min-height: 340px; }
  .diagnostic-track { grid-template-columns: 1fr 1fr; }
  .diagnostic-step { min-height: 150px; }
  .approach-phase { grid-template-columns: 52px 1fr; gap: 20px; }
  .approach-phase p { grid-column: 2; }
  .contact-form { grid-template-columns: 1fr; padding: 28px 22px; }
  .field.full, .form-actions { grid-column: 1; }
  .closing-panel { min-height: 620px; padding: 46px 28px; }
  .closing-bottom { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :last-child { justify-self: start; }
  .intro-door { width: 80vw; }
  .intro-ring { width: 118vw; }
  .intro-glow { width: 82vw; }
  .intro-path { width: 58%; }
  .intro-brand { bottom: 11%; font-size: 9px; letter-spacing: .22em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .intro { display: none; }
  body.intro-active { overflow: auto; }
  .hero-mark, .hero-glow, .route-line::after { animation: none; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}
