:root {
  --ink: #071b31;
  --ink-bright: #0c2b48;
  --surface: #f5f5f0;
  --surface-warm: #eeede6;
  --paper: #fbfbf8;
  --mint: #8fe0d5;
  --mint-dim: #277d77;
  --gold: #dca969;
  --cloud: #c8d5dc;
  --muted: #566575;
  --line: rgba(7, 27, 49, 0.15);
  --line-light: rgba(255, 255, 255, 0.2);
  --serif: 'Instrument Serif', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --wrap: min(1320px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { overflow-x: hidden; background: var(--surface); }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
p, h1, h2, h3 { margin: 0; }
ul { margin: 0; padding: 0; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; clip-path: inset(50%); }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 9px 12px; color: var(--ink); background: var(--mint); border-radius: 6px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.grain { position: fixed; z-index: 30; inset: 0; pointer-events: none; opacity: .17; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.page-progress { position: fixed; z-index: 101; top: 0; left: 0; width: 100%; height: 3px; background: transparent; transform: translateZ(0); }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--mint); transform: scaleX(0); transform-origin: left center; }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: background-color .4s ease, border-color .4s ease, box-shadow .4s ease; }
.site-header.is-scrolled { background: rgba(245,245,240,.88); border-color: var(--line); box-shadow: 0 4px 28px rgba(6,27,48,.04); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.site-header.is-scrolled .nav { min-height: 64px; }
.site-header:not(.is-scrolled) .brand-type strong { color: var(--surface); }
.site-header:not(.is-scrolled) .brand-type em { color: #aabcc5; }
.site-header:not(.is-scrolled) .nav-links a { color: #d8e5e7; }
.site-header:not(.is-scrolled) .nav-links a::after { background: var(--mint); }
.site-header:not(.is-scrolled) .menu-toggle { border-color: rgba(255,255,255,.35); }
.site-header:not(.is-scrolled) .menu-toggle i { background: var(--surface); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; transition: min-height .35s cubic-bezier(.16,1,.3,1); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 12px; }
.brand-mark { display: flex; align-items: center; gap: 3px; color: var(--mint); }
.brand-mark i { display: block; width: 9px; height: 9px; background: currentColor; border-radius: 50%; }
.brand-mark b { display: block; width: 20px; height: 1px; background: currentColor; }
.brand-type { display: grid; gap: 0; line-height: 1; letter-spacing: .01em; }
.brand-type strong { font-size: 14px; font-weight: 700; letter-spacing: .13em; }
.brand-type em { margin-top: 3px; color: var(--muted); font-family: var(--mono); font-size: 8px; font-style: normal; letter-spacing: .19em; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 42px); margin-left: auto; }
.nav-links a { position: relative; color: #263e54; font-size: 13px; font-weight: 600; letter-spacing: .015em; }
.nav-links a::after { position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; content: ''; background: var(--mint-dim); transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 53px; padding: 0 21px; border: 1px solid var(--ink); border-radius: 999px; color: var(--surface); background: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: .01em; transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .24s cubic-bezier(.16,1,.3,1); will-change: transform; }
.button span { font-family: Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 1; transition: transform .3s ease; }
.button:hover { color: var(--ink); background: var(--mint); border-color: var(--mint); }
.button:hover span { transform: translate(2px,-2px); }
.button:focus-visible, .text-link:focus-visible, button:focus-visible, .service-trigger:focus-visible, .moment-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button--small { min-height: 39px; padding-inline: 16px; font-size: 12px; }
.menu-toggle, .mobile-menu { display: none; }

/* Shared typography */
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 21px; height: 1px; background: currentColor; }
.display { max-width: 900px; font-family: var(--serif); font-size: clamp(50px, 5.6vw, 89px); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.display em { color: var(--mint-dim); font-style: italic; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: 838px; overflow: hidden; color: var(--surface); background: var(--ink); }
.hero::before { position: absolute; z-index: -1; top: -14%; right: -9%; width: min(64vw, 900px); aspect-ratio: 1; content: ''; border-radius: 50%; background: radial-gradient(circle, rgba(67,209,195,.24) 0%, rgba(66,190,197,.09) 33%, rgba(6,28,51,0) 70%); transform: translate(calc((var(--pointer-x, 50%) - 50%) * .07), calc((var(--pointer-y, 50%) - 50%) * .05)); transition: transform .3s ease-out; }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(290px, .72fr); gap: 70px; align-items: end; min-height: 660px; padding-top: 174px; padding-bottom: 80px; }
.hero-copy { max-width: 880px; }
.hero .eyebrow { color: var(--mint); }
.hero-title { max-width: 850px; margin-top: 24px; color: var(--surface); font-family: var(--serif); font-size: clamp(68px, 9vw, 148px); font-weight: 400; letter-spacing: -.055em; line-height: .81; }
.hero-title span { display: block; }
.hero-title .italic { color: var(--mint); font-style: italic; }
.hero-title > span { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(82%); }
.hero-title.is-visible > span { animation: title-rise .98s cubic-bezier(.16,1,.3,1) forwards; }
.hero-title.is-visible > span:nth-child(2) { animation-delay: .1s; }
.hero-title.is-visible > span:nth-child(3) { animation-delay: .2s; }
.hero-summary { max-width: 620px; margin-top: 37px; color: #d7e2e3; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 37px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; color: var(--surface); border-bottom: 1px solid rgba(255,255,255,.38); font-size: 13px; font-weight: 600; transition: color .25s ease, border-color .25s ease; }
.text-link:hover { color: var(--mint); border-color: var(--mint); }
.text-link span { font-family: Arial,sans-serif; font-size: 19px; }
.hero-signal { position: relative; width: 100%; max-width: 360px; justify-self: end; overflow: hidden; padding: 22px 0 0; border-top: 1px solid rgba(141,225,214,.55); }
.hero-signal::before { position: absolute; inset: 44px 0 auto; width: 100%; height: 1px; content: ''; background: rgba(255,255,255,.16); }
.signal-topline, .card-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--mint); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; }
.signal-topline i { flex: 1; max-width: 60px; height: 1px; margin-top: 6px; background: rgba(255,255,255,.3); }
.signal-stages { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 32px 0 26px; }
.signal-stages div { display: flex; align-items: flex-end; min-height: 87px; padding-left: 11px; border-left: 1px solid rgba(255,255,255,.23); }
.signal-stages span { display: block; color: var(--surface); font-family: var(--serif); font-size: 17px; line-height: 1; }
.hero-signal p { max-width: 310px; margin-bottom: 0; color: #b7c6cf; font-size: 12px; line-height: 1.55; }
.hero-orbit { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.hero-orbit svg { position: absolute; top: 5%; right: -1%; width: 81%; height: 86%; fill: none; stroke: rgba(143,224,213,.4); stroke-width: 1; }
.hero-orbit svg path:first-child { stroke-dasharray: 12 12; animation: dash 18s linear infinite; }
.hero-orbit svg circle { fill: var(--gold); stroke: none; animation: pulse 3s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit--one { top: 18%; right: -9%; width: 57vw; height: 57vw; animation: orbit-rotate 46s linear infinite; }
.orbit--two { top: 20%; right: 7%; width: 35vw; height: 35vw; border-color: rgba(143,224,213,.16); animation: orbit-rotate 30s linear reverse infinite; }
.orbit--three { right: 25%; bottom: -34%; width: 39vw; height: 39vw; border-color: rgba(220,169,105,.15); }
.evidence-row { position: relative; display: grid; grid-template-columns: 1fr 1.15fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.evidence-item { display: flex; align-items: baseline; gap: 19px; min-height: 130px; padding: 24px 28px 26px 0; border-right: 1px solid rgba(255,255,255,.18); }
.evidence-item + .evidence-item { padding-left: 28px; }
.evidence-item:last-child { border-right: 0; }
.evidence-item span { flex: none; color: var(--mint); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; white-space: nowrap; }
.evidence-item:first-child span { font-family: var(--serif); font-size: 43px; letter-spacing: -.04em; }
.evidence-item p { max-width: 240px; color: #b7c6cf; font-size: 12px; line-height: 1.45; }
.intro-element { opacity: 0; transform: translateY(21px); transition: opacity .9s cubic-bezier(.16,1,.3,1) var(--intro-delay, 0ms), transform .9s cubic-bezier(.16,1,.3,1) var(--intro-delay, 0ms); }
.intro-element.is-visible { opacity: 1; transform: translateY(0); }

/* Manifesto */
.manifesto { padding: clamp(110px, 14vw, 210px) 0; background: var(--surface); }
.manifesto-grid { display: grid; grid-template-columns: 23% 1fr; gap: 8%; }
.section-marker { display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; }
.marker-number { color: #c7d0cf; font-family: var(--serif); font-size: clamp(90px, 12vw, 160px); line-height: .7; letter-spacing: -.07em; }
.manifesto-content { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(280px,.88fr); gap: 10%; }
.manifesto-content .display { font-size: clamp(48px, 5.2vw, 80px); }
.manifesto-copy { padding-top: 9px; color: #33485b; font-size: 15px; line-height: 1.8; }
.manifesto-copy p + p { margin-top: 22px; }
.manifesto-emphasis { margin-top: 33px !important; padding-top: 23px; border-top: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 28px; line-height: 1.05; }

/* Moments */
.moments { padding: 126px 0 50px; overflow: hidden; color: var(--surface); background: #0b2944; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(260px,.55fr); align-items: end; gap: 70px; margin-bottom: 62px; }
.section-heading .eyebrow { margin-bottom: 19px; color: var(--mint); }
.section-heading .display { max-width: 750px; }
.section-heading > p { max-width: 415px; color: #c7d7dc; font-size: 15px; line-height: 1.7; }
.moments-track { display: flex; gap: 18px; width: 100%; padding: 4px max(48px, calc((100vw - min(1320px, calc(100vw - 96px))) / 2)) 24px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.moments-track::-webkit-scrollbar { display: none; }
.moment-card { display: flex; flex-direction: column; width: min(31vw, 390px); min-width: 310px; min-height: 370px; padding: 27px 28px; color: #cfdbde; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); cursor: default; scroll-snap-align: start; transition: color .4s ease, background-color .4s ease, border-color .4s ease, transform .4s cubic-bezier(.16,1,.3,1); }
.moment-card:hover, .moment-card.is-active { color: var(--ink); background: var(--mint); border-color: var(--mint); transform: translateY(-8px); }
.moment-card > span { color: var(--gold); font-family: var(--mono); font-size: 11px; letter-spacing: .11em; }
.moment-card:hover > span, .moment-card.is-active > span { color: #337e78; }
.moment-card h3 { max-width: 320px; margin-top: auto; margin-bottom: 17px; font-family: var(--serif); font-size: 35px; font-weight: 400; letter-spacing: -.03em; line-height: .93; }
.moment-card p { max-width: 300px; font-size: 13px; line-height: 1.55; }
.track-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; color: #aabfc6; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.track-controls { display: flex; gap: 7px; }
.track-controls button { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.3); color: var(--surface); background: transparent; border-radius: 50%; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.track-controls button:hover { color: var(--ink); background: var(--mint); border-color: var(--mint); }

/* Scroll-led decision story */
.journey { position: relative; height: 310vh; color: var(--surface); background: var(--ink); }
.journey-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; background: radial-gradient(circle at 83% 22%, rgba(76,207,195,.22), transparent 24%), linear-gradient(125deg, #06192e 0%, #0a2b46 100%); }
.journey-sticky::before { position: absolute; inset: 0; content: ''; opacity: .48; background: linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(143,224,213,.1) 100%), linear-gradient(0deg, transparent 0, transparent calc(100% - 1px), rgba(143,224,213,.08) 100%); background-size: 12.5% 100%, 100% 25%; mask-image: linear-gradient(to bottom, transparent, black 15%, black 84%, transparent); }
.journey-grid { position: relative; display: grid; grid-template-columns: minmax(190px,.38fr) minmax(460px,1.18fr) minmax(300px,.82fr); gap: clamp(24px,4vw,70px); height: 100%; align-items: center; }
.journey-intro { align-self: center; }
.journey-intro .eyebrow { color: var(--mint); }
.journey-kicker { max-width: 220px; margin-top: 24px; color: #afc3ca; font-size: 12px; line-height: 1.65; }
.journey-copy { position: relative; min-height: 390px; }
.journey-stage { position: absolute; top: 0; left: 0; width: min(100%, 640px); opacity: 0; pointer-events: none; transform: translate3d(0,42px,0) scale(.975); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.journey-stage.is-active { opacity: 1; pointer-events: auto; transform: translate3d(0,0,0) scale(1); }
.stage-label { color: var(--gold); font-family: var(--mono); font-size: 10px; letter-spacing: .17em; }
.journey-stage h2 { max-width: 650px; margin-top: 22px; color: var(--surface); font-family: var(--serif); font-size: clamp(57px,6.3vw,105px); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.journey-stage h2 em { color: var(--mint); font-style: italic; }
.stage-summary { max-width: 530px; margin-top: 33px; color: #c4d4d9; font-size: 15px; line-height: 1.7; }
.stage-list { display: grid; gap: 10px; margin-top: 28px; }
.stage-list li { position: relative; padding-left: 18px; color: #afc4cc; font-size: 12px; line-height: 1.45; list-style: none; }
.stage-list li::before { position: absolute; top: .55em; left: 0; width: 6px; height: 6px; content: ''; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(220,169,105,.12); }
.journey-visual { position: relative; width: min(33vw, 445px); aspect-ratio: .8; justify-self: end; transform: translateY(calc(var(--journey-progress, 0) * -16px)); transition: transform .1s linear; }
.journey-halo { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(143,224,213,.22); border-radius: 50%; transform: translate(-50%,-50%); transition: width 1s cubic-bezier(.16,1,.3,1), height 1s cubic-bezier(.16,1,.3,1), border-color .8s ease, opacity .8s ease; }
.journey-halo--outer { width: 100%; height: 80%; }
.journey-halo--inner { width: 49%; height: 39%; border-color: rgba(220,169,105,.65); }
.journey-path { position: absolute; inset: -7% -18%; width: 136%; height: 112%; overflow: visible; stroke: rgba(143,224,213,.55); stroke-width: 1.3; }
.journey-path path { stroke-dasharray: 13 13; transition: stroke-dashoffset 1.3s cubic-bezier(.16,1,.3,1), opacity .7s ease; }
.journey-path path:first-child { stroke-dashoffset: 160; }
.journey-path path:last-of-type { stroke-dashoffset: 280; opacity: .45; }
.journey-path circle { fill: var(--gold); stroke: none; filter: drop-shadow(0 0 7px rgba(220,169,105,.75)); transition: transform .8s cubic-bezier(.16,1,.3,1), opacity .6s ease; }
.journey-node { position: absolute; display: grid; gap: 4px; min-width: 91px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.19); background: rgba(7,27,49,.48); backdrop-filter: blur(8px); transition: opacity .55s ease, transform .85s cubic-bezier(.16,1,.3,1), background-color .55s ease; }
.journey-node b { color: var(--mint); font-family: var(--mono); font-size: 8px; font-weight: 400; letter-spacing: .13em; }
.journey-node span { color: var(--surface); font-family: var(--serif); font-size: 19px; line-height: .9; }
.journey-node--one { bottom: 5%; left: -4%; }
.journey-node--two { top: 43%; left: 29%; }
.journey-node--three { top: 3%; right: -5%; }
.journey-core { position: absolute; top: 50%; left: 50%; display: grid; width: 102px; height: 102px; place-items: center; border: 1px solid rgba(143,224,213,.7); border-radius: 50%; background: rgba(7,27,49,.74); box-shadow: 0 0 0 14px rgba(143,224,213,.06), 0 0 54px rgba(97,210,197,.15); transform: translate(-50%,-50%) scale(.78); transition: transform 1s cubic-bezier(.16,1,.3,1), background-color .7s ease, border-color .7s ease; }
.journey-core span { color: var(--mint); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }
.journey[data-active='0'] .journey-node--two, .journey[data-active='0'] .journey-node--three { opacity: .2; transform: translate(18px,18px) scale(.88); }
.journey[data-active='0'] .journey-halo--outer { width: 64%; height: 52%; }
.journey[data-active='0'] .journey-path path:first-child { stroke-dashoffset: 42; }
.journey[data-active='0'] .journey-node--one { background: rgba(143,224,213,.16); }
.journey[data-active='1'] .journey-core { transform: translate(-50%,-50%) scale(1.05); background: rgba(12,59,79,.78); }
.journey[data-active='1'] .journey-halo--outer { width: 88%; height: 70%; }
.journey[data-active='1'] .journey-halo--inner { width: 37%; height: 29%; }
.journey[data-active='1'] .journey-path path { stroke-dashoffset: 0; }
.journey[data-active='1'] .journey-node--two { background: rgba(143,224,213,.16); }
.journey[data-active='2'] .journey-core { transform: translate(-50%,-50%) scale(1.25); border-color: var(--gold); background: rgba(80,67,50,.72); box-shadow: 0 0 0 28px rgba(220,169,105,.07), 0 0 76px rgba(220,169,105,.16); }
.journey[data-active='2'] .journey-core span { color: #ffe3be; }
.journey[data-active='2'] .journey-halo--outer { width: 116%; height: 92%; border-color: rgba(220,169,105,.45); }
.journey[data-active='2'] .journey-halo--inner { width: 61%; height: 48%; border-color: var(--mint); }
.journey[data-active='2'] .journey-path path { stroke: rgba(220,169,105,.75); stroke-dashoffset: -120; }
.journey[data-active='2'] .journey-node--three { background: rgba(220,169,105,.16); border-color: rgba(220,169,105,.55); }
.journey-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: rgba(255,255,255,.15); }
.journey-progress span { display: block; width: 100%; height: 100%; background: var(--mint); transform: scaleX(var(--journey-progress,0)); transform-origin: left center; }
.journey-scroll-note { position: absolute; right: max(48px, calc((100vw - min(1320px, calc(100vw - 96px))) / 2)); bottom: 33px; display: flex; align-items: center; gap: 11px; margin: 0; color: #9db3bc; font-family: var(--mono); font-size: 8px; letter-spacing: .13em; }
.journey-scroll-note i { display: block; width: 23px; height: 1px; background: var(--mint); animation: scroll-guide 1.8s ease-in-out infinite; }

/* Capabilities */
.capabilities { padding: clamp(110px, 13vw, 190px) 0; background: var(--paper); }
.capabilities-layout { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(55px, 10vw, 150px); }
.capabilities-intro { position: sticky; top: 135px; align-self: start; }
.capabilities-intro .eyebrow { margin-bottom: 22px; }
.capabilities-intro .display { max-width: 450px; font-size: clamp(54px, 5vw, 76px); }
.capabilities-intro > p:last-of-type { max-width: 385px; margin-top: 28px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-orbit { position: relative; width: 165px; height: 165px; margin-top: 76px; }
.service-orbit i { position: absolute; border: 1px solid var(--mint-dim); border-radius: 50%; }
.service-orbit i:nth-child(1) { inset: 0; border-color: rgba(98,200,188,.4); }
.service-orbit i:nth-child(2) { inset: 25px; border-color: rgba(98,200,188,.65); animation: orbit-rotate 16s linear infinite; }
.service-orbit i:nth-child(3) { inset: 53px; border-color: var(--gold); }
.service-orbit b { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); font-family: var(--mono); font-size: 13px; letter-spacing: .13em; }
.service-row { border-top: 1px solid var(--line); }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-trigger { display: grid; grid-template-columns: minmax(180px,1fr) minmax(160px,.66fr) 24px; align-items: center; width: 100%; min-height: 103px; padding: 19px 0; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.service-name { font-family: var(--serif); font-size: clamp(27px,2.5vw,39px); letter-spacing: -.03em; line-height: 1; transition: color .3s ease; }
.service-tag { padding-right: 20px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.service-icon { justify-self: end; width: 24px; color: var(--ink); font-size: 24px; font-weight: 300; line-height: 1; text-align: right; transition: color .3s ease; }
.service-row:hover .service-name, .service-row.is-open .service-name { color: #3e9991; }
.service-row.is-open .service-icon { color: var(--mint-dim); }
.service-detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s cubic-bezier(.16,1,.3,1); }
.service-detail > ul { min-height: 0; overflow: hidden; }
.service-row.is-open .service-detail { grid-template-rows: 1fr; }
.service-detail li { position: relative; margin: 0 0 9px; padding-left: 16px; color: #395064; font-size: 13px; line-height: 1.45; list-style: none; }
.service-detail li::before { position: absolute; top: .6em; left: 0; width: 5px; height: 5px; content: ''; border-radius: 50%; background: var(--gold); }
.service-detail ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 30px; padding: 0 50px 23px 0; }

/* Engagements */
.engagements { padding: clamp(110px, 13vw, 180px) 0; background: #f6f5f0; }
.section-heading--center { grid-template-columns: 1fr .65fr; max-width: 1100px; margin: 0 auto 70px; }
.section-heading--center .display { font-size: clamp(52px, 5.4vw, 80px); }
.engagements .eyebrow { color: #277d77; }
.engagements .display em { color: #287d77; }
.engagements .section-heading > p { max-width: 440px; color: #385267; font-size: 16px; font-weight: 500; line-height: 1.7; }
.engagement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.engagement-card { position: relative; display: flex; flex-direction: column; min-height: 563px; padding: 29px 29px 28px; border: 1px solid #cbd3d8; background: #fffefb; box-shadow: 0 1px 0 rgba(7,27,49,.03); transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease, border-color .4s ease; }
.engagement-card:hover { z-index: 2; border-color: #92aaa9; box-shadow: 0 18px 38px rgba(7,27,49,.09); transform: translateY(-5px); }
.engagement-card .card-meta { color: #277d77; font-size: 10px; font-weight: 500; }
.engagement-card h3 { margin-top: 64px; font-family: var(--serif); font-size: clamp(37px, 3.3vw, 52px); font-weight: 400; letter-spacing: -.045em; line-height: .84; }
.card-intro { min-height: 108px; margin-top: 30px; color: #40586a; font-size: 15px; line-height: 1.62; }
details { margin-top: auto; border-top: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: #277d77; font-size: 22px; font-weight: 400; }
details ul { display: grid; gap: 8px; padding-bottom: 18px; }
details li { position: relative; padding-left: 14px; color: #435b6c; font-size: 12px; line-height: 1.5; list-style: none; }
details li::before { position: absolute; left: 0; color: var(--gold); content: '•'; }
details > p { padding: 0 0 18px; color: #435b6c; font-size: 13px; line-height: 1.6; }
.outcome { min-height: 76px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: #40586a; font-size: 13px; line-height: 1.58; }
.outcome b { color: var(--ink); }

/* AI */
.ai-section { position: relative; overflow: hidden; padding: clamp(110px, 12vw, 175px) 0; color: var(--surface); background: #103650; }
.ai-section .display em { color: var(--mint); }
.ai-lines { position: absolute; inset: 0; opacity: .52; background-image: linear-gradient(90deg, transparent 0, transparent calc(50% - .5px), rgba(143,224,213,.09) 50%, transparent calc(50% + .5px)), linear-gradient(0deg, transparent 0, transparent calc(33.3% - .5px), rgba(143,224,213,.08) 33.3%, transparent calc(33.3% + .5px)); background-size: 20% 100%, 100% 160px; mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent); }
.ai-lines::after { position: absolute; top: 14%; right: 8%; width: 45vw; height: 45vw; content: ''; border: 1px solid rgba(143,224,213,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(143,224,213,.05), 0 0 0 83px rgba(143,224,213,.035); animation: breathe 5s ease-in-out infinite; }
.ai-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,130px); }
.ai-intro .eyebrow { margin-bottom: 22px; color: var(--mint); }
.ai-intro .display { font-size: clamp(52px,5.5vw,84px); }
.ai-intro > p:last-child { max-width: 425px; margin-top: 30px; color: #c0d1d8; font-size: 14px; line-height: 1.75; }
.ai-panels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; gap: 15px; }
.ai-panel { min-height: 450px; padding: 28px; border: 1px solid rgba(255,255,255,.2); background: rgba(3,17,33,.22); backdrop-filter: blur(8px); }
.ai-panel--now { margin-top: 79px; background: rgba(143,224,213,.93); color: var(--ink); border-color: var(--mint); }
.label-pill { display: inline-block; padding: 5px 8px; border: 1px solid rgba(255,255,255,.47); border-radius: 999px; color: var(--mint); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.ai-panel--now .label-pill { border-color: rgba(7,27,49,.38); color: #307973; }
.ai-panel h3 { margin: 37px 0 20px; font-family: var(--serif); font-size: clamp(31px,3vw,44px); font-weight: 400; letter-spacing: -.035em; line-height: .9; }
.ai-panel > p:not(.label-pill) { color: #c0d0d7; font-size: 12px; line-height: 1.65; }
.ai-panel > p + p { margin-top: 17px; }
.ai-panel--now > p:not(.label-pill) { color: #214a59; }
.ai-panel ul { display: grid; gap: 10px; margin-top: 24px; }
.ai-panel li { position: relative; padding-left: 14px; color: #c0d0d7; font-size: 11px; line-height: 1.4; list-style: none; }
.ai-panel li::before { position: absolute; left: 0; content: '→'; color: var(--gold); }

/* Principal */
.principal { padding: clamp(110px, 13vw, 190px) 0 0; background: var(--paper); }
.principal-layout { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.1fr); align-items: start; gap: clamp(48px,10vw,150px); }
.portrait-panel { position: sticky; top: 128px; height: min(48vw, 620px); min-height: 460px; overflow: hidden; color: var(--surface); background: var(--ink); }
.portrait-panel::before { position: absolute; right: -25%; bottom: -14%; width: 100%; aspect-ratio: 1; content: ''; border: 1px solid rgba(143,224,213,.45); border-radius: 50%; box-shadow: 0 0 0 39px rgba(143,224,213,.08), 0 0 0 78px rgba(143,224,213,.04); }
.portrait-grid { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(143,224,213,.15) 1px, transparent 1px), linear-gradient(rgba(143,224,213,.15) 1px, transparent 1px); background-size: 33.33% 33.33%; mask-image: linear-gradient(135deg, black, transparent 70%); }
.portrait-monogram { position: absolute; bottom: -2.5vw; left: -1vw; color: var(--mint); font-family: var(--serif); font-size: clamp(175px, 23vw, 340px); letter-spacing: -.13em; line-height: .72; }
.portrait-panel > span { position: absolute; top: 23px; left: 23px; color: var(--gold); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; }
.principal-content .eyebrow { margin-bottom: 22px; }
.principal-content .display { font-size: clamp(65px,7vw,112px); }
.principal-role { margin-top: 23px; color: var(--mint-dim); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; }
.principal-copy { max-width: 610px; margin-top: 47px; color: #364d5f; font-size: 15px; line-height: 1.76; }
.principal-copy p + p { margin-top: 19px; }
.bio-details { margin-top: 31px; border-bottom: 1px solid var(--line); }
.bio-details summary { color: var(--ink); }
.bio-details > div { padding: 0 0 22px; }
.bio-details > div p { color: #465d6d; font-size: 13px; line-height: 1.72; }
.credentials { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: clamp(75px,10vw,150px); padding: 23px 0; border-top: 1px solid var(--line); }
.credentials div { padding-right: 18px; border-right: 1px solid var(--line); }
.credentials div:last-child { border-right: 0; }
.credentials span, .contact-details span { font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.credentials span { color: var(--mint-dim); }
.contact-details span { color: var(--mint); }
.credentials p { margin-top: 10px; color: #3b5163; font-size: 11px; line-height: 1.5; }

/* Contact + footer */
.contact { position: relative; min-height: calc(100svh - 64px); overflow: hidden; margin-top: clamp(105px,13vw,190px); padding: clamp(90px, 11vw, 152px) 0 80px; color: var(--surface); background: var(--ink); }
.contact-orbit i { position: absolute; right: -16vw; bottom: -43vw; width: 70vw; height: 70vw; border: 1px solid rgba(143,224,213,.24); border-radius: 50%; }
.contact-orbit i + i { right: -2vw; bottom: -22vw; width: 45vw; height: 45vw; border-color: rgba(220,169,105,.21); }
.contact-layout { position: relative; display: grid; grid-template-columns: 1.12fr .78fr; gap: 55px 10%; }
.contact .eyebrow { margin-bottom: 24px; color: var(--mint); }
.contact .display { max-width: 750px; font-size: clamp(56px,6vw,90px); }
.contact-copy { padding-top: 39px; }
.contact-copy > p { max-width: 430px; color: #c6d7da; font-size: 15px; line-height: 1.75; }
.button--light { margin-top: 28px; color: var(--ink); border-color: var(--surface); background: var(--surface); }
.button--light:hover { color: var(--surface); background: transparent; border-color: var(--mint); }
.contact-details { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details > div { display: grid; gap: 8px; }
.contact-details a { width: max-content; max-width: 100%; color: var(--surface); border-bottom: 1px solid rgba(255,255,255,.35); font-family: var(--serif); font-size: clamp(23px,2.5vw,36px); line-height: 1.1; transition: color .25s ease; }
.contact-details a:hover { color: var(--mint); }
.contact-details p { color: var(--surface); font-family: var(--serif); font-size: 24px; line-height: 1.1; }
.contact-details small { color: #b9cbd1; font-family: var(--sans); font-size: 11px; }
.site-footer { color: #aabdc4; background: #061728; }
.site-footer > .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 25px; }
.brand--footer { color: var(--surface); }
.brand--footer .brand-mark { color: var(--mint); }
.brand--footer .brand-type em { color: #91a4ad; }
.site-footer p, .site-footer a { font-size: 10px; }
.site-footer > .wrap > div:last-child { display: flex; gap: 20px; }
.site-footer a:hover { color: var(--mint); }

@keyframes orbit-rotate { to { transform: rotate(360deg); } }
@keyframes dash { to { stroke-dashoffset: -240; } }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.8); opacity: .45; } }
@keyframes breathe { 0%,100% { transform: scale(1); opacity: .65; } 50% { transform: scale(1.1); opacity: 1; } }
@keyframes title-rise { to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); } }
@keyframes scroll-guide { 0%,100% { transform: scaleX(.45); transform-origin: left; opacity: .5; } 50% { transform: scaleX(1); transform-origin: left; opacity: 1; } }

@media (max-width: 1050px) {
  :root { --wrap: min(1320px, calc(100vw - 64px)); }
  .hero-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 35px; }
  .hero-title { font-size: clamp(68px, 9.3vw, 118px); }
  .journey-grid { grid-template-columns: minmax(160px,.32fr) minmax(430px,1.12fr) minmax(250px,.76fr); gap: 28px; }
  .journey-visual { width: min(32vw, 390px); }
  .capabilities-layout, .ai-layout { gap: 58px; }
  .service-trigger { grid-template-columns: minmax(180px,1fr) minmax(145px,.7fr) 24px; }
  .engagement-card { min-height: 600px; }
  .portrait-panel { min-height: 430px; }
}

@media (max-width: 820px) {
  :root { --wrap: min(1320px, calc(100vw - 42px)); }
  .nav { min-height: 70px; }
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: grid; width: 42px; height: 42px; place-content: center; gap: 6px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle i { display: block; width: 15px; height: 1.5px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle[aria-expanded='true'] i:first-of-type { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] i:last-of-type { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 70px; right: 0; left: 0; display: grid; gap: 20px; max-height: 0; padding: 0 21px; overflow: hidden; background: rgba(245,245,240,.98); box-shadow: 0 18px 35px rgba(7,27,49,.07); transition: max-height .4s cubic-bezier(.16,1,.3,1), padding .4s cubic-bezier(.16,1,.3,1); }
  .mobile-menu[aria-hidden='false'] { max-height: 380px; padding: 25px 21px 30px; border-top: 1px solid var(--line); }
  .mobile-menu a:not(.button) { color: var(--ink); font-size: 17px; font-weight: 600; }
  .mobile-menu .button { margin-top: 7px; }
  .hero { min-height: 760px; }
  .hero-layout { display: block; min-height: 0; padding-top: 142px; padding-bottom: 58px; }
  .hero-title { max-width: 650px; font-size: clamp(64px, 12vw, 105px); }
  .hero-signal { display: none; }
  .evidence-row { grid-template-columns: repeat(3,1fr); }
  .evidence-item { display: block; min-height: 143px; padding: 16px 12px 20px 0; }
  .evidence-item + .evidence-item { padding-left: 12px; }
  .evidence-item p { margin-top: 10px; }
  .manifesto-grid, .manifesto-content, .capabilities-layout, .ai-layout, .principal-layout { grid-template-columns: 1fr; }
  .journey { height: auto; padding: 94px 0; }
  .journey-sticky { position: relative; height: auto; overflow: visible; background: radial-gradient(circle at 100% 0, rgba(76,207,195,.15), transparent 28%), var(--ink); }
  .journey-sticky::before { display: none; }
  .journey-grid { grid-template-columns: 1fr; height: auto; }
  .journey-intro .eyebrow { margin-bottom: 18px; }
  .journey-kicker { max-width: 540px; margin-top: 0; font-size: 13px; }
  .journey-visual, .journey-progress, .journey-scroll-note { display: none; }
  .journey-copy { display: grid; gap: 13px; min-height: 0; margin-top: 42px; }
  .journey-stage, .journey-stage.is-active { position: relative; width: 100%; padding: 25px; border: 1px solid rgba(255,255,255,.18); opacity: 1; pointer-events: auto; transform: none; }
  .journey-stage:nth-child(2) { background: rgba(143,224,213,.07); }
  .journey-stage:nth-child(3) { border-color: rgba(220,169,105,.42); background: rgba(220,169,105,.07); }
  .journey-stage h2 { font-size: clamp(48px,8.7vw,72px); }
  .stage-summary { margin-top: 22px; }
  .stage-list { margin-top: 22px; }
  .section-marker { min-height: auto; }
  .marker-number { display: none; }
  .manifesto-content { gap: 45px; margin-top: 36px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .section-heading > p { max-width: 560px; }
  .moment-card { width: 45vw; }
  .capabilities-intro, .portrait-panel { position: relative; top: auto; }
  .capabilities-intro { margin-bottom: 18px; }
  .service-orbit { display: none; }
  .engagement-grid, .ai-panels { grid-template-columns: 1fr; max-width: 560px; margin: auto; }
  .engagement-card { min-height: 0; }
  .engagement-card h3 { margin-top: 42px; }
  .card-intro { min-height: auto; margin-bottom: 28px; }
  .ai-panel--now { margin-top: 0; }
  .portrait-panel { width: min(100%,520px); height: 480px; }
  .credentials { grid-template-columns: repeat(2,1fr); }
  .credentials div:nth-child(2) { border-right: 0; }
  .contact-layout { grid-template-columns: 1fr; gap: 8px; }
  .contact-copy { padding-top: 18px; }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100vw - 36px); }
  .brand-type strong { font-size: 12px; }
  .brand-type em { font-size: 7px; }
  .hero { min-height: 735px; }
  .hero-layout { padding-top: 120px; padding-bottom: 44px; }
  .hero-title { margin-top: 20px; font-size: clamp(56px, 15.7vw, 80px); line-height: .84; }
  .hero-summary { margin-top: 27px; font-size: 14px; }
  .hero-actions { gap: 20px; margin-top: 27px; }
  .button { min-height: 48px; padding-inline: 17px; font-size: 12px; }
  .hero-orbit svg { top: 10%; right: -43%; width: 135%; }
  .orbit--one { top: 32%; right: -32%; width: 95vw; height: 95vw; }
  .orbit--two { top: 37%; right: -14%; width: 65vw; height: 65vw; }
  .evidence-row { width: 100%; grid-template-columns: 1fr; padding: 0; }
  .evidence-item, .evidence-item + .evidence-item { display: grid; grid-template-columns: 78px 1fr; gap: 12px; min-height: 0; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .evidence-item:last-child { border-bottom: 0; }
  .evidence-item p { margin-top: 0; }
  .evidence-item:first-child span { font-size: 35px; line-height: .7; }
  .manifesto, .moments, .capabilities, .engagements, .ai-section, .journey { padding-top: 86px; padding-bottom: 86px; }
  .display, .manifesto-content .display { font-size: clamp(46px, 13vw, 62px); }
  .manifesto-content { margin-top: 26px; gap: 32px; }
  .manifesto-copy { font-size: 14px; }
  .manifesto-emphasis { font-size: 25px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading .display { font-size: clamp(47px,13vw,62px); }
  .moments-track { gap: 12px; padding-left: 18px; padding-right: 18px; }
  .moment-card { width: calc(100vw - 62px); min-width: calc(100vw - 62px); min-height: 322px; padding: 22px; }
  .moment-card h3 { font-size: 34px; }
  .track-footer > p { max-width: 175px; line-height: 1.5; }
  .capabilities-layout { gap: 30px; }
  .service-trigger { grid-template-columns: 1fr 18px; min-height: 82px; gap: 8px; }
  .service-tag { display: none; }
  .service-name { font-size: 28px; }
  .service-detail ul { grid-template-columns: 1fr; padding-right: 8px; }
  .engagement-card { padding: 21px; }
  .engagement-card h3 { font-size: 48px; }
  .ai-layout { gap: 42px; }
  .ai-panel { min-height: 0; padding: 22px; }
  .portrait-panel { height: calc(100vw - 36px); min-height: 0; }
  .principal-content .display { font-size: 76px; }
  .principal-copy { margin-top: 32px; font-size: 14px; }
  .credentials { grid-template-columns: 1fr; gap: 14px; margin-top: 72px; }
  .credentials div, .credentials div:nth-child(2) { padding-right: 0; padding-bottom: 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .credentials div:last-child { border-bottom: 0; }
  .contact { margin-top: 86px; padding-top: 85px; }
  .contact .display { font-size: clamp(51px,14vw,66px); }
  .contact-details { grid-template-columns: 1fr; margin-top: 27px; }
  .contact-details a { font-size: 25px; }
  .site-footer > .wrap { flex-wrap: wrap; align-content: center; min-height: 150px; gap: 17px; padding-block: 25px; }
  .site-footer > .wrap > div:last-child { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .intro-element, .reveal { opacity: 1; transform: none; }
  .journey { height: auto; padding: 94px 0; }
  .journey-sticky { position: relative; height: auto; overflow: visible; }
  .journey-grid { grid-template-columns: 1fr; height: auto; padding-block: 0; }
  .journey-visual, .journey-progress, .journey-scroll-note { display: none; }
  .journey-copy { display: grid; gap: 13px; min-height: 0; margin-top: 42px; }
  .journey-stage, .journey-stage.is-active { position: relative; width: 100%; padding: 25px; border: 1px solid rgba(255,255,255,.18); opacity: 1; transform: none; }
}
