/* ============================================================
   CHAPTERS — the ecosystem journey (v2)
   Same rules as the rest of the site: black, hairlines,
   green as light. Everything scroll-driven reads --p.
   ============================================================ */

/* ── Shared chapter chrome ──────────────────────────────── */

.chapter { position: relative; padding: var(--band) var(--gut); max-width: var(--maxw); margin: 0 auto; }
.chapter__head { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,0.8fr); gap: clamp(24px,5vw,80px); align-items: end; }
.chapter__head .eyebrow { grid-column: 1 / -1; margin-bottom: 24px; }
@media (max-width: 900px) { .chapter__head { grid-template-columns: 1fr; } .chapter__head .lede { margin-top: 22px; } }

.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 9px;
  letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash);
  white-space: nowrap;
}
.chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--line-strong); }
.chip--planned::before { background: var(--ash); }
.chip--live { color: var(--white); border-color: var(--line-neon); }
.chip--live::before { background: var(--neon); box-shadow: 0 0 10px var(--neon); }
.chip--work::before { background: var(--neon-dim); }

/* ── Chapter rail (right edge, desktop) ─────────────────── */

.rail {
  position: fixed; right: 18px; top: 50%; z-index: var(--z-osd);
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 10px;
  pointer-events: none;
}
.rail a {
  display: flex; align-items: center; justify-content: flex-end; gap: 10px;
  pointer-events: auto;
  font-family: var(--f-mono); font-size: 9px;
  letter-spacing: var(--track-micro); text-transform: uppercase;
  color: transparent;
  transition: color 0.4s var(--e-out);
}
.rail a i { display: block; width: 14px; height: 1px; background: var(--line-strong); transition: all 0.45s var(--e-out); }
.rail a:hover { color: var(--smoke); }
.rail a.is-active { color: var(--white); }
.rail a.is-active i { width: 26px; background: var(--neon); box-shadow: 0 0 12px var(--neon-glow); }
@media (max-width: 1100px) { .rail { display: none; } }

/* ── Major gate: entering a new world ───────────────────── */

.gate { height: 190svh; }
.gate__stage {
  position: sticky; top: 0; height: 100svh; overflow: hidden;
  display: grid; place-items: center; text-align: center;
}
.gate__grid {
  position: absolute; inset: -20%;
  background-image:
    linear-gradient(to right, rgba(34,240,90,0.14) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(34,240,90,0.14) 1px, transparent 1px);
  background-size: 78px 78px;
  opacity: calc(var(--p, 0) * 0.55);
  transform: perspective(700px) rotateX(62deg) translate3d(0, calc(var(--p,0) * -22%), 0) scale(1.6);
  transform-origin: 50% 100%;
  -webkit-mask-image: radial-gradient(60% 60% at 50% 40%, #000, transparent 78%);
  mask-image: radial-gradient(60% 60% at 50% 40%, #000, transparent 78%);
  will-change: transform, opacity;
}
.gate__beam {
  position: absolute; width: 140vmax; height: 140vmax;
  background: radial-gradient(closest-side, rgba(34,240,90,0.18), transparent 62%);
  opacity: calc(0.1 + var(--p, 0) * 0.75);
  transform: scale(calc(0.35 + var(--p, 0) * 0.85));
  will-change: transform, opacity;
}
.gate__mark {
  position: absolute;
  width: clamp(120px, 22vw, 300px);
  opacity: calc(min(1, var(--p, 0) * 2.2) * (1 - max(0, (var(--p,0) - 0.72) * 3.5)));
  transform: scale(calc(0.7 + var(--p, 0) * 0.5)) rotate(calc(var(--p, 0) * 180deg));
  filter: drop-shadow(0 0 60px var(--neon-glow));
  will-change: transform, opacity;
}
.gate__copy { position: relative; }
.gate__no {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--neon);
  opacity: calc(max(0, (var(--p, 0) - 0.42) * 3));
}
.gate__title {
  margin-top: 16px;
  font-size: clamp(2.6rem, 11vw, 11rem);
  font-weight: 900; font-stretch: calc(76% + var(--p, 0) * 44%);
  line-height: 0.86; letter-spacing: -0.05em; text-transform: uppercase;
  opacity: calc(max(0, (var(--p, 0) - 0.46) * 3.4));
  transform: translate3d(0, calc((1 - min(1, max(0, (var(--p,0) - 0.46) * 3.4))) * 30px), 0);
}
.gate__line {
  margin: 26px auto 0; max-width: 40ch;
  font-family: var(--f-mono); font-size: 11px; line-height: 1.8;
  letter-spacing: 0.06em; color: var(--ash);
  opacity: calc(max(0, (var(--p, 0) - 0.6) * 3));
}

/* ══════════ $PSC ══════════ */

.psc { height: 340svh; }
.psc__stage {
  position: sticky; top: 0; height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--navh) var(--gut) 0;
}
.psc__label { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.psc__label h2 {
  font-size: clamp(2.4rem, 7vw, 6rem);
  font-weight: 900; font-stretch: 116%; letter-spacing: -0.045em; line-height: 0.9;
}
.psc__label span { font-family: var(--f-mono); font-size: 11px; letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash); }

.psc__beats { position: relative; margin-top: clamp(26px, 6vh, 60px); min-height: 46svh; }
.beat {
  position: absolute; inset: 0;
  opacity: 0; transform: translate3d(0, 26px, 0);
  transition: opacity 0.6s var(--e-out), transform 0.7s var(--e-out);
  pointer-events: none;
}
.beat.is-on { opacity: 1; transform: none; pointer-events: auto; }

.count {
  font-size: clamp(2.6rem, 13vw, 13rem);
  font-weight: 900; font-stretch: 104%;
  letter-spacing: -0.05em; line-height: 0.86;
  font-variant-numeric: tabular-nums;
}
.count small { display: block; margin-top: 18px; font: 400 11px/1 var(--f-mono); letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash); }

.supplybar { display: grid; grid-template-columns: repeat(50, 1fr); gap: 3px; margin-top: 8px; }
.supplybar i { display: block; height: clamp(26px, 5vh, 54px); background: rgba(255,255,255,0.07); transition: background 0.5s var(--e-out), transform 0.5s var(--e-out); }
.supplybar i.is-alloc { background: var(--neon); box-shadow: 0 0 18px var(--neon-glow); }
.beat--alloc.is-on .supplybar i.is-alloc { transform: translateY(-8px); }
.allocnote { display: flex; gap: clamp(20px,5vw,60px); flex-wrap: wrap; margin-top: 28px; }
.allocnote div { border-top: 1px solid var(--line); padding-top: 14px; min-width: 160px; }
.allocnote dt { font: 400 9px/1 var(--f-mono); letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash); }
.allocnote dd { margin-top: 10px; font-size: clamp(1.1rem, 2vw, 1.7rem); font-weight: 700; font-stretch: 106%; letter-spacing: -0.02em; }

.journey { position: relative; padding-top: clamp(30px, 8vh, 80px); }
.journey__rail { position: relative; height: 1px; background: var(--line); }
.journey__fill { position: absolute; inset: 0 auto 0 0; width: calc(var(--j, 0) * 100%); background: linear-gradient(90deg, transparent, var(--neon)); }
.journey__dot {
  position: absolute; top: 50%; left: calc(var(--j, 0) * 100%);
  width: clamp(34px, 4vw, 50px); transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 22px var(--neon-glow));
}
.journey__stops { display: flex; justify-content: space-between; margin-top: 24px; }
.journey__stops div { flex: 1; }
.journey__stops div:nth-child(2) { text-align: center; }
.journey__stops div:nth-child(3) { text-align: right; }
.journey__stops b { display: block; font-size: clamp(0.95rem,1.6vw,1.35rem); font-weight: 700; font-stretch: 106%; letter-spacing: -0.01em; }
.journey__stops span { display: block; margin-top: 8px; font: 400 9px/1.6 var(--f-mono); letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--faint); }
.journey__stops div.is-on b { color: var(--neon); }

/* ══════════ $PSAI ══════════ */

.psai { height: 420svh; }
.psai__stage {
  position: sticky; top: 0; height: 100svh; overflow: hidden;
  display: grid; grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr);
  gap: clamp(24px,5vw,80px); align-items: center;
  padding: var(--navh) var(--gut) 0;
}
.psai__legend li {
  display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: baseline;
  padding: 11px 0; border-bottom: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.05em;
  color: var(--faint); transition: color 0.4s var(--e-out), border-color 0.4s;
}
.psai__legend li.is-done { color: var(--smoke); }
.psai__legend li.is-active { color: var(--white); border-bottom-color: var(--line-neon); }
.psai__legend li.is-active b { color: var(--neon); }
.psai__legend b { font-weight: 500; font-variant-numeric: tabular-nums; }
.psai__cur { margin-bottom: clamp(20px,4vh,40px); }
.psai__cur em { font-style: normal; font-family: var(--f-mono); font-size: 10px; letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash); }
.psai__cur strong {
  display: block; margin-top: 12px;
  font-size: clamp(1.6rem, 4.4vw, 3.4rem); font-weight: 900; font-stretch: 110%;
  letter-spacing: -0.035em; line-height: 0.95; text-transform: uppercase;
}

.dots { display: grid; grid-template-columns: repeat(10, 1fr); gap: clamp(6px, 0.9vw, 12px); }
.dots i {
  display: block; aspect-ratio: 1; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  transition: background 0.45s var(--e-out), transform 0.45s var(--e-out), box-shadow 0.45s;
}
.dots i.is-fill { background: rgba(255,255,255,0.34); }
.dots i.is-hot { background: var(--neon); box-shadow: 0 0 14px var(--neon-glow); transform: scale(1.18); }
@media (max-width: 900px) {
  .psai { height: 380svh; }
  .psai__stage { grid-template-columns: 1fr; align-content: center; gap: 26px; }
  .psai__legend { display: none; }
  .dots { gap: 7px; max-width: 420px; }
}

/* ══════════ PLATFORM RACK ══════════ */

.rack { height: 520svh; }
.rack__stage {
  position: sticky; top: 0; height: 100svh; overflow: hidden;
  display: grid; grid-template-columns: minmax(0,0.72fr) minmax(0,1.28fr);
  gap: clamp(24px,4vw,64px); align-items: center;
  padding: var(--navh) var(--gut) 0;
}
.rack__menu li {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 0;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.05em;
  color: var(--faint); transition: color 0.4s var(--e-out);
}
.rack__menu li em { font-style: normal; font-size: 9px; letter-spacing: var(--track-micro); }
.rack__menu li.is-active { color: var(--white); }
.rack__menu li.is-active em { color: var(--neon); }
.rack__title {
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 3.4vw, 2.8rem); font-weight: 800; font-stretch: 110%;
  letter-spacing: -0.03em; text-transform: uppercase; line-height: 1;
}
.rack__line { max-width: 34ch; font-family: var(--f-mono); font-size: 11px; line-height: 1.8; color: var(--ash); }

.screen {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(12,17,14,0.92), rgba(5,7,6,0.92));
  height: min(62svh, 560px);
  overflow: hidden;
}
.screen__bar {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px; border-bottom: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 9px; letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash);
}
.screen__bar b { color: var(--white); font-weight: 500; }
.screen__bar .chip { margin-left: auto; }
.screen__body { position: relative; height: calc(100% - 41px); }
.panel {
  position: absolute; inset: 0; padding: 20px;
  opacity: 0; transform: translate3d(0, 18px, 0) scale(0.99);
  transition: opacity 0.5s var(--e-out), transform 0.6s var(--e-out);
  pointer-events: none; overflow: hidden;
}
.panel.is-on { opacity: 1; transform: none; pointer-events: auto; }
.panel .feed { border: 0; background: none; }
.panel .feed__bar { padding-left: 0; padding-right: 0; padding-top: 0; }
.panel .feed__cols, .panel .feed__row { padding-left: 0; padding-right: 0; }
.panel .feed__disclaimer { padding-left: 0; padding-right: 0; }

/* generic panel furniture */
.pline { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center;
  padding: 12px 0; border-bottom: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 11px; color: var(--smoke); }
.pline b { font-weight: 500; color: var(--white); }
.pline span { color: var(--faint); font-variant-numeric: tabular-nums; }
.pok { color: var(--neon); }
.pwarn { color: rgba(255,255,255,0.75); }
.bar { position: relative; height: 3px; background: rgba(255,255,255,0.08); overflow: hidden; }
.bar i { position: absolute; inset: 0 auto 0 0; background: var(--neon); width: var(--w, 40%); }
.scanline {
  position: absolute; left: 0; right: 0; height: 1px; background: var(--neon);
  box-shadow: 0 0 18px var(--neon); opacity: 0.7;
  animation: scanmove 3.4s var(--e-io) infinite;
}
@keyframes scanmove { 0% { top: 4%; } 50% { top: 92%; } 100% { top: 4%; } }

.gauge { display: flex; align-items: center; gap: clamp(18px,3vw,40px); height: 100%; }
.gauge svg { width: clamp(140px, 30%, 200px); height: auto; }
.gauge__arc { fill: none; stroke: rgba(255,255,255,0.08); stroke-width: 6; }
.gauge__val { fill: none; stroke: var(--neon); stroke-width: 6; stroke-linecap: round;
  stroke-dasharray: 251; stroke-dashoffset: 251; animation: gauge 4s var(--e-out) infinite alternate; }
@keyframes gauge { 0% { stroke-dashoffset: 210; } 100% { stroke-dashoffset: 96; } }
.gauge__num { font-size: clamp(2.4rem,7vw,4.4rem); font-weight: 900; font-stretch: 106%; letter-spacing: -0.04em; line-height: 1; }
.gauge__num small { display: block; margin-top: 12px; font: 400 10px/1.7 var(--f-mono); letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash); }

.nodes { position: relative; height: 100%; }
.nodes svg { width: 100%; height: 100%; }
.nodes .n-edge { fill: none; stroke: var(--line-neon); stroke-width: 1; stroke-dasharray: 3 6; animation: dash-flow 3s linear infinite; }
.nodes .n-dot { fill: rgba(255,255,255,0.55); }
.nodes .n-hot { fill: var(--neon); }

.rank { display: flex; flex-direction: column; gap: 10px; }
.rank div { display: grid; grid-template-columns: 84px 1fr 62px; gap: 12px; align-items: center;
  font-family: var(--f-mono); font-size: 11px; color: var(--smoke); }
.rank b { font-weight: 500; color: var(--white); }
.rank span { text-align: right; color: var(--faint); }

.alertcard {
  border: 1px solid var(--line); padding: 14px 16px; margin-bottom: 10px;
  font-family: var(--f-mono); font-size: 11px; color: var(--smoke);
  animation: row-in 0.7s var(--e-out) both;
}
.alertcard b { display: block; color: var(--white); font-weight: 500; margin-bottom: 6px; }
.alertcard:nth-child(2) { animation-delay: 0.5s; }
.alertcard:nth-child(3) { animation-delay: 1s; }

.code { font-family: var(--f-mono); font-size: clamp(10px, 1.05vw, 12px); line-height: 1.9; color: var(--smoke); white-space: pre; overflow: auto; height: 100%; }
.code .k { color: var(--neon); }
.code .s { color: rgba(255,255,255,0.85); }
.code .c { color: var(--faint); }

.lockwall { display: grid; place-items: center; height: 100%; text-align: center; }
.lockwall b { display: block; font-size: clamp(1.2rem,2.6vw,2rem); font-weight: 800; font-stretch: 108%; letter-spacing: -0.02em; text-transform: uppercase; }
.lockwall span { display: block; margin-top: 14px; font-family: var(--f-mono); font-size: 10px; letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash); }

@media (max-width: 1000px) {
  .rack { height: 480svh; }
  .rack__stage { grid-template-columns: 1fr; align-content: center; gap: 20px; }
  .rack__menu { display: none; }
  .screen { height: min(54svh, 440px); }
}

/* ══════════ BOT TIERS ══════════ */

.tiers { height: 340svh; }
.tiers__stage {
  position: sticky; top: 0; height: 100svh; overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--navh) var(--gut) 0;
}
.tiers__mark {
  position: absolute; right: var(--gut); top: 50%;
  font-size: clamp(6rem, 26vw, 24rem); font-weight: 900; font-stretch: 118%;
  letter-spacing: -0.06em; line-height: 0.8; text-transform: uppercase;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.10);
  transform: translateY(-50%); pointer-events: none;
}
.tiers__cols { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(16px,3vw,48px); position: relative; }
.tier { border-top: 1px solid var(--line); padding-top: 20px; transition: border-color 0.5s var(--e-out); }
.tier.is-on { border-top-color: var(--line-neon); }
.tier__name {
  display: flex; align-items: center; gap: 10px;
  font-size: clamp(1.2rem, 2.6vw, 2rem); font-weight: 800; font-stretch: 110%;
  letter-spacing: -0.02em; text-transform: uppercase;
  color: var(--faint); transition: color 0.5s var(--e-out);
}
.tier.is-on .tier__name { color: var(--white); }
.tier ul { margin-top: 18px; }
.tier li {
  display: flex; align-items: center; gap: 12px;
  padding: 9px 0; border-bottom: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.05em;
  color: var(--faint);
  opacity: 0.4; transform: translateX(-6px);
  transition: opacity 0.5s var(--e-out), transform 0.5s var(--e-out), color 0.5s;
}
.tier li::before {
  content: ""; width: 9px; height: 1px; background: var(--line-strong); flex: none;
  transition: background 0.5s, width 0.5s var(--e-out);
}
.tier li.is-unlocked { opacity: 1; transform: none; color: var(--smoke); }
.tier li.is-unlocked::before { background: var(--neon); width: 16px; }
@media (max-width: 820px) {
  .tiers { height: 300svh; }
  .tiers__cols { grid-template-columns: 1fr; gap: 18px; }
  .tier ul { max-height: 26svh; overflow: hidden; }
  .tiers__mark { font-size: 8rem; right: 0; opacity: 0.6; }
}

/* ══════════ COMMUNITY BACKING ══════════ */

.back__caps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: clamp(30px,6vh,60px); }
.back__caps > div { background: var(--void); padding: clamp(22px,3vw,34px); }
.back__caps dt { font: 400 9px/1 var(--f-mono); letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash); }
.back__caps dd { margin-top: 14px; font-size: clamp(2rem,5vw,3.6rem); font-weight: 900; font-stretch: 106%; letter-spacing: -0.04em; line-height: 0.9; font-variant-numeric: tabular-nums; }
.back__caps dd small { font-size: 0.34em; font-weight: 500; letter-spacing: var(--track-micro); color: var(--ash); margin-left: 8px; }

.back__live { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-top: 0; }
.back__live > div { background: var(--void); padding: 22px; }
.back__live dt { font: 400 9px/1 var(--f-mono); letter-spacing: var(--track-micro); text-transform: uppercase; color: var(--ash); }
.back__live dd { margin-top: 12px; font-size: clamp(1.2rem,2vw,1.6rem); font-weight: 600; color: var(--faint); font-variant-numeric: tabular-nums; }

.back__panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(24px,4vw,60px); margin-top: clamp(34px,6vh,64px); }
.back__flow li {
  display: flex; align-items: center; gap: 14px; padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.05em; color: var(--faint);
}
.back__flow li em { font-style: normal; font-size: 9px; letter-spacing: var(--track-micro); color: var(--line-strong); }
.back__rules { border: 1px solid var(--line); }
.back__rules div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--line); font-family: var(--f-mono); font-size: 11px; }
.back__rules div:last-child { border-bottom: 0; }
.back__rules dt { color: var(--ash); }
.back__rules dd { color: var(--white); text-align: right; }
@media (max-width: 900px) { .back__panel { grid-template-columns: 1fr; } }

/* ══════════ POINTS ══════════ */

.pts__sources { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(30px,5vh,54px); }
.pts__sources li {
  padding: 12px 18px; border: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.05em; color: var(--smoke);
  transition: border-color 0.4s var(--e-out), color 0.4s;
}
.pts__sources li:hover { border-color: var(--line-neon); color: var(--white); }
.pts__seasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: clamp(34px,6vh,64px); }
.pts__seasons > div { background: var(--void); padding: clamp(22px,3vw,34px); position: relative; }
.pts__seasons b { display: block; font-size: clamp(1.3rem,2.6vw,2rem); font-weight: 800; font-stretch: 108%; letter-spacing: -0.025em; text-transform: uppercase; }
.pts__seasons p { margin-top: 12px; font-family: var(--f-mono); font-size: 11px; line-height: 1.8; color: var(--ash); }
.pts__seasons .chip { margin-top: 18px; }

/* ══════════ AIRDROPS MAP ══════════ */

.drop__map { display: grid; grid-template-columns: minmax(0,1fr) 1px minmax(0,1fr); gap: clamp(20px,4vw,60px); margin-top: clamp(34px,6vh,64px); }
.drop__spine { background: linear-gradient(180deg, transparent, var(--line-neon) 20%, var(--line-neon) 80%, transparent); }
.drop__branch h3 { font-size: clamp(1.6rem,4vw,3rem); font-weight: 900; font-stretch: 112%; letter-spacing: -0.04em; }
.drop__branch ul { margin-top: 22px; }
.drop__branch li {
  display: flex; align-items: center; gap: 14px; padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.05em; color: var(--smoke);
}
.drop__branch li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--line-strong); flex: none; }
.drop__branch li:hover::before { background: var(--neon); box-shadow: 0 0 10px var(--neon); }
.drop__branch--r { text-align: right; }
.drop__branch--r li { flex-direction: row-reverse; }
@media (max-width: 820px) {
  .drop__map { grid-template-columns: 1fr; }
  .drop__spine { display: none; }
  .drop__branch--r { text-align: left; }
  .drop__branch--r li { flex-direction: row; }
}

/* ══════════ TRANSPARENCY ══════════ */

.trust__ledger { border: 1px solid var(--line); margin-top: clamp(34px,6vh,64px); }
.trust__ledger > div {
  display: grid; grid-template-columns: minmax(0,0.9fr) minmax(0,1.4fr) auto;
  gap: 20px; align-items: center;
  padding: 18px clamp(16px,2vw,26px);
  border-bottom: 1px solid var(--line);
}
.trust__ledger > div:last-child { border-bottom: 0; }
.trust__ledger dt { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.05em; color: var(--white); }
.trust__ledger dd { font-family: var(--f-mono); font-size: 11px; color: var(--faint); word-break: break-all; }
.trust__ledger dd small { display: block; margin-top: 6px; color: rgba(255,255,255,0.12); }
.trust__risk {
  margin-top: 34px; padding: clamp(22px,3vw,34px);
  border: 1px solid var(--line-strong);
  font-family: var(--f-mono); font-size: 11px; line-height: 1.9; color: var(--smoke);
  max-width: 90ch;
}
.trust__risk b { display: block; margin-bottom: 12px; color: var(--white); font-weight: 500; letter-spacing: var(--track-micro); text-transform: uppercase; font-size: 10px; }
@media (max-width: 720px) {
  .trust__ledger > div { grid-template-columns: 1fr; gap: 10px; }
}

/* ══════════ HUB ══════════ */

.hub__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: clamp(34px,6vh,64px); }
.hub__grid a, .hub__grid span {
  position: relative; display: block; background: var(--void);
  padding: clamp(24px,3vw,38px);
  transition: background 0.45s var(--e-out);
}
.hub__grid a:hover { background: var(--panel); }
.hub__grid b { display: block; font-size: clamp(1.3rem,2.6vw,2.1rem); font-weight: 800; font-stretch: 110%; letter-spacing: -0.03em; text-transform: uppercase; }
.hub__grid a:hover b { color: var(--neon); }
.hub__grid p { margin-top: 12px; font-family: var(--f-mono); font-size: 10px; line-height: 1.8; letter-spacing: 0.05em; color: var(--ash); }
.hub__grid span { color: var(--faint); }
.hub__grid span b { color: var(--faint); }
.hub__grid a::after {
  content: "↗"; position: absolute; top: clamp(24px,3vw,38px); right: clamp(24px,3vw,38px);
  font-size: 14px; color: var(--faint); transition: transform 0.45s var(--e-out), color 0.45s;
}
.hub__grid a:hover::after { color: var(--neon); transform: translate(3px,-3px); }

/* ══════════ HERO v2 — pinned, with an iris close ══════════ */

.hero { height: 170svh; min-height: 0; overflow: visible; display: block; padding: 0; }
.hero__stage {
  position: sticky; top: 0; height: 100svh; min-height: 540px; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 var(--gut) clamp(28px, 6vh, 64px);
}
.hero__media { transform: scale(calc(1 + var(--p, 0) * 0.42)); transform-origin: 50% 44%; }
.hero__video { object-position: 50% 44%; }
.hero__iris {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 44%,
    transparent calc(72% - var(--p, 0) * 74%),
    #000 calc(86% - var(--p, 0) * 74%));
}
.hero__copy { opacity: calc(1 - var(--p, 0) * 2.1); transform: translate3d(0, calc(var(--p, 0) * -90px), 0); }
.hero__foot { opacity: calc((1 - var(--p, 0) * 3) * 1); }
.is-ready .hero__foot { transition: opacity 1s var(--e-out) 1.1s; }

/* the video ends on its own brand lockup — hand the frame over to it */
.hero__brand { transition: opacity 0.7s var(--e-out), transform 0.7s var(--e-out); }
.hero.is-handoff .hero__brand { opacity: 0; transform: translate3d(0, -14px, 0); }

@media (max-width: 720px) {
  .hero { height: 150svh; }
  .hero__video { object-position: 62% 44%; }
}

/* ══════════ HUB — the closing shot ══════════ */

.hub { padding: 0 0 var(--band); }
.hub__stage {
  position: relative; height: 94svh; min-height: 540px; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 var(--gut);
}
.hub .finale__title { font-size: var(--t-mega); }
