:root {
  --ink: #050505;
  --paper: #f5f5f1;
  --white: #fff;
  --green: #00c9ad;
  --green-dark: #007e6d;
  --grey-1: #111;
  --grey-2: #242424;
  --grey-3: #777;
  --grey-4: #b9b9b3;
  --line: rgba(255,255,255,.16);
  --line-dark: rgba(0,0,0,.16);
  --max: 1600px;
  --gutter: clamp(20px, 4vw, 72px);
  --display: clamp(3.4rem, 8.5vw, 10.5rem);
  --h2: clamp(2.55rem, 5.3vw, 6.7rem);
  --h3: clamp(1.45rem, 2vw, 2.3rem);
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: var(--green); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px;
  color: var(--ink); background: var(--green); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.eyebrow, .interface-label {
  margin: 0; color: var(--green); font-size: .68rem; font-weight: 800;
  letter-spacing: .18em; line-height: 1.3; text-transform: uppercase;
}

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 76px;
  border-bottom: 1px solid transparent; transition: background .3s, border-color .3s;
}
.site-header.is-scrolled { background: rgba(5,5,5,.94); border-color: var(--line); backdrop-filter: blur(16px); }
.header-inner {
  width: min(100%, var(--max)); height: 100%; margin: auto; padding: 0 var(--gutter);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px;
}
.brand { width: 142px; text-decoration: none; }
.brand img, .footer-brand img { filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 44px); }
.site-nav a, .header-cta {
  font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
}
.site-nav a { color: #d4d4cf; transition: color .2s; }
.site-nav a:hover { color: var(--green); }
.header-cta { justify-self: end; padding-bottom: 6px; border-bottom: 2px solid var(--green); }
.nav-toggle { display: none; color: white; background: none; border: 0; }

main > section, .site-footer { max-width: var(--max); margin-inline: auto; }
main [id] { scroll-margin-top: 76px; }
.hero {
  position: relative; min-height: max(720px, 100svh); padding: clamp(120px, 14vh, 170px) var(--gutter) 52px;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); gap: clamp(40px, 7vw, 130px);
  align-items: center; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background: radial-gradient(circle at 73% 48%, rgba(0,201,173,.13), transparent 28%),
    linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.06) 50%, transparent 50.1%);
}
.hero-copy { align-self: center; }
.hero h1 {
  margin: 24px 0 0; font-size: clamp(3.2rem, 6.35vw, 8.15rem); font-weight: 820;
  letter-spacing: -.072em; line-height: .87;
}
.hero h1 span { display: block; }
.hero h1 span:nth-child(3) { color: #696965; }
.hero-answer { margin-top: clamp(18px, 3vh, 34px); display: flex; align-items: baseline; gap: .25em; }
.hero-answer span { color: #aaa; font-size: clamp(1.15rem, 1.5vw, 1.7rem); }
.hero-answer strong { color: var(--green); font-size: clamp(2.8rem, 5vw, 6.3rem); letter-spacing: -.07em; line-height: 1; }
.hero-answer small { margin-left: .5em; font-size: clamp(.75rem, 1vw, 1rem); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-actions { margin-top: clamp(28px, 4vh, 48px); display: flex; align-items: center; gap: 30px; }
.button {
  min-height: 54px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px;
  color: var(--ink); background: var(--green); border: 1px solid var(--green); border-radius: 0;
  font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-decoration: none; text-transform: uppercase;
  cursor: pointer; transition: color .2s, background .2s, transform .2s;
}
.button:hover { color: var(--white); background: transparent; transform: translateY(-2px); }
.text-link { color: #c9c9c5; font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--green); }
.time-stage {
  position: relative; height: min(63vh, 650px); min-height: 480px; border: 1px solid var(--line);
  overflow: hidden; background: #090909;
}
.time-stage::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 25% 25%; opacity: .28; }
.money-stream { position: absolute; top: 7%; left: 0; width: 100%; display: flex; justify-content: space-around; color: #6c6c68; font: 700 .61rem/1 monospace; letter-spacing: .08em; }
.clock-face {
  position: absolute; inset: 22% 9% auto; padding: clamp(22px, 3vw, 42px); border: 1px solid rgba(0,201,173,.42);
  box-shadow: 0 0 80px rgba(0,201,173,.08); background: rgba(0,0,0,.78);
}
.clock-face time { display: block; margin: 20px 0 4px; color: var(--green); font: 300 clamp(2.4rem, 4.4vw, 5.4rem)/1 monospace; letter-spacing: -.07em; }
.clock-status { color: #777; font: 700 .64rem/1 monospace; letter-spacing: .12em; text-transform: uppercase; }
.activity-stream { position: absolute; right: 5%; bottom: 5%; left: 5%; margin: 0; padding: 0; list-style: none; }
.activity-stream li { padding: 9px 2px; display: flex; gap: 22px; border-top: 1px solid var(--line); color: #8c8c87; font: 650 .66rem/1.2 monospace; text-transform: uppercase; }
.activity-stream span { color: var(--green); }
.hero-footnote { position: absolute; bottom: 25px; left: var(--gutter); margin: 0; color: #6b6b67; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.positioning-section { padding: clamp(95px, 14vw, 220px) var(--gutter); border-top: 1px solid var(--line); background: var(--white); color: var(--ink); }
.positioning-section .eyebrow { color: var(--green-dark); }
.positioning-section h2 { max-width: 1330px; margin: 30px 0 60px; font-size: var(--h2); line-height: .97; letter-spacing: -.06em; }
.positioning-proof { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); }
.positioning-proof span { padding: 18px 0; border-right: 1px solid var(--line-dark); font-size: clamp(.76rem, 1vw, .95rem); font-weight: 800; text-transform: uppercase; }
.positioning-proof span:not(:first-child) { padding-left: 18px; }
.positioning-proof span:last-child { border: 0; }
.positioning-mode { margin: 24px 0 0; color: #777; font: 700 .68rem/1.4 monospace; letter-spacing: .1em; text-transform: uppercase; }

.outcomes-section, .capabilities-section, .work-section { padding: clamp(95px, 10vw, 160px) var(--gutter); }
.section-heading { margin-bottom: clamp(50px, 7vw, 105px); }
.section-heading h2, .stories-intro h2, .principle-section h2, .work-section h2, .approach-section h2, .assessment-section h2 {
  margin: 20px 0 0; font-size: var(--h2); letter-spacing: -.06em; line-height: .94;
}
.outcomes-interface { min-height: 610px; display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.4fr); border: 1px solid var(--line); }
.outcome-tabs { border-right: 1px solid var(--line); }
.outcome-tabs button {
  width: 100%; min-height: 112px; padding: 22px 25px; display: grid; grid-template-columns: 38px 1fr; gap: 3px 12px;
  color: #858581; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; cursor: pointer;
  transition: color .25s, background .25s;
}
.outcome-tabs button:last-child { border-bottom: 0; }
.outcome-tabs span { grid-row: 1 / 3; color: #575753; font: 700 .67rem/1.5 monospace; }
.outcome-tabs strong { font-size: clamp(1.05rem, 1.45vw, 1.42rem); letter-spacing: -.02em; }
.outcome-tabs i { font-size: .75rem; font-style: normal; }
.outcome-tabs button[aria-selected="true"] { color: var(--ink); background: var(--green); }
.outcome-tabs button[aria-selected="true"] span { color: rgba(0,0,0,.5); }
.outcome-panels { position: relative; overflow: hidden; }
.outcome-panels::after { content: ""; position: absolute; right: -10%; bottom: -20%; width: 50%; aspect-ratio: 1; border: 1px solid rgba(0,201,173,.24); border-radius: 50%; box-shadow: 0 0 0 45px rgba(0,201,173,.03), 0 0 0 90px rgba(0,201,173,.025); }
.outcome-panels article { position: relative; z-index: 1; min-height: 610px; padding: clamp(42px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.outcome-panels h3 { max-width: 810px; margin: 25px 0 55px; font-size: clamp(2.2rem, 4vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.outcome-panels ul { max-width: 780px; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.outcome-panels li { padding: 9px 12px; border: 1px solid var(--line); color: #c0c0bb; font-size: .74rem; font-weight: 700; text-transform: uppercase; }

.capabilities-section { color: var(--ink); background: var(--paper); }
.split-heading { display: grid; grid-template-columns: .7fr 1.4fr; gap: 60px; }
.split-heading .eyebrow { color: var(--green-dark); }
.split-heading h2 { margin: 0; }
.split-heading > div > p { max-width: 520px; margin: 26px 0 0; color: #686864; font-size: 1.05rem; }
.capability-index { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line-dark); list-style: none; }
.capability-index li { min-height: 120px; padding: 28px 18px 28px 0; display: grid; grid-template-columns: 55px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); }
.capability-index li:nth-child(odd) { border-right: 1px solid var(--line-dark); }
.capability-index li:nth-child(even) { padding-left: 32px; }
.capability-index span { color: #898983; font: 700 .7rem/1 monospace; }
.capability-index strong { font-size: clamp(1.2rem, 2vw, 2.2rem); letter-spacing: -.035em; }
.capability-index .featured { color: var(--ink); background: var(--green); padding-left: 24px; }
.capability-index .featured span { color: rgba(0,0,0,.48); }

.stories-intro { padding: clamp(95px, 12vw, 190px) var(--gutter); border-bottom: 1px solid var(--line); }
.stories-intro h2 { max-width: 1250px; }
.business-story { min-height: min(900px, 100svh); padding: 28px var(--gutter) clamp(70px, 8vw, 120px); border-bottom: 1px solid var(--line); display: grid; grid-template-rows: auto minmax(390px,1fr) auto; }
.story-header { display: flex; align-items: center; justify-content: space-between; }
.story-header p { margin: 0; color: #92928d; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-header p span { margin-right: 15px; color: var(--green); font-family: monospace; }
.replay-button { padding: 6px 0; color: #8d8d88; background: none; border: 0; font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.replay-button:hover { color: var(--green); }
.story-stage { position: relative; min-height: 390px; overflow: hidden; }
.story-result { align-self: end; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.story-result h2 { margin: 0; color: var(--green); font-size: clamp(3.1rem, 7vw, 8.7rem); letter-spacing: -.075em; line-height: .86; }
.story-result p { max-width: 440px; margin: 0 0 5px; color: #8e8e89; font-size: .68rem; font-weight: 750; letter-spacing: .11em; line-height: 1.6; text-align: right; text-transform: uppercase; }

.marketing-noise { position: absolute; inset: 17% 2% auto; height: 48%; }
.marketing-noise span { position: absolute; padding: 10px 13px; border: 1px solid #393936; color: #777; font: 700 .66rem/1 monospace; }
.marketing-noise span:nth-child(1) { left: 3%; top: 42%; transform: rotate(-7deg); }
.marketing-noise span:nth-child(2) { left: 22%; top: 3%; transform: rotate(4deg); }
.marketing-noise span:nth-child(3) { left: 42%; top: 55%; transform: rotate(-3deg); }
.marketing-noise span:nth-child(4) { left: 61%; top: 6%; transform: rotate(8deg); }
.marketing-noise span:nth-child(5) { right: 4%; top: 45%; transform: rotate(-5deg); }
.marketing-noise strong { position: absolute; left: 49%; top: 18%; color: #4b4b48; font-size: 6rem; }
.marketing-path { position: absolute; inset: 35% 4% auto; display: flex; align-items: center; opacity: 0; transform: translateY(30px); }
.marketing-path div { min-width: 100px; flex: 0 1 180px; aspect-ratio: 1.4; display: grid; place-items: center; border: 1px solid var(--green); color: var(--green); background: #06110f; }
.marketing-path div:last-child { color: var(--ink); background: var(--green); }
.marketing-path span { font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.marketing-path i { height: 1px; flex: 1; background: var(--green); transform-origin: left; }

.report-fragments { position: absolute; inset: 8% 5%; }
.report-fragments span { position: absolute; padding: 16px; border: 1px solid #333; color: #777; background: #0b0b0b; font: 700 .72rem/1 monospace; }
.report-fragments span:nth-child(1) { left: 1%; top: 44%; }
.report-fragments span:nth-child(2) { left: 21%; top: 6%; }
.report-fragments span:nth-child(3) { left: 48%; top: 55%; font-size: 2rem; }
.report-fragments span:nth-child(4) { right: 15%; top: 3%; font-size: 1.5rem; }
.report-fragments span:nth-child(5) { right: 1%; top: 62%; }
.report-fragments span:nth-child(6) { left: 19%; bottom: 1%; }
.decision-board { position: absolute; width: min(620px, 84%); top: 50%; left: 50%; padding: 25px; border: 1px solid var(--green); background: #07110f; opacity: 0; transform: translate(-50%,-42%); }
.decision-board > div { padding: 12px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(0,201,173,.25); }
.decision-board > div:first-of-type { margin-top: 18px; }
.decision-board span { color: #a1a19b; font-size: .76rem; text-transform: uppercase; }
.decision-board strong { color: var(--green); font-size: .72rem; text-transform: uppercase; }

.repeat-loop { position: absolute; inset: 20% 4% auto; display: flex; align-items: center; justify-content: space-between; }
.repeat-loop span { width: 110px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #3b3b38; border-radius: 50%; color: #777; font: 700 .63rem/1 monospace; }
.repeat-loop span:not(:last-of-type)::after { content: "→"; position: absolute; margin-left: 126px; color: #41413e; }
.repeat-loop time { position: absolute; left: 50%; top: 145%; color: #4b4b48; font: 300 clamp(2rem,4vw,4.8rem)/1 monospace; transform: translateX(-50%); }
.simplified-flow { position: absolute; width: min(620px, 80%); top: 46%; left: 50%; padding: 32px; border: 1px solid var(--green); background: #07110f; opacity: 0; transform: translate(-50%,-42%); }
.flow-signal { height: 4px; margin: 30px 0; overflow: hidden; background: #1d3b36; }
.flow-signal i { display: block; width: 38%; height: 100%; background: var(--green); }
.simplified-flow strong { font-size: clamp(1.5rem,3vw,3.4rem); letter-spacing: -.05em; }

.handover-chain { position: absolute; inset: 24% 1% auto; display: flex; align-items: center; justify-content: center; gap: 10px; }
.handover-chain span { padding: 18px 13px; border: 1px solid #363633; color: #858580; font: 700 .58rem/1 monospace; text-align: center; }
.handover-chain i { color: #53534f; font: 700 .52rem/1 monospace; font-style: normal; }
.one-system { position: absolute; width: min(700px,84%); top: 50%; left: 50%; padding: 28px; border: 1px solid var(--green); background: #07110f; opacity: 0; transform: translate(-50%,-42%); }
.one-system > strong { display: block; margin: 23px 0 30px; font-size: clamp(1.6rem,3vw,3.5rem); letter-spacing: -.05em; }
.one-system ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; }
.one-system li { padding: 12px 8px; border: 1px solid rgba(0,201,173,.35); color: var(--green); font-size: .68rem; font-weight: 800; text-align: center; text-transform: uppercase; }

.business-story.is-playing .marketing-noise,
.business-story.is-playing .report-fragments,
.business-story.is-playing .repeat-loop,
.business-story.is-playing .handover-chain { animation: fade-problem 5.4s var(--ease) both; }
.business-story.is-playing .marketing-path,
.business-story.is-playing .decision-board,
.business-story.is-playing .simplified-flow,
.business-story.is-playing .one-system { animation: reveal-answer 5.4s var(--ease) both; }
@keyframes fade-problem { 0%,38% { opacity: 1; filter: blur(0); } 70%,100% { opacity: .12; filter: blur(2px); } }
@keyframes reveal-answer { 0%,42% { opacity: 0; transform: translate(-50%,-42%); } 68%,100% { opacity: 1; transform: translate(-50%,-50%); } }
.business-story.is-playing .marketing-path { animation-name: reveal-marketing; }
@keyframes reveal-marketing { 0%,42% { opacity: 0; transform: translateY(30px); } 68%,100% { opacity: 1; transform: translateY(0); } }

.principle-section { min-height: 760px; padding: clamp(95px, 11vw, 180px) var(--gutter); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,9vw,150px); align-items: center; color: var(--ink); background: var(--green); }
.principle-section .eyebrow { color: rgba(0,0,0,.55); }
.principle-copy > p:last-child { margin-top: 35px; font-size: clamp(1.05rem,1.7vw,1.55rem); font-weight: 700; }
.decision-map { position: relative; padding-left: 55px; }
.decision-start, .decision-understand { padding: 25px; border: 1px solid rgba(0,0,0,.35); background: rgba(255,255,255,.16); }
.decision-start strong, .decision-understand strong { display: block; margin-top: 8px; font-size: clamp(1.3rem,2.2vw,2.4rem); }
.decision-understand { width: 68%; margin: 35px auto; background: var(--ink); color: white; }
.decision-understand .interface-label { color: var(--green); }
.decision-paths { display: grid; grid-template-columns: repeat(3,1fr); }
.decision-paths div { min-height: 130px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(0,0,0,.35); }
.decision-paths span { font: 700 .65rem/1 monospace; }
.decision-paths strong { font-size: clamp(.9rem,1.25vw,1.2rem); }

.work-section { color: var(--ink); background: var(--white); }
.work-section .eyebrow { color: var(--green-dark); }
.engagement-paths { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line-dark); }
.engagement-paths article { min-height: 570px; padding: clamp(28px,3vw,52px); display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); }
.engagement-paths article:last-child { border: 0; }
.engagement-paths h3 { margin: 42px 0 20px; font-size: clamp(1.8rem,2.8vw,3.4rem); line-height: .98; letter-spacing: -.05em; }
.engagement-paths article > p:not(.interface-label) { margin: 0; color: #60605b; }
.engagement-paths ul { margin: 35px 0; padding: 0; list-style: none; }
.engagement-paths li { padding: 8px 0; border-bottom: 1px solid var(--line-dark); color: #444; font-size: .75rem; font-weight: 750; text-transform: uppercase; }
.engagement-paths a { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; border-top: 2px solid var(--ink); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.engagement-paths a:hover { color: var(--green-dark); }

.approach-section { padding: clamp(95px, 11vw, 170px) var(--gutter); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: end; }
.approach-flow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; }
.approach-flow li { position: relative; min-height: 230px; padding: 23px 18px; border: 1px solid var(--line); border-right: 0; display: flex; flex-direction: column; }
.approach-flow li:last-child { border-right: 1px solid var(--line); }
.approach-flow li:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 50%; right: -6px; width: 11px; height: 11px; background: var(--green); transform: rotate(45deg); }
.approach-flow span { color: var(--green); font: 700 .66rem/1 monospace; }
.approach-flow strong { margin-top: auto; font-size: clamp(1rem,1.4vw,1.45rem); }
.approach-flow p { margin: 9px 0 0; color: #8c8c87; font-size: .78rem; }

.experience-section { padding: clamp(80px,9vw,140px) var(--gutter); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; border-top: 1px solid var(--line); color: var(--ink); background: var(--paper); }
.experience-section h2 { margin: 18px 0 0; color: var(--green-dark); font-size: clamp(4.5rem,10vw,12rem); letter-spacing: -.08em; line-height: .8; }
.experience-section > div:last-child > strong { font-size: clamp(2rem,4vw,4.7rem); letter-spacing: -.06em; line-height: .96; }
.experience-section > div:last-child > p { max-width: 600px; margin: 30px 0; color: #60605b; font-size: 1.05rem; }
.experience-section ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.experience-section li { padding: 9px 12px; border: 1px solid var(--line-dark); font-size: .7rem; font-weight: 750; text-transform: uppercase; }

.assessment-section { padding: clamp(95px,11vw,170px) var(--gutter); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px,9vw,140px); }
.assessment-intro > p:not(.eyebrow) { max-width: 560px; margin: 28px 0 0; color: #9b9b96; font-size: 1.05rem; }
.direct-contact { margin-top: 55px; border-top: 1px solid var(--line); }
.direct-contact a { padding: 15px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); color: #8f8f8b; font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.direct-contact a span { color: white; }
.direct-contact a:hover span { color: var(--green); }
.assessment-form { min-height: 610px; padding: clamp(26px,4vw,55px); color: var(--ink); background: var(--white); }
.form-head { display: flex; align-items: center; gap: 20px; color: #797974; font: 700 .67rem/1 monospace; }
.form-progress { height: 2px; flex: 1; background: #deded9; }
.form-progress span { display: block; width: 33.33%; height: 100%; background: var(--green-dark); transition: width .4s var(--ease); }
.form-step { min-width: 0; margin: 70px 0 0; padding: 0; border: 0; }
.form-step legend { margin-bottom: 25px; font-size: clamp(1.7rem,3vw,3.2rem); font-weight: 800; letter-spacing: -.05em; }
.field { display: block; }
.field > span:not(.sr-only) { display: block; margin-bottom: 7px; color: #686863; font-size: .68rem; font-weight: 750; text-transform: uppercase; }
.field input, .field textarea { width: 100%; color: var(--ink); background: #f7f7f3; border: 0; border-bottom: 2px solid #cbcbc5; outline: 0; }
.field input { height: 52px; padding: 10px 12px; }
.field textarea { min-height: 190px; padding: 18px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--green-dark); }
.field textarea::placeholder { color: #92928d; }
.field-error { min-height: 20px; margin: 8px 0 0; color: #ad2222; font-size: .72rem; font-weight: 700; }
.option-list { display: grid; gap: 8px; }
.option-list label { cursor: pointer; }
.option-list input { position: absolute; opacity: 0; }
.option-list span { min-height: 54px; padding: 14px 16px; display: flex; align-items: center; border: 1px solid #cfcfc9; font-weight: 700; }
.option-list input:checked + span { color: var(--ink); background: var(--green); border-color: var(--green); }
.option-list input:focus-visible + span { outline: 3px solid var(--green-dark); outline-offset: 2px; }
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px 18px; }
.form-actions { margin-top: 40px; display: flex; gap: 10px; }
.form-actions [data-prev-step], .form-actions [data-submit-form] { display: none; }
.button-quiet { color: var(--ink); background: transparent; border-color: #bbb; }
.button-quiet:hover { color: var(--ink); border-color: var(--ink); }
.form-confirmation { display: none; min-height: 470px; flex-direction: column; justify-content: center; }
.form-confirmation.is-visible { display: flex; }
.form-confirmation strong { margin: 24px 0; font-size: clamp(2.8rem,5vw,5.4rem); letter-spacing: -.07em; line-height: .9; }
.form-confirmation > span { max-width: 520px; color: #686863; }
.form-confirmation .button { width: max-content; margin-top: 35px; }

.site-footer { padding: 80px var(--gutter) 35px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; border-top: 1px solid var(--line); }
.footer-brand img { width: 160px; margin-bottom: 35px; }
.footer-brand strong { display: block; font-size: clamp(1.6rem,3vw,3.2rem); letter-spacing: -.045em; }
.footer-brand > p { max-width: 600px; color: #858580; }
.footer-capabilities { color: var(--green) !important; font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact { align-self: end; }
.footer-contact a { padding: 13px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .8rem; text-decoration: none; }
.footer-contact a span { color: #73736f; font-size: .65rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.footer-contact a:hover { color: var(--green); }
.footer-meta { grid-column: 1 / -1; padding-top: 28px; display: flex; gap: 26px; border-top: 1px solid var(--line); color: #6e6e69; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-meta a { text-decoration: none; }
.footer-meta a:hover { color: var(--green); }
.footer-meta span { margin-left: auto; }
.mobile-contact-bar { display: none; }

.legal-page main { max-width: 1050px; min-height: 75vh; margin: 0 auto; padding: 150px var(--gutter) 100px; }
.legal-page .header-cta { grid-column: 3; }
.legal-page h1 { margin: 25px 0 55px; font-size: var(--h2); letter-spacing: -.06em; line-height: .95; }
.legal-content { max-width: 760px; }
.legal-content h2 { margin: 48px 0 12px; font-size: 1.45rem; }
.legal-content p, .legal-content li { color: #b1b1ac; }
.legal-content a { color: var(--green); }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { grid-template-columns: 1.05fr .95fr; gap: 35px; }
  .hero h1 { font-size: clamp(3.3rem,6.8vw,5.2rem); }
  .principle-section, .approach-section, .assessment-section { gap: 50px; }
  .engagement-paths article { padding: 30px 24px; }
  .handover-chain { transform: scale(.82); transform-origin: center; }
}

@media (max-width: 820px) {
  body { padding-bottom: 58px; }
  .site-header { height: 66px; background: rgba(5,5,5,.96); border-color: var(--line); }
  main [id] { scroll-margin-top: 66px; }
  .header-inner { display: flex; justify-content: space-between; }
  .header-cta { display: none; }
  .brand { width: 130px; }
  .nav-toggle { width: 42px; height: 42px; padding: 10px; display: block; }
  .nav-toggle-lines { display: grid; gap: 7px; }
  .nav-toggle-lines i { display: block; width: 22px; height: 1px; background: white; transition: transform .25s; }
  .nav-toggle[aria-expanded="true"] i:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 66px 0 auto; padding: 24px var(--gutter) 34px; display: grid; gap: 0;
    background: #050505; border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
  .hero { min-height: auto; padding-top: 112px; grid-template-columns: 1fr; }
  .hero::before { background: radial-gradient(circle at 50% 70%, rgba(0,201,173,.11), transparent 25%); }
  .hero h1 { font-size: clamp(3.15rem,12vw,6rem); }
  .time-stage { height: 520px; }
  .hero-footnote { display: none; }
  .positioning-proof { grid-template-columns: repeat(2,1fr); }
  .positioning-proof span:nth-child(2) { border-right: 0; }
  .positioning-proof span:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .outcomes-interface { min-height: 0; grid-template-columns: 1fr; }
  .outcome-tabs { border-right: 0; border-bottom: 1px solid var(--line); }
  .outcome-tabs button { min-height: 78px; grid-template-columns: 35px 1fr; }
  .outcome-panels article { min-height: 490px; }
  .split-heading, .principle-section, .approach-section, .experience-section, .assessment-section { grid-template-columns: 1fr; }
  .capability-index { grid-template-columns: 1fr; }
  .capability-index li:nth-child(odd) { border-right: 0; }
  .capability-index li:nth-child(even) { padding-left: 0; }
  .capability-index .featured { padding-left: 18px; }
  .business-story { min-height: 760px; grid-template-rows: auto minmax(380px,1fr) auto; }
  .story-result { align-items: start; flex-direction: column; gap: 20px; }
  .story-result p { text-align: left; }
  .marketing-path div { min-width: 70px; }
  .marketing-path span { font-size: .52rem; }
  .repeat-loop { transform: scale(.72); transform-origin: center; }
  .handover-chain { width: 130%; left: -15%; transform: scale(.62); }
  .principle-section { min-height: auto; }
  .decision-map { padding-left: 0; }
  .engagement-paths { grid-template-columns: 1fr; }
  .engagement-paths article { min-height: 500px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .approach-section { align-items: start; }
  .approach-flow { grid-template-columns: repeat(2,1fr); }
  .approach-flow li:nth-child(2) { border-right: 1px solid var(--line); }
  .approach-flow li:nth-child(n+3) { border-top: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; flex-wrap: wrap; }
  .footer-meta span { width: 100%; margin-left: 0; }
  .mobile-contact-bar {
    position: fixed; z-index: 99; right: 0; bottom: 0; left: 0; height: 58px; display: grid; grid-template-columns: repeat(3,1fr);
    background: var(--green); color: var(--ink); box-shadow: 0 -4px 24px rgba(0,0,0,.3);
  }
  .mobile-contact-bar a { display: grid; place-items: center; border-right: 1px solid rgba(0,0,0,.25); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
}

@media (max-width: 520px) {
  :root { --gutter: 20px; }
  .hero { padding-top: 104px; padding-bottom: 40px; }
  .hero h1 { font-size: clamp(2.9rem,14vw,4.5rem); line-height: .89; }
  .hero-answer { flex-wrap: wrap; }
  .hero-answer small { width: 100%; margin: 5px 0 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .time-stage { min-height: 420px; height: 480px; }
  .money-stream span:nth-child(2) { display: none; }
  .clock-face { inset-inline: 6%; }
  .clock-face time { font-size: clamp(2rem,12vw,3.2rem); }
  .activity-stream li { font-size: .57rem; }
  .positioning-section h2 { font-size: clamp(2.45rem,11vw,4rem); }
  .positioning-proof { grid-template-columns: 1fr; }
  .positioning-proof span { padding-left: 0 !important; border-right: 0; border-top: 1px solid var(--line-dark); }
  .outcome-tabs i { display: none; }
  .outcome-panels article { min-height: 440px; padding: 32px 22px; }
  .outcome-panels h3 { font-size: clamp(2rem,9vw,3rem); margin-bottom: 35px; }
  .business-story { min-height: 690px; padding-top: 22px; }
  .story-stage { min-height: 340px; }
  .story-result h2 { font-size: clamp(3rem,16vw,5.4rem); }
  .replay-button { font-size: .58rem; }
  .marketing-path { inset-inline: 0; overflow: hidden; }
  .marketing-path div { min-width: 56px; height: 58px; }
  .marketing-path i { min-width: 8px; }
  .marketing-path span { font-size: .43rem; letter-spacing: .02em; }
  .decision-board, .simplified-flow, .one-system { width: 94%; }
  .repeat-loop { width: 140%; left: -20%; transform: scale(.62); }
  .repeat-loop time { top: 170%; }
  .handover-chain { width: 180%; left: -40%; transform: scale(.48); }
  .one-system ol { grid-template-columns: repeat(2,1fr); }
  .decision-understand { width: 86%; }
  .decision-paths { grid-template-columns: 1fr; }
  .decision-paths div { min-height: 90px; }
  .engagement-paths article { min-height: 540px; }
  .approach-flow { grid-template-columns: 1fr; }
  .approach-flow li, .approach-flow li:nth-child(2) { min-height: 150px; border-right: 1px solid var(--line); border-top: 0; }
  .approach-flow li:first-child { border-top: 1px solid var(--line); }
  .approach-flow li:not(:last-child)::after { top: auto; right: 50%; bottom: -6px; }
  .experience-section h2 { font-size: clamp(5rem,26vw,8rem); }
  .assessment-form { min-height: 600px; padding: 24px 18px; }
  .form-step { margin-top: 48px; }
  .contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .form-actions { flex-wrap: wrap; }
  .form-actions .button { flex: 1; }
  .site-footer { padding-top: 65px; }
  .footer-contact a { flex-direction: column; gap: 5px; }
}

@media (max-height: 740px) and (min-width: 821px) {
  .hero { min-height: 700px; padding-top: 105px; padding-bottom: 30px; }
  .time-stage { height: 540px; min-height: 0; }
  .hero h1 { font-size: clamp(3.2rem,5.8vw,6.4rem); }
  .hero-answer { margin-top: 14px; }
  .hero-actions { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .marketing-noise, .report-fragments, .repeat-loop, .handover-chain { opacity: .12; }
  .marketing-path { opacity: 1; transform: none; }
  .decision-board, .simplified-flow, .one-system { opacity: 1; transform: translate(-50%,-50%); }
}
