/* =========================================================
   Scottie Deck — Premium Sponsor Web Deck
   Black / Charcoal / White / Silver. Single accent: #C8102E.
   ========================================================= */

:root {
  --ink: #000000;
  --p1: #0A0A0A;
  --p2: #141414;
  --p3: #1A1A1A;
  --line: rgba(255,255,255,0.10);
  --line-2: rgba(255,255,255,0.18);
  --line-3: rgba(255,255,255,0.06);
  --text: #ffffff;
  --mute: #9A9A9A;
  --dim: #6A6A6A;
  --silver: #C9C9C9;
  --accent: #C8102E;
  --green: #1F9D55;

  --maxw: 1200px;
  --pad-section: clamp(4rem, 8vw, 10rem);
  --pad-container-x: clamp(1.25rem, 3vw, 2rem);

  color-scheme: dark;
}

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

html { scroll-behavior: smooth; background: var(--ink); }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, sans-serif;
  font-feature-settings: 'ss01', 'cv11', 'tnum';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { font: inherit; }

::selection { background: var(--accent); color: #fff; }

/* ---------- Layout ---------- */

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad-container-x);
  padding-right: var(--pad-container-x);
}

.section {
  position: relative;
  padding-top: var(--pad-section);
  padding-bottom: var(--pad-section);
  border-top: 1px solid var(--line-3);
  isolation: isolate;
}

.section .container { position: relative; z-index: 1; }

.section-head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.section-head .rule {
  flex: 1;
  height: 1px;
  background: var(--line);
  display: block;
}

/* ---------- Typography ---------- */

.display {
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.96;
  margin: 0;
  text-wrap: balance;
}

.h-2 {
  font-size: clamp(2.5rem, 5.5vw, 5.25rem);
  max-width: 22ch;
}

.h-3 {
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  max-width: 18ch;
}

.experience-title span {
  display: block;
}

.experience-title span:last-child {
  text-align: center;
}

.lead {
  margin: 1.5rem 0 0 0;
  color: var(--mute);
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  line-height: 1.6;
  max-width: 60ch;
  text-wrap: balance;
}

.eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute);
  white-space: nowrap;
}

.num { font-variant-numeric: tabular-nums; }

.footnote { color: var(--mute); font-size: 0.875rem; margin-top: 2.5rem; }

#opportunity .container,
#distribution .container,
#ecosystem .container,
#proof .container,
#clipping .container,
#longevity .container,
#how-runs .container,
#investment .container {
  text-align: center;
}

#opportunity .section-head,
#distribution .section-head,
#ecosystem .section-head,
#proof .section-head,
#clipping .section-head,
#longevity .section-head,
#how-runs .section-head,
#investment .section-head {
  justify-content: center;
}

#opportunity .section-head .rule,
#distribution .section-head .rule,
#ecosystem .section-head .rule,
#proof .section-head .rule,
#clipping .section-head .rule,
#longevity .section-head .rule,
#how-runs .section-head .rule,
#investment .section-head .rule {
  max-width: 180px;
  flex: 0 1 180px;
}

#opportunity .h-2,
#opportunity .lead,
#distribution > .container > .h-2,
#distribution > .container > .lead,
#ecosystem > .container > .h-2,
#ecosystem > .container > .lead,
#proof > .container > .h-2,
#proof > .container > .lead,
#clipping > .container > .h-2,
#clipping > .container > .lead,
#longevity > .container > .h-2,
#longevity > .container > .lead,
#how-runs > .container > .h-2,
#how-runs > .container > .lead,
#investment > .container > .h-2,
#investment > .container > .lead {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Reveal animation ---------- */

.reveal { opacity: 0; transform: translateY(16px); transition: opacity 700ms ease-out, transform 700ms ease-out; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Corner logo (Agent) ---------- */

.corner-logo {
  position: fixed;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 50;
  opacity: 0.85;
  transition: opacity 200ms ease;
  mix-blend-mode: normal;
}
.corner-logo:hover { opacity: 1; }
.corner-logo img { height: 22px; width: auto; }
@media (min-width: 1024px) {
  .corner-logo { top: 1.5rem; left: 1.75rem; }
  .corner-logo img { height: 26px; }
}

/* ---------- HERO ---------- */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero__veil {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.95) 100%);
  z-index: -1;
}
.hero__inner {
  position: relative;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: clamp(3rem, 7vw, 6rem);
}
.section-head--hero {
  width: 100%;
  max-width: 880px;
  justify-content: center;
  margin-bottom: 2rem;
}
.section-head--hero .rule {
  max-width: 280px;
  flex: 0 1 280px;
}
.hero__title {
  font-size: clamp(2.2rem, 4.9vw, 4.85rem);
  max-width: 22ch;
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 0;
}
.hero__lead {
  margin-top: 1.25rem;
  max-width: 55ch;
  color: rgba(255,255,255,0.78);
  font-size: clamp(0.95rem, 1.05vw, 1.0625rem);
  line-height: 1.6;
}
.hero__cue {
  display: flex; align-items: center; gap: 0.625rem;
  justify-content: center;
  margin-top: clamp(1.5rem, 3vw, 2.75rem);
}

/* ---------- Stats ---------- */

.stats {
  display: grid;
  gap: 2.5rem 2rem;
  margin-top: clamp(3rem, 6vw, 6rem);
}
.stats-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stats-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.stat {
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
  text-align: center;
}
.stat-value {
  font-weight: 600;
  letter-spacing: -0.04em;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#distribution .stat-value,
#investment .tier__big {
  text-wrap: nowrap;
}
.stat-label {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--mute);
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  max-width: 28ch;
  text-align: center;
}

/* ---------- Split layouts ---------- */

.split {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.split-7-5 { grid-template-columns: 7fr 5fr; }
.split-5-7 { grid-template-columns: 5fr 7fr; }

#brand .split {
  align-items: center;
}

/* ---------- Media containers ---------- */

.media {
  position: relative;
  width: 100%;
  background: var(--p2);
  border: 1px solid var(--line);
  overflow: hidden;
}
.media video, .media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.media--clip {
  overflow: hidden;
}
.audio-toggle {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  z-index: 2;
  width: 64px;
  height: 34px;
  padding: 0 .65rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(0,0,0,.68);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.audio-toggle:hover,
.audio-toggle.is-on {
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.9);
  color: #050505;
}
.audio-symbol {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}
.audio-speaker {
  fill: currentColor;
}
.audio-wave {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transform-origin: 12px 12px;
}
.audio-toggle.is-on .audio-wave { opacity: 1; }
.audio-meter {
  width: 17px;
  height: 16px;
  display: flex;
  align-items: end;
  gap: 3px;
}
.audio-meter span {
  width: 3px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
  opacity: .38;
}
.audio-meter span:nth-child(2) { height: 9px; }
.audio-meter span:nth-child(3) { height: 13px; }
.audio-toggle.is-on .audio-meter span {
  opacity: 1;
  animation: meter 640ms ease-in-out infinite;
}
.audio-toggle.is-on .audio-meter span:nth-child(2) { animation-delay: 120ms; }
.audio-toggle.is-on .audio-meter span:nth-child(3) { animation-delay: 240ms; }
@keyframes meter {
  0%, 100% { transform: scaleY(.45); }
  50% { transform: scaleY(1); }
}
.media--16x10 { aspect-ratio: 16 / 10; }
.media--16x9  { aspect-ratio: 16 / 9; }
.media--21x9  { aspect-ratio: 21 / 9; }
.media--4x5   { aspect-ratio: 4 / 5; }

.banner-img {
  margin-top: clamp(3rem, 6vw, 5rem);
}

#experience {
  padding-bottom: clamp(3rem, 5vw, 6rem);
}

.experience-tiles {
  margin-top: .85rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.experience-tile {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--p1);
}

.experience-tile img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.experience-tile__img--entry {
  object-position: center 24%;
}

.experience-tile__img--culture {
  object-position: center 8%;
}

.experience-tile figcaption {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-top: 1px solid var(--line);
  text-align: center;
}

.experience-tile figcaption .eyebrow {
  white-space: normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#brand .split__left,
#scottie .split__left {
  text-align: center;
}

#brand .split__left .h-2,
#brand .split__left .lead,
#scottie .split__left .h-2,
#scottie .split__left .lead {
  margin-left: auto;
  margin-right: auto;
}

#brand .ledger__body,
#scottie .ledger__body {
  text-align: left;
}

#scottie .split {
  align-items: center;
  gap: clamp(2rem, 4vw, 3.25rem);
}

#scottie .split__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-inventory {
  border-top: 1px solid var(--line);
}

.inventory-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  padding: clamp(1.35rem, 2.1vw, 1.85rem) 0;
  border-bottom: 1px solid var(--line);
}

.inventory-row .row__title {
  margin-top: 0;
  font-size: clamp(1.2rem, 1.45vw, 1.6rem);
  text-align: center;
  text-wrap: balance;
}

.inventory-row .row__body {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-wrap: balance;
}

.inventory-row--accent {
  padding-left: clamp(1rem, 1.6vw, 1.5rem);
  padding-right: clamp(1rem, 1.6vw, 1.5rem);
  border-left: 2px solid var(--accent);
  background: rgba(255,255,255,0.018);
}

.ownership-flow {
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  width: min(100%, 460px);
  border-top: 1px solid var(--line);
}

.ownership-flow span {
  display: block;
  padding: .82rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--mute);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.signal-poster .media img {
  object-fit: contain;
  background: #000;
}

.signal-poster .media {
  border: 0;
  background: transparent;
}

.signal-poster {
  width: 100%;
}

.signal-posters {
  width: min(100%, 620px);
  display: grid;
  gap: .85rem;
}

#scottie .row__title {
  font-size: 1.08rem;
}

#scottie .row__body {
  font-size: .9rem;
  line-height: 1.55;
}

#proof .lead {
  max-width: 78ch;
}

#scottie .h-2 {
  font-size: clamp(2.7rem, 4.6vw, 4.8rem);
  max-width: 12ch;
}

#scottie .lead {
  max-width: 46ch;
}

#scottie .ledger--tight {
  margin-top: 2rem;
}

#scottie .ledger--tight .ledger__row {
  grid-template-columns: 150px 1fr;
  padding: 1rem 0;
}

/* ---------- Rows / Ledger ---------- */

.rows { margin-top: 2.5rem; }
.row {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.row + .row { border-top: 1px solid var(--line); }
.row__title { margin: 0.5rem 0 0; font-size: 1.1875rem; font-weight: 600; }
.row__body  { margin: 0.625rem 0 0; color: var(--mute); font-size: 0.9375rem; line-height: 1.6; max-width: 50ch; }

#experience .rows {
  margin-top: 2rem;
}

#experience .row {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

#experience .split__right {
  text-align: center;
}

#experience .split__right .lead,
#experience .row__body {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-wrap: balance;
}

#experience .row__title,
#experience .ledger__label {
  text-align: center;
  text-wrap: balance;
}

.ledger {
  margin-top: 0;
}
.ledger__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--line);
}
.ledger__row:last-child { border-bottom: 1px solid var(--line); }
.ledger__label { padding-top: 0.25rem; }
.ledger--tight { margin-top: 2.5rem; }
.ledger--tight .ledger__row { padding: 1.25rem 0; grid-template-columns: 200px 1fr; }

/* ---------- Roster ---------- */

.roster { margin-top: clamp(3rem, 6vw, 5rem); }
.roster-proof {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.2rem 0;
  text-align: center;
}
.roster-proof strong {
  display: block;
  color: #fff;
  font-size: clamp(2.05rem, 3.2vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.roster-note {
  width: min(100%, 760px);
  margin: 1.15rem auto 0;
  color: var(--mute);
  font-size: .9rem;
  line-height: 1.6;
  text-align: center;
  text-wrap: balance;
}
.roster__grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(.45rem, .75vw, .85rem);
}
.roster__card {
  position: relative;
  min-height: 0;
  background: var(--p2);
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.roster__card:hover {
  background: #171717;
  transform: translateY(-2px);
}

.roster__photo {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  height: auto;
  object-fit: cover;
  object-position: center center;
  border: 1px solid var(--line);
  filter: saturate(.95) contrast(1.04);
  transition: border-color 180ms ease, filter 180ms ease;
}

.roster__photo--peterbot {
  object-position: center 18%;
}
.roster__card::after {
  content: "";
  position: absolute;
  inset: 0 0 5.45rem;
  background: linear-gradient(to bottom, rgba(0,0,0,0.04) 28%, rgba(0,0,0,0.18) 62%, rgba(0,0,0,0.62) 100%);
  pointer-events: none;
}
.roster__card:hover .roster__photo {
  border-color: rgba(255,255,255,.36);
  filter: saturate(1.03) contrast(1.08);
}
.roster__meta {
  position: static;
  display: block;
  z-index: 1;
}
.roster__details {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: .48rem;
  align-items: center;
  justify-content: center;
  min-height: 5.45rem;
  padding: .72rem .35rem .78rem;
  background: var(--p2);
  border: 1px solid var(--line);
  border-top: 0;
}
.roster__count {
  display: block;
  color: var(--mute);
  font-size: clamp(.56rem, .62vw, .6875rem);
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
.roster__name { font-size: clamp(.68rem, .75vw, .82rem); font-weight: 600; color: #fff; }
.roster__role {
  font-size: clamp(.56rem, .62vw, .6875rem);
  color: var(--dim);
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

/* ---------- Placeholder visual ---------- */

.placeholder {
  display: flex; align-items: center; justify-content: center;
}
.placeholder__label { color: var(--dim); }

/* ---------- Dot indicators ---------- */

.dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--mute);
  vertical-align: middle;
}
.dot--accent { background: var(--accent); }
.dot--green { background: var(--green); }
.dot--pulse { animation: livePulse 1.6s ease-in-out infinite; }
@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

/* =========================================================
   SPONSOR HUB MOCKUP (Section 7)
   ========================================================= */

.hub {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  width: 100%;
  background: var(--p1);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.hub__bar {
  height: 56px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 1.25rem;
  color: #fff;
}
.hub__bar-left { display: flex; align-items: center; gap: 0.75rem; min-width: 0; }
.hub__bar-mark {
  width: 26px; height: 26px;
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 4px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.625rem; font-weight: 700; letter-spacing: 0.08em;
}
.hub__bar-text { font-size: 0.875rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hub__bar-right { color: rgba(255,255,255,0.9); }

.hub__body {
  display: grid;
  grid-template-columns: 72px 240px 1fr 296px;
  height: 760px;
  max-height: 86vh;
}

/* Left rail */
.hub__rail {
  background: var(--p1);
  border-right: 1px solid var(--line);
  padding: 1rem 0;
  display: flex; flex-direction: column; align-items: center; gap: 0.625rem;
}
.rail__icon {
  position: relative;
  width: 44px; height: 44px;
  border-radius: 6px;
  background: var(--p2);
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.8125rem; font-weight: 600;
  color: var(--mute);
  letter-spacing: 0.02em;
}
.rail__icon--active {
  background: var(--p3);
  border-color: rgba(255,255,255,0.85);
  color: #fff;
}
.rail__icon--ghost { font-size: 1rem; color: var(--dim); }
.rail__bar {
  position: absolute;
  left: -10px; top: 50%; transform: translateY(-50%);
  width: 3px; height: 22px; background: #fff; border-radius: 0 2px 2px 0;
}
.rail__divider {
  width: 28px; height: 1px;
  background: var(--line);
  margin: 0.25rem 0;
}

/* Channel sidebar */
.hub__sidebar {
  background: var(--p2);
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
  min-width: 0;
}
.hub__sidebar::before {
  content: "agent";
  height: 64px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}
.sidebar__head {
  height: 56px;
  padding: 0 1rem;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.sidebar__title { font-size: 0.875rem; font-weight: 600; color: #fff; line-height: 1.1; }
.sidebar__sub { font-size: 0.6875rem; color: var(--dim); margin-top: 0.125rem; }
.sidebar__chev {
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--mute);
}
.sidebar__body { padding: 1rem 0.75rem; flex: 1; overflow: hidden; display: flex; flex-direction: column; gap: 1.25rem; }
.cgroup__label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--dim);
  padding: 0 0.5rem;
  margin-bottom: 0.375rem;
}
.channel {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 0.375rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  color: var(--mute);
  cursor: default;
}
.channel > span { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.channel:first-letter, .channel { /* hash + name */ }
.channel.channel--active { background: rgba(255,255,255,0.05); color: #fff; }
.channel.channel--active .dot { margin-left: auto; }
.channel { gap: 0.45rem; }
.sidebar__foot {
  height: 56px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0 0.875rem;
}
.sidebar__user { font-size: 0.875rem; font-weight: 500; line-height: 1.1; }
.sidebar__userstatus { font-size: 0.6875rem; color: var(--dim); margin-top: 0.125rem; }

/* Avatars (letter squares, no photos) */
.avatar {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--p3);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  flex: 0 0 auto;
}
.avatar--24 { width: 24px; height: 24px; font-size: 0.625rem; }
.avatar--28 { width: 28px; height: 28px; font-size: 0.6875rem; }
.avatar .dot--green {
  position: absolute;
  right: -2px; bottom: -2px;
  border: 2px solid var(--p2);
  width: 9px; height: 9px;
  border-radius: 50%;
}

/* Main area */
.hub__main {
  background: var(--ink);
  padding: 1.25rem 1.5rem;
  display: flex; flex-direction: column; gap: 1rem;
  overflow: hidden;
}
.hub-card {
  background: var(--p2);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
}
.hub-card__head { display: flex; align-items: center; justify-content: space-between; }
.hub-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.875rem; }
.hub-card__title { font-size: clamp(1.125rem, 1.4vw, 1.5rem); font-weight: 600; margin: 0.625rem 0 0; }
.hub-card--row { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.hub-card--message {
  padding: 1rem 1.25rem;
  background: #111;
}
.message-line {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
}
.message-name {
  font-size: .82rem;
  font-weight: 700;
}
.message-copy {
  margin-top: .15rem;
  color: var(--mute);
  font-size: .78rem;
  line-height: 1.45;
}

.livepill { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--accent); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
.livepill__solid {
  background: var(--accent);
  color: #fff;
  height: 22px;
  padding: 0 0.625rem;
  border-radius: 3px;
  display: inline-flex; align-items: center;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.kpi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 1rem;
}
.kpi__cell {
  padding: 0 1rem;
}
.kpi__cell:first-child { padding-left: 0; }
.kpi__cell:last-child { padding-right: 0; }
.kpi__cell + .kpi__cell { border-left: 1px solid var(--line); }
.kpi__value { margin-top: 0.375rem; font-size: clamp(1.125rem, 1.5vw, 1.5rem); font-weight: 600; font-variant-numeric: tabular-nums; }
.progress {
  margin-top: 1.125rem;
  width: 100%; height: 4px;
  background: rgba(255,255,255,0.10);
  border-radius: 2px; overflow: hidden;
}
.progress > span { display: block; height: 100%; background: var(--accent); }
.micro { margin-top: 0.5rem; font-size: 0.6875rem; color: var(--mute); font-variant-numeric: tabular-nums; }

/* Bracket */
.bracket {
  display: flex; gap: 1.25rem;
  align-items: stretch;
  overflow-x: auto;
}
.bracket__col { display: flex; flex-direction: column; }
.bracket__col--qf { gap: 0.5rem; }
.bracket__col--sf { justify-content: space-around; gap: 1.5rem; }
.bracket__col--final { justify-content: center; }
.match {
  width: 150px;
  height: 48px;
  background: var(--p3);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 auto;
}
.match__row {
  height: 50%;
  padding: 0 0.75rem;
  display: flex; align-items: center;
  font-size: 0.6875rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
.match__row--win { color: #fff; font-weight: 600; }
.match__row--lose { color: var(--dim); text-decoration: line-through; border-top: 1px solid var(--line); }
.match--pending .match__row { color: #fff; }
.match--pending .match__row + .match__row { border-top: 1px solid var(--line); }

/* Leaderboard */
.lb { display: flex; flex-direction: column; }
.lb__row {
  display: grid;
  grid-template-columns: 36px 1fr 110px 24px;
  align-items: center;
  height: 44px;
  gap: 0.75rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.875rem;
}
.lb__row.lb__row--last { border-bottom: 0; }
.lb__rank { font-weight: 600; font-variant-numeric: tabular-nums; font-size: 0.8125rem; }
.lb__user { display: flex; align-items: center; gap: 0.625rem; min-width: 0; overflow: hidden; }
.lb__user > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.lb__pts { text-align: right; color: var(--mute); font-variant-numeric: tabular-nums; }
.lb__chg { width: 10px; height: 10px; justify-self: end; }
.lb__chg--up { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 7px solid #fff; }
.lb__chg--down { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid var(--dim); }
.lb__chg--flat { width: 12px; height: 1px; background: var(--dim); border: none; }

/* Drop banner */
.drop__title { margin: 0.5rem 0 0; font-size: clamp(1rem, 1.25vw, 1.25rem); font-weight: 600; max-width: 32ch; line-height: 1.3; }

/* Right sidebar */
.hub__right {
  background: var(--p2);
  border-left: 1px solid var(--line);
  padding: 1rem;
  display: flex; flex-direction: column; gap: 1.25rem;
  overflow: hidden;
}
.rs { display: flex; flex-direction: column; gap: 0.5rem; }
.rs__head { display: flex; align-items: center; gap: 0.5rem; }
.rs__title { font-size: 0.875rem; font-weight: 600; }
.rs__sub { font-size: 0.6875rem; color: var(--dim); font-variant-numeric: tabular-nums; }
.rs__big { font-size: 1.5rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.rs__user { display: flex; align-items: center; gap: 0.625rem; font-size: 0.8125rem; }
.rs__userline { font-size: 0.875rem; font-weight: 500; line-height: 1.1; }
.rs__list { display: flex; flex-direction: column; gap: 0.5rem; }
.rs__list--tight .rs__user { font-size: 0.75rem; color: var(--mute); }

.hub-caption {
  margin-top: 0.875rem;
  display: flex; justify-content: space-between; align-items: center;
}

.ecosystem-showcase {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  width: min(100%, 1120px);
  margin-left: auto;
  margin-right: auto;
}

.ecosystem-video {
  border: 1px solid var(--line);
  background: var(--p1);
}

.ecosystem-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecosystem-stats {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ecosystem-stats div {
  min-height: 128px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 1.1rem .85rem;
  border: 1px solid var(--line);
  background: var(--p2);
  text-align: center;
}

.ecosystem-stats strong {
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ecosystem-stats span {
  display: block;
  margin-top: .85rem;
  max-width: 22ch;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-wrap: balance;
}

.discord-preview {
  background: #0f1013;
  border-color: rgba(255,255,255,0.13);
}

.discord-sponsorbar {
  background: #c8102e;
  height: 54px;
}

.discord-body {
  display: grid;
  grid-template-columns: 64px 228px minmax(0, 1fr) 230px;
  height: 720px;
  max-height: 84vh;
  overflow: hidden;
}

.discord-rail {
  background: #0b0c0f;
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 0.9rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.server-dot {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #1c1d22;
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.server-dot--active {
  position: relative;
  background: #c8102e;
  color: #fff;
  border-color: rgba(255,255,255,0.24);
  border-radius: 10px;
}

.server-dot--active::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  border-radius: 0 2px 2px 0;
  background: #fff;
}

.server-dot--agent {
  background: #fff;
  color: #000;
}

.server-dot--ghost {
  color: #6ac17b;
  font-size: 1rem;
}

.server-divider {
  width: 28px;
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 0.15rem 0;
}

.discord-sidebar {
  background: #17181d;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.discord-server-head {
  min-height: 62px;
  padding: 0 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.discord-server-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.discord-server-sub,
.discord-user-sub,
.chat-sub,
.chat-time {
  color: rgba(255,255,255,0.45);
  font-size: 0.72rem;
}

.discord-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #34c759;
}

.discord-channels {
  flex: 1;
  padding: 1rem 0.72rem;
  overflow: hidden;
}

.channel-group + .channel-group {
  margin-top: 1.05rem;
}

.channel-label,
.member-label,
.pin-card__label {
  margin: 0 0 0.42rem;
  color: rgba(255,255,255,0.38);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.channel-row {
  height: 30px;
  padding: 0 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.42rem;
  border-radius: 4px;
  color: rgba(255,255,255,0.54);
  font-size: 0.84rem;
}

.channel-row--active {
  background: rgba(200,16,46,0.2);
  color: #fff;
}

.discord-userbar {
  min-height: 58px;
  padding: 0 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #121318;
  display: flex;
  align-items: center;
  gap: 0.68rem;
}

.discord-user {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.discord-chat {
  background: #101114;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.chat-header {
  min-height: 62px;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.chat-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
}

.chat-pill {
  height: 28px;
  padding: 0 0.72rem;
  border: 1px solid rgba(200,16,46,0.55);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pin-card {
  margin: 1rem 1.25rem 0.45rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(200,16,46,0.42);
  border-left: 3px solid #c8102e;
  border-radius: 5px;
  background: rgba(200,16,46,0.08);
}

.pin-card p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 0.86rem;
  line-height: 1.45;
}

.chat-message {
  display: flex;
  gap: 0.82rem;
  padding: 0.85rem 1.25rem;
}

.chat-message--compact {
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}

.discord-avatar {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #2a2c33;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.discord-avatar::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #34c759;
  border: 2px solid #101114;
}

.discord-avatar--bot {
  background: #c8102e;
}

.discord-avatar--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-message__body {
  min-width: 0;
  flex: 1;
}

.chat-name {
  color: #fff;
  font-size: 0.83rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.bot-badge {
  height: 18px;
  padding: 0 0.42rem;
  border-radius: 3px;
  background: #c8102e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chat-message p {
  margin: 0.22rem 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 0.84rem;
  line-height: 1.45;
}

.sponsor-link-card {
  margin-top: 0.65rem;
  max-width: 430px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 5px;
  background: #17181d;
  padding: 0.78rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sponsor-link-card__title {
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
}

.sponsor-link-card__url {
  margin-top: 0.12rem;
  color: rgba(255,255,255,0.46);
  font-size: 0.72rem;
}

.sponsor-link-card > span {
  height: 28px;
  padding: 0 0.72rem;
  border-radius: 4px;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.chat-stats {
  margin: auto 1.25rem 0.85rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.chat-stats div {
  padding: 0.82rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  text-align: center;
}

.chat-stats div + div {
  border-left: 1px solid rgba(255,255,255,0.08);
}

.chat-stats strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.chat-stats span {
  color: rgba(255,255,255,0.48);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.typing-line {
  min-height: 38px;
  padding: 0 1.25rem 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.28rem;
  color: rgba(255,255,255,0.42);
  font-size: 0.76rem;
}

.typing-line span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.46);
}

.discord-members {
  background: #17181d;
  border-left: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 0.85rem;
  overflow: hidden;
}

.member-section + .member-section {
  margin-top: 1.2rem;
}

.member-row {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  min-height: 34px;
  color: rgba(255,255,255,0.66);
  font-size: 0.8rem;
  font-weight: 600;
}

.member-row .discord-avatar {
  width: 28px;
  height: 28px;
  font-size: 0.56rem;
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  height: 44px;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}
.btn--solid { background: #fff; color: #000; }
.btn--solid:hover { background: var(--silver); }
.btn--block { width: 100%; }

/* =========================================================
   SECTION 8 — PROOF GRID
   ========================================================= */

.proof-grid {
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}
.signal-poster,
.tile { margin: 0; display: flex; flex-direction: column; }
.tile--6 { grid-column: span 6; }
.tile--7 { grid-column: span 7; }
.tile--5 { grid-column: span 5; }
.tile--center { grid-column: 4 / span 6; }
.signal-poster .media,
.tile .media { border-bottom: 0; }
.tile__cap {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem;
  text-align: center;
  background: transparent;
  border: 1px solid var(--line);
  border-top: 0;
}
.tile__cap .eyebrow { white-space: normal; text-wrap: balance; }

.volume-row {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  flex: 0 0 auto;
}

.audio-mini {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: transparent;
  color: var(--mute);
  cursor: pointer;
}

.audio-mini:hover,
.audio-mini.is-on {
  border-color: rgba(255,255,255,.42);
  color: #fff;
}

.audio-mini svg {
  width: 17px;
  height: 17px;
  display: block;
}

.audio-mini .speaker {
  fill: currentColor;
}

.audio-mini .wave,
.audio-mini .slash {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audio-mini .wave { opacity: 0; }
.audio-mini .slash { opacity: 1; }
.audio-mini.is-on .wave { opacity: 1; }
.audio-mini.is-on .slash { opacity: 0; }

.volume-control {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  flex: 0 0 auto;
  color: var(--mute);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.volume-control input {
  width: 82px;
  height: 2px;
  accent-color: #fff;
  cursor: pointer;
}

/* =========================================================
   SECTION 9 - CLIPPING CAMPAIGN
   ========================================================= */

.clip-process {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.clip-step {
  min-height: 160px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: var(--p2);
  text-align: center;
}

.clip-step h3 {
  margin: .85rem 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.clip-step p {
  margin: .85rem auto 0;
  max-width: 28ch;
  color: var(--mute);
  font-size: .9rem;
  line-height: 1.55;
  text-wrap: balance;
}

.clip-stats {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.clip-stats div {
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--p2);
  text-align: center;
}

.clip-stats strong {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.clip-stats span {
  margin-top: .75rem;
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-wrap: balance;
}

.clip-note {
  margin: 1.4rem auto 0;
  max-width: 78ch;
  color: var(--silver);
  font-size: .95rem;
  text-align: center;
}

/* =========================================================
   SECTION 10 - LIFECYCLE + BULLETS
   ========================================================= */

.longevity-board {
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: stretch;
  text-align: left;
}

.map-proof {
  margin: clamp(1.5rem, 3vw, 2.25rem) auto 0;
  max-width: 520px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: clamp(.7rem, 1.1vw, .9rem) clamp(.8rem, 1.4vw, 1rem);
  border: 1px solid var(--line);
  background: var(--p2);
  text-align: center;
}

.map-proof__profile {
  display: grid;
  place-items: center;
}

.map-proof__logo {
  width: 180px;
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.map-proof__logo img {
  width: 100%;
  height: auto;
  max-height: 112px;
  object-fit: contain;
}

.map-proof__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.map-proof__profile .eyebrow {
  display: block;
  text-align: left;
  white-space: normal;
}

.map-proof h3 {
  margin: 0;
  max-width: 15ch;
  font-size: clamp(.78rem, .9vw, .92rem);
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

.map-proof h3 span {
  display: block;
}

.map-proof__stat {
  padding: .35rem clamp(.85rem, 1.6vw, 1.25rem);
  border-right: 1px solid var(--line);
  text-align: center;
}

.map-proof__stat:last-child {
  border-right: 0;
}

.map-proof__stat strong {
  display: block;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.map-proof__stat span {
  display: block;
  margin-top: .55rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--mute);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  max-width: 18ch;
}

.longevity-visual {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--p1);
}

.longevity-visual video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(1.06) brightness(.82);
}

.longevity-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.62));
  pointer-events: none;
}

.longevity-visual__tag {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,.24);
  padding-top: .85rem;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-align: center;
}

.longevity-stack {
  border-top: 1px solid var(--line);
}

.longevity-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 1.25rem;
  padding: clamp(1.35rem, 2.5vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.longevity-row .row__title {
  margin-top: 0;
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  text-align: center;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
}

.longevity-row .row__body {
  text-align: center;
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
}

.longevity-row--accent {
  padding-left: 0;
  padding-right: 0;
  border-left: 2px solid var(--accent);
  background: rgba(255,255,255,0.018);
}

#longevity .h-2 {
  max-width: 16ch;
}

.lifecycle {
  position: relative;
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2rem 1.5rem;
}
.lifecycle::before {
  content: "";
  position: absolute;
  left: 22px; right: 22px; top: 22px;
  height: 1px;
  background: var(--line);
}
.step {
  display: flex; flex-direction: column;
  position: relative;
  z-index: 1;
}
.step__num {
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.875rem; font-weight: 600; font-variant-numeric: tabular-nums;
}
.step__title { margin: 1.125rem 0 0; font-size: 0.9375rem; font-weight: 600; }
.step__body { margin: 0.5rem 0 0; font-size: 0.8125rem; color: var(--mute); max-width: 22ch; line-height: 1.6; }

.bullets-4 {
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.bullet { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.bullet__body { margin: 0.875rem 0 0; color: var(--mute); font-size: 0.875rem; line-height: 1.6; }

/* ---------- Section 10: How It Runs ---------- */
.run-grid {
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  text-align: center;
}

.run-step {
  border-top: 1px solid var(--line);
  padding-top: 1.15rem;
}

.run-step .row__title {
  margin-top: 0.75rem;
  font-size: 1.06rem;
}

.run-step .row__body {
  margin-top: 0.55rem;
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

/* =========================================================
   SECTION 10 — PROCESS
   ========================================================= */

.process {
  margin-top: clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}
.pstep {
  border-top: 1px solid var(--line);
  padding: 1.5rem 1.25rem 0 0;
}
.pstep + .pstep { border-left: 1px solid var(--line); padding-left: 1.25rem; }
.pstep__title { margin: 0.75rem 0 0; font-size: 1rem; font-weight: 600; }
.pstep__body { margin: 0.625rem 0 0; color: var(--mute); font-size: 0.8125rem; line-height: 1.6; max-width: 26ch; }

/* =========================================================
   SECTION 11 — INVESTMENT (sponsorship inventory)
   ========================================================= */

.investment-board {
  margin-top: clamp(2.2rem, 4.5vw, 3.5rem);
  display: grid;
  grid-template-columns: minmax(260px, 3.3fr) minmax(0, 7.7fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  text-align: left;
}

.investment-board--premium {
  align-items: stretch;
}

.investment-primary {
  min-height: 0;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  border: 1px solid var(--line);
  background: var(--p2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.investment-primary--premium {
  position: relative;
  overflow: hidden;
}

.investment-primary--premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent);
}

.investment-primary h3 {
  margin: .8rem 0 0;
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  line-height: 1.05;
  text-align: center;
}
.investment-primary p {
  margin: 1rem 0 0;
  margin-left: auto;
  margin-right: auto;
  color: var(--mute);
  font-size: .95rem;
  line-height: 1.6;
  text-align: center;
  text-wrap: balance;
}
.investment-primary .tier__big {
  margin-top: clamp(1.5rem, 3vw, 2.35rem);
}
.investment-options {
  border-top: 1px solid var(--line);
}
.investment-includes {
  padding: 0 0 clamp(1rem, 1.5vw, 1.25rem);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.include-grid {
  margin-top: .85rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.include-item {
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .4rem;
  align-items: center;
  padding: .85rem .85rem .85rem 0;
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.include-item:not(:nth-child(3n)) {
  border-right: 1px solid var(--line);
}
.include-item:not(:nth-child(3n+1)) {
  padding-left: .85rem;
}
.include-item span {
  color: var(--accent);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  font-variant-numeric: tabular-nums;
}
.include-item p {
  margin: 0;
  color: #fff;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-wrap: balance;
}

.investment-scale {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--line);
}

.investment-scale > div {
  padding: clamp(1rem, 1.7vw, 1.35rem) 0;
  text-align: center;
}

.investment-scale > div + div {
  border-left: 1px solid var(--line);
  padding-left: clamp(1rem, 1.7vw, 1.35rem);
  padding-right: clamp(1rem, 1.7vw, 1.35rem);
}

.investment-scale .tier__name {
  max-width: none;
  text-align: center;
}

.investment-scale .tier__desc {
  margin-top: .55rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  text-align: center;
  text-wrap: balance;
}
.option-row,
.investment-note {
  padding: clamp(1.35rem, 2.2vw, 1.85rem) 0;
  border-bottom: 1px solid var(--line);
}

.option-row .tier__name {
  max-width: 18ch;
}
.option-row--accent {
  padding-left: clamp(1rem, 1.6vw, 1.5rem);
  padding-right: clamp(1rem, 1.6vw, 1.5rem);
  border-left: 2px solid var(--accent);
  background: rgba(255,255,255,0.018);
}
.tier__name { margin: 0.625rem 0 0; font-size: clamp(1.25rem, 1.6vw, 1.5rem); font-weight: 600; }
.tier__desc { margin: 0; color: var(--mute); font-size: 1rem; line-height: 1.6; max-width: 40ch; }
.tier__big {
  margin-top: 0.5rem;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.investment-note {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  align-items: start;
}
.investment-note p {
  margin: 0;
  color: var(--dim);
  font-size: .875rem;
  line-height: 1.6;
}

/* =========================================================
   SECTION 12 — NEXT STEP
   ========================================================= */

.flow {
  width: min(100%, 620px);
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 .75rem;
  border: 1px solid var(--line);
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

#next .split {
  align-items: center;
}

#next .split__left {
  text-align: center;
}

#next .split__left .lead {
  margin-left: auto;
  margin-right: auto;
}

.contact {
  background: var(--p2);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2rem 2rem;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.contact__title { margin: 0.75rem 0 0; font-size: 1.5rem; font-weight: 600; }
.contact__list { margin-top: 1.25rem; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; font-size: 1rem; }
.contact__name { color: #fff; font-weight: 500; }
.contact__link {
  color: var(--mute);
  transition: color 200ms ease;
  word-break: break-word;
}
.contact__link:hover { color: #fff; }
.contact .btn { margin-top: 1.75rem; }
.contact__status { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.contact__live { margin-top: 0.5rem; display: flex; align-items: center; gap: 0.5rem; color: var(--mute); font-size: 0.875rem; }

/* =========================================================
   FOOTER
   ========================================================= */

.footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
}
.footer .container {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}
.disclaimer {
  margin: 0 auto;
  color: var(--dim);
  font-size: 0.75rem; line-height: 1.6;
  max-width: 70ch;
  text-align: center;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
  .hub__body { grid-template-columns: 64px 220px 1fr 260px; }
}

@media (max-width: 1024px) {
  .stats-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats-3 { grid-template-columns: 1fr; }
  .split-7-5, .split-5-7 { grid-template-columns: 1fr; }
  .roster__grid { grid-template-columns: repeat(3, 1fr); }
  .run-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .longevity-board { grid-template-columns: 1fr; }
  .longevity-visual,
  .longevity-visual video { min-height: 340px; }
  .proof-grid { grid-template-columns: repeat(12, 1fr); }
  .tile--7, .tile--6, .tile--5, .tile--center { grid-column: span 12; }
  .lifecycle { grid-template-columns: repeat(2, 1fr); }
  .lifecycle::before { display: none; }
  .bullets-4 { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: 1fr; }
  .pstep + .pstep { border-left: 0; padding-left: 0; }
  .investment-board { grid-template-columns: 1fr; }
  .investment-primary { min-height: 0; }
  .include-grid { grid-template-columns: 1fr; }
  .include-item,
  .include-item:not(:nth-child(3n)),
  .include-item:not(:nth-child(3n+1)) {
    border-right: 0;
    padding-left: 0;
  }
  .investment-scale { grid-template-columns: 1fr; }
  .investment-scale > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }
  .investment-note { grid-template-columns: 1fr; gap: .75rem; }
  .roster-proof { grid-template-columns: 1fr; gap: 1rem; }
  .roster-proof p { text-align: left; }
  .map-proof { grid-template-columns: 1fr; }
  .map-proof__stats {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 1rem;
  }
  .ledger__row, .ledger--tight .ledger__row { grid-template-columns: 1fr; gap: 0.625rem; padding: 1.25rem 0; }
  .ledger__label { padding-top: 0; }

  /* Sponsor hub: collapse to channel + main */
  .hub__body { grid-template-columns: 200px 1fr; height: auto; max-height: none; }
  .hub__rail { display: none; }
  .hub__right { display: none; }
  .discord-body { grid-template-columns: 200px 1fr; height: auto; max-height: none; }
  .discord-rail,
  .discord-members { display: none; }
  .discord-chat { min-height: 640px; }
  .ecosystem-stats,
  .clip-process,
  .clip-stats { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .stats-2 { grid-template-columns: 1fr; }
  .stats-4 { grid-template-columns: 1fr; }
  .roster__grid { grid-template-columns: repeat(2, 1fr); }
  .longevity-row { grid-template-columns: 1fr; gap: .7rem; }
  .longevity-visual,
  .longevity-visual video { min-height: 260px; }
  .map-proof__stats { grid-template-columns: 1fr; }
  .map-proof__stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: .85rem 0;
  }
  .map-proof__stat:last-child { border-bottom: 0; }
  .inventory-row { grid-template-columns: 1fr; gap: .75rem; }
  .hub__body { grid-template-columns: 1fr; }
  .hub__sidebar { display: none; }
  .hub__bar-right { display: none; }
  .hub__main { padding: 1rem; }
  .discord-body { grid-template-columns: 1fr; }
  .discord-sidebar,
  .discord-sponsorbar .hub__bar-right { display: none; }
  .discord-chat { min-height: 620px; }
  .chat-header { align-items: flex-start; flex-direction: column; padding: 1rem; }
  .pin-card,
  .chat-message,
  .chat-stats,
  .typing-line { margin-left: 1rem; margin-right: 1rem; padding-left: 0; padding-right: 0; }
  .pin-card { padding: 0.9rem; }
  .chat-stats { grid-template-columns: 1fr; }
  .chat-stats div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,0.08); }
  .kpi { grid-template-columns: 1fr; gap: 0.875rem; }
  .kpi__cell { padding: 0; }
  .kpi__cell + .kpi__cell { border-left: 0; border-top: 1px solid var(--line); padding-top: 0.875rem; }
  .bullets-4 { grid-template-columns: 1fr; }
  .run-grid { grid-template-columns: 1fr; }
  .lifecycle { grid-template-columns: 1fr; gap: 1.5rem; }
  .hub-card--row { flex-direction: column; align-items: stretch; gap: 1rem; }
  .hub-card--row .btn { width: 100%; }
  .corner-logo { top: 0.875rem; left: 0.875rem; }
  .corner-logo img { height: 18px; }
}
