/* orbstudio.io · Orb Studio brand kit: navy #01042D, paper #F5F4F0, lavender #8B8DA6, Sora + DM Mono.
   Spectrum lives only in the orb, its three moons and the six discipline dots. */

@font-face { font-family: 'Sora'; font-weight: 300; font-display: swap; src: url('/fonts/Sora-Light.woff') format('woff'); }
@font-face { font-family: 'Sora'; font-weight: 600; font-display: swap; src: url('/fonts/Sora-SemiBold.woff') format('woff'); }
@font-face { font-family: 'Sora'; font-weight: 700; font-display: swap; src: url('/fonts/Sora-Bold.woff') format('woff'); }
@font-face { font-family: 'DM Mono'; font-weight: 400; font-display: swap; src: url('/fonts/DMMono-Regular.woff') format('woff'); }

:root {
  --navy: #01042D;
  --navy-2: #0A0F43;
  --navy-3: #171D5E;
  --paper: #F5F4F0;
  --paper-2: #EAE9E2;
  --field: #FBFAF7;
  --lav: #8B8DA6;
  --lav-tint: #E3E3EC;
  --ink: #01042D;
  --ink-2: #3E4163;
  --ink-3: #5B5E7C;
  --line: #D9D8D1;
  --muted-d: #B9BBD0;
  --soft-d: #CDCEDD;

  --c-teal: #22BCC6;
  --c-lime: #A8D160;
  --c-coral: #FF7F55;
  --c-finance: #F9A04A;
  --c-software: #1A8BDA;
  --c-logistics: #7ACD85;
  --c-marketing: #F74A72;
  --c-sales: #4B4BF0;
  --c-leadership: #F2C94C;

  --ease: cubic-bezier(.16, 1, .3, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --r-lg: 28px;
  --r-md: 20px;
  --nav-h: 76px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --maxw: 1320px;
  --sec-y: clamp(5rem, 10vw, 9rem);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scrollbar-color: var(--lav) var(--paper); scroll-padding-top: calc(var(--nav-h) + 1rem); }
html:not(.lenis) { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Sora', ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; color: inherit; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1.5px; }
ul, ol { list-style: none; padding: 0; }
b, strong { font-weight: 600; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.1; }
::selection { background: var(--c-coral); color: var(--navy); }
:focus-visible { outline: 2px solid var(--c-coral); outline-offset: 3px; border-radius: 8px; }
input, textarea { caret-color: var(--c-coral); }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.mono { font-family: 'DM Mono', ui-monospace, monospace; font-size: .8125rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.4; }
.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; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.skip { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1.1rem; border-radius: 999px; background: var(--c-coral); color: var(--navy); font-weight: 600; text-decoration: none; transform: translateY(-160%); transition: transform .3s var(--ease); }
.skip:focus { transform: none; }

.s-dark { background: var(--navy); color: var(--paper); --wm-studio: #8B8DA6; }
.s-dark ::selection { background: var(--c-lime); color: var(--navy); }
.s-light { background: var(--paper); color: var(--ink); }
.s-light, .s-dark { padding-block: var(--sec-y); }

/* ── Type ─────────────────────────────────────────────────────────────────── */
.display { font-weight: 700; font-size: clamp(2.7rem, 1.35rem + 4.5vw, 5.6rem); line-height: .98; letter-spacing: -.042em; text-wrap: balance; }
.h2 { font-weight: 700; font-size: clamp(2.1rem, 1.3rem + 2.9vw, 4.1rem); line-height: 1.02; letter-spacing: -.038em; text-wrap: balance; }
.sub-h { font-weight: 600; font-size: clamp(1.3rem, 1.1rem + .7vw, 1.7rem); letter-spacing: -.02em; line-height: 1.2; }
.sec-head { max-width: 54rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.sec-head--row { max-width: none; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1.5rem 3rem; }
.sec-sub { font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); color: var(--ink-2); margin-top: 1.25rem; max-width: 40rem; }
.s-dark .sec-sub { color: var(--muted-d); }
.moons { display: inline-flex; align-items: center; gap: .45rem; }
.moons i { display: block; border-radius: 50%; }
.moons i:nth-child(1) { width: 8px; height: 8px; background: var(--c-teal); }
.moons i:nth-child(2) { width: 12px; height: 12px; background: var(--c-lime); }
.moons i:nth-child(3) { width: 17px; height: 17px; background: var(--c-coral); }

/* ── Buttons ──────────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .85rem; min-height: 54px; border-radius: 999px; font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none; cursor: pointer; border: 0; white-space: nowrap; transition: background-color .3s, color .3s, border-color .3s, transform .5s var(--ease), box-shadow .4s; }
.btn .i { width: 18px; height: 18px; }
.btn-primary { background: var(--c-coral); color: var(--navy); padding: .4rem .4rem .4rem 1.45rem; box-shadow: 0 10px 24px -14px rgba(255, 127, 85, .9); }
.btn-primary:hover { background: #FF9470; transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(255, 127, 85, .95); }
.btn-primary:active { transform: translateY(0); }
.btn-disc { width: 42px; height: 42px; flex: none; border-radius: 50%; background: var(--navy); color: var(--c-coral); display: grid; place-items: center; overflow: hidden; }
.btn-disc .i { transition: transform .5s var(--ease); }
.btn-primary:hover .btn-disc .i { transform: translateX(3px); }
.btn-ghost { padding: 0 1.45rem; color: inherit; background: transparent; box-shadow: inset 0 0 0 1.5px rgba(1, 4, 45, .28); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--navy); background: rgba(1, 4, 45, .04); }
.btn-ghost .btn-i { transition: transform .5s var(--ease); }
.btn-ghost:hover .btn-i { transform: translateX(3px); }
.s-dark .btn-ghost { box-shadow: inset 0 0 0 1.5px rgba(245, 244, 240, .32); }
.s-dark .btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--paper); background: rgba(245, 244, 240, .06); }
.btn-sm { min-height: 44px; font-size: .9375rem; padding-left: 1.15rem; gap: .65rem; }
.btn-sm .btn-disc { width: 34px; height: 34px; }
.btn-sm .i { width: 16px; height: 16px; }
.btn-lg { min-height: 62px; font-size: 1.0625rem; padding-left: 1.75rem; }
.btn-lg .btn-disc { width: 50px; height: 50px; }
.btn[disabled], .btn[aria-busy="true"] { opacity: .65; pointer-events: none; }
.link-arrow { display: inline-flex; align-items: center; gap: .55rem; font-weight: 600; text-decoration: underline; text-decoration-color: var(--c-coral); }
.link-arrow .i { width: 18px; height: 18px; transition: transform .5s var(--ease); }
.link-arrow:hover .i { transform: translateX(4px); }

/* ── Nav ──────────────────────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; color: var(--paper); transition: transform .6s var(--ease), background-color .35s, color .35s, box-shadow .35s; }
.nav-in { height: var(--nav-h); display: flex; align-items: center; gap: 2rem; }
.nav[data-theme="light"] { color: var(--navy); }
.nav.is-scrolled { background: rgba(1, 4, 45, .78); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 rgba(245, 244, 240, .08); }
.nav.is-scrolled[data-theme="light"] { background: rgba(245, 244, 240, .86); box-shadow: 0 1px 0 rgba(1, 4, 45, .08); }
.nav.is-hidden:not(.is-open) { transform: translateY(-105%); }
.brand { display: block; flex: none; border-radius: 6px; }
.wordmark { height: 26px; width: auto; }
.nav-links { display: flex; gap: 2rem; margin-left: auto; font-size: .9375rem; }
.nav-links a { text-decoration: none; opacity: .82; position: relative; padding: .4rem 0; transition: opacity .25s; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: var(--c-coral); transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.nav-links a:hover { opacity: 1; }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: .75rem; }
.lang { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 .75rem; border-radius: 999px; font-family: 'DM Mono', monospace; font-size: .8125rem; letter-spacing: .1em; text-decoration: none; box-shadow: inset 0 0 0 1.5px currentColor; opacity: .75; transition: opacity .25s; }
.lang:hover { opacity: 1; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; box-shadow: inset 0 0 0 1.5px currentColor; cursor: pointer; place-items: center; }
.nav-toggle .i { width: 20px; height: 20px; }
.nav-toggle .i-close { display: none; }
.nav.is-open .nav-toggle .i-close { display: block; }
.nav.is-open .nav-toggle .i-menu { display: none; }
.mnav { background: var(--navy); color: var(--paper); border-top: 1px solid rgba(245, 244, 240, .1); height: calc(100svh - var(--nav-h)); overflow-y: auto; overscroll-behavior: contain; }
.mnav-in { display: flex; flex-direction: column; padding-block: 1rem 2rem; }
.mnav-in a:not(.btn) { font-weight: 600; font-size: 1.6rem; letter-spacing: -.02em; text-decoration: none; padding: .7rem 0; border-bottom: 1px solid rgba(245, 244, 240, .08); }
.mnav-in a.mnav-lang { font-family: 'DM Mono', monospace; font-weight: 400; font-size: .9375rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-d); }
.mnav-in .btn { margin-top: 1.5rem; align-self: flex-start; }
.nav.is-open { background: var(--navy); color: var(--paper); }

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.hero { padding-top: calc(var(--nav-h) + clamp(1.5rem, 5vh, 4.5rem)); padding-bottom: 0; min-height: 100svh; display: flex; flex-direction: column; overflow: clip; }
.hero-grid { flex: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(1rem, 3vw, 3rem); }
.hero-copy { position: relative; z-index: 2; padding-block: 1rem 2rem; }
.hero-sub { font-size: clamp(1.0625rem, .96rem + .42vw, 1.3rem); color: var(--soft-d); max-width: 34rem; margin-top: 1.75rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.ticket { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1rem; margin-top: 2rem; font-family: 'DM Mono', monospace; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-d); }
.ticket-live { display: inline-flex; align-items: center; gap: .55rem; padding: .35rem .75rem .35rem .6rem; border-radius: 999px; background: rgba(168, 209, 96, .14); color: var(--c-lime); }
.ticket-live i { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--c-lime); }
.ticket-live i::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1.5px solid var(--c-lime); animation: ping 2.4s var(--ease) infinite; }
.ticket-date { flex-basis: 100%; color: var(--soft-d); }
@keyframes ping { 0% { transform: scale(.6); opacity: 1; } 80%, 100% { transform: scale(2.2); opacity: 0; } }

.hero-art { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; }
.orbit { width: min(100%, 700px); height: auto; overflow: visible; will-change: transform; }
.orbit .ring { fill: none; stroke: rgba(139, 141, 166, .3); stroke-width: 1.6; }
.orbit .ring-front { stroke: rgba(245, 244, 240, .34); }
.orbit .stars circle { fill: #8B8DA6; opacity: .55; }
.odot-core { fill: var(--dc); }
.odot-halo { fill: var(--dc); opacity: .16; }
.orbit-caption { color: var(--lav); margin-top: .25rem; text-align: center; }
.orbit-legend { display: grid; grid-template-columns: repeat(3, auto); justify-content: center; gap: .5rem 1.5rem; margin-top: 1rem; font-size: .875rem; color: var(--soft-d); }
.orbit-legend li { display: inline-flex; align-items: center; gap: .5rem; }
.orbit-legend i, .strip i, .facts i, .door-name i, .pi-tab i, .team-list i, .who-pill i, .phase-mark i { display: block; flex: none; border-radius: 50%; background: var(--dc); }
.orbit-legend i { width: 9px; height: 9px; }

.strip { margin-top: clamp(1.5rem, 4vh, 3rem); border-top: 1px solid rgba(245, 244, 240, .1); }
.strip-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem 2rem; padding-block: 1.1rem; }
.strip-label { color: var(--lav); }
.strip-trust { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; font-size: .9375rem; color: var(--soft-d); }
.strip-trust li { display: inline-flex; align-items: center; gap: 1.1rem; }
.strip-trust li + li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--lav); }
.marquee { overflow: hidden; border-top: 1px solid rgba(245, 244, 240, .1); padding-block: 1.35rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 42s linear infinite; }
.marquee-track li { display: inline-flex; align-items: center; gap: .9rem; margin-right: 3.5rem; font-weight: 600; font-size: clamp(1.4rem, 1rem + 1.4vw, 2.35rem); letter-spacing: -.03em; color: rgba(245, 244, 240, .88); white-space: nowrap; }
.marquee-track i { width: 12px; height: 12px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── Stakes ───────────────────────────────────────────────────────────────── */
.stakes-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 6.5rem); align-items: start; }
.stakes-head { position: sticky; top: calc(var(--nav-h) + 2.5rem); }
.stakes-list { border-top: 1px solid var(--line); }
.stakes-list li { display: grid; grid-template-columns: 2.25rem minmax(0, 1fr); gap: 1.25rem; align-items: start; padding-block: clamp(1.4rem, 2.6vw, 2.1rem); border-bottom: 1px solid var(--line); }
.stakes-list p { font-size: clamp(1.25rem, 1rem + .95vw, 1.8rem); line-height: 1.3; letter-spacing: -.02em; }
.fade-dot { width: 24px; height: 24px; margin-top: .3em; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--lav); display: grid; place-items: center; }
.fade-dot i { width: 100%; height: 100%; border-radius: 50%; background: var(--c-teal); transform: scale(var(--f)); opacity: calc(var(--f) + .1); }

/* ── Belief ───────────────────────────────────────────────────────────────── */
.belief { padding-block: clamp(6rem, 14vw, 12rem); }
.belief-line { font-weight: 600; font-size: clamp(2rem, 1.05rem + 3.4vw, 4.6rem); line-height: 1.07; letter-spacing: -.035em; max-width: 21ch; text-wrap: balance; }
.belief-line.is-scrub .w { opacity: .17; transition: opacity .5s var(--ease); }
.belief-line.is-scrub .w.on { opacity: 1; }
.belief-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 2.5rem clamp(2rem, 6vw, 6rem); margin-top: clamp(3rem, 6vw, 5rem); padding-top: 2.5rem; border-top: 1px solid rgba(245, 244, 240, .14); }
.belief-emp { font-size: clamp(1.125rem, 1rem + .4vw, 1.375rem); color: var(--soft-d); max-width: 38rem; }
.facts li { display: flex; align-items: center; gap: .8rem; padding-block: .85rem; border-bottom: 1px solid rgba(245, 244, 240, .1); font-weight: 600; }
.facts li:first-child { padding-top: 0; }
.facts i { width: 10px; height: 10px; }
.signoff { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: clamp(3rem, 6vw, 4.5rem); font-weight: 600; font-size: clamp(1.125rem, 1rem + .4vw, 1.375rem); letter-spacing: -.015em; }

/* ── Outcome ──────────────────────────────────────────────────────────────── */
.success-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 6.5rem); align-items: start; }
.success-head { position: sticky; top: calc(var(--nav-h) + 2.5rem); }
.ascent { width: min(100%, 400px); height: auto; margin: 2.25rem 0 1.75rem; color: var(--lav); overflow: visible; }
.ascent-m { transform-box: fill-box; transform-origin: center; }
html.js .ascent .ascent-m, html.js .ascent .ascent-orb { opacity: 0; transform: scale(.4); transition: opacity .6s var(--ease), transform .9s var(--ease); transform-box: fill-box; transform-origin: center; }
html.js .ascent.is-in .ascent-m, html.js .ascent.is-in .ascent-orb { opacity: 1; transform: none; }
.ascent .m2 { transition-delay: .15s !important; }
.ascent .m3 { transition-delay: .3s !important; }
.ascent .ascent-orb { transition-delay: .45s !important; }
.outcomes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.5rem); padding-top: .5rem; }
.oc-icon { width: 52px; height: 52px; color: var(--navy); }
.outcomes h3 { font-weight: 600; font-size: clamp(1.35rem, 1.15rem + .6vw, 1.7rem); letter-spacing: -.025em; margin-top: 1.4rem; line-height: 1.2; }
.outcomes p { color: var(--ink-2); margin-top: .65rem; max-width: 32ch; }

/* ── Doors ────────────────────────────────────────────────────────────────── */
.doors { padding-bottom: calc(var(--sec-y) * .6); }
.door-stack { display: grid; gap: 1.5rem; }
.door { position: sticky; top: calc(var(--nav-h) + 1.25rem + var(--i) * 1.1rem); display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); align-items: center; gap: clamp(1.5rem, 4vw, 3rem); min-height: min(560px, 74vh); padding: clamp(1.75rem, 4.5vw, 3.75rem); border-radius: var(--r-lg); overflow: hidden; transform: scale(var(--s, 1)); transform-origin: 50% 0; }
.door::after { content: ''; position: absolute; inset: 0; background: var(--navy); opacity: var(--dim, 0); pointer-events: none; border-radius: inherit; }
.door--paper { background: var(--paper-2); }
.door--navy { background: var(--navy); color: var(--paper); }
.door--lav { background: var(--lav-tint); }
.door-name { display: flex; align-items: center; gap: .8rem; font-size: clamp(2.1rem, 1.35rem + 2.5vw, 3.6rem); letter-spacing: -.04em; line-height: 1; }
.door-name i { width: 16px; height: 16px; }
.door-lead { font-weight: 600; font-size: clamp(1.2rem, 1rem + .7vw, 1.6rem); line-height: 1.28; letter-spacing: -.02em; margin-top: 1.6rem; max-width: 28ch; text-wrap: pretty; }
.door-body { margin-top: 1rem; color: var(--ink-2); max-width: 46ch; }
.door--navy .door-body { color: var(--soft-d); }
.door-note { display: flex; align-items: center; gap: .55rem; margin-top: 1.1rem; font-size: .9375rem; font-weight: 600; color: var(--c-lime); }
.door-note .i { width: 20px; height: 20px; flex: none; }
.door .btn { margin-top: 2rem; }
.door-art { color: var(--navy); min-width: 0; }
.door--navy .door-art { color: var(--paper); }
.door-svg { width: 100%; height: auto; overflow: visible; }
html.js .door-svg .draw { stroke-dashoffset: 0; }
html.js .door .pop { transform-box: fill-box; transform-origin: center; transition: transform 1s var(--ease), opacity .6s; }
html.js .door:not(.is-in) .pop { transform: scale(.3); opacity: 0; }
html.js .door .pop-2 { transition-delay: .15s; }

/* ── What we put in ───────────────────────────────────────────────────────── */
.putin { padding-block: 0; }
.putin-sticky { padding-block: var(--sec-y); }
.putin-h { max-width: 17ch; margin-bottom: clamp(2rem, 5vh, 3.5rem); }
.putin-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); column-gap: clamp(2rem, 5vw, 5.5rem); }
.pi { display: contents; }
.pi-head { grid-column: 1; border-top: 1px solid rgba(245, 244, 240, .14); padding-block: 1.05rem; }
.pi[data-i="0"] .pi-head { grid-row: 1; }
.pi[data-i="1"] .pi-head { grid-row: 2; }
.pi[data-i="2"] .pi-head { grid-row: 3; }
.pi[data-i="3"] .pi-head { grid-row: 4; border-bottom: 1px solid rgba(245, 244, 240, .14); }
.pi-head h3 { font: inherit; }
.pi-tab { display: flex; align-items: center; gap: .9rem; width: 100%; padding: .35rem 0; border: 0; background: none; text-align: left; cursor: pointer; font-weight: 600; font-size: clamp(1.2rem, 1rem + .7vw, 1.6rem); letter-spacing: -.025em; line-height: 1.2; color: rgba(245, 244, 240, .5); transition: color .4s; }
.pi-tab:hover { color: rgba(245, 244, 240, .8); }
.pi-tab i { width: 12px; height: 12px; opacity: .45; transition: opacity .4s, transform .5s var(--ease); }
.pi.is-active .pi-tab { color: var(--paper); }
.pi.is-active .pi-tab i { opacity: 1; transform: scale(1.25); }
.pi-d { color: var(--muted-d); padding-left: calc(12px + .9rem); max-width: 34rem; display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .6s var(--ease), opacity .4s; }
.pi-d > span { overflow: hidden; min-height: 0; }
.pi-d > span::before { content: ''; display: block; height: .35rem; }
.pi.is-active .pi-d { grid-template-rows: 1fr; opacity: 1; }
.pi-panel { grid-column: 2; grid-row: 1 / span 5; align-self: stretch; min-height: 440px; background: var(--navy-2); border: 1px solid rgba(245, 244, 240, .08); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.75rem); opacity: 0; visibility: hidden; transform: translateY(18px); transition: opacity .5s var(--ease), transform .8s var(--ease), visibility 0s linear .5s; }
.pi.is-active .pi-panel { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.pi-progress { grid-column: 1; grid-row: 5; align-self: end; height: 2px; margin-top: 2rem; background: rgba(245, 244, 240, .12); border-radius: 2px; overflow: hidden; display: none; }
.pi-progress i { display: block; height: 100%; width: calc(var(--pp, 0) * 100%); background: var(--c-coral); }
.panel-label { color: var(--lav); margin-bottom: 1.5rem; }
.panel-note { color: var(--muted-d); margin-top: 1.25rem; }
.team-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.75rem; }
.team-list li { display: flex; align-items: center; gap: .85rem; padding-block: .85rem; border-bottom: 1px solid rgba(245, 244, 240, .1); font-weight: 700; font-size: clamp(1.3rem, 1rem + 1.1vw, 2.1rem); letter-spacing: -.035em; line-height: 1.15; }
.team-list i { width: 14px; height: 14px; }
.stack-list li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; margin-bottom: .6rem; border-radius: 16px; background: rgba(245, 244, 240, .06); box-shadow: inset 0 0 0 1px rgba(245, 244, 240, .06); font-weight: 600; font-size: clamp(1.05rem, 1rem + .35vw, 1.3rem); letter-spacing: -.015em; margin-left: calc(var(--k) * 4%); }
.stack-list i { width: 10px; height: 10px; border-radius: 50%; background: var(--c-teal); }
.stack-list li:nth-child(3n+2) i { background: var(--c-lime); }
.stack-list li:nth-child(3n) i { background: var(--c-coral); }
.ledger li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.05rem; border-bottom: 1px dashed rgba(245, 244, 240, .2); font-size: clamp(1.05rem, 1rem + .3vw, 1.25rem); }
.ledger-ok { display: inline-flex; align-items: center; gap: .4rem; flex: none; font-family: 'DM Mono', monospace; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--c-lime); }
.ledger-ok .i { width: 16px; height: 16px; }
.ledger-total { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .5rem 1rem; margin-top: 1.75rem; padding: 1.15rem 1.4rem; border-radius: 16px; background: var(--c-coral); color: var(--navy); font-weight: 600; }
.ledger-total b { font-weight: 700; font-size: clamp(1.2rem, 1rem + .6vw, 1.5rem); letter-spacing: -.02em; }
.path-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.path-col { border-radius: 18px; padding: 1.25rem; background: rgba(245, 244, 240, .05); min-height: 240px; }
.path-col h4 { display: flex; align-items: center; gap: .6rem; font-weight: 600; font-size: 1.2rem; letter-spacing: -.02em; }
.path-col h4::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--c-teal); flex: none; }
.path-col--1 h4::before { background: var(--c-lime); }
.path-col--2 h4::before { background: transparent; box-shadow: inset 0 0 0 1.5px var(--lav); }
.path-col ul { margin-top: 1rem; display: grid; gap: .5rem; }
.path-col li { padding: .6rem .8rem; border-radius: 12px; background: rgba(245, 244, 240, .09); font-size: .9375rem; line-height: 1.35; }
.path-col--2 li { background: transparent; box-shadow: inset 0 0 0 1px rgba(139, 141, 166, .45); color: var(--lav); text-decoration: line-through; text-decoration-thickness: 1px; }
/* staggered entrance inside the active panel */
.pi-panel li { transition: opacity .6s var(--ease), transform .8s var(--ease); }
.pi:not(.is-active) .pi-panel li { opacity: 0; transform: translateY(10px); }
.pi-panel li:nth-child(2) { transition-delay: .05s; }
.pi-panel li:nth-child(3) { transition-delay: .1s; }
.pi-panel li:nth-child(4) { transition-delay: .15s; }
.pi-panel li:nth-child(5) { transition-delay: .2s; }
.pi-panel li:nth-child(6) { transition-delay: .25s; }

/* ── How it works ─────────────────────────────────────────────────────────── */
.how { padding-bottom: var(--sec-y); }
.getin-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; counter-reset: s; }
.getin-steps li { position: relative; padding: clamp(1.5rem, 2.5vw, 2rem); border-radius: var(--r-md); background: var(--paper-2); }
.step-n { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: var(--paper); font-family: 'DM Mono', monospace; font-size: .9375rem; }
.getin-steps h4 { font-weight: 700; font-size: clamp(1.4rem, 1.2rem + .7vw, 1.9rem); letter-spacing: -.035em; margin-top: 1.5rem; }
.getin-steps p { color: var(--ink-2); margin-top: .5rem; }
.getin-steps li:not(:last-child)::after { content: ''; position: absolute; top: calc(clamp(1.5rem, 2.5vw, 2rem) + 18px); left: calc(clamp(1.5rem, 2.5vw, 2rem) + 50px); right: -1rem; border-top: 1.5px dashed rgba(1, 4, 45, .25); z-index: 1; }

.journey { margin-top: clamp(4rem, 8vw, 7rem); }
.journey-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem 3rem; margin-bottom: clamp(2rem, 5vh, 3.5rem); }
.journey-sub { font-weight: 700; font-size: clamp(1.7rem, 1.1rem + 2.1vw, 3.1rem); letter-spacing: -.038em; line-height: 1.05; max-width: 18ch; text-wrap: balance; }
.journey-track { position: relative; height: 160px; }
.rail { position: absolute; left: 0; right: 0; top: 50%; height: 4px; margin-top: -2px; border-radius: 4px; background: var(--line); }
.rail-fill { height: 100%; width: 100%; clip-path: inset(0 calc((1 - var(--p, 0)) * 100%) 0 0 round 4px); border-radius: inherit; background: linear-gradient(90deg, var(--c-teal), var(--c-lime) 30%, var(--c-coral) 58%, #F74A72 78%, #6B3AE0); }
.traveler { position: absolute; top: 50%; left: calc(var(--p, 0) * 100%); width: var(--ts, 18px); height: var(--ts, 18px); transform: translate(-50%, -50%); }
.traveler-dot { position: absolute; inset: 0; border-radius: 50%; background: var(--tc, var(--c-teal)); opacity: calc(1 - var(--to, 0)); box-shadow: 0 0 0 10px color-mix(in srgb, var(--tc, var(--c-teal)) 16%, transparent); transition: background-color .5s; }
.traveler-orb { position: absolute; inset: 0; width: 100%; height: 100%; opacity: var(--to, 0); }
.phases { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); margin-top: 1.5rem; }
.phase { transition: opacity .6s var(--ease), transform .8s var(--ease); }
.phase-mark { display: grid; place-items: center; width: 32px; height: 32px; }
.phase-mark i { width: 14px; height: 14px; }
.phase-mark img { width: 32px; height: 32px; }
.phase-when { color: var(--ink-3); margin-top: .9rem; }
.phase h4 { font-weight: 700; font-size: clamp(1.6rem, 1.25rem + 1.1vw, 2.4rem); letter-spacing: -.04em; margin-top: .35rem; }
.phase-d { color: var(--ink-2); margin-top: .5rem; font-size: 1rem; max-width: 30ch; }
.phase-note { display: inline-block; margin-top: .9rem; padding: .45rem .75rem; border-radius: 10px; background: rgba(255, 127, 85, .14); color: #983A18; font-size: .875rem; font-weight: 600; line-height: 1.35; }

.together { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 2rem clamp(2rem, 6vw, 6.5rem); margin-top: clamp(4rem, 8vw, 6.5rem); padding-top: clamp(2.5rem, 4vw, 3.5rem); background: linear-gradient(var(--line), var(--line)) no-repeat top center / calc(100% - 2 * var(--gutter)) 1px; }
.together-lead { font-weight: 600; font-size: clamp(1.2rem, 1rem + .7vw, 1.6rem); letter-spacing: -.02em; line-height: 1.3; margin-top: 1rem; max-width: 26ch; }
.together-head .sub-h { color: var(--ink-3); font-weight: 300; }
.together-list { display: grid; gap: .75rem; align-content: start; }
.together-list li { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.4rem; border-radius: 18px; background: var(--lav-tint); font-size: clamp(1.05rem, 1rem + .3vw, 1.25rem); }
.together-list .i { width: 34px; height: 34px; padding: 7px; flex: none; border-radius: 50%; background: var(--navy); color: var(--c-coral); }

/* ── Deal ─────────────────────────────────────────────────────────────────── */
.deal-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; gap: clamp(2.5rem, 6vw, 6.5rem); }
.deal-note { color: var(--soft-d); font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); margin: 1.5rem 0 2.25rem; max-width: 24rem; }
.sheet { background: var(--paper); color: var(--navy); border-radius: 22px; padding: clamp(1.5rem, 3.5vw, 3rem); box-shadow: 0 40px 70px -30px rgba(0, 0, 0, .7), 0 10px 24px -10px rgba(0, 0, 0, .4); transform: rotate(var(--rot, -2.4deg)); transform-origin: 60% 40%; will-change: transform; }
.sheet-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.1rem; border-bottom: 2px solid var(--navy); }
.sheet-top .mono { color: var(--ink-3); }
.sheet-top img { width: 36px; height: 36px; }
.sheet-row { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: .4rem 1.5rem; padding-block: 1.1rem; border-bottom: 1px solid var(--line); }
.sheet-row dt { display: flex; gap: .65rem; font-weight: 600; line-height: 1.35; }
.sheet-row dt::before { content: ''; width: 8px; height: 8px; margin-top: .5em; flex: none; border-radius: 50%; background: var(--c-coral); }
.sheet-row dd { color: var(--ink-2); line-height: 1.5; }
.sheet-row dd a, .qa-a a { color: var(--navy); font-weight: 600; text-decoration-color: var(--c-coral); }
.sheet-sign { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.75rem; }
.sheet-sign span { border-top: 1.5px solid var(--navy); padding-top: .55rem; font-family: 'DM Mono', monospace; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }

/* ── Who ──────────────────────────────────────────────────────────────────── */
.who-select { display: flex; align-items: center; gap: .75rem; font-weight: 600; font-size: clamp(1.05rem, 1rem + .3vw, 1.25rem); max-width: 22rem; }
.who-select::before { content: ''; width: 12px; height: 12px; flex: none; border-radius: 50%; background: var(--c-coral); }
.who-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem 1rem; }
.who-item { display: grid; grid-template-columns: minmax(0, 11fr) minmax(0, 13fr); gap: .5rem; }
.who-pill { display: flex; align-items: center; gap: .75rem; padding: 1.2rem 1.35rem; border-radius: 18px; background: var(--navy); color: var(--paper); font-weight: 600; line-height: 1.3; }
.who-pill i { width: 10px; height: 10px; }
.who-tile { display: flex; align-items: center; padding: 1.2rem 1.35rem; border-radius: 18px; background: var(--lav-tint); color: var(--ink-2); line-height: 1.4; }
.who-small { margin-top: 2.25rem; color: var(--ink-2); font-size: clamp(1.0625rem, 1rem + .25vw, 1.2rem); max-width: 52rem; }

/* ── Work ─────────────────────────────────────────────────────────────────── */
.work { padding-bottom: calc(var(--sec-y) * .8); }
.work-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1.5rem 3rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.car-nav { display: flex; gap: .6rem; }
.car-btn { width: 54px; height: 54px; border-radius: 50%; border: 0; background: transparent; box-shadow: inset 0 0 0 1.5px rgba(245, 244, 240, .3); color: var(--paper); display: grid; place-items: center; cursor: pointer; transition: background-color .3s, color .3s, box-shadow .3s, opacity .3s; }
.car-btn .i { width: 20px; height: 20px; }
.car-btn:hover:not(:disabled) { background: var(--paper); color: var(--navy); box-shadow: none; }
.car-btn:disabled { opacity: .3; cursor: default; }
.car { --pad: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter))); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad); padding: 0 var(--pad) 1rem; scrollbar-width: none; cursor: grab; }
.car::-webkit-scrollbar { display: none; }
.car.is-drag { scroll-snap-type: none; cursor: grabbing; user-select: none; }
.car-track { display: flex; gap: clamp(1.25rem, 2.5vw, 2rem); width: max-content; padding-inline: 16px; }
.wcard { position: relative; flex: none; display: flex; flex-direction: column; width: clamp(280px, 29vw, 400px); padding-bottom: 38px; scroll-snap-align: start; }
.wcard-body { position: relative; overflow: hidden; flex: 1; display: flex; flex-direction: column; min-height: 440px; padding: 12rem 1.75rem 4.5rem; border-radius: 26px; background: var(--navy-2); box-shadow: inset 0 0 0 1px rgba(245, 244, 240, .07); }
.wcard-planet { position: absolute; top: -70px; right: -70px; width: 250px; height: 250px; border-radius: 50%; transition: transform 1.2s var(--ease); }
.wcard--lime .wcard-planet { background: radial-gradient(circle at 32% 34%, #E3F4B8, var(--c-lime) 48%, #5E8C22 100%); }
.wcard--teal .wcard-planet { background: radial-gradient(circle at 32% 34%, #BFF2F4, var(--c-teal) 48%, #0E6B7F 100%); }
.wcard--coral .wcard-planet { background: radial-gradient(circle at 32% 34%, #FFD6C4, var(--c-coral) 48%, #B23A55 100%); }
.wcard--own .wcard-planet { background: url('/img/orb-320.webp') center / cover; }
.wcard:hover .wcard-planet { transform: scale(1.06) rotate(-8deg); }
.wcard-cat { color: var(--lav); }
.wcard h3 { font-size: clamp(2rem, 1.5rem + 1.5vw, 2.75rem); letter-spacing: -.04em; margin-top: .6rem; }
.wcard-d { color: var(--soft-d); margin-top: .75rem; }
.wcard-status { display: flex; align-items: flex-start; gap: .5rem; margin-top: 1.1rem; font-size: .875rem; font-weight: 600; color: var(--c-lime); line-height: 1.4; }
.wcard-status .i { width: 18px; height: 18px; flex: none; }
.own-list { margin-top: 1rem; }
.own-list li { padding-block: .5rem; border-bottom: 1px solid rgba(245, 244, 240, .1); font-weight: 600; font-size: 1.35rem; letter-spacing: -.025em; }
.wcard-bar { position: absolute; left: -16px; right: -16px; bottom: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1.6rem; border-radius: 18px; background: var(--paper); color: var(--navy); font-weight: 600; text-decoration: none; box-shadow: 0 18px 30px -18px rgba(0, 0, 0, .8); transition: transform .5s var(--ease), background-color .3s; }
.wcard-bar .i { width: 22px; height: 22px; flex: none; transition: transform .5s var(--ease); }
a.wcard-bar:hover { transform: translateY(-4px); background: #fff; }
a.wcard-bar:hover .i { transform: translate(3px, -3px); }
.wcard-bar--static { background: var(--navy-3); color: var(--soft-d); font-weight: 300; box-shadow: none; }

/* ── Seed ─────────────────────────────────────────────────────────────────── */
.seed { padding-bottom: calc(var(--sec-y) * .5); }
.seed-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 2rem; padding: clamp(2rem, 5vw, 4.5rem); border-radius: 32px; background: var(--lav-tint); }
.seed-p { color: var(--ink-2); font-size: clamp(1.0625rem, 1rem + .3vw, 1.2rem); margin-top: 1.25rem; max-width: 36rem; }
.seed-form { margin-top: 2rem; max-width: 38rem; }
.field-label { display: block; font-weight: 600; font-size: 1rem; line-height: 1.35; margin-bottom: .55rem; }
.seed-row { display: flex; gap: .6rem; }
.seed-row input { flex: 1; min-width: 0; height: 58px; padding: 0 1.4rem; border-radius: 999px; border: 1.5px solid #C5C5D6; background: var(--field); color: var(--navy); transition: border-color .2s, box-shadow .2s; }
.seed-row input::placeholder { color: #6E7190; }
.seed-row input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(255, 127, 85, .3); }
.seed-row .btn { min-height: 58px; }
.form-msg { margin-top: .75rem; font-weight: 600; }
.form-msg:empty { display: none; }
.form-msg.is-ok { color: #24642F; }
.form-msg.is-err { color: #A4241B; }
.form-privacy { margin-top: .6rem; font-size: .8125rem; color: var(--ink-3); }
.seed-art { position: relative; min-height: 380px; }
.module { position: absolute; width: min(260px, 78%); padding: 1.2rem 1.25rem 1.3rem; border-radius: 18px; background: var(--paper); box-shadow: 0 24px 40px -22px rgba(1, 4, 45, .45), 0 4px 10px -6px rgba(1, 4, 45, .2); transition: transform 1s var(--ease); }
.module p { color: var(--ink-3); font-size: .68rem; margin-top: .9rem; }
.module b { display: block; margin-top: .2rem; font-size: 1.15rem; letter-spacing: -.02em; line-height: 1.25; }
.module-dot { display: block; width: 14px; height: 14px; border-radius: 50%; background: var(--c-teal); }
.module--1 .module-dot { background: var(--c-lime); }
.module--2 .module-dot { background: var(--c-coral); }
.module-lines { display: grid; gap: 6px; margin-top: 1rem; }
.module-lines i { display: block; height: 7px; border-radius: 7px; background: var(--lav-tint); width: 86%; }
.module-lines i + i { width: 58%; }
.module--0 { top: 4%; left: 4%; transform: rotate(-7deg); }
.module--1 { top: 32%; left: 22%; transform: rotate(4deg); z-index: 1; }
.module--2 { top: 60%; left: 2%; transform: rotate(-2deg); z-index: 2; }
.seed-panel:hover .module--0 { transform: rotate(-9deg) translate(-4px, -6px); }
.seed-panel:hover .module--1 { transform: rotate(6deg) translate(6px, -2px); }
.seed-orb { position: absolute; right: -40px; top: -44px; width: 170px; height: auto; animation: float 9s var(--ease-io) infinite alternate; }
@keyframes float { to { transform: translateY(14px) rotate(8deg); } }

/* ── FAQ ──────────────────────────────────────────────────────────────────── */
.faq-banner { position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; padding: clamp(3rem, 7vw, 5.5rem) clamp(4.5rem, 12vw, 9rem); border-radius: 32px; background: var(--paper-2); }
.faq-deco { position: absolute; top: -8%; height: 116%; width: auto; color: var(--lav); }
.faq-deco--l { left: clamp(.5rem, 4vw, 4rem); }
.faq-deco--r { right: clamp(.5rem, 4vw, 4rem); }
.faq-list { max-width: 980px; margin: clamp(2.5rem, 5vw, 4rem) auto 0; display: grid; gap: .7rem; }
.qa { border-radius: 20px; background: var(--field); box-shadow: inset 0 0 0 1px var(--line); transition: background-color .35s, box-shadow .35s; }
.qa[open] { background: var(--lav-tint); box-shadow: none; }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.3rem 1.3rem 1.3rem 1.6rem; list-style: none; cursor: pointer; font-weight: 600; font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); letter-spacing: -.015em; line-height: 1.35; border-radius: 20px; }
.qa summary::-webkit-details-marker { display: none; }
.qa-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: none; border-radius: 50%; background: var(--navy); color: var(--paper); transition: transform .5s var(--ease), background-color .3s, color .3s; }
.qa-icon .i { width: 18px; height: 18px; }
.qa summary:hover .qa-icon { background: var(--navy-3); }
.qa[open] .qa-icon { transform: rotate(45deg); background: var(--c-coral); color: var(--navy); }
.qa-a { padding: 0 1.6rem 1.5rem; color: var(--ink-2); max-width: 70ch; }
.faq-more { text-align: center; margin-top: clamp(4rem, 8vw, 6rem); }
.faq-more h3 { font-size: clamp(2rem, 1.4rem + 2vw, 3.3rem); letter-spacing: -.04em; line-height: 1.05; }
.faq-more p { color: var(--ink-2); margin-top: .9rem; }
.faq-more-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 2rem; }

/* ── Final + footer ───────────────────────────────────────────────────────── */
.final { padding-top: clamp(6rem, 12vw, 10rem); padding-bottom: 0; overflow: hidden; text-align: center; }
.final-in { position: relative; z-index: 2; max-width: 64rem; }
.final-p { color: var(--soft-d); font-size: clamp(1.0625rem, 1rem + .3vw, 1.25rem); max-width: 46rem; margin-inline: auto; }
.final-h { font-size: clamp(2.4rem, 1.4rem + 3.6vw, 5.1rem); line-height: 1.01; letter-spacing: -.045em; max-width: 15ch; margin: 2.5rem auto; text-wrap: balance; }
.horizon { position: relative; height: clamp(200px, 30vw, 420px); margin-top: clamp(3rem, 7vw, 5.5rem); }
.horizon-orb { position: absolute; left: 50%; top: 0; width: min(118vw, 1280px); height: auto; transform: translate(-50%, calc((1 - var(--rise, 0)) * 22%)); will-change: transform; }
.horizon::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(to bottom, rgba(1, 4, 45, 0), var(--navy) 88%); }
.foot { position: relative; z-index: 2; padding-top: clamp(2.5rem, 5vw, 4rem); padding-bottom: 2rem; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) repeat(4, minmax(0, 1fr)); gap: 2.5rem 2rem; }
.foot-mark { display: inline-block; color: var(--paper); border-radius: 6px; }
.foot-mark .wordmark { height: 30px; }
.foot-tag { color: var(--soft-d); margin: 1.25rem 0 1.1rem; }
.foot-col h2 { font-family: 'DM Mono', monospace; font-weight: 400; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--lav); margin-bottom: .9rem; }
.foot-col a { display: inline-block; padding-block: .3rem; text-decoration: none; color: #E4E4EE; transition: color .25s; }
.foot-col a:hover { color: var(--c-coral); }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: clamp(3rem, 6vw, 4.5rem); padding-top: 1.5rem; background: linear-gradient(rgba(245, 244, 240, .12), rgba(245, 244, 240, .12)) no-repeat top center / calc(100% - 2 * var(--gutter)) 1px; font-size: .875rem; color: var(--lav); }

/* ── Apply page ───────────────────────────────────────────────────────────── */
.page-apply .apply { padding: calc(var(--nav-h) + clamp(1rem, 3vw, 2.5rem)) 0 var(--sec-y); }
.apply-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 4.5rem); align-items: start; }
.apply-side { position: relative; overflow: hidden; border-radius: var(--r-lg); padding: clamp(1.75rem, 3.5vw, 3rem) clamp(1.75rem, 3.5vw, 3rem) 11rem; }
.apply-side .ticket { margin-top: 0; }
.apply-h { font-size: clamp(2.2rem, 1.5rem + 2.3vw, 3.6rem); line-height: 1.02; letter-spacing: -.042em; margin-top: 1.5rem; text-wrap: balance; }
.apply-lead { color: var(--soft-d); margin-top: 1.25rem; }
.apply-sub { font-family: 'DM Mono', monospace; font-weight: 400; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--lav); margin-top: 2.25rem; margin-bottom: .6rem; }
.apply-steps li { display: flex; align-items: flex-start; gap: .9rem; padding-block: .75rem; border-bottom: 1px solid rgba(245, 244, 240, .1); }
.apply-steps .step-n { width: 28px; height: 28px; flex: none; font-size: .8125rem; background: transparent; box-shadow: inset 0 0 0 1.5px var(--lav); }
.apply-reqs li { display: flex; align-items: flex-start; gap: .6rem; padding-block: .35rem; }
.apply-reqs .i { width: 20px; height: 20px; flex: none; margin-top: .2em; color: var(--c-coral); }
.apply-orb { position: absolute; right: -50px; bottom: -60px; width: 230px; height: auto; }
.apply-main { min-width: 0; padding-top: .5rem; }
.field { position: relative; margin-bottom: 1.75rem; border: 0; padding: 0; min-width: 0; }
.field .req { color: #B8431B; }
.field-hint { font-size: .875rem; color: var(--ink-3); margin: -.2rem 0 .6rem; }
.field input, .field textarea, .field select { width: 100%; padding: .95rem 1.1rem; border-radius: 16px; border: 1.5px solid #CECDC5; background: var(--field); color: var(--navy); font-weight: 300; line-height: 1.45; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 7.5rem; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 3rem; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2301042D' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1.1rem center; background-size: 20px; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: #A9A8B8; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(255, 127, 85, .28); }
.field [aria-invalid="true"] { border-color: #B3261E; }
.field-err { color: #A4241B; font-size: .875rem; font-weight: 600; margin-top: .45rem; }
.field-err:empty { display: none; }
.field-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.25rem; }
.choice-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.opt { position: relative; }
.opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.opt span { display: inline-flex; align-items: center; gap: .6rem; min-height: 50px; padding: 0 1.2rem; border-radius: 999px; border: 1.5px solid #CECDC5; background: var(--field); cursor: pointer; font-weight: 600; font-size: .9375rem; transition: background-color .25s, color .25s, border-color .25s; }
.opt span::before { content: ''; width: 11px; height: 11px; flex: none; border-radius: 50%; box-shadow: inset 0 0 0 1.5px var(--lav); transition: background-color .25s, box-shadow .25s; }
.opt span:hover { border-color: #A9A8B8; }
.opt input:checked + span { background: var(--navy); border-color: var(--navy); color: var(--paper); }
.opt input:checked + span::before { background: var(--c-coral); box-shadow: none; }
.opt input:focus-visible + span { outline: 2px solid var(--c-coral); outline-offset: 3px; }
.choice[aria-invalid="true"] .opt span { border-color: #B3261E; }
.field-note { margin-top: .9rem; padding: .85rem 1rem; border-radius: 14px; background: rgba(255, 127, 85, .13); color: #7A2E12; font-size: .9375rem; }
.field-note a { font-weight: 600; }
.form-summary { margin-bottom: 1.5rem; padding: .95rem 1.15rem; border-radius: 14px; background: #FBE7E4; color: #8C1D18; font-weight: 600; }
.apply-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2.25rem; }
.apply-done { text-align: center; padding: clamp(2.5rem, 7vw, 6rem) 1rem; border-radius: var(--r-lg); background: var(--lav-tint); }
.apply-done img { width: 120px; margin: 0 auto 1.75rem; }
.apply-done h2 { font-size: clamp(2rem, 1.5rem + 1.6vw, 3rem); letter-spacing: -.04em; }
.apply-done p { color: var(--ink-2); margin: 1rem auto 2rem; max-width: 34rem; }
.apply-done:focus { outline: none; }

/* ── Legal + 404 ──────────────────────────────────────────────────────────── */
.legal { max-width: 800px; padding-top: calc(var(--nav-h) + clamp(2.5rem, 6vw, 4.5rem)); padding-bottom: var(--sec-y); }
.legal-date { color: var(--ink-3); margin-top: 1.25rem; }
.legal-lede { font-size: 1.2rem; margin-top: 1.5rem; color: var(--ink-2); }
.legal h2 { font-weight: 600; font-size: 1.35rem; letter-spacing: -.02em; margin: 2.5rem 0 .6rem; }
.legal p { color: var(--ink-2); }
.legal a { color: var(--navy); font-weight: 600; }
.legal-back { margin-top: 2.5rem; }
.page-plain .nav { color: var(--navy); }
.page-404 .nav { color: var(--paper); }
.page-404 { min-height: 100svh; padding-block: 0; }
.nf { min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: var(--nav-h); padding-bottom: 3rem; }
.nf-art { display: flex; align-items: center; gap: clamp(.5rem, 2vw, 1.25rem); margin-bottom: 2rem; }
.nf-4 { font-weight: 700; font-size: clamp(6rem, 18vw, 11rem); letter-spacing: -.06em; line-height: 1; }
.nf-art img { width: clamp(110px, 17vw, 190px); height: auto; animation: float 9s var(--ease-io) infinite alternate; }
.nf-sub { color: var(--soft-d); font-size: 1.15rem; margin-top: 1rem; }
.nf-en { color: var(--lav); font-size: 1rem; margin-top: .4rem; }
.nf-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 2.5rem; }

/* ── Motion: line reveals, rises (Anchor-style grammar, Orb timing) ───────── */
html.js [data-split]:not(.is-split) { visibility: hidden; }
[data-split] .ln { display: block; overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
[data-split] .ln-in { display: block; transform-origin: 0 100%; }
html.js [data-split].is-split:not(.is-in) .ln-in { transform: translateY(112%) rotate(4deg); }
html.js [data-split].is-split .ln-in { transition: transform 1.25s var(--ease); transition-delay: calc(var(--li) * 95ms); }
html.js [data-rise] { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1.2s var(--ease); transition-delay: var(--d, 0s); }
html.js [data-rise].is-in { opacity: 1; transform: none; }

/* ── Pinned modes: only where there is room to pin ────────────────────────── */
@media (min-width: 1024px) and (min-height: 680px) {
  .putin-pin { height: 340vh; }
  .putin-sticky { position: sticky; top: 0; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-block: calc(var(--nav-h) + 1rem) 2.5rem; }
  .pi-progress { display: block; }
  .journey { height: 330vh; margin-top: clamp(2rem, 4vw, 3rem); }
  .journey-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: var(--nav-h); }
  .journey-sticky > .container { width: 100%; }
  .phase:not(.is-on) { opacity: .32; transform: translateY(10px); }
  .phase.is-current h4 { color: var(--navy); }
}
@media (max-height: 820px) and (min-width: 1024px) {
  .pi-panel { min-height: 380px; }
  .journey-track { height: 130px; }
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 1180px) {
  .nav-links { gap: 1.4rem; }
  .foot-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 1023px) {
  :root { --nav-h: 68px; }
  .nav-links { display: none; }
  .nav-toggle { display: grid; }
  .nav-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hero-copy { padding-bottom: 1rem; }
  .hero-art { margin-top: .5rem; }
  .orbit { width: min(100%, 560px); }
  .stakes-grid, .success-grid, .belief-grid, .deal-grid, .together { grid-template-columns: minmax(0, 1fr); }
  .stakes-head, .success-head { position: static; }
  .ascent { width: min(100%, 320px); margin-top: 1.5rem; }
  .door { grid-template-columns: minmax(0, 1fr); min-height: 0; gap: 1rem; }
  .door-art { order: -1; max-width: 360px; }
  .putin-grid { display: block; }
  .pi { display: block; border-top: 1px solid rgba(245, 244, 240, .14); padding-block: 1.25rem 1.5rem; }
  .pi:last-of-type { border-bottom: 1px solid rgba(245, 244, 240, .14); }
  .pi-head { border: 0 !important; padding: 0; }
  .pi-tab { color: var(--paper); cursor: default; }
  .pi-tab i { opacity: 1; }
  .pi-d { grid-template-rows: 1fr; opacity: 1; }
  .pi-panel { opacity: 1; visibility: visible; transform: none; min-height: 0; margin-top: 1.25rem; }
  .pi:not(.is-active) .pi-panel li { opacity: 1; transform: none; }
  .sheet { transform: rotate(calc(var(--rot, -2.4deg) * .5)); }
  .who-grid { grid-template-columns: minmax(0, 1fr); }
  .seed-panel { grid-template-columns: minmax(0, 1fr); }
  .seed-art { min-height: 300px; max-width: 460px; }
  .apply-grid { grid-template-columns: minmax(0, 1fr); }
  .apply-side { padding-bottom: clamp(1.75rem, 3.5vw, 3rem); }
  .apply-orb, .apply-sub--steps, .apply-steps { display: none; }
  /* Journey without pin: a vertical track whose fill follows the scroll */
  .journey-track { display: none; }
  .phases { position: relative; grid-template-columns: minmax(0, 1fr); gap: 2.25rem; padding-left: 3rem; }
  .phases::before, .phases::after { content: ''; position: absolute; left: 15px; top: 16px; bottom: 16px; width: 3px; border-radius: 3px; background: var(--line); }
  .phases::after { background: linear-gradient(180deg, var(--c-teal), var(--c-lime) 35%, var(--c-coral) 65%, #6B3AE0); transform-origin: top; transform: scaleY(var(--p, 0)); }
  .phase { position: relative; }
  .phase-mark { position: absolute; left: -3rem; top: 0; z-index: 1; background: var(--paper); border-radius: 50%; }
  .phase-when { margin-top: .25rem; }
}
@media (max-width: 760px) {
  .getin-steps { grid-template-columns: minmax(0, 1fr); }
  .getin-steps li:not(:last-child)::after { display: none; }
  .outcomes { grid-template-columns: minmax(0, 1fr); gap: 2.25rem; }
  .team-list { grid-template-columns: minmax(0, 1fr); }
  .path-cols { grid-template-columns: minmax(0, 1fr); }
  .path-col { min-height: 0; }
  .who-item { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .who-pill { border-radius: 18px 18px 0 0; }
  .who-tile { border-radius: 0 0 18px 18px; padding-top: 1rem; }
  .sheet-row { grid-template-columns: minmax(0, 1fr); }
  .sheet-row dd { padding-left: calc(8px + .65rem); }
  .field-pair { grid-template-columns: minmax(0, 1fr); }
  .seed-row { flex-direction: column; }
  .seed-row .btn { justify-content: space-between; }
  .faq-banner { padding-inline: 3.5rem; }
  .faq-deco { opacity: .55; }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-head .car-nav { display: none; }
  .wcard { width: min(82vw, 360px); }
  .strip-in { flex-direction: column; align-items: flex-start; }
  .strip-trust { gap: .35rem 1.25rem; }
  .strip-trust li + li::before { display: none; }
  .wcard-body { padding-top: 9.5rem; min-height: 380px; }
  .wcard-planet { width: 200px; height: 200px; top: -60px; right: -60px; }
}
@media (max-width: 520px) {
  .nav-cta { display: none; }
  .hero-ctas .btn { width: 100%; justify-content: space-between; }
  .hero-ctas .btn-ghost { justify-content: center; }
  .door { padding: 1.5rem; }
  .door .btn { width: 100%; justify-content: space-between; }
  .ticket { font-size: .72rem; }
  .qa summary { padding: 1.1rem 1rem 1.1rem 1.2rem; }
  .qa-a { padding: 0 1.2rem 1.3rem; }
  .faq-deco { display: none; }
  .faq-banner { padding-inline: 1.5rem; }
  .final .btn, .deal-head .btn, .apply-submit .btn { width: 100%; justify-content: space-between; }
  .seed-art { min-height: 260px; }
  .module b { font-size: 1rem; }
}

/* ── Reduced motion: content first, no travel ─────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html:not(.lenis) { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  html.js [data-rise], html.js [data-split] .ln-in { opacity: 1 !important; transform: none !important; transition: none !important; }
  .marquee-track { animation: none; }
  .door { transform: none !important; }
  .door::after { display: none; }
}
