:root {
  --paper: #f5f4ee;
  --paper-2: #ecebe3;
  --ink: #08090b;
  --ink-2: #15171b;
  --ink-soft: #50535a;
  --muted: #6e7177;
  --dark-muted: rgba(255,255,255,.58);
  --brand: #b4f13c;
  --brand-rgb: 180,241,60;
  --brand-ink: #385b00;
  --line: rgba(8,9,11,.14);
  --line-dark: rgba(255,255,255,.16);
  --display: "Inter Tight", Inter, Arial, sans-serif;
  --mono: "IBM Plex Mono", "Cascadia Mono", Consolas, monospace;
  --wrap: 1320px;
  --ease: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 0; background: var(--paper); }
body { min-width: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--display); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg, canvas { display: block; max-width: 100%; }
.wrap { width: min(100%, var(--wrap)); margin-inline: auto; padding-inline: clamp(22px, 4vw, 58px); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 10000; left: 18px; top: -80px; padding: 10px 14px; border-radius: 2px; background: var(--brand); color: var(--ink); font: 600 12px/1 var(--mono); transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }
::selection { background: var(--brand); color: var(--ink); }
main section[id] { scroll-margin-top: 84px; }
.hero#intelligence { scroll-margin-top: 0; }

/* Authored brand overture — preserve the original orbit film and timed lock-up. */
.brand-sprite { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }
#brand-reveal.brand-overture {
  position: relative;
  z-index: 2000;
  display: grid !important;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #000 !important;
  color: #fff;
}
.orbit-film {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: none;
  width: min(68vmin, 540px);
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%,-52%);
  transform-origin: 50% 50%;
  opacity: 0;
  animation: none;
}
.motion-ready .orbit-film { display: block; }
.motion-ready .orbit-film.orbit-running { animation: orbitFilmSequence 5.65s cubic-bezier(.48,0,.2,1) both; }
#brand-reveal .overture-lockup {
  position: relative;
  z-index: 2;
  width: min(88vw,840px);
  min-height: 72svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.dragon-birth {
  position: relative;
  width: clamp(112px,18vmin,178px);
  height: clamp(112px,18vmin,178px);
  opacity: 1;
}
.motion-ready:not(.orbit-dragon) .dragon-birth { opacity: 0; }
#brand-reveal .overture-mark {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 1;
  transform-origin: 50% 50%;
}
.orbit-dragon .dragon-birth { animation: orbitDragonResolve .86s cubic-bezier(.16,.84,.18,1) both; }
.overture-wordframe {
  position: relative;
  width: min(70vw,720px);
  margin-top: clamp(18px,2.7vh,28px);
  color: #fff;
  opacity: 1;
}
.motion-ready:not(.orbit-brand) .overture-wordframe { opacity: 0; }
.overture-wordmark { position: relative; z-index: 2; display: block; width: 100%; height: auto; color: #fff; overflow: visible; }
.orbit-brand .overture-wordframe { animation: orbitWordResolve .72s cubic-bezier(.18,.78,.2,1) both; }
.overture-governance {
  margin-top: clamp(16px,2.2vh,24px);
  color: rgba(255,255,255,.62);
  font: 500 9px/1 var(--mono);
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: 1;
}
.motion-ready:not(.orbit-brand) .overture-governance { opacity: 0; }
.orbit-brand .overture-governance { animation: orbitCaptionResolve .48s ease .22s both; }
#brand-reveal .overture-enter {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: clamp(24px,4vh,42px);
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.64);
  font: 500 10px/1 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: 1;
  transform: translateX(-50%);
}
.motion-ready:not(.orbit-brand) .overture-enter { opacity: 0; visibility: hidden; pointer-events: none; }
#brand-reveal .overture-enter i { position: relative; display: block; width: 72px; height: 1px; overflow: hidden; background: rgba(255,255,255,.3); }
#brand-reveal .overture-enter i::after { content: ""; position: absolute; inset: 0; background: #fff; transform: translateX(-100%); }
.orbit-brand .overture-enter { animation: orbitEnterResolve .42s ease .34s both; }
.orbit-brand .overture-enter i::after { animation: enterSweep 4.8s ease-in-out .34s infinite; }
.overture-sound {
  position: absolute;
  z-index: 7;
  left: clamp(18px,2.6vw,42px);
  bottom: clamp(18px,3vh,34px);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 99px;
  background: rgba(0,0,0,.82);
  color: rgba(255,255,255,.72);
  font: 500 9px/1 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
}
.overture-sound i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.52); transition: background .25s ease, transform .25s ease; }
.overture-sound[aria-pressed="true"] i { background: #fff; transform: scale(1.2); animation: soundPulse 1.2s ease-in-out infinite; }
.overture-sound:focus-visible { outline-color: #fff; }
@keyframes orbitFilmSequence {
  0% { opacity: 0; transform: translate(-50%,-52%) scale(.985); }
  9%,67% { opacity: 1; transform: translate(-50%,-52%) scale(1); }
  86%,100% { opacity: 0; transform: translate(-50%,-52%) scale(1.035); }
}
@keyframes orbitDragonResolve {
  0% { opacity: 0; transform: scale(.84); clip-path: inset(48% 0 48% 0); }
  100% { opacity: 1; transform: scale(1); clip-path: inset(0); }
}
@keyframes orbitWordResolve {
  0% { opacity: 0; transform: translateY(7px); clip-path: inset(0 50% 0 50%); }
  100% { opacity: 1; transform: none; clip-path: inset(0); }
}
@keyframes orbitCaptionResolve { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@keyframes orbitEnterResolve { from { opacity: 0; transform: translate(-50%,6px); } to { opacity: 1; transform: translate(-50%,0); } }
@keyframes enterSweep { 0%,20% { transform: translateX(-100%); } 70%,100% { transform: translateX(100%); } }
@keyframes soundPulse { 50% { opacity: .42; transform: scale(.72); } }

.page-noise { position: fixed; inset: 0; z-index: 900; pointer-events: none; opacity: .018; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; z-index: 1001; top: 0; left: 0; width: 0; height: 2px; background: var(--brand); box-shadow: 0 0 14px rgba(var(--brand-rgb),.56); }

/* Navigation */
.site-nav { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--ink); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, opacity .25s ease, visibility .25s ease; }
.site-nav.nav-suppressed { opacity: 0; visibility: hidden; pointer-events: none; }
.site-nav.scrolled { background: rgba(245,244,238,.88); border-color: var(--line); backdrop-filter: blur(18px) saturate(130%); }
.nav-inner { height: 72px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; font: 700 13px/1 var(--display); letter-spacing: .18em; }
.brand img { width: 32px; height: 32px; border-radius: 8px; }
.nav-links { display: flex; align-items: center; gap: 3px; margin-left: auto; }
.nav-links a { position: relative; padding: 8px 10px; color: #55585e; font: 500 10px/1 var(--mono); }
.nav-links a::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 2px; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 2px; font: 600 11px/1 var(--mono); letter-spacing: .01em; transition: transform .35s var(--ease), background .2s ease, color .2s ease, border-color .2s ease; }
.button span { transition: transform .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(3px,-3px); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--brand); border-color: var(--brand); color: var(--ink); }
.button-nav { min-height: 38px; padding-inline: 14px; font-size: 9px; }
.button-outline { background: transparent; }
.menu-button { position: relative; display: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line); background: transparent; place-items: center; cursor: pointer; }
.menu-button i { position: absolute; width: 17px; height: 1px; background: currentColor; transition: transform .25s var(--ease); }
.menu-button i:first-child { transform: translateY(-3px); }
.menu-button i:last-child { transform: translateY(3px); }
.menu-button[aria-expanded="true"] i:first-child { transform: rotate(45deg); }
.menu-button[aria-expanded="true"] i:last-child { transform: rotate(-45deg); }
.mobile-menu { display: none; max-height: calc(100dvh - 64px); overflow-y: auto; padding: 6px 22px 18px; background: var(--paper); border-bottom: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font: 500 12px/1.2 var(--mono); }
.mobile-menu a:last-child { color: var(--brand-ink); }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: max(760px, 100svh); overflow: hidden; background: var(--paper); --void-origin-x: 73; --void-origin-y: 53; }
.void-stage { position: absolute; z-index: auto; inset: 0; overflow: hidden; opacity: 1; background: radial-gradient(circle at 73% 53%, rgba(17,38,112,.88), rgba(207,28,71,.54) 28%, rgba(47,68,164,.24) 48%, transparent 70%); }
.void-stage.void-enhanced { background: radial-gradient(circle at 73% 53%, rgba(13,28,88,.74) 0 12%, rgba(54,31,118,.48) 29%, rgba(203,34,75,.28) 49%, rgba(50,72,170,.14) 65%, transparent 78%); }
.void-stage.void-visible, .void-stage.void-fallback { opacity: 1; }
.void-canvas { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; opacity: 0; filter: saturate(1.22) contrast(1.08); transition: opacity .65s ease .04s; }
.void-canvas.ready { opacity: 1; }
.void-stage.void-fallback { background: radial-gradient(circle at 73% 53%, #09112f 0 10%, #304cad 12%, rgba(218,38,78,.82) 29%, rgba(56,77,180,.42) 48%, transparent 72%); }
.void-orb { position: absolute; z-index: 3; left: calc(var(--void-origin-x) * 1%); top: calc(var(--void-origin-y) * 1%); width: clamp(210px, 26vw, 388px); aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; filter: drop-shadow(0 38px 52px rgba(3,5,13,.52)); }
.void-orb-film { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; filter: grayscale(1) contrast(1.16) brightness(.94); }
.void-mark { position: absolute; z-index: 4; left: 50%; top: 49%; width: 44%; height: 44%; transform: translate(-50%,-50%); overflow: visible; filter: none; }
.void-mark use { stroke: currentColor; vector-effect: non-scaling-stroke; }
.dragon-engrave-shadow { color: #010202; stroke-width: 7.1; opacity: .98; transform: translate(1.35px,1.55px); filter: drop-shadow(1px 1.2px 1px rgba(0,0,0,.98)); }
.dragon-engrave-cut { color: #0a1005; stroke-width: 5.7; opacity: 1; mix-blend-mode: multiply; filter: drop-shadow(-1.05px -1px .72px rgba(255,255,255,.24)) drop-shadow(1.15px 1.25px .82px rgba(0,0,0,.98)); }
.dragon-engrave-lip { color: #d8ff7b; stroke-width: 2.15; opacity: .38; transform: translate(-.78px,-.88px); filter: drop-shadow(0 0 1.5px rgba(var(--brand-rgb),.36)); }
.dragon-engrave-glow { color: var(--brand); stroke-width: 1.72; opacity: .88; filter: drop-shadow(0 0 1.5px rgba(var(--brand-rgb),.96)) drop-shadow(0 0 4px rgba(var(--brand-rgb),.58)) drop-shadow(0 0 9px rgba(var(--brand-rgb),.22)); }
.dragon-engrave-heat { color: #e5ff9b; stroke-width: .82; opacity: .28; mix-blend-mode: screen; filter: drop-shadow(0 0 2px rgba(var(--brand-rgb),.86)) drop-shadow(0 0 6px rgba(var(--brand-rgb),.38)); }
.void-awake .dragon-engrave-heat { animation: dragonEngraveHeat 3.2s ease-in-out infinite; }
@keyframes dragonEngraveHeat { 0%,100% { opacity: .18; } 48% { opacity: .5; } 62% { opacity: .34; } }
.hero-veil { position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--paper) 0%, rgba(245,244,238,.98) 27%, rgba(245,244,238,.82) 38%, rgba(245,244,238,.42) 49%, rgba(245,244,238,.06) 63%, transparent 73%), linear-gradient(180deg, rgba(245,244,238,.16) 0%, transparent 25%, transparent 82%, rgba(245,244,238,.18) 100%); }
.hero-layout { position: relative; z-index: 5; min-height: max(760px, 100svh); display: grid; grid-template-columns: minmax(0,650px) 1fr; align-items: center; padding-top: 80px; padding-bottom: 74px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; color: var(--brand-ink); font: 600 10px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { display: flex; flex-direction: column; align-items: flex-start; max-width: 100%; font-size: clamp(64px, 6vw, 94px); font-weight: 600; line-height: .89; letter-spacing: -.058em; }
.hero h1 span { white-space: nowrap; }
.hero h1 span:nth-child(2) { font-size: .92em; }
.hero h1 em { margin-top: .24em; color: #34373d; font-size: .61em; font-weight: 500; line-height: 1.02; letter-spacing: -.032em; white-space: nowrap; font-style: normal; }
.hero-copy > p { max-width: 590px; margin-top: 34px; color: var(--ink-soft); font-size: clamp(16px, 1.38vw, 19px); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; margin-top: 38px; }
.text-link { padding: 10px 0 6px; border-bottom: 1px solid var(--line); color: #44474c; font: 600 10px/1 var(--mono); }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px,-3px); }
.hero-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 640px; margin-top: 58px; padding-top: 18px; border-top: 1px solid rgba(8,9,11,.18); }
.hero-principles span { display: flex; flex-direction: column; gap: 8px; color: #3e4148; font: 600 9px/1.35 var(--mono); text-transform: uppercase; letter-spacing: .05em; text-shadow: 0 0 5px var(--paper),0 0 13px var(--paper),0 0 24px rgba(245,244,238,.94); }
.hero-principles b { color: var(--brand-ink); font-weight: 500; }
.hero-folio { position: absolute; left: clamp(22px,4vw,58px); right: clamp(22px,4vw,58px); bottom: 22px; display: flex; align-items: center; gap: 18px; color: #777a80; font: 500 8px/1 var(--mono); letter-spacing: .13em; }
.hero-folio i { flex: 1; height: 1px; background: var(--line); }

/* Shared headings */
.section-dark { background: var(--ink); color: #fff; }
.section-paper { background: var(--paper); color: var(--ink); }
.section-head { max-width: 920px; }
.section-head .section-index, .section-index { margin-bottom: 28px; color: var(--brand-ink); font: 600 9px/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.section-head h2, .efficacy-copy h2, .closing h2, .answers-copy h2 { font-size: clamp(48px, 6.1vw, 88px); font-weight: 500; line-height: .91; letter-spacing: -.058em; }
.section-head h2 em, .answers-copy h2 em, .closing h2 em { color: var(--brand-ink); font-style: normal; }
.section-head > p { max-width: 720px; margin-top: 28px; color: var(--ink-soft); font-size: clamp(15px,1.4vw,18px); line-height: 1.68; }
.section-head-dark .section-index, .section-dark .section-index { color: var(--brand); }
.section-head-dark h2 em, .section-dark h2 em { color: var(--brand); }
.section-head-dark > p { color: var(--dark-muted); }

/* Signal band */
.signal-band { display: grid; grid-template-columns: 260px 1fr; align-items: center; overflow: hidden; background: var(--brand); color: var(--ink); border-block: 1px solid rgba(8,9,11,.22); }
.signal-label { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px clamp(16px,2vw,24px); border-right: 1px solid rgba(8,9,11,.24); }
.signal-label p { font: 600 8px/1.35 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.signal-label button { display: none; flex: none; min-width: 61px; min-height: 30px; padding: 0 9px; border: 1px solid rgba(8,9,11,.42); border-radius: 99px; background: transparent; color: var(--ink); font: 600 7px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.signal-label button.motion-control-ready { display: block; }
.signal-label button:hover, .signal-label button[aria-pressed="true"] { background: var(--ink); color: var(--brand); }
.signal-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.signal-track { width: max-content; display: flex; align-items: center; gap: 0; white-space: nowrap; }
.signal-track.motion-enabled { animation: signal-scroll 34s linear infinite; }
.signal-track.motion-paused { animation-play-state: paused; }
.signal-sequence { display: flex; align-items: center; gap: 25px; padding-right: 25px; }
.signal-marquee span { font-size: clamp(17px,2vw,25px); font-weight: 600; letter-spacing: -.025em; }
.signal-marquee i { font: 500 13px/1 var(--mono); font-style: normal; }
@keyframes signal-scroll { to { transform: translateX(-50%); } }

/* The fold */
.perspectives { padding: clamp(110px,12vw,174px) 0 0; overflow: hidden; }
.perspectives .section-head { max-width: 1120px; }
.fold-stage { position: relative; min-height: 880px; margin: clamp(76px,9vw,128px) 0 0; overflow: hidden; border-block: 1px solid var(--line-dark); }
.fold-stage::before { content: ""; position: absolute; z-index: 0; inset: 12% 18%; background: radial-gradient(ellipse at center, rgba(var(--brand-rgb),.08), transparent 64%); filter: blur(30px); }
.fold-stage::after { content: ""; position: absolute; z-index: 4; inset: 0; pointer-events: none; background: linear-gradient(90deg,var(--ink),transparent 17%,transparent 83%,var(--ink)); opacity: .78; }
.fold-canvas { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: 0; filter: drop-shadow(0 38px 72px rgba(0,0,0,.66)); transition: opacity 1s ease; }
.fold-canvas.ready { opacity: .98; }
.fold-core { position: absolute; z-index: 7; top: 5%; left: 50%; width: min(54%, 600px); transform: translateX(-50%); text-align: center; }
.fold-core span { color: var(--brand); font: 600 9px/1 var(--mono); letter-spacing: .17em; }
.fold-core strong { display: block; max-width: 15ch; margin: 16px auto 18px; color: #fff; font-size: clamp(28px,3.2vw,48px); font-weight: 500; line-height: .94; letter-spacing: -.052em; }
.fold-core small { color: rgba(255,255,255,.52); font: 500 8px/1.55 var(--mono); letter-spacing: .07em; }
.perspective-list { position: absolute; z-index: 8; inset: 0; pointer-events: none; }
.perspective { position: absolute; width: 28%; max-width: 320px; min-height: 125px; padding: 20px 22px; background: rgba(8,9,11,.72); border-top: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(7px); pointer-events: auto; transition: border-color .25s ease, background .25s ease; }
.perspective:hover { border-color: var(--brand); background: rgba(13,15,18,.9); }
.perspective i { display: inline-block; margin: 0 12px 12px 0; color: var(--brand); font: 500 9px/1 var(--mono); font-style: normal; letter-spacing: .15em; }
.perspective b { display: inline-block; margin-bottom: 12px; color: #fff; font-size: 18px; font-weight: 500; line-height: 1.1; letter-spacing: -.025em; }
.perspective small { display: block; max-width: 28ch; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.55; }
.perspective:nth-child(even) { text-align: right; }
.perspective:nth-child(even) small { margin-left: auto; }
.p-tech { left: 0; top: 21%; }.p-security { left: 3%; top: 49%; }.p-data { left: 9%; bottom: 9%; }
.p-risk { right: 0; top: 21%; }.p-finance { right: 3%; top: 49%; }.p-leadership { right: 9%; bottom: 9%; }
.fold-legend { position: absolute; z-index: 8; left: 14%; right: 14%; bottom: 18px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 18px; align-items: center; color: rgba(255,255,255,.46); font: 500 8px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.fold-legend i { height: 1px; background: var(--line-dark); }
.fold-legend b { color: var(--brand); font-weight: 500; text-align: center; }

/* Governed scenario portfolio */
.event-section { padding: 0 0 clamp(112px,12vw,180px); }
.governance-portfolio { border-top: 1px solid rgba(255,255,255,.22); }
.governance-portfolio > header { display: grid; grid-template-columns: minmax(230px,.65fr) minmax(0,1.35fr); gap: clamp(42px,7vw,110px); padding: 52px 0 48px; }
.governance-portfolio > header > span { padding-top: 8px; color: var(--brand); font: 600 8px/1.3 var(--mono); letter-spacing: .16em; }
.governance-portfolio h2 { max-width: 14ch; color: #fff; font-size: clamp(40px,5.2vw,74px); font-weight: 500; line-height: .94; letter-spacing: -.056em; }
.governance-portfolio > header p { max-width: 66ch; margin-top: 24px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.72; }
.scenario-tabs[hidden] { display: none; }
.scenario-tabs { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.scenario-tabs button { min-height: 78px; padding: 15px 16px; border: 0; border-right: 1px solid rgba(255,255,255,.14); background: transparent; color: rgba(255,255,255,.58); font: 600 9px/1.2 var(--mono); letter-spacing: .08em; text-align: left; text-transform: uppercase; cursor: pointer; transition: background .22s ease,color .22s ease; }
.scenario-tabs button:last-child { border-right: 0; }
.scenario-tabs button span { display: block; margin-bottom: 10px; color: rgba(255,255,255,.3); font-size: 8px; }
.scenario-tabs button:hover { color: #fff; }
.scenario-tabs button[aria-selected="true"] { background: var(--brand); color: var(--ink); }
.scenario-tabs button[aria-selected="true"] span { color: rgba(8,9,11,.55); }
.scenario-panels { display: grid; gap: 44px; }
.scenario-enabled .scenario-panels { display: block; }
.scenario-enabled .case-panel[hidden] { display: none; }
.case-panel { border-bottom: 1px solid rgba(255,255,255,.22); }
.case-head { display: grid; grid-template-columns: minmax(210px,.56fr) minmax(0,1.44fr); gap: clamp(34px,6vw,92px); padding: clamp(38px,5vw,64px) 0 34px; }
.case-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-top: 7px; }
.case-meta > span { color: var(--brand); font: 600 8px/1.3 var(--mono); letter-spacing: .14em; }
.case-state { flex: none; padding: 7px 9px 6px; border: 1px solid rgba(255,255,255,.32); color: #fff; font: 600 7px/1 var(--mono); letter-spacing: .1em; }
.case-state.enforced { border-color: var(--brand); background: var(--brand); color: var(--ink); }
.case-state.controlled, .case-state.resolved { border-color: var(--brand); color: var(--brand); }
.case-state.observed { background: #fff; color: var(--ink); }
.case-head h3 { max-width: 22ch; color: #fff; font-size: clamp(32px,4vw,54px); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.case-head p { max-width: 61ch; margin-top: 18px; color: rgba(255,255,255,.53); font-size: 13px; line-height: 1.65; }
.governance-path { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1px; list-style: none; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.16); }
.governance-path li { min-height: 222px; display: flex; flex-direction: column; padding: 22px 20px 24px; background: var(--ink); }
.governance-path i { color: rgba(255,255,255,.3); font: 500 8px/1 var(--mono); font-style: normal; }
.governance-path small { margin-top: 28px; color: var(--brand); font: 600 8px/1.25 var(--mono); letter-spacing: .12em; }
.governance-path b { margin-top: 15px; color: #fff; font-size: 14px; font-weight: 500; line-height: 1.4; }
.governance-path span { margin-top: auto; padding-top: 22px; color: rgba(255,255,255,.44); font-size: 10.5px; line-height: 1.55; }
.case-boundary { display: grid; grid-template-columns: minmax(170px,.55fr) minmax(0,1.45fr); gap: 30px; padding: 22px 0 24px; }
.case-boundary b { color: var(--brand); font: 600 8px/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.case-boundary p { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.55; }
.portfolio-contract { display: grid; grid-template-columns: minmax(210px,.55fr) minmax(0,1.45fr); gap: 40px; padding: 28px 30px; background: var(--brand); color: var(--ink); }
.portfolio-contract > b { font: 700 8px/1.25 var(--mono); letter-spacing: .13em; }
.portfolio-contract p { max-width: 90ch; font-size: 12px; line-height: 1.6; }
.portfolio-contract strong { font-weight: 700; }

/* Moats */
.moats { padding: clamp(110px,13vw,190px) 0; background: var(--paper); }
.moats-layout { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(58px,9vw,140px); align-items: start; }
.moats .section-head { position: sticky; top: 116px; }
.moats .section-head h2 { font-size: clamp(46px,5.2vw,76px); }
.moat-ledger { border-top: 1px solid var(--ink); }
.moat-ledger article { display: grid; grid-template-columns: 38px minmax(170px,.8fr) minmax(240px,1.2fr); column-gap: 24px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.moat-ledger article > i { color: var(--brand-ink); font: 500 9px/1 var(--mono); font-style: normal; }
.moat-ledger article div span { color: var(--brand-ink); font: 600 8px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.moat-ledger h3 { margin-top: 12px; font-size: 25px; font-weight: 500; line-height: 1.05; letter-spacing: -.036em; }
.moat-ledger p { color: var(--ink-soft); font-size: 13px; line-height: 1.62; }
.moat-ledger article > b { grid-column: 3; margin-top: 16px; color: var(--brand-ink); font: 600 8px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }

/* Efficacy */
.efficacy { padding: clamp(100px,11vw,160px) 0 0; border-top: 1px solid var(--line); }
.efficacy-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px,8vw,120px); }
.efficacy-copy h2 { max-width: 10ch; font-size: clamp(46px,5.3vw,76px); }
.efficacy-copy > p { max-width: 52ch; margin-top: 28px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.efficacy-ladder { list-style: none; background: var(--ink); color: #fff; }
.efficacy-ladder li { display: grid; grid-template-columns: 45px 130px 1fr; gap: 14px; align-items: center; min-height: 74px; padding: 14px 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.efficacy-ladder i { color: rgba(255,255,255,.38); font: 500 9px/1 var(--mono); font-style: normal; }
.efficacy-ladder b { font-size: 15px; font-weight: 500; }
.efficacy-ladder span { color: rgba(255,255,255,.52); font-size: 11px; }
.efficacy-ladder li.effective { background: var(--brand); color: var(--ink); }
.efficacy-ladder .effective i, .efficacy-ladder .effective span { color: var(--ink); }
.coverage-contract { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coverage-contract article { padding: 28px 28px 30px 0; }
.coverage-contract article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.coverage-state { display: inline-block; margin-bottom: 19px; padding: 6px 9px; border: 1px solid var(--ink); font: 600 8px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.coverage-state.enforced { background: var(--brand); border-color: var(--brand); }
.coverage-state.observed { background: var(--ink); color: #fff; }
.coverage-state.opaque { border-style: dashed; }
.coverage-contract p { color: var(--ink-soft); font-size: 12px; line-height: 1.62; }

/* Outcomes */
.outcomes { padding: clamp(110px,12vw,180px) 0; }
.outcomes .section-head { max-width: 1000px; }
.role-experience { margin-top: clamp(58px,8vw,96px); border-top: 1px solid var(--ink); }
.role-tabs { display: grid; grid-template-columns: repeat(5,1fr); border-bottom: 1px solid var(--ink); }
.role-tabs button { position: relative; min-height: 64px; padding: 0 14px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); font: 600 9px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.role-tabs button:last-child { border-right: 0; }
.role-tabs button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 4px; background: var(--brand); transform: scaleX(0); transition: transform .35s var(--ease); }
.role-tabs button[aria-selected="true"] { color: var(--ink); }
.role-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.role-panel { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 560px; border-bottom: 1px solid var(--ink); }
.role-copy { padding: clamp(42px,6vw,78px) clamp(30px,5vw,68px) 42px 0; }
.role-copy > span { color: var(--brand-ink); font: 600 8px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.role-copy h3 { max-width: 13ch; margin: 23px 0; font-size: clamp(34px,4vw,56px); font-weight: 500; line-height: .95; letter-spacing: -.052em; }
.role-copy p { max-width: 50ch; color: var(--ink-soft); font-size: 14px; line-height: 1.66; }
.role-copy blockquote { max-width: 48ch; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--brand-ink); font: 500 11px/1.6 var(--mono); }
.role-screen { align-self: stretch; margin: 38px 0 38px 30px; display: flex; flex-direction: column; background: var(--ink); color: #fff; box-shadow: 0 36px 70px -46px rgba(8,9,11,.72); }
.screen-top { min-height: 48px; display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; padding: 0 18px; border-bottom: 1px solid var(--line-dark); font: 500 8px/1 var(--mono); letter-spacing: .11em; }
.screen-top b { color: var(--brand); font-weight: 500; }
.screen-top i { color: rgba(255,255,255,.48); font-style: normal; }
.screen-primary { padding: clamp(28px,4vw,54px); border-bottom: 1px solid var(--line-dark); }
.screen-primary small { display: block; margin-bottom: 22px; color: var(--brand); font: 600 8px/1 var(--mono); letter-spacing: .14em; }
.screen-primary strong { display: block; max-width: 20ch; font-size: clamp(24px,3vw,40px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.screen-signals { display: grid; grid-template-columns: repeat(3,1fr); flex: 1; }
.screen-signals > div { padding: 26px 20px; border-right: 1px solid var(--line-dark); }
.screen-signals > div:last-child { border-right: 0; }
.screen-signals span, .screen-signals b { display: block; }
.screen-signals span { color: rgba(255,255,255,.42); font: 500 8px/1 var(--mono); text-transform: uppercase; }
.screen-signals b { min-height: 34px; margin: 18px 0 28px; color: #fff; font-size: 13px; font-weight: 500; }
.screen-signals i { position: relative; display: block; height: 3px; background: rgba(255,255,255,.13); }
.screen-signals i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--fill); background: var(--brand); }
.screen-foot { display: flex; justify-content: space-between; gap: 20px; padding: 17px 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.43); font: 500 7.5px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

/* Hive */
.answers { padding: clamp(110px,12vw,180px) 0; }
.answers-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(58px,9vw,135px); align-items: center; }
.answers-copy .section-index { color: var(--brand); }
.answers-copy h2 { max-width: 9ch; }
.answers-copy > p { max-width: 54ch; margin-top: 28px; color: var(--dark-muted); font-size: 15px; line-height: 1.7; }
.answers-copy ul { list-style: none; display: grid; gap: 13px; margin-top: 32px; }
.answers-copy li { position: relative; padding-left: 18px; color: rgba(255,255,255,.63); font: 500 10px/1.5 var(--mono); }
.answers-copy li::before { content: ""; position: absolute; left: 0; top: .6em; width: 7px; height: 1px; background: var(--brand); }
.hive-demo { min-width: 0; border: 1px solid rgba(255,255,255,.19); background: #0d0f12; box-shadow: 0 42px 90px -58px #000; }
.demo-top { min-height: 50px; display: flex; align-items: center; gap: 14px; padding: 0 17px; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.47); font: 500 8px/1 var(--mono); letter-spacing: .11em; }
.demo-top i { flex: 1; height: 1px; background: var(--line-dark); }
.demo-top b { color: var(--brand); font-weight: 500; }
.demo-log { min-height: 275px; max-height: 330px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; padding: 24px; scrollbar-color: rgba(255,255,255,.25) transparent; }
.message { max-width: 88%; padding: 15px 16px; border: 1px solid var(--line-dark); color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.58; }
.message.user-message { align-self: flex-end; background: var(--brand); border-color: var(--brand); color: var(--ink); }
.message.hive-message { align-self: flex-start; }
.message p { margin-top: 8px; }
.message ul { list-style: none; margin-top: 10px; }
.message li { margin-top: 5px; color: rgba(255,255,255,.53); font: 400 9px/1.5 var(--mono); }
.message li::before { content: "↳ "; color: var(--brand); }
.answer-leg { display: inline-block; padding: 4px 7px; color: var(--ink); background: var(--brand); font: 600 7px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.answer-leg.abstain { background: transparent; color: rgba(255,255,255,.58); border: 1px dashed rgba(255,255,255,.38); }
.demo-suggestions { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-dark); border-top: 1px solid var(--line-dark); }
.demo-suggestions button { min-height: 54px; padding: 11px 13px; border: 0; background: #101216; color: rgba(255,255,255,.58); text-align: left; font: 500 8.5px/1.45 var(--mono); cursor: pointer; transition: background .2s ease, color .2s ease; }
.demo-suggestions button:hover { background: #181b20; color: #fff; }
.demo-form { display: grid; grid-template-columns: 1fr auto; border-top: 1px solid var(--line-dark); }
.demo-form input { min-width: 0; height: 58px; padding: 0 17px; border: 0; outline: 0; background: transparent; color: #fff; font: 500 11px/1 var(--mono); }
.demo-form input::placeholder { color: rgba(255,255,255,.32); }
.demo-form button { min-width: 96px; border: 0; border-left: 1px solid var(--line-dark); background: var(--brand); color: var(--ink); font: 600 10px/1 var(--mono); cursor: pointer; }
.demo-note { padding: 11px 17px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.32); font: 500 7px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

/* Architecture */
.architecture { padding: clamp(110px,12vw,180px) 0; }
.architecture-map { display: grid; grid-template-columns: 1fr 48px 1.12fr 48px 1fr; margin-top: clamp(62px,8vw,96px); align-items: stretch; }
.architecture-map article { min-height: 310px; padding: clamp(28px,4vw,46px); border: 1px solid var(--ink); }
.architecture-map .arch-core { background: var(--ink); color: #fff; }
.architecture-map > i { display: grid; place-items: center; color: var(--brand-ink); font: 600 16px/1 var(--mono); font-style: normal; }
.architecture-map span { color: var(--brand-ink); font: 600 8px/1 var(--mono); letter-spacing: .14em; }
.architecture-map .arch-core span { color: var(--brand); }
.architecture-map h3 { max-width: 10ch; margin: 62px 0 18px; font-size: clamp(25px,3vw,40px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.architecture-map p { color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.architecture-map .arch-core p { color: rgba(255,255,255,.55); }
.architecture-truth { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--ink); }
.architecture-truth article { padding: 32px 26px 34px 0; }
.architecture-truth article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.architecture-truth b { display: block; min-height: 40px; font-size: 15px; font-weight: 600; }
.architecture-truth p { color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.ecosystem { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--ink); }
.ecosystem > span { color: var(--brand-ink); font: 600 8px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.ecosystem div { display: flex; flex-wrap: wrap; gap: 8px; }
.ecosystem b { padding: 7px 10px; border: 1px solid var(--line); font: 500 9px/1 var(--mono); }

/* Closing + footer */
.closing { padding: clamp(100px,12vw,170px) 0; background: var(--brand); color: var(--ink); }
.closing-inner { text-align: center; }
.closing .section-index { color: var(--ink); }
.closing h2 { font-size: clamp(56px,7vw,104px); }
.closing h2 em { color: transparent; -webkit-text-stroke: 1.4px var(--ink); }
.closing p { max-width: 58ch; margin: 30px auto 0; font-size: 17px; }
.closing-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.closing .button-primary:hover { background: #fff; border-color: #fff; }
.site-footer { padding: 66px 0 0; background: var(--ink); color: #fff; }
.site-footer .brand img { filter: none; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: clamp(30px,5vw,68px); padding-bottom: 54px; }
.footer-grid > div p { max-width: 39ch; margin-top: 18px; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.65; }
.footer-grid nav b { display: block; margin-bottom: 15px; color: var(--brand); font: 600 8px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.footer-grid nav a { display: block; padding: 5px 0; color: rgba(255,255,255,.58); font-size: 11px; }
.footer-grid nav a:hover { color: #fff; }
.footer-base { display: flex; justify-content: space-between; gap: 18px; padding-block: 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font: 500 8px/1 var(--mono); letter-spacing: .06em; }

/* Motion stays progressive and nonessential. */
.reveal { opacity: 1; transform: translateY(16px); transition: transform .8s var(--ease); }
.reveal.in { transform: none; }

@media (min-width: 1700px) { :root { --wrap: 1480px; } .hero-layout { grid-template-columns: minmax(0,720px) 1fr; } .hero h1 { font-size: 102px; } }
@media (min-width: 2400px) { :root { --wrap: 1600px; } .hero { --void-origin-x: 70; } }

@media (max-width: 1100px) {
  .nav-links, .button-nav { display: none; }
  .menu-button { display: grid; }
  .mobile-menu.open { display: block; }
  .hero { min-height: 980px; --void-origin-x: 65; --void-origin-y: 76; }
  .hero-layout { min-height: 980px; align-items: start; padding-top: 132px; }
  .hero-copy { width: min(76vw,720px); }
  .hero-veil { background: linear-gradient(180deg,var(--paper) 0%,rgba(245,244,238,.98) 38%,rgba(245,244,238,.62) 48%,rgba(245,244,238,.14) 62%,transparent 73%); }
  .void-orb { width: clamp(240px,38vw,380px); }
  .fold-stage { min-height: 1000px; }
  .perspective { width: 31%; }
  .governance-path { grid-template-columns: 1fr 1fr; }
  .governance-path li:last-child { grid-column: 1 / -1; }
  .moats-layout { grid-template-columns: 1fr; }
  .moats .section-head { position: static; }
  .efficacy-grid, .answers-grid { grid-template-columns: 1fr; }
  .efficacy-copy h2, .answers-copy h2 { max-width: 12ch; }
  .role-panel { grid-template-columns: 1fr; }
  .role-copy { padding-right: 0; }
  .role-screen { margin-left: 0; }
  .architecture-truth { grid-template-columns: 1fr 1fr; }
  .architecture-truth article:nth-child(3) { border-left: 0; }
  .architecture-truth article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .signal-band { grid-template-columns: 1fr; }
  .signal-label { min-height: 58px; border-right: 0; border-bottom: 1px solid rgba(8,9,11,.22); }
  .signal-label p { text-align: left; }
  .signal-marquee { padding-block: 18px; }
  .fold-stage { min-height: 0; display: flex; flex-direction: column; padding: 0; overflow: visible; }
  .fold-stage::before, .fold-stage::after { display: none; }
  .fold-core { position: relative; order: 1; inset: auto; width: auto; padding: 36px 0 20px; transform: none; }
  .fold-canvas { position: relative; order: 2; height: 410px !important; margin: 6px 0 20px; }
  .perspective-list { position: relative; order: 3; display: grid; grid-template-columns: 1fr 1fr; }
  .perspective { position: relative; inset: auto !important; width: auto; max-width: none; min-height: 146px; padding: 22px 18px; text-align: left !important; background: transparent; backdrop-filter: none; border-top: 1px solid var(--line-dark); }
  .perspective small { margin-left: 0 !important; }
  .fold-legend { position: relative; order: 4; inset: auto; grid-template-columns: 1fr; gap: 9px; padding: 28px 0; }
  .fold-legend i { display: none; }.fold-legend b { text-align: left; }
  .governance-portfolio > header, .case-head { grid-template-columns: 1fr; gap: 25px; }
  .case-meta { justify-content: flex-start; }
  .scenario-tabs { overflow-x: auto; grid-template-columns: repeat(5,minmax(150px,1fr)); scrollbar-width: thin; }
  .case-boundary, .portfolio-contract { grid-template-columns: 1fr; gap: 13px; }
  .moat-ledger article { grid-template-columns: 34px 1fr; }
  .moat-ledger article > p, .moat-ledger article > b { grid-column: 2; }
  .moat-ledger article > p { margin-top: 17px; }
  .role-tabs { overflow-x: auto; grid-template-columns: repeat(5,minmax(130px,1fr)); scrollbar-width: thin; }
  .architecture-map { grid-template-columns: 1fr; }
  .architecture-map > i { min-height: 44px; transform: rotate(90deg); }
  .architecture-map article { min-height: 260px; }
  .architecture-map h3 { margin-top: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  .orbit-film { width: min(88vw,500px); transform: translate(-50%,-55%); }
  #brand-reveal .overture-lockup { width: 92vw; min-height: 68svh; }
  .dragon-birth { width: min(36vw,154px); height: min(36vw,154px); }
  .overture-wordframe { width: 88vw; margin-top: 20px; }
  .overture-governance { font-size: 8px; letter-spacing: .22em; }
  .overture-sound { left: 18px; top: 18px; bottom: auto; }
  .wrap { padding-inline: 20px; }
  .nav-inner { height: 64px; }
  .hero { min-height: 920px; --void-origin-x: 53; --void-origin-y: 79; }
  .hero-layout { min-height: 920px; padding-top: 110px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px,14.7vw,70px); line-height: .91; }
  .hero-copy > p { font-size: 15px; }
  .hero-principles { grid-template-columns: 1fr; gap: 10px; margin-top: 38px; }
  .hero-principles span { flex-direction: row; align-items: center; }
  .hero-folio { display: none; }
  .void-orb { width: 250px; }
  .section-head h2, .efficacy-copy h2, .answers-copy h2 { font-size: clamp(43px,13vw,64px); }
  .perspectives { padding-top: 92px; }
  .fold-stage { margin-top: 58px; }
  .fold-canvas { height: 320px !important; margin-inline: -18px; width: calc(100% + 36px) !important; }
  .perspective-list { grid-template-columns: 1fr; }
  .perspective { min-height: 0; }
  .governance-portfolio h2 { font-size: 42px; }
  .case-head h3 { font-size: 38px; }
  .scenario-tabs button { min-height: 70px; }
  .governance-path { grid-template-columns: 1fr; }
  .governance-path li, .governance-path li:last-child { grid-column: auto; min-height: 190px; }
  .portfolio-contract { padding-inline: 20px; }
  .moats { padding-block: 96px; }
  .moat-ledger article { padding-block: 25px; }
  .moat-ledger h3 { font-size: 22px; }
  .coverage-contract { grid-template-columns: 1fr; }
  .coverage-contract article, .coverage-contract article + article { padding: 23px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .coverage-contract article:last-child { border-bottom: 0; }
  .efficacy-ladder li { grid-template-columns: 30px 95px 1fr; padding-inline: 14px; }
  .role-copy h3 { font-size: 40px; }
  .role-screen { margin-block: 20px; }
  .screen-primary { padding: 28px 20px; }
  .screen-signals { grid-template-columns: 1fr; }
  .screen-signals > div { padding: 18px 20px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .screen-signals b { min-height: 0; margin-block: 10px 16px; }
  .screen-foot { flex-direction: column; }
  .demo-suggestions { grid-template-columns: 1fr; }
  .architecture-truth { grid-template-columns: 1fr; }
  .architecture-truth article, .architecture-truth article + article { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .ecosystem { grid-template-columns: 1fr; gap: 16px; }
  .closing h2 { font-size: clamp(48px,14vw,72px); }
  .closing-actions { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav:last-child { grid-column: auto; }
  .footer-base { flex-direction: column; }
}

@media (max-width: 600px) and (max-height: 760px) and (orientation: portrait) {
  .hero, .hero-layout { min-height: 820px; }
  .hero { --void-origin-y: 72; }
  .hero-layout { padding-top: 92px; padding-bottom: 40px; }
  .hero-principles { margin-top: 30px; }
  .void-orb { width: 220px; }
}

@media (min-width: 1101px) and (max-height: 820px) {
  .hero, .hero-layout { min-height: 720px; }
  .hero-layout { padding-top: 78px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(58px,5.4vw,78px); }
  .hero-copy > p { margin-top: 25px; font-size: 15px; }
  .hero-actions { margin-top: 28px; }
  .hero-principles { margin-top: 32px; }
  .void-orb { width: clamp(220px,23vw,320px); }
}

@media (max-height: 520px) and (orientation: landscape) {
  .hero, .hero-layout { min-height: 690px; }
  .hero-layout { padding-top: 88px; }
  .hero { --void-origin-y: 68; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .page-noise { display: none; }
  .orbit-film { display: none !important; }
  .dragon-birth, .overture-wordframe, .overture-governance, #brand-reveal .overture-enter { animation: none !important; opacity: 1; filter: none; clip-path: none; }
  #brand-reveal .overture-enter { transform: translateX(-50%); }
  .overture-sound { display: none; }
  .signal-marquee { mask-image: none; padding-inline: 20px; }
  .signal-label button { display: none !important; }
  .signal-track { width: auto; animation: none !important; }
  .signal-sequence { flex-wrap: wrap; justify-content: center; padding-right: 0; }
  .signal-sequence[aria-hidden="true"] { display: none; }
  .reveal { transform: none; transition: none; }
  .void-stage, .void-canvas { transition: none; }
  .dragon-engrave-heat { animation: none !important; opacity: .32; }
}

@media (forced-colors: active) {
  :focus-visible { outline-color: Highlight; }
  .hero h1 em, .closing h2 em { color: CanvasText; -webkit-text-stroke: 0; }
  .button-primary, .event-proof, .efficacy-ladder li.effective, .answer-leg { forced-color-adjust: none; }
}
