/* ════════════════════════════════════════════════════════════════════
   Netspaces Wallet — composições bespoke deste case.
   O sistema (reset, nav, fold, tipografia, plate/phones, hero, closer,
   morph, anti-FOUC universal) vem de /assets/ds/base.css + tokens.css.
   Aqui só o que é específico da narrativa deste case.
   ════════════════════════════════════════════════════════════════════ */

/* Mono deste case (legendas/artefatos/índices) */
.ledger-row, .curve-label, .curve-marker-label, .ep-label,
.step-num, .seq-n, .pyr-tag, .mktchart-title, .unmute-btn {
  font-family: var(--font-mono); letter-spacing: 0.01em;
}

/* Anti-FOUC dos elementos animados deste case */
html.js .step-phone,
html.js .ledger .kicker,
html.js .ledger-row,
html.js .ledger-verdict-line,
html.js .standing-players .standing-card,
html.js .standing-axis,
html.js .standing-standard,
html.js .funnel-band { opacity: 0; }
html.js .bar-fill { transform: scaleX(0); }
@media (prefers-reduced-motion: reduce) {
  html.js .step-phone, html.js .ledger .kicker,
  html.js .ledger-row, html.js .ledger-verdict-line,
  html.js .standing-players .standing-card, html.js .standing-axis,
  html.js .standing-standard, html.js .funnel-band { opacity: 1; transform: none; }
  html.js .bar-fill { transform: none; }
}

/* ══ FOLD 1 · HERO — headline contida, figura com presença ═════════
   O headline não corre de borda a borda: escala reduzida ante a --text-hero
   do DS, para caber numa medida de leitura e dividir espaço com a figura,
   que é a imagem-herói (ampliada). As linhas seguem nowrap (reveal). */

.hero-headline { font-size: clamp(2.5rem, 5.2vw, 4rem); line-height: 1.02; }
.hero-figure { max-width: 44rem; }
/* Sem imagem full-bleed (ao contrário do globoplay), o hero ancorado no
   rodapé abria um vazio enorme no topo em telas muito altas. Limita a altura
   para o conteúdo não cair no chão de uma viewport gigante — min-height só
   cresce, nunca corta, então conteúdo alto continua seguro. */
.hero { min-height: clamp(44rem, 86svh, 52rem); }
/* Focus como pills, consistente com as tags da home. Mono como os rótulos,
   contorno full-rounded distinguindo disciplina de dado (role/company/year). */
.hero-meta .meta-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.hero-meta .meta-tag {
  font-family: var(--font-mono); font-size: var(--text-caption); line-height: 1.5;
  color: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius-pill);
  padding: 0.15rem 0.65rem; white-space: nowrap;
}
@media (min-width: 1100px) {
  .hero-grid { align-items: flex-end; gap: 4.5rem; }
  .hero-top { flex: 1.05; }
  .hero-figure { flex: 1.25; max-width: 46rem; }
}

/* ══ FOLD 2 · MARKET CONTEXT — o gráfico de barras ════════════════ */

.market-copy { max-width: var(--measure-copy); }
.mktchart { margin-top: var(--space-gap); max-width: 62rem; }
.mktchart-title {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-3); padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--line-soft); margin-bottom: 1.9rem;
}
.mktchart-title span { color: var(--ink-3); letter-spacing: 0.1em; }
.bars { display: flex; flex-direction: column; gap: 1.5rem; }
.bar-row {
  display: grid; grid-template-columns: 9rem 1fr 3.5rem;
  align-items: center; column-gap: 1.25rem;
}
.bar-name {
  font-size: 0.9375rem; font-weight: var(--weight-medium);
  letter-spacing: -0.008em; color: var(--ink-2);
}
.bar-track {
  height: 1.15rem; border-radius: var(--radius-pill);
  background: rgba(16, 17, 20, 0.05); overflow: hidden;
}
.bar-fill {
  display: block; height: 100%; border-radius: var(--radius-pill);
  background: var(--ink-3); transform-origin: left center;
}
.bar-val {
  font-size: 1.0625rem; font-weight: var(--weight-display);
  letter-spacing: -0.01em; color: var(--ink-2);
  font-variant-numeric: tabular-nums; text-align: right;
}
.bar-row--hl .bar-name { color: var(--ink); }
.bar-row--hl .bar-track { height: 1.6rem; background: rgba(47, 107, 255, 0.1); }
.bar-row--hl .bar-fill { background: var(--accent); }
.bar-row--hl .bar-val { color: var(--accent); font-size: 1.5rem; }
.mktchart figcaption { margin-top: 2rem; }

/* ══ FOLD 3 · THE BET ══════════════════════════════════════════════ */

.bet-story {
  font-size: var(--text-title);
  font-weight: var(--weight-medium);
  letter-spacing: var(--track-title); line-height: 1.22;
  color: var(--ink); max-width: 28ch; text-wrap: pretty; margin-top: 2.25rem;
}
.bet-first {
  display: block; margin-top: 1.4rem; font-size: 0.58em;
  font-weight: var(--weight-medium); letter-spacing: 0.01em; color: var(--ink-3);
}
.bet-second { margin-top: 1.75rem; }
/* Press em formato compacto (versão mobile da matéria), discreto na coluna */
.bet-press { margin-top: var(--space-gap); max-width: 23rem; }
.bet-press .plate { width: 100%; }
.bet-press .press-anchor { display: inline-block; margin-top: 0.4rem; }
/* Lançamento: destaque centrado — a frase do lançamento + o mockup da
   criação da carteira. A tela real tem fundo branco assado; separa do fold
   por luz (radius + sombra + hairline inset), nunca por caixa 1px. */
.bet-launch { margin-top: var(--space-fold); text-align: center; }
.bet-launch-line {
  font-size: var(--text-title); font-weight: var(--weight-medium);
  letter-spacing: var(--track-title); line-height: 1.2; color: var(--ink);
  max-width: 26ch; margin: 0 auto var(--space-gap); text-wrap: balance;
}
.bet-create { max-width: 15.5rem; margin-inline: auto; }
.bet-create .wallet-static { display: none; }
.bet-create figcaption { max-width: 22rem; margin-inline: auto; text-align: center; }

/* Phone-mock: corpo claro (casa com os mockups PNG brancos do case, não o
   preto que destoava). A borda preta do screen recording está só na lateral
   — recorto na horizontal (margin negativa), preservando o vertical para o
   botão do rodapé não parecer descentralizado. */
.device-mock {
  background: #ededf0; border-radius: 2.1rem; padding: 0.45rem;
  box-shadow: var(--edge-inset), var(--shadow-plate);
}
.device-screen {
  border-radius: 1.7rem; overflow: hidden; background: #fff; line-height: 0;
  box-shadow: inset 0 0 0 1px rgba(16, 17, 20, 0.05);
}
.device-screen > video, .device-screen > img {
  display: block; width: calc(100% + 12px); height: auto;
  margin: -1px -6px -4px;
}

/* ══ STEP-THROUGH (folds 4 e 5) ════════════════════════════════════ */

.steps {
  margin-top: var(--space-gap); display: flex; flex-wrap: wrap;
  gap: 3rem 2.5rem; align-items: flex-start; justify-content: center;
}
.step-phone { width: min(280px, 100%); margin: 0; }
.step-phone img { width: 100%; filter: var(--shadow-phone); }
.step-cap { display: block; margin-top: 1.25rem; }
/* Mono só no número-índice; título de passo é conteúdo (Switzer), com
   altura-x casada ao título. */
.step-head { display: flex; align-items: baseline; gap: 0.65rem; margin-bottom: 0.5rem; }
.step-num { font-size: 0.875rem; letter-spacing: 0.06em; color: var(--ink-3); }
.step-title { font-size: var(--text-body); font-weight: var(--weight-medium); letter-spacing: -0.01em; color: var(--ink); }
.step-sub { display: block; font-size: 0.8125rem; line-height: 1.6; color: var(--ink-3); max-width: 17rem; }
.steps-caption { margin-top: 2.25rem; }

/* ══ FOLD 4 · THE STRATEGY — flywheel (hypothesis) + funnel ════════ */

.strategy-copy { max-width: var(--measure-copy); }

/* Flywheel: nós fixos (texto de pé) + arcos girando como motor. O fluxo
   é um dash correndo horário sobre arcos-base com setas; sob reduced-
   motion o fluxo some e as setas seguram a direção. */
.flywheel { margin: var(--space-gap) auto 0; max-width: 27rem; overflow: visible; }
.fw-stage { position: relative; width: 100%; aspect-ratio: 1; }
.fw-ring { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--ink-3); overflow: visible; }
.fw-arc { fill: none; stroke: rgba(16, 17, 20, 0.16); stroke-width: 1.5; }
.fw-flow {
  fill: none; stroke: var(--accent); stroke-width: 3; stroke-linecap: round;
  stroke-dasharray: 12 88; stroke-dashoffset: 0;
  animation: fw-flow 2.4s linear infinite;
}
@keyframes fw-flow { to { stroke-dashoffset: -100; } }
.fw-node {
  position: absolute; transform: translate(-50%, -50%);
  background: #fff; border: 1px solid var(--line-soft);
  border-radius: 14px; box-shadow: var(--shadow-plate);
  padding: 0.7rem 0.95rem; text-align: center; max-width: 8.5rem;
  font-size: 0.875rem; font-weight: var(--weight-medium);
  letter-spacing: -0.01em; line-height: 1.2; color: var(--ink);
}
.fw-node--n { left: 50%; top: 14%; }
.fw-node--e { left: 86%; top: 50%; }
.fw-node--s { left: 50%; top: 86%; }
.fw-node--w { left: 14%; top: 50%; }

/* Funil: três faixas afuniladas (clip-path), rótulos centrados */
.funnel-block { margin-top: var(--space-fold); }
.funnel-lead {
  font-size: var(--text-sub); font-weight: var(--weight-body);
  letter-spacing: var(--track-sub); line-height: 1.5; color: var(--ink);
  max-width: 40rem; margin-inline: auto; text-align: center; text-wrap: pretty;
}
.funnel { margin: 2rem auto 0; max-width: 46rem; list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.funnel-band {
  height: 4.75rem; display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.0625rem; font-weight: var(--weight-medium);
  letter-spacing: -0.005em; text-align: center;
}
.funnel-band span { padding: 0 1.25rem; }
.funnel-band--1 { background: #fc4c82; clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%); }
.funnel-band--2 { background: #a85ff0; clip-path: polygon(6% 0, 94% 0, 88% 100%, 12% 100%); }
.funnel-band--3 { background: var(--accent); clip-path: polygon(12% 0, 88% 0, 82% 100%, 18% 100%); }

@media (prefers-reduced-motion: reduce) { .fw-flow { animation: none; opacity: 0; } }

/* ══ FOLD 5 · THE AIRDROP ══════════════════════════════════════════ */

.airdrop-lp { margin-top: var(--space-gap); max-width: 60rem; }
.airdrop-lp img { width: 100%; }
.airdrop .steps-caption { text-align: center; margin-inline: auto; max-width: 42rem; }

/* Mais respiro em volta do vídeo: acima (texto/LP) e abaixo (os 3 mockups) */
.arcuri { margin: calc(var(--space-gap) * 1.6) auto 0; max-width: 46rem; }
.airdrop .steps { margin-top: calc(var(--space-gap) * 1.6); }
.arcuri-frame { position: relative; }
.arcuri-frame video { width: 100%; }
/* Canto superior-direito: não cobre as legendas queimadas (base do vídeo) */
.unmute-btn {
  position: absolute; right: 1rem; top: 1rem; z-index: 2;
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(12, 13, 16, 0.72); color: #fff; border: 0;
  border-radius: var(--radius-pill); padding: 0.55rem 0.95rem;
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.12em;
  cursor: pointer; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  transition: background 0.2s ease, opacity 0.3s ease;
}
.unmute-btn[hidden] { display: none; }
.unmute-btn:hover { background: rgba(12, 13, 16, 0.86); }
.unmute-btn svg { display: block; }
/* respeita o [hidden] do ícone inativo (senão os dois aparecem sempre) */
.unmute-btn svg[hidden] { display: none; }
.unmute-btn[aria-pressed="true"] { opacity: 0.55; }
.arcuri figcaption { text-align: center; margin-top: 1.4rem; }

/* ══ FOLD 5 · THE RESERVATION — cartaz centrado ════════════════════ */

.reserve { text-align: center; }
.reserve .kicker { margin-inline: auto; }
.reserve-poster {
  font-size: var(--text-display);
  font-weight: var(--weight-display);
  letter-spacing: var(--track-display); line-height: 1.02;
  color: var(--ink); max-width: 16ch; margin-inline: auto;
  margin-bottom: var(--space-gap); text-wrap: balance;
}
.reserve-copy { max-width: 46rem; margin-inline: auto; }
.reserve-copy .fold-copy { max-width: none; }
.reserve .steps { justify-content: center; }
.reserve .step-cap { text-align: left; }
.reserve-decision {
  margin: var(--space-gap) auto 0; max-width: 42rem;
  font-size: var(--text-sub); font-weight: var(--weight-body);
  letter-spacing: var(--track-sub); line-height: 1.5; color: var(--ink);
  text-wrap: pretty;
}
.reserve .steps-caption { text-align: center; margin-inline: auto; max-width: 42rem; }
/* Waitlist: janela real com fundo branco assado; flutua com drop-shadow,
   sem plate/caixa em volta (decisão da narrativa rev 4). */
.waitlist { margin-top: var(--space-gap); max-width: 56rem; margin-inline: auto; }
.waitlist .float-media {
  width: 100%; border-radius: var(--radius-media);
  filter: drop-shadow(0 30px 60px rgba(12, 13, 16, 0.16));
}
.waitlist figcaption { text-align: center; }
/* Afasta os 3 mockups da legenda da LP (senão a legenda fica equidistante
   e "solta" entre a foto de cima e os mockups de baixo) */
.reserve .steps-reserve { margin-top: calc(var(--space-gap) * 1.7); }

/* ══ FOLD 6 · THE LEDGER (a dobradiça) ═════════════════════════════ */

.ledger { padding-block: clamp(7rem, 16vh, 11rem); }
.ledger-block { max-width: 42rem; margin: 0 auto; }
.ledger-rows { display: flex; flex-direction: column; gap: 1.6rem; margin-top: 3rem; }
.ledger-row { display: flex; align-items: baseline; gap: 1.1rem; font-size: 0.9375rem; }
.ledger-row .l-label { color: var(--paper-3); white-space: nowrap; }
.ledger-leader { flex: 1; border-bottom: 1px dotted rgba(244, 244, 242, 0.25); transform: translateY(-0.25em); }
.ledger-row .l-value {
  font-family: var(--font-sans);
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  font-weight: var(--weight-display); letter-spacing: -0.015em; line-height: 1;
  color: var(--accent-dark); white-space: nowrap; font-variant-numeric: tabular-nums;
}
.ledger-verdict { margin-top: 4rem; }
.ledger-verdict p {
  font-size: clamp(2rem, 4.6vw, 3.9rem);
  font-weight: var(--weight-display);
  letter-spacing: var(--track-display); line-height: 1.12; color: var(--alert);
}
.ledger-verdict p + p { margin-top: 0.5rem; }

/* ══ FOLD 7 · THE DIAGNOSIS ════════════════════════════════════════ */

/* Survey chart: herda o padrão do mktchart do fold 2, remapeado p/ o
   fold escuro (paper no lugar de ink; acento na variante sobre escuro). */
.chasm .mktchart-title { color: var(--paper-3); border-bottom-color: rgba(244, 244, 242, 0.14); }
.chasm .mktchart-title span { color: var(--paper-3); }
.chasm .bar-name { color: var(--paper-2); }
.chasm .bar-track { background: rgba(244, 244, 242, 0.07); }
.chasm .bar-fill { background: var(--paper-3); }
.chasm .bar-val { color: var(--paper-2); }
.chasm .bar-row--hl .bar-name { color: var(--paper); }
.chasm .bar-row--hl .bar-track { background: rgba(107, 157, 255, 0.12); }
.chasm .bar-row--hl .bar-fill { background: var(--accent-dark); }
.chasm .bar-row--hl .bar-val { color: var(--accent-dark); }
.chasm .mktchart + .chasm-copy { margin-top: var(--space-gap); }
@media (min-width: 768px) {
  .chasm .bar-row { grid-template-columns: 12rem 1fr 3.5rem; }
}

.curve-figure { margin-top: var(--space-gap); position: relative; }
.curve-canvas { position: relative; }
.curve-figure svg { width: 100%; height: auto; display: block; }
.curve-stroke { stroke: var(--paper); stroke-width: 2; fill: none; }
.curve-fill { fill: rgba(244, 244, 242, 0.05); }
.curve-hair { stroke: rgba(244, 244, 242, 0.18); stroke-width: 1; }
.curve-base { stroke: rgba(244, 244, 242, 0.28); stroke-width: 1; }
.curve-gapline { stroke: rgba(244, 244, 242, 0.28); stroke-width: 1; stroke-dasharray: 3 5; }
.curve-dot { fill: var(--paper); }
.curve-callout { stroke: var(--paper-3); stroke-width: 1; }
.curve-label {
  position: absolute; font-size: 0.6875rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--paper-3);
  transform: translateX(-50%); bottom: 0; white-space: nowrap;
}
.curve-label-gap { color: var(--paper); }
.curve-marker-label {
  position: absolute; font-size: 0.6875rem; letter-spacing: 0.08em;
  color: var(--paper); transform: translateX(-50%); white-space: nowrap;
}
.curve-caption { margin-top: 2.5rem; text-align: center; }
.curve-caption + .chasm-copy { margin-top: var(--space-gap); }

/* Introdução das pirâmides: é título/lead (a ilustração explica), não legenda */
.pyr-lead {
  margin: var(--space-fold) auto var(--space-gap); max-width: 34rem; text-align: center;
  font-size: var(--text-sub); font-weight: var(--weight-body);
  letter-spacing: var(--track-sub); line-height: 1.5; color: var(--paper); text-wrap: pretty;
}
.pyr { margin-top: 0; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.pyr-state { width: min(17rem, 74vw); text-align: center; }
.pyr-state svg { width: 100%; height: auto; display: block; }
.pyr-outline { stroke: rgba(244, 244, 242, 0.75); stroke-width: 1.5; fill: none; }
.pyr-divider { stroke: rgba(244, 244, 242, 0.35); stroke-width: 1; stroke-dasharray: 4 4; }
.pyr-tint { fill: rgba(107, 157, 255, 0.14); }
.pyr-label { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.08em; fill: var(--paper); text-transform: uppercase; }
.pyr-label-dim { fill: var(--paper-3); }
.pyr-tag { display: block; margin-top: 1rem; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--paper-3); }
.pyr-arrow { color: var(--paper-3); display: flex; }
.pyr-arrow svg { transform: rotate(90deg); }

/* ══ FOLD 9 · GTM #2, PIVOT + BUILD (light) ════════════════════════ */

/* Diagrama de posicionamento: players (linha) sobre o padrão de mercado */
.standing { margin: var(--space-gap) auto 0; max-width: 60rem; }
.standing-players { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.standing-card {
  display: flex; align-items: center; justify-content: center;
  min-height: 5.5rem; padding: 1rem 1.1rem; text-align: center;
  background: #fff; border: 1px solid var(--line-soft);
  border-radius: 16px; box-shadow: var(--shadow-plate);
  font-size: 1.0625rem; font-weight: var(--weight-medium); letter-spacing: -0.01em; color: var(--ink);
}
.standing-card--ghost {
  background: transparent; border-style: dashed; box-shadow: none;
  color: var(--ink-3); font-family: var(--font-mono);
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em;
}
.standing-axis { position: relative; margin: 2.4rem 0 2.2rem; border-top: 1px solid var(--line-soft); }
.standing-axis-label {
  position: absolute; left: 0; font-family: var(--font-mono);
  font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-3);
}
.standing-axis-top { top: -1.5rem; }
.standing-axis-bot { top: 0.7rem; }
.standing-standard { display: flex; justify-content: center; margin-top: 2.6rem; }
.standing-card--std { min-width: 15rem; font-weight: var(--weight-display); font-size: 1.15rem; }
.pd-accent { color: var(--accent); }
.standing figcaption { text-align: center; margin-top: 2rem; max-width: 40rem; margin-inline: auto; }

/* Split the brand: os dois sites lado a lado, logo após o posicionamento */
/* Composição a partir dos 4 assets individuais (desktop + mobile de cada
   marca), em vez de um bloco único achatado. */
.brand-split { margin: var(--space-fold) auto 0; max-width: 64rem; }
.bsplit-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 4vw, 3rem); align-items: start; }
.bsplit-unit { position: relative; padding-bottom: 2.5rem; }
.bsplit-desk { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 38px rgba(12, 13, 16, 0.14)); }
.bsplit-phone { position: absolute; right: 0; bottom: 0; width: 27%; height: auto; filter: drop-shadow(0 14px 26px rgba(12, 13, 16, 0.2)); }
.brand-split figcaption { text-align: center; max-width: 48rem; margin: 2rem auto 0; }

/* Front-end: o mesmo fluxo de criação rodando sob duas marcas (vídeos de
   onboarding netspaces × Sua Inc), centrados em destaque */
.one-build { margin: var(--space-gap) auto 0; max-width: 33rem; text-align: center; }
.one-build .phones { width: 100%; }
.one-build-pair { display: flex; justify-content: center; align-items: flex-start; gap: clamp(1rem, 3.5vw, 2.5rem); }
.ob-phone { width: min(13rem, 44%); }
.one-build-static { display: none; }
.one-build figcaption { text-align: center; max-width: 40rem; margin-inline: auto; }

/* Reduced-motion: os vídeos de criação cedem lugar aos frames estáticos */
@media (prefers-reduced-motion: reduce) {
  .bet-create .wallet-motion { display: none; }
  .bet-create .wallet-static { display: block; }
  .one-build-pair { display: none; }
  .one-build-static { display: block; }
}

/* Segunda movimentação: a plataforma */
.arch-build { margin-top: var(--space-fold); }
.arch-subhead {
  font-size: clamp(1.5rem, 3vw, 2.15rem); font-weight: var(--weight-display);
  letter-spacing: var(--track-title); line-height: 1.1; color: var(--ink);
  max-width: 18ch; margin-bottom: var(--space-beat);
}

.seq { margin-top: var(--space-gap); display: flex; flex-direction: column; gap: 5.5rem; }
.seq-head { display: flex; align-items: baseline; gap: 0.65rem; margin-bottom: 1.6rem; }
.seq-n { font-size: 0.875rem; letter-spacing: 0.06em; color: var(--ink-3); }
.seq-title { font-size: var(--text-body); font-weight: var(--weight-medium); letter-spacing: -0.01em; color: var(--ink); }
.seq-item figure { max-width: 64rem; }
.seq-half figure { max-width: 34rem; }

/* Os três tiers de token, explicados na voz da página */
.tiers-block { margin-top: var(--space-fold); }
.tiers-lead {
  font-size: var(--text-sub); font-weight: var(--weight-body);
  letter-spacing: var(--track-sub); line-height: 1.5; color: var(--ink);
  max-width: 40rem; text-wrap: pretty;
}
.tiers { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.75rem; }
.tier { display: grid; grid-template-columns: 9rem 1fr; gap: 0.5rem 2rem; padding-top: 1.75rem; border-top: 1px solid var(--line-soft); }
.tier:first-child { border-top: 0; padding-top: 0; }
.tier dt { font-size: 1.0625rem; font-weight: var(--weight-medium); letter-spacing: -0.01em; color: var(--ink); }
.tier dd { font-size: 0.9375rem; line-height: 1.7; color: var(--ink-2); max-width: 44rem; }
.tier dd code { font-size: 0.82em; padding: 0.1em 0.4em; background: rgba(16, 17, 20, 0.06); border-radius: 6px; white-space: nowrap; }

/* O token asset como payoff: centrado e destacado */
.tokens-payoff { margin: var(--space-fold) auto 0; max-width: 52rem; text-align: center; }
.tokens-payoff .plate { width: 100%; }
.tokens-payoff figcaption { text-align: center; max-width: 44rem; margin-inline: auto; }

/* ══ FOLD 9 · THE RESULT (first light) ═════════════════════════════ */

.result { padding-block: var(--space-fold-hero) var(--space-fold); }
.result-map-hero {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 1.75rem; margin-bottom: var(--space-fold);
}
/* O 126 cresce POR CIMA do mapa, no azul forte, ancorado no bottom */
.result-number {
  position: absolute; left: 50%; bottom: 3%; transform: translateX(-50%);
  margin: 0; z-index: 2; pointer-events: none;
  color: var(--accent); font-size: clamp(4rem, 19vw, 8rem);
  font-weight: var(--weight-display); letter-spacing: -0.05em; line-height: 0.82;
  font-variant-numeric: tabular-nums;
}
.result-map { width: min(30rem, 78vw); }
.mapwrap { position: relative; }
.map-static { width: 100%; }
.map-live { display: none; }
.map-live svg { width: 100%; height: auto; display: block; }
.result-map.is-live .map-static { display: none; }
.result-map.is-live .map-live { display: block; }
.result-gloss {
  font-size: var(--text-sub); letter-spacing: var(--track-sub);
  line-height: 1.5; color: var(--ink-close-2); max-width: 24ch; text-wrap: pretty;
}
.result-gloss strong { color: var(--ink-close); font-weight: var(--weight-display); }

.result-body { display: flex; flex-direction: column; align-items: center; gap: 3.5rem; text-align: center; }
.result-lines { font-size: var(--text-sub); line-height: 1.5; letter-spacing: var(--track-sub); color: var(--ink-close); max-width: 34rem; text-wrap: pretty; }
.result-traction { font-size: var(--text-sub); font-weight: var(--weight-body); line-height: 1.5; letter-spacing: var(--track-sub); color: var(--ink-close); max-width: 40rem; text-wrap: pretty; }
/* O phone mais alto do spread precisa folgar a nav fixa quando o fold
   entra: padding-top desce o conteúdo dentro da caixa e scroll-margin
   protege qualquer scroll ancorado. */
.result-partners { max-width: 58rem; scroll-margin-top: 6rem; padding-top: 2rem; }
.result-partners img { width: 100%; }
.result-partners figcaption { text-align: center; max-width: 40rem; margin-inline: auto; }
.result-press { margin-top: 0; max-width: 34rem; margin-inline: auto; }
.epilogue { margin-top: var(--space-fold); border-top: 1px solid var(--line-close); padding-top: 2.5rem; max-width: 44rem; }
.ep-label { display: block; font-family: var(--font-mono); font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-close-3); margin-bottom: 1rem; }
.ep-text { font-size: 0.9375rem; line-height: 1.75; color: var(--ink-close-2); max-width: 40rem; }
.ep-press { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1.75rem; }

/* ── Breakpoints do case ───────────────────────────────────────────── */

@media (max-width: 600px) {
  /* O pull-quote não pode ocupar uma tela inteira nem competir com o
     título do fold: um passo abaixo do --text-title só no mobile. */
  .bet-story { font-size: 1.4rem; line-height: 1.26; margin-top: 2rem; }
  .ledger-row { flex-direction: column; align-items: flex-start; gap: 0.35rem; }
  .ledger-leader { display: none; }
  .bar-row { grid-template-columns: 1fr auto; row-gap: 0.5rem; }
  .bar-name { grid-column: 1 / -1; }
  .bar-track { grid-column: 1; }
  .bar-val { grid-column: 2; }
}

@media (max-width: 767px) {
  .curve-label { display: none; }
  .curve-label-gap { display: block; }
  .steps { flex-direction: column; align-items: center; }
  .reserve .steps { align-items: center; }
  /* Tiers empilham; os tokens longos quebram em vez de estourar a largura */
  .tier { grid-template-columns: 1fr; gap: 0.35rem; }
  .tier dd code { white-space: normal; overflow-wrap: anywhere; word-break: break-word; }
  .standing-players { grid-template-columns: repeat(2, 1fr); }
  /* Brand-split empilha no mobile (2 col ficavam minúsculas a 390px) */
  .bsplit-row { grid-template-columns: 1fr; gap: 3rem; }
  .bsplit-unit { padding-bottom: 3rem; }
  /* A dobradiça herda o ritmo mobile do DS em vez do vh hardcoded */
  .ledger { padding-block: var(--space-fold-hero); }
  .fw-node { max-width: 7rem; font-size: 0.8125rem; padding: 0.55rem 0.65rem; }
  /* Taper mais suave e fonte menor no mobile: a faixa 3 não pode cortar o
     rótulo mais longo ("Subscription · fractional ownership"). */
  .funnel-band { min-height: 4.75rem; height: auto; padding: 0.75rem 0; font-size: 0.9rem; }
  .funnel-band span { padding: 0 0.75rem; }
  .funnel-band--1 { clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%); }
  .funnel-band--2 { clip-path: polygon(4% 0, 96% 0, 92% 100%, 8% 100%); }
  .funnel-band--3 { clip-path: polygon(8% 0, 92% 0, 88% 100%, 12% 100%); }
}
@media (min-width: 768px) {
  .step-phone { width: clamp(200px, 21vw, 280px); }
  .pyr { flex-direction: row; align-items: center; justify-content: center; gap: 3.5rem; }
  .pyr-arrow svg { transform: none; }
}
@media (min-width: 1100px) {
  .market .wrap { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); column-gap: 4.5rem; align-items: end; }
  .market .kicker { grid-column: 1 / -1; }
  .market .fold-heading { grid-column: 1; margin-bottom: 0; max-width: 15ch; }
  .market-copy { grid-column: 2; margin-bottom: 0.4rem; }
  .market .mktchart { grid-column: 1 / -1; margin-top: var(--space-gap); }

  .bet .wrap { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); column-gap: 5rem; align-items: start; }
  .bet .kicker { grid-column: 1 / -1; }
  .bet .fold-heading { grid-column: 1 / -1; }
  .bet-copy { grid-column: 1; }
  .bet-press { grid-column: 2; margin-top: 0; align-self: start; justify-self: end; }
  .bet-launch { grid-column: 1 / -1; margin-top: var(--space-fold); }

  /* Strategy: flywheel ao lado do texto; funil abaixo, largura total */
  .strategy .wrap { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); column-gap: 4.5rem; }
  .strategy .kicker { grid-column: 1 / -1; }
  .strategy .fold-heading { grid-column: 1; grid-row: 2; margin-bottom: var(--space-beat); max-width: 14ch; }
  .strategy-copy { grid-column: 1; grid-row: 3; align-self: start; }
  .flywheel { grid-column: 2; grid-row: 2 / 4; align-self: center; justify-self: center; margin: 0; width: min(25rem, 100%); max-width: 25rem; }
  .funnel-block { grid-column: 1 / -1; grid-row: 4; }

  /* Título à esquerda, LP menor à direita, dividindo a dobra; o vídeo da
     Arcuri e os passos seguem centrados/largura total abaixo. */
  .airdrop .wrap { display: grid; grid-template-columns: minmax(0, 5.5fr) minmax(0, 6.5fr); column-gap: 4.5rem; }
  .airdrop .kicker { grid-column: 1; grid-row: 1; }
  .airdrop .fold-heading { grid-column: 1; grid-row: 2; max-width: 14ch; margin-bottom: var(--space-gap); }
  .airdrop-copy { grid-column: 1; grid-row: 3; max-width: var(--measure-copy); }
  .airdrop-lp { grid-column: 2; grid-row: 1 / 4; align-self: center; justify-self: center; margin-top: 0; max-width: 42rem; }
  .airdrop .arcuri { grid-column: 1 / -1; }
  .airdrop .steps { grid-column: 1 / -1; }
  .airdrop .steps-caption { grid-column: 1 / -1; }

  .seq { gap: 6.5rem; }
  .seq-half { align-self: flex-start; width: min(34rem, 60%); }

  .result-body { gap: 4rem; }
}
