:root {
  --ink: #101011;
  --ink-2: #19191c;
  --paper: #f2f0eb;
  --white: #fff;
  --muted: #a6a4aa;
  --line: rgba(17,17,18,.16);
  --purple: #8657e8;
  --purple-light: #b99bff;
  --lime: #d7ff48;
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; background: var(--lime); color: var(--ink); font-weight: 750; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, select, summary, [tabindex]):focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 50; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.shell { width: min(1420px, calc(100% - 96px)); margin: 0 auto; }
.section { padding: 150px 0; }
main section[id] { scroll-margin-top: 90px; }
.grid-intro > *, .section-heading > *, .flywheel-layout > *, .membership-top > *, .journey-grid > *, .map-grid > *, .faq-layout > *, .paths-head > * { min-width: 0; }

.site-header { position: fixed; top: 0; left: 0; right: 0; height: 92px; padding: 0 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; z-index: 40; color: white; border-bottom: 1px solid rgba(255,255,255,.15); transition: background .35s, height .35s, color .35s, box-shadow .35s; }
.site-header.is-scrolled { height: 74px; background: rgba(16,16,17,.93); backdrop-filter: blur(14px); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.brand { display: inline-flex; align-items: center; width: fit-content; }
.brand strong { font-weight: 750; }
.brand-mark { width: 50px; height: 50px; padding: 5px; box-sizing: border-box; flex: none; display: block; object-fit: contain; background: #fff; border-radius: 50%; }
.desktop-nav { display: flex; gap: 30px; font-size: 15px; font-weight: 620; }
.desktop-nav a { opacity: .72; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-apply { justify-self: end; }
.menu-toggle, .mobile-menu { display: none; }

.button { appearance: none; border: 0; border-radius: var(--radius); padding: 17px 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 15px; font-weight: 720; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--lime { background: var(--lime); color: var(--ink); }
.button--lime:hover { background: #e4ff7a; }
.button--outline { background: transparent; color: white; border: 1px solid rgba(255,255,255,.28); }
.button--outline:hover { border-color: var(--lime); color: var(--lime); }
.button--dark { background: var(--ink); color: white; }
.button--wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding: 13px 0; font-size: 15px; font-weight: 690; border-bottom: 1px solid rgba(255,255,255,.5); }
.text-link--dark { border: 0; background: transparent; color: var(--ink); cursor: pointer; }

.hero { height: max(780px, 100svh); min-height: 720px; position: relative; color: white; overflow: hidden; background: #12161d; }
.hero-media { position: absolute; inset: 0; background-image: url("assets/safebuild-hero.png"); background-size: cover; background-position: center; animation: heroIn 1.8s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,12,.9) 0%, rgba(6,8,12,.73) 32%, rgba(6,8,12,.24) 63%, rgba(6,8,12,.4) 100%), linear-gradient(0deg, rgba(7,8,10,.72), transparent 46%); }
.hero-content { position: relative; z-index: 2; padding-top: 190px; }
.eyebrow, .kicker { margin: 0 0 30px; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; font-weight: 760; }
.eyebrow { color: var(--lime); }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(62px, 7.1vw, 120px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; font-weight: 780; }
.hero h1 span { color: var(--purple-light); }
.hero-copy { width: min(550px, 46vw); margin: 40px 0 0; font-size: clamp(17px, 1.4vw, 22px); line-height: 1.48; color: rgba(255,255,255,.84); }
.hero-cohort { margin: 16px 0 0; color: var(--lime); font-size: 12px; font-weight: 720; letter-spacing: .04em; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 34px; }
.hero-pillars { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 25px; color: rgba(255,255,255,.56); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.hero-pillars span { display: inline-flex; align-items: center; gap: 8px; }.hero-pillars span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--purple-light); }
.hero-signal { position: absolute; z-index: 3; right: 48px; bottom: 82px; width: 330px; padding: 22px; background: rgba(18,18,20,.76); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(15px); }
.signal-head { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; color: rgba(255,255,255,.6); }
.signal-score { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.signal-score small { display: block; color: var(--purple-light); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; margin-bottom: 6px; }
.signal-score strong { font-size: 23px; }
.hero-signal > p { margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.6; }
.hero-foot { position: absolute; left: 50%; transform: translateX(-50%); bottom: 30px; z-index: 2; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.hero-scroll { display: flex; align-items: center; gap: 12px; margin-right: 370px; }
.hero-scroll span { width: 24px; height: 1px; background: var(--lime); }

.grid-intro { display: grid; grid-template-columns: 1fr 2.1fr; gap: 60px; padding-bottom: 80px; }
.kicker { color: #625f65; }
.kicker--light { color: var(--purple-light); }
.grid-intro h2, .section-heading h2, .membership-top h2, .paths-head h2 { margin: 0; font-size: clamp(60px, 6.4vw, 108px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.grid-intro h2 span, .section-heading h2 span, .economics .grid-intro h2 span { color: var(--purple); }
.grid-intro div > p { max-width: 760px; margin: 32px 0 0; font-size: 20px; line-height: 1.55; color: #555258; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.principle-card { min-height: 560px; padding: 28px; display: flex; flex-direction: column; position: relative; border-right: 1px solid var(--line); background: #e9e7e1; }
.principle-card:last-child { border-right: 0; }
.principle-card--purple { background: var(--purple); color: white; }
.principle-card--dark { background: var(--ink); color: white; }
.card-index { font-size: 11px; letter-spacing: .12em; opacity: .55; }
.principle-card h3 { margin: 290px 0 18px; font-size: clamp(33px, 3vw, 48px); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.principle-card p { margin: 0; max-width: 350px; color: #605d62; font-size: 16px; line-height: 1.65; }
.principle-card--purple p, .principle-card--dark p { color: rgba(255,255,255,.65); }
.principle-card a { margin-top: 28px; padding-top: 18px; border-top: 1px solid currentColor; display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .09em; font-size: 12px; font-weight: 700; }
.card-icon { position: absolute; top: 85px; left: 50%; transform: translateX(-50%); width: 170px; height: 170px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; transform-style: preserve-3d; }
.card-icon span { border: 1px solid #3a383d; transform: skewY(-20deg); }
.card-icon span:nth-child(2) { background: var(--lime); transform: skewY(-20deg) translateY(-18px); }
.data-orbit { position: absolute; top: 75px; left: 50%; translate: -50%; width: 190px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.data-orbit i { position: absolute; inset: 18%; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.data-orbit i:nth-child(2) { inset: 38%; background: var(--lime); border: 0; }
.data-orbit i:nth-child(3) { inset: -4%; border-left-color: transparent; animation: spin 10s linear infinite; }
.data-orbit b { position: absolute; width: 12px; height: 12px; background: white; border-radius: 50%; top: 20px; right: 20px; }
.value-chart { position: absolute; top: 90px; left: 28px; right: 28px; height: 155px; display: flex; align-items: end; gap: 8px; }
.value-chart i { flex: 1; background: #38383b; height: 30%; }
.value-chart i:nth-child(2) { height: 46%; }.value-chart i:nth-child(3) { height: 43%; }.value-chart i:nth-child(4) { height: 72%; }.value-chart i:nth-child(5) { height: 94%; background: var(--lime); }

.flywheel { background: var(--ink); color: white; min-height: 1050px; overflow: hidden; }
.flywheel-layout { display: grid; grid-template-columns: 1fr 1.25fr; grid-template-rows: auto auto; gap: 70px 40px; align-items: center; }
.flywheel-copy h2 { margin: 0; font-size: clamp(55px, 5vw, 82px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.flywheel-copy h2 em { color: var(--lime); font-style: normal; }
.flywheel-copy > p { max-width: 540px; margin: 30px 0; color: #c0bdc4; font-size: 19px; line-height: 1.65; }
.wheel { --wheel-radius: min(236px, 17vw); position: relative; width: min(620px, 46vw); aspect-ratio: 1; justify-self: center; }
.wheel-orbits, .wheel-orbits i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.wheel-orbits i:nth-child(1) { inset: 10%; }.wheel-orbits i:nth-child(2) { inset: 20%; border-style: dashed; animation: spin 24s linear infinite; }.wheel-orbits i:nth-child(3) { inset: 31%; }
.wheel-center { position: absolute; inset: 34%; background: var(--purple); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 80px rgba(134,87,232,.35); }
.wheel-center span { text-transform: uppercase; letter-spacing: .13em; font-size: 9px; margin-bottom: 8px; }
.wheel-center strong { text-align: center; text-transform: uppercase; font-size: 25px; line-height: .95; }
.wheel-node { position: absolute; left: 50%; top: 50%; translate: -50% -50%; transform: rotate(var(--a)) translateX(var(--wheel-radius)) rotate(calc(var(--a) * -1)); transform-origin: center; width: 136px; min-height: 54px; background: #242427; border: 1px solid rgba(255,255,255,.16); color: white; border-radius: 2px; text-align: left; padding: 12px 13px; font-size: 13px; cursor: pointer; transition: background .2s, color .2s, scale .2s; }
.wheel-node span { display: block; margin-bottom: 3px; color: #88858c; font-size: 8px; }
.wheel-node:hover, .wheel-node.is-active { background: var(--lime); color: var(--ink); scale: 1.05; }
.wheel-node.is-active span { color: #4e551e; }
.wheel-detail { grid-column: 2; display: grid; grid-template-columns: 60px 1fr; max-width: 540px; justify-self: center; border-top: 1px solid rgba(255,255,255,.18); padding-top: 24px; }
.wheel-detail > span { color: var(--lime); font-size: 11px; }
.wheel-detail h3 { margin: 0 0 8px; font-size: 24px; }
.wheel-detail p { margin: 0; color: #b2afb6; font-size: 15px; line-height: 1.6; }

.section-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; align-items: end; }
.section-heading > p { margin: 0 0 8px; color: #5e5b61; font-size: 19px; line-height: 1.65; }
.benefit-tabs { display: flex; margin-top: 80px; border-bottom: 1px solid var(--line); }
.benefit-tabs button { flex: 1; border: 0; border-bottom: 3px solid transparent; background: none; padding: 20px 14px; color: #68656b; text-transform: uppercase; letter-spacing: .09em; font-size: 12px; font-weight: 700; cursor: pointer; }
.benefit-tabs button.is-active { color: var(--ink); border-color: var(--purple); }
.benefit-stage { min-height: 530px; margin-top: 38px; padding: 68px; background: #dedbd3; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 90px; overflow: hidden; }
.member-badge { justify-self: center; width: 300px; height: 360px; border-radius: 150px 150px 6px 6px; background: var(--ink); color: white; border: 1px solid #39383d; display: flex; flex-direction: column; align-items: center; padding: 38px; box-shadow: 0 30px 70px rgba(0,0,0,.17); }
.badge-top { color: var(--purple-light); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.member-badge svg { width: 90px; margin: 32px 0 20px; }
.member-badge svg circle { fill: none; stroke: var(--lime); stroke-width: 2; }.member-badge svg path { fill: none; stroke: var(--lime); stroke-width: 4; }
.member-badge strong { text-transform: uppercase; font-size: 32px; text-align: center; line-height: .96; }
.member-badge small { margin-top: auto; color: #8d8a91; font-size: 9px; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.benefit-copy > span { color: var(--purple); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.benefit-copy h3 { margin: 18px 0 24px; max-width: 650px; font-size: clamp(42px, 4vw, 68px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.benefit-copy > p { max-width: 600px; color: #5b585e; line-height: 1.6; }
.benefit-copy ul { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 0; }
.benefit-copy li { padding: 15px 0; border-top: 1px solid rgba(17,17,18,.18); font-size: 15px; }
.benefit-copy li::before { content: "＋"; color: var(--purple); margin-right: 12px; }

.membership { background: var(--purple); color: white; overflow: hidden; }
.membership-top { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 50px; align-items: end; }
.membership-top h2 { font-size: clamp(50px, 5.5vw, 86px); }
.membership-top > p:last-child { color: rgba(255,255,255,.68); line-height: 1.6; }
.level-track { position: relative; margin: 100px 0 60px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.track-line { position: absolute; top: 32px; left: 10%; right: 10%; height: 1px; background: rgba(255,255,255,.25); }.track-line i { display: block; width: 64%; height: 100%; background: var(--lime); }
.level-track article { position: relative; }
.level-track article > span { font-size: 9px; opacity: .65; }.level-track article > i { display: block; width: 16px; height: 16px; border-radius: 50%; margin: 17px 0 46px; background: var(--purple); border: 3px solid white; position: relative; z-index: 2; }
.level-track article:nth-of-type(-n+3) > i { background: var(--lime); border-color: var(--lime); box-shadow: 0 0 0 6px rgba(215,255,72,.16); }
.level-track h3 { font-size: 27px; margin: 0 0 14px; }.level-track p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.6; }
.founding-status { max-width: 800px; margin: -15px 0 42px; padding: 24px 26px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.28); background: rgba(16,16,17,.16); }.founding-status span { color: var(--lime); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; }.founding-status strong { font-size: 22px; }.founding-status p { margin: 0; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.55; }

.economics { background: #e7e4dd; }
.captive-thesis { margin-bottom: 56px; padding: clamp(34px, 5vw, 70px); background: var(--purple); color: white; }
.captive-thesis-copy { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1.5fr); gap: 38px 70px; }
.captive-thesis-copy > * { min-width: 0; }
.captive-thesis-copy > p:first-child { margin: 5px 0 0; color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; line-height: 1.6; }
.captive-thesis-copy h3 { margin: 0; font-size: clamp(40px, 5vw, 76px); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.captive-thesis-copy > p:last-child { grid-column: 2; max-width: 780px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; }
.captive-pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border: 1px solid rgba(255,255,255,.2); }
.captive-pillars article { min-height: 220px; padding: 26px; border-right: 1px solid rgba(255,255,255,.2); }
.captive-pillars article:last-child { border-right: 0; }
.captive-pillars span { color: var(--lime); font-size: 9px; }
.captive-pillars strong { display: block; margin: 48px 0 12px; font-size: 23px; }
.captive-pillars p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.captive-status { margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }
.economic-types { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 70px; border: 1px solid var(--line); }.economic-types article { min-height: 300px; padding: 32px; border-right: 1px solid var(--line); background: #eeece7; }.economic-types article:last-child { border-right: 0; }.economic-types span { color: var(--purple); font-size: 12px; }.economic-types h3 { margin: 62px 0 18px; font-size: clamp(28px, 2.35vw, 38px); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }.economic-types p { margin: 0; color: #5d5a60; font-size: 15px; line-height: 1.7; }
.compare { display: grid; grid-template-columns: 1fr 1fr; margin: 10px 0 80px; }
.compare article { min-height: 440px; padding: 50px; background: #d8d4cc; }
.compare article > span { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; color: #69666c; }
.compare h3 { margin: 80px 0 35px; font-size: clamp(36px, 3.4vw, 53px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.compare ul { list-style: none; padding: 0; margin: 0; }
.compare li { padding: 15px 0; border-top: 1px solid rgba(17,17,18,.16); font-size: 15px; }
.compare li::before { content: "—"; margin-right: 12px; color: #77747a; }
.compare .compare-safe { background: var(--ink); color: white; }
.compare-safe > span { color: var(--lime) !important; }.compare-safe li { border-color: rgba(255,255,255,.16); color: #c3c0c7; }.compare-safe li::before { content: "✓"; color: var(--lime); }
.capital-flow { padding: 45px; margin-bottom: 35px; border: 1px solid var(--line); background: #eeece7; }
.flow-head { display: flex; justify-content: space-between; padding-bottom: 30px; border-bottom: 1px solid var(--line); }.flow-head p { margin: 0; font-weight: 700; }.flow-head span { color: #77747a; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.flow-steps { display: grid; grid-template-columns: repeat(5, 1fr); padding-top: 35px; }
.flow-steps article { min-height: 230px; padding: 0 22px; border-right: 1px solid var(--line); position: relative; }.flow-steps article:last-child { border: 0; }
.flow-steps article > span { color: #7b787e; font-size: 9px; }.flow-icon { margin: 28px 0 38px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid #77747a; font-weight: 700; }.flow-icon--lime { background: var(--lime); border-color: var(--lime); }
.flow-steps h3 { font-size: 20px; margin: 0 0 8px; }.flow-steps p { color: #656267; font-size: 14px; line-height: 1.6; margin: 0; }

.journey { background: var(--ink-2); color: white; }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.journey-copy { position: sticky; top: 120px; align-self: start; }
.journey-copy h2 { margin: 0; font-size: clamp(72px, 7.3vw, 118px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }.journey-copy > p { max-width: 540px; margin: 34px 0; color: #bbb8bf; font-size: 19px; line-height: 1.65; }
.journey-steps article { display: grid; grid-template-columns: 80px 1fr; min-height: 170px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.15); }.journey-steps article > span { color: var(--lime); font-size: 12px; }.journey-steps h3 { margin: 0 0 9px; font-size: 31px; }.journey-steps p { margin: 0; color: #aaa7ae; font-size: 15px; line-height: 1.6; }

.map-section { background: #d8d5cd; overflow: hidden; }
.map-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: center; }
.map-copy h2 { margin: 0; font-size: clamp(58px, 6vw, 98px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }.map-copy > p { margin: 30px 0; color: #5d5a60; font-size: 17px; line-height: 1.65; }.map-legend { display: grid; gap: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }.map-legend span { display: flex; gap: 10px; align-items: center; }.map-legend i { width: 10px; height: 10px; border-radius: 50%; background: var(--purple); }.map-legend span:last-child i { background: transparent; border: 1px solid #77747a; }
.us-map { position: relative; min-height: 620px; display: grid; place-items: center; }.us-map svg { width: 100%; overflow: visible; }.map-outline { fill: #c8c4bc; stroke: #88858b; stroke-width: 1; }.map-lines path { fill: none; stroke: #8b5cef; stroke-width: 1.5; stroke-dasharray: 5 6; }.map-nodes circle { fill: var(--lime); stroke: var(--purple); stroke-width: 5; animation: mapPulse 2.5s infinite alternate; }.map-nodes circle:nth-child(n+7) { fill: #d8d5cd; stroke: #77747a; stroke-width: 2; }
.map-card { position: absolute; right: 10px; bottom: 15px; width: 320px; padding: 25px; background: var(--ink); color: white; box-shadow: 0 18px 45px rgba(0,0,0,.17); }.map-card span { color: var(--lime); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; }.map-card strong { display: block; margin: 14px 0; font-size: 23px; }.map-card small { color: #aaa7ae; font-size: 13px; line-height: 1.6; }

.leadership { background: var(--paper); }
.leadership-intro { display: grid; gap: 24px; align-content: end; }
.leadership-intro > p { margin: 0; color: #656268; line-height: 1.65; }
.leadership-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border: 1px solid var(--line); }
.leader-card { min-height: 350px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; background: #f4f1ea; }
.leader-card:nth-child(3n) { border-right: 0; }
.leader-card:nth-last-child(-n+3) { border-bottom: 0; }
.leader-initials { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--ink); color: var(--purple-light); font-size: 24px; font-weight: 700; letter-spacing: -.04em; }
.leader-card p { margin: 0 0 8px; color: var(--purple); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.leader-card h3 { margin: 0; font-size: 31px; letter-spacing: -.04em; }
.leader-card a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.leader-profile-note { padding-top: 18px; border-top: 1px solid var(--line); color: #666369; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.resources { background: var(--ink); color: white; }
.resources .grid-intro { border-color: rgba(255,255,255,.16); }
.resources .grid-intro div > p { color: #aaa7ae; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.resource-card { position: relative; min-height: 300px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, color .25s; }
.resource-card:nth-child(3n) { border-right: 0; }
.resource-card:nth-last-child(-n+3) { border-bottom: 0; }
.resource-card:hover, .resource-card:focus-visible { background: var(--lime); color: var(--ink); }
.resource-card > span { color: var(--purple-light); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.resource-card:hover > span, .resource-card:focus-visible > span { color: #4d465b; }
.resource-card h3 { margin: 52px 0 16px; font-size: 31px; letter-spacing: -.04em; }
.resource-card p { max-width: 32ch; margin: 0; color: #c0bdc4; font-size: 15px; line-height: 1.7; }
.resource-card:hover p, .resource-card:focus-visible p { color: #363536; }
.resource-card i { position: absolute; right: 28px; bottom: 26px; font-style: normal; font-size: 22px; }
.resource-note { margin: 22px 0 0; color: #aaa7ae; font-size: 12px; line-height: 1.65; }

.faq { background: #e9e7e1; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 8vw, 140px); align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin: 0; font-size: clamp(58px, 5.8vw, 94px); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.faq-intro h2 span { color: var(--purple); }
.faq-intro > p:last-child { max-width: 520px; margin: 28px 0 0; color: #5d5a60; font-size: 19px; line-height: 1.65; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 4px; cursor: pointer; font-size: clamp(19px, 1.7vw, 26px); font-weight: 730; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--purple); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -6px 45px 30px 4px; color: #5d5a60; font-size: 17px; line-height: 1.75; }

.manifesto { background: var(--purple); color: white; }
.manifesto-lines { margin-top: 70px; }.manifesto-lines p { margin: 0; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: clamp(38px, 5vw, 78px); line-height: 1; letter-spacing: -.045em; color: rgba(255,255,255,.4); }.manifesto-lines span { color: white; }.manifesto-sign { margin: 90px 0 0; font-size: clamp(48px, 7vw, 108px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; font-weight: 760; }.manifesto-sign em { display: block; color: var(--lime); font-style: normal; }

.paths { background: var(--paper); }.paths-head { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; margin-bottom: 70px; }.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.path-card { appearance: none; border: 0; min-height: 410px; padding: 32px; text-align: left; background: #dfdcd5; position: relative; cursor: pointer; transition: transform .25s, box-shadow .25s; }.path-card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px rgba(0,0,0,.12); z-index: 2; }.path-card--purple { background: var(--purple); color: white; }.path-card--dark { background: var(--ink); color: white; }.path-card > span { text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 700; opacity: .76; }.path-card strong { position: absolute; left: 32px; bottom: 34px; font-size: clamp(36px, 3.3vw, 52px); line-height: .96; text-transform: uppercase; letter-spacing: -.04em; }.path-card i { position: absolute; right: 32px; top: 30px; font-style: normal; font-size: 25px; color: var(--lime); }

footer { background: #0b0b0c; color: white; padding: 85px 0 30px; }.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; align-items: start; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.13); }.footer-line { color: var(--purple-light); font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; font-size: 14px; color: #c0bdc4; }.footer-legal { padding: 40px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; color: #8f8c93; font-size: 12px; line-height: 1.65; border-bottom: 1px solid rgba(255,255,255,.13); }.footer-legal p { margin: 0; }.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; color: #9b989f; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }

.apply-modal { width: min(1100px, calc(100vw - 40px)); height: min(720px, calc(100vh - 40px)); max-width: none; max-height: none; padding: 0; border: 0; background: var(--paper); color: var(--ink); overflow: hidden; }.apply-modal::backdrop { background: rgba(4,4,5,.78); backdrop-filter: blur(8px); }.apply-modal[open] { display: grid; grid-template-columns: .8fr 1.2fr; animation: modalIn .35s ease both; }.modal-close { position: absolute; right: 23px; top: 18px; z-index: 3; appearance: none; border: 0; background: transparent; font-size: 32px; cursor: pointer; }.modal-aside { background: var(--purple); color: white; padding: 42px; display: flex; flex-direction: column; justify-content: space-between; }.modal-aside > div p { color: var(--lime); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; }.modal-aside h2 { margin: 14px 0 22px; text-transform: uppercase; letter-spacing: -.05em; line-height: .95; font-size: 52px; }.modal-aside small { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.65; }.modal-note { font-size: 12px; text-transform: uppercase; letter-spacing: .09em; opacity: .72; }.apply-form { padding: 54px 65px; overflow: auto; }.form-progress { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; color: #68656b; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }.form-progress i { height: 2px; background: #d7d4cd; }.form-progress b { display: block; width: 50%; height: 100%; background: var(--purple); transition: width .3s; }.form-step { display: none; }.form-step.is-active { display: block; animation: fadeUp .3s ease both; }.form-eyebrow { margin: 60px 0 12px; color: var(--purple); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; }.form-step h3, .form-success h3 { margin: 0 0 35px; font-size: 46px; line-height: 1; letter-spacing: -.04em; }.choice-grid { display: grid; gap: 10px; margin-bottom: 30px; }.choice-grid label { display: block; cursor: pointer; }.choice-grid input { position: absolute; opacity: 0; }.choice-grid span { display: flex; justify-content: space-between; align-items: center; padding: 20px; border: 1px solid var(--line); transition: border .2s, background .2s; }.choice-grid b { font-size: 16px; }.choice-grid small { color: #68656b; font-size: 14px; }.choice-grid input:checked + span { border-color: var(--purple); background: rgba(134,87,232,.07); }.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 18px; }.field-grid label > span { display: block; margin-bottom: 8px; color: #5d5a60; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }.field-grid input, .field-grid select { width: 100%; height: 52px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; background: white; outline: 0; font-size: 16px; }.field-grid input:focus, .field-grid select:focus { border-color: var(--purple); }.form-actions { margin-top: 36px; display: flex; justify-content: space-between; align-items: center; }.form-success { display: none; padding: 130px 20px; text-align: center; }.form-success.is-active { display: block; }.form-success > span { display: grid; place-items: center; margin: 0 auto 25px; width: 70px; height: 70px; border-radius: 50%; background: var(--lime); font-size: 28px; }.form-success p { max-width: 440px; margin: -16px auto 28px; color: #5d5a60; font-size: 16px; line-height: 1.65; }
.apply-modal { width: min(1160px, calc(100vw - 40px)); height: min(820px, calc(100vh - 40px)); }
.apply-modal[open] { grid-template-columns: .76fr 1.24fr; }
.form-eyebrow { margin-top: 48px; }
.field-grid { gap: 20px 18px; }
.field-grid label > span small { font-size: 11px; opacity: .8; }
.consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 26px; color: #5d5a60; font-size: 12px; line-height: 1.6; }
.consent-field input { margin-top: 2px; accent-color: var(--purple); }
.consent-field a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-error { margin: 18px 0 0; padding: 13px 15px; border-left: 3px solid #b42318; background: #fff0ee; color: #7a271a; font-size: 13px; line-height: 1.55; }
.form-actions { margin-top: 24px; }
.form-actions [type="submit"][disabled] { cursor: wait; opacity: .65; }
.form-success strong { color: var(--ink); }

.reveal { opacity: 1; transform: none; }.js-reveal .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }.js-reveal .reveal.in-view { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: .1s; }.reveal-delay-2 { transition-delay: .2s; }.reveal-delay-3 { transition-delay: .3s; }
@keyframes heroIn { from { opacity: 0; scale: 1.06; } to { opacity: 1; scale: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .4; box-shadow: 0 0 0 10px rgba(215,255,72,0); } }
@keyframes mapPulse { to { filter: drop-shadow(0 0 9px rgba(134,87,232,.75)); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(25px) scale(.98); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(15px); } }

@media (max-width: 1050px) {
  .shell { width: min(100% - 48px, 920px); }.site-header { padding: 0 24px; grid-template-columns: 1fr auto; }.desktop-nav, .header-apply { display: none; }.menu-toggle { display: flex; width: 42px; height: 42px; justify-self: end; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 7px; cursor: pointer; }.menu-toggle span { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .25s; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }.mobile-menu { display: flex; visibility: hidden; pointer-events: none; position: fixed; inset: 0; z-index: 35; overflow-y: auto; background: var(--ink); color: white; padding: 130px 24px 35px; flex-direction: column; justify-content: space-between; translate: 100% 0; transition: translate .35s ease, visibility .35s; }.mobile-menu.is-open { visibility: visible; pointer-events: auto; translate: 0; }.mobile-menu nav { display: grid; }.mobile-menu nav a { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 26px; }.mobile-menu nav span { color: var(--purple-light); font-size: 10px; }
  .hero-content { padding-top: 170px; }.hero h1 { font-size: clamp(58px, 9vw, 90px); }.hero-copy { width: min(560px, 70vw); }.hero-signal { display: none; }.hero-scroll { margin-right: 0; }
  .grid-intro, .section-heading { grid-template-columns: minmax(0, 1fr); }.principle-grid { grid-template-columns: 1fr 1fr; }.principle-card:last-child { grid-column: span 2; }.principle-card { min-height: 500px; }.flywheel-layout { grid-template-columns: minmax(0, 1fr); }.wheel { --wheel-radius: min(236px, 29vw); width: min(620px, 76vw); }.wheel-detail { grid-column: 1; }.membership-top { grid-template-columns: minmax(0, 1fr); }.level-track { grid-template-columns: repeat(3,minmax(0,1fr)); }.track-line { display: none; }.level-track article > i { margin-bottom: 25px; }.economic-types { grid-template-columns: minmax(0, 1fr); }.economic-types article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }.economic-types article:last-child { border-bottom: 0; }.economic-types h3 { margin-top: 30px; }.compare { grid-template-columns: minmax(0, 1fr); }.flow-steps { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 35px; }.journey-grid, .map-grid, .faq-layout { grid-template-columns: minmax(0, 1fr); }.journey-copy, .faq-intro { position: static; }.paths-head { grid-template-columns: minmax(0, 1fr); }.footer-main { grid-template-columns: 1fr 1fr; gap: 45px; }.brand--footer { grid-column: span 2; }
  .captive-thesis-copy { grid-template-columns: minmax(0, 1fr); }.captive-thesis-copy > p:last-child { grid-column: 1; }.leadership-grid { grid-template-columns: 1fr 1fr; }.leader-card, .leader-card:nth-child(3n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.leader-card:nth-child(2n) { border-right: 0; }.leader-card:last-child { border-bottom: 0; }.resource-grid { grid-template-columns: 1fr 1fr; }.resource-card, .resource-card:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }.resource-card:nth-child(2n) { border-right: 0; }.resource-card:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 680px) {
  main section[id] { scroll-margin-top: 72px; }
  .shell { width: calc(100% - 32px); }.section { padding: 95px 0; }.site-header { height: 72px; padding: 0 16px; }.brand { font-size: 16px; }.brand-mark { width: 38px; height: 38px; padding: 4px; }.mobile-menu { padding: 92px 16px 24px; gap: 24px; justify-content: flex-start; }.mobile-menu nav a { padding: 12px 0; font-size: clamp(22px, 6.8vw, 26px); line-height: 1.15; }.mobile-menu .button { margin-top: auto; }.hero { min-height: 820px; height: auto; }.hero-media { background-position: 57% center; }.hero-shade { background: linear-gradient(90deg, rgba(6,8,12,.92), rgba(6,8,12,.46)), linear-gradient(0deg, rgba(7,8,10,.8), transparent 60%); }.hero-content { padding-top: 135px; padding-bottom: 130px; }.hero h1 { font-size: clamp(48px, 16vw, 70px); line-height: .9; }.hero-copy { width: 100%; margin-top: 28px; font-size: 16px; }.hero-actions { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 24px; }.hero-pillars { display: grid; grid-template-columns: 1fr 1fr; }.text-link { width: fit-content; }.hero-foot p { display: none; }.hero-scroll { margin-left: auto; }
  .grid-intro { padding-bottom: 50px; }.grid-intro h2, .section-heading h2, .membership-top h2, .paths-head h2 { font-size: clamp(40px, 13vw, 52px); }.grid-intro div > p { font-size: 16px; }.principle-grid { grid-template-columns: minmax(0, 1fr); }.principle-card, .principle-card:last-child { grid-column: auto; min-height: 500px; border-right: 0; border-bottom: 1px solid var(--line); }.flywheel { min-height: 0; }.flywheel-copy h2 { font-size: clamp(42px, 13vw, 52px); }.wheel { width: 100%; height: auto; aspect-ratio: auto; margin: 45px 0 0; padding-top: 330px; display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; }.wheel-orbits { width: min(290px, 100%); height: auto; aspect-ratio: 1; inset: 0 auto auto 50%; transform: translateX(-50%); }.wheel-center { inset: 73px auto auto 50%; width: 144px; height: 144px; transform: translateX(-50%); }.wheel-node { position: static; translate: none; transform: none; width: 100%; min-height: 48px; display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; background: #242427; font-size: 11px; padding: 10px 14px; }.wheel-node span { margin: 0; }.wheel-node:hover, .wheel-node.is-active { scale: 1; }.wheel-detail { grid-template-columns: 35px minmax(0, 1fr); }.section-heading { gap: 20px; }.benefit-tabs { margin-top: 45px; overflow-x: auto; overscroll-behavior-inline: contain; }.benefit-tabs button { min-width: 150px; }.benefit-stage { padding: 40px 20px; grid-template-columns: minmax(0, 1fr); gap: 50px; }.member-badge { width: min(240px, 100%); height: 300px; padding: 30px; }.member-badge svg { margin: 20px 0 12px; width: 72px; }.member-badge strong { font-size: 27px; }.benefit-copy h3 { font-size: clamp(36px, 11vw, 44px); }.level-track { grid-template-columns: minmax(0, 1fr); margin-top: 55px; }.level-track article { display: grid; grid-template-columns: 34px minmax(0, 1fr); column-gap: 14px; }.level-track article > span, .level-track article > i { grid-column: 1; }.level-track article > i { margin: 8px 0 0; }.level-track h3, .level-track p { grid-column: 2; }.level-track h3 { grid-row: 1; }.level-track p { grid-row: 2; margin-top: 0; }.founding-status { grid-template-columns: minmax(0, 1fr); gap: 8px; margin-top: 0; }.compare article { padding: 32px 24px; min-height: 390px; }.capital-flow { padding: 28px 20px; }.flow-head { display: grid; gap: 10px; }.flow-steps { grid-template-columns: minmax(0, 1fr); }.flow-steps article { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 28px 42px minmax(0, 1fr); gap: 10px; align-items: center; }.flow-icon { margin: 0; width: 42px; height: 42px; }.flow-steps h3 { margin: 0; }.flow-steps p { grid-column: 3; }.journey-grid { gap: 70px; }.journey-steps article { grid-template-columns: 44px minmax(0, 1fr); }.us-map { min-height: 470px; }.map-card { right: 0; bottom: 0; width: 260px; }.manifesto-lines p { font-size: clamp(28px, 9vw, 34px); }.manifesto-sign { font-size: clamp(42px, 13vw, 50px); }.path-grid { grid-template-columns: minmax(0, 1fr); }.path-card { min-height: 300px; }.footer-main { grid-template-columns: minmax(0, 1fr); }.brand--footer { grid-column: auto; }.footer-legal { grid-template-columns: minmax(0, 1fr); gap: 25px; }.footer-bottom { flex-direction: column; gap: 12px; }
  .captive-pillars { grid-template-columns: 1fr; }.captive-pillars article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.captive-pillars article:last-child { border-bottom: 0; }.captive-pillars strong { margin-top: 26px; }.leadership-grid, .resource-grid { grid-template-columns: 1fr; }.leader-card, .leader-card:nth-child(2), .leader-card:nth-child(3n), .resource-card, .resource-card:nth-child(2n), .resource-card:nth-child(3n) { border-right: 0; border-bottom: 1px solid var(--line); }.leader-card:last-child, .resource-card:last-child { border-bottom: 0; }.leader-card { min-height: 310px; }.resource-card { min-height: 260px; border-bottom-color: rgba(255,255,255,.16); }
  .apply-modal { width: 100vw; height: 100dvh; max-height: none; }.apply-modal[open] { grid-template-columns: 1fr; }.modal-aside { display: none; }.apply-form { padding: 60px 20px 25px; }.form-eyebrow { margin-top: 45px; }.form-step h3 { font-size: 34px; }.choice-grid span { align-items: flex-start; gap: 10px; flex-direction: column; }.field-grid { grid-template-columns: 1fr; }.form-actions { align-items: stretch; gap: 18px; flex-direction: column-reverse; }
  .brand-mark { width: 44px; height: 44px; padding: 4px; }
  .mobile-menu nav a { font-size: clamp(22px, 6.8vw, 26px); }
  .mobile-menu nav span { font-size: 12px; }
  .hero-copy { font-size: 18px; line-height: 1.55; }
  .grid-intro h2, .section-heading h2, .membership-top h2, .paths-head h2 { font-size: clamp(40px, 13vw, 52px); }
  .grid-intro div > p { font-size: 18px; }
  .flywheel-copy h2 { font-size: clamp(42px, 13vw, 52px); }
  .wheel .wheel-node, .wheel .wheel-node:hover, .wheel .wheel-node.is-active { min-height: 52px; font-size: 13px; scale: 1; }
  .benefit-copy h3 { font-size: clamp(36px, 11vw, 44px); }
  .captive-thesis-copy h3 { font-size: clamp(34px, 10.5vw, 44px); }
  .journey-copy h2 { font-size: clamp(44px, 14vw, 58px); }
  .journey-copy > p { font-size: 18px; }
  .map-card { width: min(290px, calc(100% - 20px)); }
  .faq-intro h2 { font-size: clamp(42px, 13.5vw, 54px); }
  .form-step h3 { font-size: clamp(32px, 9.5vw, 38px); }
  .button { max-width: 100%; white-space: normal; line-height: 1.35; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }.js-reveal .reveal { opacity: 1; transform: none; }
}

/* Legal pages */
.legal-page { background: var(--paper); }
.legal-header { position: absolute; top: 0; left: 0; right: 0; z-index: 40; height: 92px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.15); }
.legal-back { display: inline-flex; align-items: center; gap: 16px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 680; transition: color .2s; }
.legal-back:hover { color: var(--lime); }
.legal-hero { min-height: 620px; padding: 190px 0 85px; display: flex; align-items: flex-end; background: radial-gradient(circle at 76% 32%, rgba(134,87,232,.3), transparent 30%), #101011; color: white; }
.legal-hero--terms { background: radial-gradient(circle at 76% 32%, rgba(215,255,72,.16), transparent 30%), #101011; }
.legal-hero .eyebrow { margin: 0 0 32px; color: var(--purple-light); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 720; }
.legal-hero h1 { margin: 0; max-width: 1100px; font-size: clamp(76px, 10.5vw, 150px); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
.legal-hero h1 span { color: var(--lime); }
.legal-summary { width: min(720px, 100%); margin: 46px 0 0; color: #c5c2ca; font-size: 19px; line-height: 1.65; }
.legal-meta { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 12px 30px; color: #8f8c93; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.legal-layout { padding: 110px 0 150px; display: grid; grid-template-columns: 250px minmax(0, 900px); gap: 110px; align-items: start; justify-content: center; }
.legal-toc { position: sticky; top: 32px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-toc strong { display: block; margin-bottom: 18px; color: #69666c; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.legal-toc nav { display: grid; }
.legal-toc a { padding: 6px 0; color: #77747b; font-size: 13px; transition: color .2s, translate .2s; }
.legal-toc a:hover { color: var(--purple); translate: 4px 0; }
.legal-document { min-width: 0; }
.legal-document section { padding: 0 0 72px; margin: 0 0 72px; border-bottom: 1px solid var(--line); scroll-margin-top: 32px; }
.legal-document section:last-child { margin-bottom: 0; }
.legal-section-number { margin: 0 0 13px; color: var(--purple); font-size: 11px; font-weight: 760; letter-spacing: .12em; }
.legal-document h2 { margin: 0 0 30px; font-size: clamp(38px, 4vw, 56px); line-height: 1; letter-spacing: -.045em; }
.legal-document h3 { margin: 40px 0 12px; font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }
.legal-document p { margin: 0 0 21px; color: #4e4b52; font-size: 16px; line-height: 1.78; }
.legal-document p:last-child { margin-bottom: 0; }
.legal-document ul { margin: 8px 0 25px; padding: 0; list-style: none; }
.legal-document li { position: relative; padding: 8px 0 8px 25px; color: #4e4b52; font-size: 16px; line-height: 1.7; }
.legal-document li::before { content: ""; position: absolute; left: 0; top: 19px; width: 8px; height: 8px; border-radius: 50%; background: var(--purple); }
.legal-document a { color: #5f35bd; font-weight: 680; text-decoration: underline; text-decoration-color: rgba(95,53,189,.35); text-underline-offset: 3px; }
.legal-document a:hover { text-decoration-color: currentColor; }
.legal-callout { margin: 8px 0 30px; padding: 30px 34px; background: var(--purple); color: white; border-radius: var(--radius); }
.legal-callout strong { display: block; margin-bottom: 9px; color: var(--lime); font-size: 20px; }
.legal-callout p { color: rgba(255,255,255,.85); }
.legal-table-wrap { margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); background: white; }
.legal-table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 13px; line-height: 1.55; }
.legal-table th, .legal-table td { padding: 16px 18px; text-align: left; vertical-align: top; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-table th:last-child, .legal-table td:last-child { border-right: 0; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table th { background: #e8e5df; color: #444148; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.legal-table td { color: #5d5a60; }
.legal-contact { padding: 27px 30px; background: white; border-left: 4px solid var(--lime); color: #5d5a60; font-size: 16px; line-height: 1.8; font-style: normal; box-shadow: 0 10px 35px rgba(16,16,17,.06); }
.legal-contact strong { color: var(--ink); }
.footer-links [aria-current="page"] { color: var(--lime); }

@media (max-width: 1050px) {
  .legal-layout { grid-template-columns: minmax(0, 820px); gap: 60px; }
  .legal-toc { position: static; }
  .legal-toc nav { grid-template-columns: 1fr 1fr; column-gap: 30px; }
}

@media (max-width: 680px) {
  .legal-header { height: 72px; padding: 0 16px; }
  .legal-back { gap: 10px; font-size: 12px; }
  .legal-hero { min-height: 620px; padding: 145px 0 65px; }
  .legal-hero h1 { font-size: clamp(56px, 17vw, 76px); }
  .legal-summary { margin-top: 35px; font-size: 17px; }
  .legal-meta { margin-top: 30px; display: grid; gap: 7px; }
  .legal-layout { padding: 70px 0 95px; gap: 55px; }
  .legal-toc nav { grid-template-columns: minmax(0, 1fr); }
  .legal-toc a { padding: 7px 0; }
  .legal-document section { padding-bottom: 52px; margin-bottom: 52px; }
  .legal-document h2 { font-size: clamp(36px, 11vw, 46px); }
  .legal-document h3 { font-size: 20px; }
  .legal-document p, .legal-document li { font-size: 15px; }
  .legal-callout { padding: 25px 22px; }
  .legal-contact { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .legal-back, .legal-toc a { transition: none; }
}
