*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg:        #05070E;
    --bg-2:      #080C17;
    --panel:     #0C1120;
    --panel-2:   #0E1526;
    --line:      rgba(120,170,255,0.14);
    --line-2:    rgba(120,170,255,0.22);
    --cyan:      #22D3EE;
    --teal:      #5EEAD4;
    --blue:      #3B82F6;
    --sky:       #38BDF8;
    --violet:    #818CF8;
    --text:      #E6EEFB;
    --text-dim:  rgba(203,217,240,0.66);
    --text-mut:  rgba(203,217,240,0.42);
    --radius:    14px;
    --radius-lg: 20px;
    --maxw:      1180px;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; width: 100%; }
h1, h2, h3, .brand__name, .stat__num { font-family: 'Space Grotesk', 'Inter', sans-serif; letter-spacing: -0.02em; }
.accent-text { background: linear-gradient(100deg, var(--sky) 0%, var(--teal) 60%, var(--violet) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ── NAV ─────────────────────────────── */
.nav { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: background .35s, box-shadow .35s, padding .35s; }
.nav--scrolled { background: rgba(5,7,14,0.72); backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3); padding: 12px 0; box-shadow: 0 1px 0 var(--line), 0 10px 40px -20px #000; }
.nav__inner { display: flex; align-items: center; gap: 40px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.brand__mark { width: 30px; height: 30px; flex-shrink: 0; filter: drop-shadow(0 0 6px rgba(34,211,238,0.6)); }
.brand__mark circle { fill: var(--cyan); }
.brand__mark path { stroke: var(--cyan); fill: none; }
.brand__name { font-weight: 700; font-size: 20px; color: var(--text); }
.nav__links { display: flex; list-style: none; gap: 32px; }
.nav__links a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--text-dim); transition: color .2s; }
.nav__links a:hover { color: var(--cyan); }

/* ── BUTTONS ─────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; font-family: inherit; font-weight: 600; text-decoration: none; border-radius: 12px; border: 1.5px solid transparent; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; cursor: pointer; white-space: nowrap; letter-spacing: -0.01em; }
.btn--sm { padding: 9px 18px; font-size: 14px; }
.btn--lg { padding: 15px 30px; font-size: 16px; }
.btn--primary { background: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 100%); color: #04121b; box-shadow: 0 0 0 1px rgba(94,234,212,0.4), 0 12px 34px -10px rgba(34,211,238,0.6); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(94,234,212,0.6), 0 18px 44px -8px rgba(34,211,238,0.8); }
.btn--ghost { background: rgba(56,189,248,0.06); color: var(--text); border-color: var(--line-2); }
.btn--ghost:hover { background: rgba(56,189,248,0.12); border-color: var(--cyan); transform: translateY(-2px); }

/* ── HERO ────────────────────────────── */
.hero { position: relative; padding: 148px 0 90px; overflow: hidden; background: radial-gradient(1100px 700px at 78% -8%, rgba(34,211,238,0.12), transparent 58%), radial-gradient(900px 600px at 8% 20%, rgba(129,140,248,0.10), transparent 55%), var(--bg); }
.hero__grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 56px 56px; opacity: .6; mask-image: radial-gradient(circle at 60% 24%, #000 0%, transparent 78%); -webkit-mask-image: radial-gradient(circle at 60% 24%, #000 0%, transparent 78%); pointer-events: none; }
.hero__scan { position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, rgba(255,255,255,0.014) 0 1px, transparent 1px 3px); pointer-events: none; }
.hero .container { position: relative; z-index: 2; }
.hero__head { max-width: 780px; }

.badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(34,211,238,0.08); color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 7px 15px; border-radius: 100px; margin-bottom: 24px; border: 1px solid rgba(34,211,238,0.28); }
.badge--center { margin-left: auto; margin-right: auto; }
.badge__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(34,211,238,.6), 0 0 8px var(--cyan);} 70%{box-shadow:0 0 0 8px rgba(34,211,238,0), 0 0 8px var(--cyan);} 100%{box-shadow:0 0 0 0 rgba(34,211,238,0), 0 0 8px var(--cyan);} }

.hero__headline { font-size: clamp(40px, 6.2vw, 74px); font-weight: 700; line-height: 1.03; margin-bottom: 22px; color: #fff; }
.hero__sub { font-size: 18.5px; color: var(--text-dim); max-width: 620px; line-height: 1.72; }
.hero__sub strong { color: var(--teal); font-weight: 600; }

.hero__stage { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; margin: 44px 0 36px; align-items: stretch; }

.graphcard { background: linear-gradient(180deg, rgba(34,211,238,0.05), rgba(12,17,32,0.6)); border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: 22px 24px; display: flex; flex-direction: column; box-shadow: 0 30px 70px -40px rgba(34,211,238,0.5); }
.graphcard__label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.graphcard__k { font-family: 'Space Grotesk'; font-weight: 600; font-size: 15px; color: var(--text); }
.graphcard__v { font-size: 12px; font-weight: 700; color: var(--teal); letter-spacing: 0.05em; text-transform: uppercase; }
.graph { width: 100%; height: auto; flex: 1; }
.graph__curve { stroke-dasharray: 620; stroke-dashoffset: 620; animation: draw 2.2s ease .2s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.graph__ant, .graph__dots { opacity: 0; animation: fadein .6s ease 2.1s forwards; }
@keyframes fadein { to { opacity: 1; } }
.graphcard__note { margin-top: 8px; font-size: 13px; color: var(--text-mut); }

.projects { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.pcard { display: flex; gap: 11px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 15px 16px; text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s, background .2s; }
.pcard:hover { transform: translateY(-3px); border-color: var(--cyan); box-shadow: 0 14px 34px -16px rgba(34,211,238,0.6); background: #0F1428; }
.pcard__dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 5px; flex-shrink: 0; }
.d--live  { background: var(--teal);   box-shadow: 0 0 8px rgba(94,234,212,0.9); }
.d--build { background: var(--sky);    box-shadow: 0 0 8px rgba(56,189,248,0.9); }
.d--future{ background: var(--violet); box-shadow: 0 0 8px rgba(129,140,248,0.9); }
.pcard__b { display: flex; flex-direction: column; gap: 3px; }
.pcard__b strong { font-size: 15px; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.pcard__b em { font-size: 12.5px; font-style: normal; color: var(--text-dim); line-height: 1.45; }
.pcard--future { border-style: dashed; }

.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── PROOF ───────────────────────────── */
.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 42px 24px; text-align: center; border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat__num { display: block; font-size: clamp(32px, 4.6vw, 46px); font-weight: 700; color: var(--cyan); line-height: 1; margin-bottom: 8px; text-shadow: 0 0 18px rgba(34,211,238,0.4); }
.stat__label { font-size: 12px; font-weight: 600; color: var(--text-mut); text-transform: uppercase; letter-spacing: 0.06em; }

/* ── SECTIONS ────────────────────────── */
.section { padding: 106px 0; }
.section--band { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section__header { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan); margin-bottom: 14px; }
.section__header h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 700; line-height: 1.08; color: #fff; }
.section__header p { font-size: 18px; color: var(--text-dim); margin-top: 16px; }

/* ── FUTURE ──────────────────────────── */
.future__imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 980px; margin: 0 auto 48px; }
.future__img { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: 0 30px 70px -34px rgba(34,211,238,0.5); }
.future__img img { width: 100%; height: 100%; display: block; aspect-ratio: 1/1; object-fit: cover; }
.future__img figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 18px 14px; font-size: 13px; font-weight: 600; color: #dbe9ff; background: linear-gradient(to top, rgba(5,7,14,0.92), transparent); }
.future__text { max-width: 720px; margin: 0 auto; }
.future__text p { font-size: 17px; color: var(--text-dim); line-height: 1.8; margin-bottom: 20px; }
.future__text em { color: var(--teal); font-style: normal; font-weight: 500; }
.future__quote { margin: 30px 0; padding: 24px 28px; border-left: 3px solid var(--cyan); background: rgba(34,211,238,0.05); border-radius: 0 12px 12px 0; font-family: 'Space Grotesk'; font-size: 20px; font-weight: 500; color: #fff; line-height: 1.5; }
.future__quote span { color: var(--text-mut); }
.future__revolt { font-size: 18px !important; color: var(--text) !important; }
.future__revolt strong { color: var(--teal); font-weight: 700; }

/* ── GEN Z ───────────────────────────── */
.genz { position: relative; overflow: hidden; padding: 100px 0; background: radial-gradient(760px 420px at 82% 18%, rgba(129,140,248,0.14), transparent 60%), var(--bg-2); border-bottom: 1px solid var(--line); }
.genz__watermark { position: absolute; right: -1%; top: 50%; transform: translateY(-50%); font-family: 'Space Grotesk'; font-weight: 700; font-size: clamp(300px, 44vw, 620px); line-height: 0.8; color: transparent; -webkit-text-stroke: 2px rgba(94,234,212,0.12); pointer-events: none; user-select: none; }
.genz__inner { position: relative; z-index: 1; max-width: 780px; }
.genz__h { font-family: 'Space Grotesk'; font-size: clamp(38px, 6vw, 74px); font-weight: 700; color: #fff; letter-spacing: -0.03em; margin-bottom: 20px; line-height: 1.02; }
.genz__z { background: linear-gradient(120deg, var(--cyan), var(--teal), var(--violet)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.genz__lead { font-size: 20px; color: var(--text); margin-bottom: 16px; line-height: 1.6; font-weight: 500; }
.genz__body { font-size: 18px; color: var(--text-dim); line-height: 1.75; }
.genz__body em { color: #FF6B6B; font-style: normal; font-weight: 600; }
.genz__body strong { color: var(--teal); font-weight: 700; }

/* ── FINANCIALIZATION ────────────────── */
.memefig { max-width: 620px; margin: 44px auto; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-2); box-shadow: 0 30px 70px -34px rgba(34,211,238,0.5); background: var(--panel); }
.memefig__img { display: block; }
.memefig img { width: 100%; display: block; }
.memefig__stamp { padding: 24px 22px 18px; text-align: center; border-bottom: 1px solid var(--line); }
.memefig__stamp-h { display: block; font-family: 'Space Grotesk'; font-weight: 700; font-size: clamp(26px, 5vw, 46px); text-transform: uppercase; letter-spacing: -0.01em; line-height: 1.0; color: #FF3B3B; text-shadow: 0 0 22px rgba(255,45,45,0.65); }
.memefig__stamp-s { display: block; margin-top: 10px; font-size: clamp(12px, 2.2vw, 16px); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #FF8A8A; }
.future__big { max-width: 760px; margin: 48px auto; text-align: center; font-family: 'Space Grotesk'; font-size: clamp(24px, 3.6vw, 40px); font-weight: 700; color: #fff; line-height: 1.16; letter-spacing: -0.02em; }
.memefig figcaption { padding: 20px 24px; font-family: 'Space Grotesk'; font-size: 16px; font-weight: 500; color: #fff; line-height: 1.5; border-top: 1px solid var(--line); }
.fin { max-width: 900px; margin: 0 auto 44px; display: grid; grid-template-columns: 1.08fr 1fr; gap: 26px; align-items: center; }
.chartcard { background: linear-gradient(180deg, rgba(34,211,238,0.05), rgba(12,17,32,0.6)); border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: 20px 22px; }
.finchart { width: 100%; height: auto; display: block; margin: 4px 0; }
.finchart__line { stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.fin.visible .finchart__line { animation: draw 2s ease .2s forwards; }
.glubb { font-family: 'Space Grotesk'; font-size: 16px; line-height: 1.62; color: var(--text); border-left: 3px solid var(--violet); padding: 4px 0 4px 22px; }
.glubb cite { display: block; margin-top: 14px; font-family: 'Inter', sans-serif; font-style: normal; font-size: 13px; color: var(--text-mut); }
.glubb cite span { font-style: italic; color: var(--text-dim); }

/* ── PYRAMID ─────────────────────────── */
.pyramid { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.tier { width: var(--w, 100%); display: flex; gap: 20px; align-items: flex-start; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; transition: transform .3s, border-color .3s, box-shadow .3s; }
.tier:hover { transform: translateY(-4px); border-color: var(--cyan); box-shadow: 0 20px 44px -22px rgba(34,211,238,0.5); }
.tier__n { font-family: 'Space Grotesk'; font-size: 24px; font-weight: 700; color: var(--cyan); flex-shrink: 0; line-height: 1.1; text-shadow: 0 0 14px rgba(34,211,238,0.5); }
.tier__b h3 { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 5px; }
.tier__b p { font-size: 14px; color: var(--text-dim); line-height: 1.55; }
.tier--peak { background: linear-gradient(120deg, rgba(34,211,238,0.12), rgba(129,140,248,0.10)); border-color: rgba(34,211,238,0.45); box-shadow: 0 0 44px -14px rgba(34,211,238,0.5); }
.tier--peak .tier__b h3 { color: var(--teal); }

/* ── INVEST ──────────────────────────── */
.invest { position: relative; padding: 112px 0; overflow: hidden; background: radial-gradient(760px 440px at 50% 0%, rgba(34,211,238,0.16), transparent 60%), radial-gradient(600px 400px at 80% 100%, rgba(129,140,248,0.12), transparent 60%), var(--bg-2); border-top: 1px solid var(--line); }
.invest__grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 56px 56px; opacity: .4; mask-image: radial-gradient(circle at 50% 0%, #000, transparent 70%); -webkit-mask-image: radial-gradient(circle at 50% 0%, #000, transparent 70%); pointer-events: none; }
.invest__inner { position: relative; text-align: center; z-index: 1; }
.invest h2 { font-family: 'Space Grotesk'; font-size: clamp(30px, 4.4vw, 52px); font-weight: 700; color: #fff; margin-bottom: 18px; letter-spacing: -0.02em; }
.invest p { font-size: 18px; color: var(--text-dim); max-width: 680px; margin: 0 auto 36px; line-height: 1.72; }
.invest__note { margin-top: 22px; font-size: 14px; color: var(--text-mut); }
.invest__note a { color: var(--cyan); text-decoration: none; }
.invest__note a:hover { color: #fff; }

/* ── FOOTER ──────────────────────────── */
.footer { background: var(--bg); border-top: 1px solid var(--line); padding: 36px 0; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.brand--footer .brand__name { font-size: 18px; }
.footer__tag { color: var(--text-mut); font-size: 14px; }
.footer__links a { color: var(--text-dim); text-decoration: none; font-size: 14px; transition: color .2s; }
.footer__links a:hover { color: var(--cyan); }

/* ── ANIM ────────────────────────────── */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .65s ease calc(var(--delay,0s)), transform .65s ease calc(var(--delay,0s)); }
.fade-up.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .fade-up { opacity: 1; transform: none; transition: none; } .badge__dot, .graph__curve, .graph__ant, .graph__dots { animation: none; opacity: 1; stroke-dashoffset: 0; } }

/* ── RESPONSIVE ──────────────────────── */
@media (max-width: 940px) {
    .nav__links { display: none; }
    .hero__stage { grid-template-columns: 1fr; }
    .proof__grid { grid-template-columns: 1fr 1fr; }
    .stat:nth-child(odd) { border-left: none; }
    .stat { border-top: 1px solid var(--line); }
    .stat:nth-child(1), .stat:nth-child(2) { border-top: none; }
    .future__imgs { max-width: 620px; }
    .tier { width: 100% !important; }
    .fin { grid-template-columns: 1fr; }
    .footer__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
    .hero { padding: 122px 0 72px; }
    .hero__ctas { flex-direction: column; width: 100%; }
    .btn--lg { width: 100%; }
    .section { padding: 76px 0; }
    .projects { grid-template-columns: 1fr; }
    .future__imgs { grid-template-columns: 1fr; }
    .proof__grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   ORBIT — concentric ventures
   ============================================================ */
.orbitwrap { margin: 54px auto 10px; }
.orbit {
    position: relative;
    width: min(1000px, 100%);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    --r1: clamp(158px, 20.5vw, 205px);
    --r2: clamp(232px, 30vw, 300px);
    --r3: clamp(300px, 38.5vw, 385px);
}
.orbit__ring {
    position: absolute; left: 50%; top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.orbit__ring--1 { width: calc(var(--r1) * 2); height: calc(var(--r1) * 2); border: 1px solid rgba(94,234,212,0.20); box-shadow: 0 0 60px rgba(34,211,238,0.06) inset; }
.orbit__ring--2 { width: calc(var(--r2) * 2); height: calc(var(--r2) * 2); border: 1px dashed rgba(120,170,255,0.17); }
.orbit__ring--3 { width: calc(var(--r3) * 2); height: calc(var(--r3) * 2); border: 1px dashed rgba(129,140,248,0.16); }

.orbit__core {
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 216px; height: 216px; border-radius: 50%;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    text-align: center;
    background: radial-gradient(circle at 50% 40%, rgba(34,211,238,0.14), rgba(8,12,23,0.9) 68%);
    border: 1px solid rgba(94,234,212,0.30);
    box-shadow: 0 0 70px rgba(34,211,238,0.16);
}
.orbit__mark { width: 46px; height: 46px; fill: var(--teal); stroke: var(--teal); margin-bottom: 2px; }
.orbit__mark path { fill: none; }
.orbit__core-name { font-family: 'Space Grotesk', sans-serif; font-size: 27px; font-weight: 700; letter-spacing: -0.01em; color: #fff; }
.orbit__core-sub { font-size: 12px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--text-mut); }

.vnode {
    position: absolute; left: 50%; top: 50%;
    width: 182px;
    transform: translate(-50%, -50%) rotate(var(--a)) translateY(calc(var(--r) * -1)) rotate(calc(var(--a) * -1));
    display: flex; flex-direction: column; align-items: center; gap: 5px;
    padding: 15px 13px 14px;
    border-radius: 15px;
    text-align: center; text-decoration: none;
    background: rgba(11,17,31,0.88);
    border: 1px solid var(--line);
    backdrop-filter: blur(7px);
    transition: border-color .25s, box-shadow .25s, scale .25s;
}
a.vnode:hover { scale: 1.055; border-color: rgba(94,234,212,0.5); box-shadow: 0 12px 40px rgba(0,0,0,0.5), 0 0 26px rgba(34,211,238,0.16); }
.vnode__name { font-family: 'Space Grotesk', sans-serif; font-size: 21px; font-weight: 700; color: #fff; letter-spacing: -0.01em; line-height: 1.1; }
.vnode__desc { font-size: 12px; font-weight: 600; letter-spacing: 0.075em; text-transform: uppercase; color: var(--text-mut); line-height: 1.35; }
.vnode::before { content: ''; position: absolute; top: 11px; left: 12px; width: 7px; height: 7px; border-radius: 50%; }
.v--live::before   { background: var(--teal);   box-shadow: 0 0 10px var(--teal); }
.v--build::before  { background: var(--sky);    box-shadow: 0 0 10px var(--sky); }
.v--summit::before { background: var(--violet); box-shadow: 0 0 10px var(--violet); }
.v--summit { border-color: rgba(129,140,248,0.34); background: rgba(16,16,38,0.9); }
.v--summit .vnode__desc { color: rgba(190,190,255,0.62); }

.orbit__legend { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; }
.lg { font-size: 12.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-mut); display: inline-flex; align-items: center; gap: 8px; }
.lg::before { content: ''; width: 8px; height: 8px; border-radius: 50%; }
.lg--live::before   { background: var(--teal); box-shadow: 0 0 10px var(--teal); }
.lg--build::before  { background: var(--sky); box-shadow: 0 0 10px var(--sky); }
.lg--summit::before { background: var(--violet); box-shadow: 0 0 10px var(--violet); }

@media (max-width: 1010px) {
    .orbit { aspect-ratio: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 14px; }
    .orbit__ring { display: none; }
    .orbit__core { position: static; transform: none; grid-column: 1 / -1; width: 100%; height: auto; border-radius: var(--radius-lg); padding: 26px 20px; }
    .vnode { position: static; transform: none; width: auto; }
}

/* ============================================================
   WHY NOW
   ============================================================ */
.thennow { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 940px; margin: 0 auto 40px; }
.tn { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 26px 20px; }
.tn--now { border-color: rgba(94,234,212,0.34); background: linear-gradient(180deg, rgba(34,211,238,0.07), rgba(12,17,32,0.9)); box-shadow: 0 0 50px rgba(34,211,238,0.08); }
.tn__era { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mut); margin-bottom: 16px; }
.tn--now .tn__era { color: var(--teal); }
.tn__list { list-style: none; padding: 0; margin: 0; }
.tn__list li { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 12px 0; border-top: 1px solid var(--line); }
.tn__list li:first-child { border-top: none; }
.tn__list span { font-size: 14.5px; color: var(--text-dim); }
.tn__list b { font-family: 'Space Grotesk', sans-serif; font-size: 18px; color: var(--text); white-space: nowrap; }
.tn--now .tn__list b { color: var(--teal); }
.whynow__kicker { max-width: 820px; margin: 0 auto 48px; text-align: center; font-size: 19px; line-height: 1.65; color: var(--text-dim); }
.whynow__kicker strong { color: #fff; }
.whynow__graph { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; max-width: 1000px; margin: 0 auto; }
.whynow__aside h3 { font-family: 'Space Grotesk', sans-serif; font-size: 28px; line-height: 1.2; margin: 0 0 14px; color: #fff; }
.whynow__aside p { font-size: 16px; line-height: 1.7; color: var(--text-dim); margin: 0 0 14px; }
.whynow__aside strong { color: var(--teal); }
@media (max-width: 860px) { .thennow, .whynow__graph { grid-template-columns: 1fr; } }

/* ============================================================
   AMBITION / UNICORNS
   ============================================================ */
.ulad { max-width: 940px; margin: 0 auto 46px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--panel); }
.urow { display: grid; grid-template-columns: 18px 190px 1fr; align-items: center; gap: 14px; padding: 17px 22px; border-top: 1px solid var(--line); }
.urow:first-child { border-top: none; }
.urow__dot { width: 9px; height: 9px; border-radius: 50%; }
.d--live   { background: var(--teal);   box-shadow: 0 0 10px var(--teal); }
.d--build  { background: var(--sky);    box-shadow: 0 0 10px var(--sky); }
.d--future { background: var(--violet); box-shadow: 0 0 10px var(--violet); }
.urow__n { font-family: 'Space Grotesk', sans-serif; font-size: 19px; font-weight: 700; color: #fff; }
.urow__d { display: none; }
.urow__t { font-size: 16px; color: var(--text-dim); }
.urow--peak { background: linear-gradient(90deg, rgba(129,140,248,0.10), transparent); }
.urow--peak .urow__t { color: rgba(200,200,255,0.86); font-weight: 600; }
@media (max-width: 700px) { .urow { grid-template-columns: 14px 1fr; } .urow__t { grid-column: 2; } }

.powerlaw { display: grid; grid-template-columns: 1.35fr 1fr; gap: 26px; align-items: center; max-width: 940px; margin: 0 auto; padding: 30px; border: 1px solid rgba(94,234,212,0.28); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(34,211,238,0.08), rgba(12,17,32,0.6)); }
.powerlaw h3 { font-family: 'Space Grotesk', sans-serif; font-size: 27px; margin: 0 0 12px; color: #fff; }
.powerlaw p { font-size: 16px; line-height: 1.7; color: var(--text-dim); margin: 0; }
.powerlaw__n { text-align: center; }
.powerlaw__k { display: block; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mut); margin-bottom: 4px; }
.powerlaw__v { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 76px; font-weight: 700; line-height: 1; background: linear-gradient(120deg, var(--sky), var(--teal)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.powerlaw__s { display: block; font-size: 14px; color: var(--text-dim); margin-top: 8px; }
@media (max-width: 780px) { .powerlaw { grid-template-columns: 1fr; } }

/* ============================================================
   INVEST additions
   ============================================================ */
.invest__terms { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 26px 0 30px; }
.it { min-width: 178px; padding: 14px 18px; border: 1px solid var(--line-2); border-radius: var(--radius); background: rgba(10,15,28,0.6); }
.it__k { display: block; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mut); margin-bottom: 5px; }
.it__v { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 16px; font-weight: 600; color: #fff; }
.stat--hot .stat__num { background: linear-gradient(120deg, var(--sky), var(--teal)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- hero centering + orbit geometry fix ---------- */
.hero__head { max-width: 900px; margin: 0 auto; text-align: center; }
.hero__sub { max-width: 720px; margin-left: auto; margin-right: auto; }
.hero__ctas { justify-content: center; }
.orbitwrap { margin: 30px auto 6px; }
.orbit {
    width: min(1080px, 100%);
    --r1: clamp(196px, 23vw, 252px);
    --r2: clamp(272px, 32vw, 352px);
    --r3: clamp(340px, 39.5vw, 434px);
}
.orbit__core { width: 190px; height: 190px; }
.orbit__core-name { font-size: 25px; }
.orbit__core-sub { font-size: 11px; }
.orbit__mark { width: 40px; height: 40px; }
.vnode { width: 174px; }
.orbit__ring--1 { border-color: rgba(94,234,212,0.26); }
.orbit__ring--2 { border-color: rgba(120,170,255,0.24); }
.orbit__ring--3 { border-color: rgba(129,140,248,0.22); }
@media (max-width: 1010px) { .orbit { width: 100%; } .hero__head { text-align: left; margin: 0; } .hero__ctas { justify-content: flex-start; } }

/* ---------- orbit: tighten, kill dead space ---------- */
.orbit {
    width: min(1000px, 100%);
    --r1: clamp(186px, 21.5vw, 234px);
    --r2: clamp(258px, 30vw, 326px);
    --r3: clamp(318px, 36.5vw, 396px);
}
.vnode { width: 190px; }
.hero { padding-bottom: 56px; }
.orbitwrap { margin: 22px auto 0; }
.orbit__legend { margin-top: 10px; }
.v--next::before { background: #F472B6; box-shadow: 0 0 10px #F472B6; }
.v--next { border-color: rgba(244,114,182,0.34); background: rgba(30,14,26,0.9); }
.v--next .vnode__desc { color: rgba(255,190,220,0.62); }
.lg--next::before { background: #F472B6; box-shadow: 0 0 10px #F472B6; }
.d--next { background: #F472B6; box-shadow: 0 0 10px #F472B6; }

/* ============ ENGINE ============ */
.egrid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; max-width:1000px; margin:0 auto 46px; }
.em { padding:24px 20px; border:1px solid var(--line); border-radius:var(--radius-lg); background:linear-gradient(180deg,rgba(34,211,238,0.06),rgba(12,17,32,0.7)); text-align:center; }
.em__v { display:block; font-family:'Space Grotesk',sans-serif; font-size:38px; font-weight:700; line-height:1; background:linear-gradient(120deg,var(--sky),var(--teal)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.em__k { display:block; font-size:13.5px; font-weight:600; color:var(--text); margin:10px 0 6px; }
.em__m { display:block; font-size:12px; color:var(--text-mut); line-height:1.5; }
.pipe { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; max-width:1060px; margin:0 auto 40px; }
.pipe__s { padding:22px 20px; border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); position:relative; }
.pipe__n { font-family:'Space Grotesk',sans-serif; font-size:12px; font-weight:700; letter-spacing:.12em; color:var(--teal); }
.pipe__s h4 { font-family:'Space Grotesk',sans-serif; font-size:17px; margin:8px 0 8px; color:#fff; }
.pipe__s p { font-size:14px; line-height:1.6; color:var(--text-dim); margin:0; }
.engine__k { max-width:820px; margin:0 auto; text-align:center; font-size:18px; line-height:1.68; color:var(--text-dim); }
.engine__k strong { color:#fff; }
@media (max-width:960px){ .egrid,.pipe{grid-template-columns:1fr 1fr;} }
@media (max-width:600px){ .egrid,.pipe{grid-template-columns:1fr;} }

/* ============ WAYS ============ */
.waygrid { display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:1040px; margin:0 auto; }
.way { padding:30px 28px; border:1px solid var(--line-2); border-radius:var(--radius-lg); background:linear-gradient(180deg,rgba(34,211,238,0.05),rgba(12,17,32,0.75)); }
.way--mission { border-color:rgba(244,114,182,0.32); background:linear-gradient(180deg,rgba(244,114,182,0.07),rgba(20,12,22,0.8)); }
.way__tag { display:inline-block; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--teal); padding:5px 11px; border:1px solid rgba(94,234,212,.3); border-radius:100px; margin-bottom:14px; }
.way__tag--m { color:#F9A8D4; border-color:rgba(244,114,182,.35); }
.way h3 { font-family:'Space Grotesk',sans-serif; font-size:28px; margin:0 0 12px; color:#fff; }
.way__p { font-size:15.5px; line-height:1.68; color:var(--text-dim); margin:0 0 20px; }
.way__ask { display:flex; justify-content:space-between; align-items:baseline; padding:14px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin-bottom:16px; }
.way__ask span { font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--text-mut); }
.way__ask b { font-family:'Space Grotesk',sans-serif; font-size:24px; color:#fff; }
.way__u { list-style:none; padding:0; margin:0 0 18px; }
.way__u li { display:flex; justify-content:space-between; gap:12px; padding:9px 0; border-bottom:1px solid rgba(120,170,255,.08); font-size:14.5px; color:var(--text-dim); }
.way__u b { font-family:'Space Grotesk',sans-serif; color:var(--text); white-space:nowrap; }
.way__math { font-size:14.5px; line-height:1.65; color:var(--text-dim); padding:14px 16px; border-radius:var(--radius); background:rgba(0,0,0,.28); margin:0 0 14px; }
.way__math strong { color:var(--teal); }
.way--mission .way__math strong { color:#F9A8D4; }
.way__who { font-size:13px; color:var(--text-mut); margin:0; }
@media (max-width:900px){ .waygrid{grid-template-columns:1fr;} }

/* ============ FUND CARDS ============ */
.ways__h2 { font-size:clamp(26px,3.2vw,36px); }
.section__header--tight p { margin-top:8px; }
.fundgrid { display:grid; grid-template-columns:1fr 1fr; gap:20px; max-width:1040px; margin:0 auto 40px; }
.fund { padding:26px 24px; border:1px solid var(--line); border-radius:var(--radius-lg); background:var(--panel); }
.fund__h { display:flex; justify-content:space-between; align-items:baseline; gap:14px; margin-bottom:10px; }
.fund__n { font-family:'Space Grotesk',sans-serif; font-size:21px; font-weight:700; color:#fff; }
.fund__a { font-family:'Space Grotesk',sans-serif; font-size:21px; font-weight:700; background:linear-gradient(120deg,var(--sky),var(--teal)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.fund__s { font-size:14.5px; color:var(--text-dim); margin:0 0 14px; }
.fund__l { list-style:none; padding:0; margin:0 0 14px; }
.fund__l li { font-size:13.5px; color:var(--text-mut); padding:6px 0; border-bottom:1px solid rgba(120,170,255,.07); }
.fund__l b { color:var(--teal); }
.fund__m { font-size:14px; line-height:1.68; color:var(--text-dim); margin:0; padding:14px 16px; border-radius:var(--radius); background:rgba(0,0,0,.28); }
.fund__m b { color:#fff; }
@media (max-width:900px){ .fundgrid{grid-template-columns:1fr;} }

/* ============ HONEST ============ */
.honest { max-width:900px; margin:0 auto; padding:30px 32px; border:1px solid rgba(129,140,248,.3); border-left:3px solid var(--violet); border-radius:var(--radius-lg); background:rgba(16,16,38,.55); }
.honest__t { display:block; font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--violet); margin-bottom:12px; }
.honest p { font-size:16px; line-height:1.72; color:var(--text-dim); margin:0 0 14px; }
.honest p:last-child { margin-bottom:0; }
.honest strong { color:#fff; }
.invest__ctas { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* spacing + fund card links + peak card */
.orbit__legend { margin-top: 18px; }
.hero__ctas { margin-top: 40px; }
.fundgrid { grid-auto-rows: 1fr; }
.fund__link { display:inline-flex; align-items:center; gap:5px; font-size:13px; font-weight:700; color:var(--teal); text-decoration:none; border-bottom:1.5px solid rgba(94,234,212,.4); padding-bottom:1px; margin-bottom:12px; transition:gap .2s,border-color .2s; }
.fund__link:hover { gap:9px; border-color:var(--teal); }
.fund--peak { border-color:rgba(129,140,248,.32); background:linear-gradient(180deg,rgba(129,140,248,.08),rgba(14,14,32,.8)); }
.fund--peak .fund__a { background:linear-gradient(120deg,#A5B4FC,#818CF8); -webkit-background-clip:text; background-clip:text; color:transparent; font-size:16px; }

/* ===== the break chart ===== */
.brk { display:grid; grid-template-columns:1.15fr 1fr; gap:28px; align-items:center; max-width:1060px; margin:0 auto 48px; }
.brkchart { width:100%; height:auto; }
.brk__l { stroke-dasharray:1200; stroke-dashoffset:1200; animation:draw 2.4s ease .3s forwards; }
.brk__l--2 { animation-delay:.55s; }
.brk__aside h3 { font-family:'Space Grotesk',sans-serif; font-size:28px; line-height:1.2; margin:0 0 14px; color:#fff; }
.brk__aside p { font-size:16px; line-height:1.7; color:var(--text-dim); margin:0 0 14px; }
.brk__aside strong { color:#F9A8D4; }
.brk__q { font-size:14.5px; color:var(--text-mut); border-left:2px solid rgba(244,114,182,.35); padding-left:14px; margin-bottom:0; }
@media (max-width:860px){ .brk{grid-template-columns:1fr;} }

/* ===== small multiples ===== */
.minigrid { display:grid; grid-template-columns:1fr 1fr; gap:18px; max-width:1000px; margin:0 auto 20px; }
.mini { padding:20px 20px 18px; border:1px solid var(--line); border-radius:var(--radius-lg); background:linear-gradient(180deg,rgba(34,211,238,0.04),rgba(12,17,32,0.7)); }
.mini__t { font-family:'Space Grotesk',sans-serif; font-size:14.5px; font-weight:600; color:var(--text); margin:0 0 10px; }
.mini__c { width:100%; height:auto; display:block; }
.mini__k { font-size:13.5px; line-height:1.6; color:var(--text-dim); margin:10px 0 0; }
.mini__k strong { color:#F9A8D4; }
.minigrid__note { max-width:1000px; margin:0 auto 46px; font-size:12px; line-height:1.6; color:var(--text-mut); text-align:center; }
@media (max-width:820px){ .minigrid{grid-template-columns:1fr;} }
.mini--wide { grid-column: 1 / -1; }
.mini--wide .mini__c { max-width: 760px; margin: 0 auto; }
.mini--wide .mini__k { max-width: 820px; }
.atoms{max-width:760px;margin:34px auto 26px;padding:26px 30px;border:1px solid rgba(94,234,212,.26);border-left:3px solid var(--teal);border-radius:var(--radius-lg);background:rgba(10,16,28,.55);font-size:16.5px;line-height:1.72;color:var(--text-dim);text-align:left}
.atoms strong{color:#fff}
.fund--next{border-color:rgba(244,114,182,.30);background:linear-gradient(180deg,rgba(244,114,182,.07),rgba(20,12,22,.82))}
.fund--next .fund__a{background:linear-gradient(120deg,#F9A8D4,#F472B6);-webkit-background-clip:text;background-clip:text;color:transparent}
.fund--next .fund__l b{color:#F9A8D4}
.fund--next .fund__m b{color:#fff}
