/* ============================================================
   verticaldrama.tv — Editorial Redesign
   Streaming-Lens DS (souple) + drama accent
   ============================================================ */

/* ─── Fonts ─── */
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/SpaceGrotesk-Light.woff2") format("woff2"); font-weight: 300; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/SpaceGrotesk-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/SpaceGrotesk-Medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("/assets/fonts/SpaceGrotesk-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("/assets/fonts/JetBrainsMono-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("/assets/fonts/JetBrainsMono-Medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }

:root {
  --navy-deep: #0F1C26;
  --navy: #1B2D3A;
  --cream: #F0E4D0;
  --cream-2: #E4D4B8;
  --cream-3: #EAD9C0;
  --terracotta: #A65D37;
  --gold: #D4A944;
  --gold-bright: #E8C84A;
  --drama: #7A1F2B; /* rideau de théâtre, accent drama réservé */
  --mute-dark: rgba(15,28,38,.55);
  --mute-light: rgba(240,228,208,.55);
  --rule-dark: rgba(15,28,38,.14);
  --rule-light: rgba(240,228,208,.18);
  --ink: #0F1C26;
  --font-sans: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
  --ease: cubic-bezier(.2,.6,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-feature-settings: "tnum";
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--gold); color: var(--navy-deep); }
img { max-width: 100%; display: block; }
a { color: var(--terracotta); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 120ms var(--ease), color 120ms var(--ease); }
a:hover { border-bottom-color: var(--terracotta); }

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 32px; }

/* ─── MASTHEAD (top dateline strip) ─── */
.masthead-bar {
  background: var(--navy-deep);
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.masthead-bar .live-dot {
  display: inline-block; width: 7px; height: 7px;
  background: var(--gold-bright); border-radius: 50%;
  margin-right: 8px;
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.masthead-bar .vol { color: var(--gold-bright); }
.masthead-bar .right { display: flex; gap: 18px; align-items: center; }
.masthead-bar .right span { color: rgba(240,228,208,.6); }
.masthead-bar a { color: var(--cream); border: none; }
.masthead-bar a:hover { color: var(--gold-bright); border: none; }

/* ─── NAV ─── */
.nav-shell {
  border-bottom: 1.5px solid var(--ink);
  background: var(--cream);
  position: sticky; top: 0; z-index: 50;
}
.nav {
  display: flex;
  align-items: stretch;
  padding: 0 32px;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 88px;
  gap: 32px;
}
.nav-brand-block {
  display: flex; align-items: center; gap: 14px;
  padding-right: 28px;
  border-right: 1px solid var(--rule-dark);
  flex-shrink: 0;
}

/* The vertical-stacked logo — signature gimmick */
.vd-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border: none !important;
}
.vd-logo:hover { border: none; }
.vd-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--ink);
  background: var(--ink);
  color: var(--cream);
  padding: 6px 4px;
  text-align: center;
}
.vd-stack span {
  display: block;
  padding: 1px 4px;
}
.vd-stack span.accent { color: var(--gold-bright); }
.vd-wordmark {
  display: flex; flex-direction: column; gap: 2px;
}
.vd-wordmark .title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
}
.vd-wordmark .title .dot { color: var(--terracotta); }
.vd-wordmark .title .tv { color: var(--mute-dark); font-weight: 500; }
.vd-wordmark .sub {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute-dark);
}

.nav-links {
  display: flex; align-items: center; gap: 28px;
  list-style: none; margin: 0; padding: 0;
  flex: 1;
}
.nav-links a {
  font-size: 13px; font-weight: 500;
  color: var(--ink); border: none;
  padding: 6px 0;
  position: relative;
  letter-spacing: 0.005em;
}
.nav-links a:hover { color: var(--terracotta); border: none; }
.nav-links a.live::after {
  content: ""; display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--drama);
  margin-left: 6px; vertical-align: middle;
  animation: pulse 2.4s ease-in-out infinite;
}
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang-switch {
  display: flex; gap: 0;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em;
  border: 1px solid var(--ink);
}
.lang-switch a {
  padding: 6px 10px; color: var(--ink); border: none;
  font-weight: 500;
}
.lang-switch a.active { background: var(--ink); color: var(--cream); }
.lang-switch a:hover:not(.active) { background: var(--cream-2); border: none; }
.btn-primary {
  background: var(--gold);
  color: var(--navy-deep);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  padding: 12px 20px;
  border: 0; cursor: pointer;
  transition: background 120ms var(--ease);
  border-radius: 0;
  letter-spacing: 0.005em;
}
.btn-primary:hover { background: var(--gold-bright); }
.btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  padding: 11px 18px;
  font-weight: 600;
  font-size: 13px;
  font-family: var(--font-sans);
  cursor: pointer;
  transition: all 120ms var(--ease);
}
.btn-secondary:hover { background: var(--ink); color: var(--cream); }
.btn-ghost {
  background: transparent; color: var(--terracotta);
  border-bottom: 1px solid var(--terracotta);
  padding: 4px 0;
  font-weight: 600; font-size: 13px;
  font-family: var(--font-sans);
}
.btn-ghost:hover { border-bottom-width: 2px; }

/* Sign-in link in nav (text style, not button) */
.nav-signin {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 13px;
  color: var(--ink);
  border: none;
  padding: 6px 4px;
  letter-spacing: 0.005em;
}
.nav-signin:hover { color: var(--terracotta); border: none; }

/* ─── NEWSROOM ─── */
.news-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: start;
}
.news-lead {
  display: block;
  text-decoration: none;
  color: inherit;
  border: none;
  background: var(--cream);
  border: 1.5px solid var(--ink);
  box-shadow: 12px 14px 0 rgba(15,28,38,.08);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}
.news-lead:hover {
  transform: translate(-3px,-4px);
  box-shadow: 15px 18px 0 rgba(15,28,38,.12);
  border-color: var(--ink);
}
.news-lead-img {
  position: relative;
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  border-bottom: 1.5px solid var(--ink);
}
.news-lead-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,28,38,0) 50%, rgba(15,28,38,.6) 100%);
}
.news-tag {
  position: absolute; top: 16px; left: 16px;
  font-family: var(--font-mono);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream);
  background: var(--drama);
  padding: 6px 10px;
  z-index: 2;
}
.news-time {
  position: absolute; top: 16px; right: 16px;
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(15,28,38,.65);
  padding: 6px 10px;
  z-index: 2;
}
.news-lead-body { padding: 28px 32px 30px; }
.news-kicker {
  font-family: var(--font-mono);
  font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 14px;
}
.news-lead-body h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.018em;
  margin: 0 0 14px;
  text-wrap: balance;
}
.news-lead-body p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--mute-dark);
  margin: 0 0 18px;
}
.news-meta-row {
  display: flex; gap: 10px; align-items: center;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--mute-dark);
  flex-wrap: wrap;
}
.news-meta-row .byline { color: var(--ink); font-weight: 500; }
.news-meta-row .sep { opacity: .4; }
.news-meta-row .comments { color: var(--terracotta); }

.news-list { display: flex; flex-direction: column; }
.news-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--rule-dark);
  text-decoration: none;
  color: inherit;
  border-bottom: 0;
  transition: padding 120ms var(--ease);
}
.news-row:first-child { border-top: 1.5px solid var(--ink); }
.news-row:last-child { border-bottom: 1.5px solid var(--ink); }
.news-row:hover { padding-left: 8px; }
.news-row:hover .news-row-title { color: var(--terracotta); }
.news-thumb {
  width: 110px; height: 80px;
  background-size: cover;
  background-position: center;
}
.news-row-title {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 6px 0 8px;
  text-wrap: balance;
  transition: color 120ms var(--ease);
}

/* ─── PRESS QUOTES ─── */
.press-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1.5px solid var(--ink);
  border-left: 1px solid var(--ink);
  margin-bottom: 56px;
}
.press-quote {
  margin: 0;
  padding: 32px 28px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--cream);
  display: flex; flex-direction: column; gap: 22px;
  position: relative;
}
.press-quote::before {
  content: "“";
  position: absolute; top: 14px; right: 22px;
  font-family: var(--font-sans);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--terracotta);
  opacity: .35;
}
.press-quote blockquote {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.32;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.press-quote figcaption {
  display: flex; flex-direction: column; gap: 4px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--rule-dark);
}
.press-quote .src {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.press-quote .when {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute-dark);
}

.press-kit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
}
.press-kit-cell {
  padding: 32px 32px 32px 0;
  border-right: 1px solid var(--rule-dark);
}
.press-kit-cell:nth-child(2) { padding-left: 32px; }
.press-kit-cell:nth-child(3) { padding-left: 32px; padding-right: 0; border-right: 0; }
.press-kit-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 500;
  margin-bottom: 16px;
}
.press-kit-cell h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.018em;
  margin: 0 0 12px;
}
.press-kit-cell p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--mute-dark);
  margin: 0 0 20px;
}

@media (max-width: 1100px) {
  .news-grid { grid-template-columns: 1fr; gap: 40px; }
  .press-quotes { grid-template-columns: repeat(2, 1fr); }
  .press-kit { grid-template-columns: 1fr; }
  .press-kit-cell { padding: 24px 0 !important; border-right: 0; border-bottom: 1px solid var(--rule-dark); }
  .press-kit-cell:last-child { border-bottom: 0; }
}
@media (max-width: 720px) {
  .press-quotes { grid-template-columns: 1fr; }
  .news-row { grid-template-columns: 80px 1fr; }
  .news-thumb { width: 80px; height: 60px; }
  .nav-signin { display: none; }
}

/* ─── EYEBROW ─── */
.eyebrow {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terracotta);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.eyebrow::before {
  content: ""; width: 40px; height: 2px; background: var(--terracotta);
}
.eyebrow.gold { color: var(--gold); }
.eyebrow.gold::before { background: var(--gold); }
.eyebrow.cream { color: var(--cream); }
.eyebrow.cream::before { background: var(--cream); }
.eyebrow.drama { color: var(--drama); }
.eyebrow.drama::before { background: var(--drama); }

/* ─── HERO ─── */
.hero {
  background: var(--cream);
  padding: 56px 0 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1.5px solid var(--ink);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  gap: 64px;
  align-items: stretch;
}
.hero-headline {
  font-family: var(--font-sans);
  font-size: clamp(48px, 6.2vw, 92px);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.038em;
  margin: 0 0 28px;
  text-wrap: balance;
}
.hero-headline .em { color: var(--terracotta); }
.hero-headline .gold { color: var(--gold); }
.hero-lede {
  font-size: 18px; line-height: 1.55;
  color: var(--ink);
  max-width: 620px;
  margin: 0 0 36px;
}
.hero-cta-row {
  display: flex; gap: 14px; align-items: center; margin-bottom: 56px;
  flex-wrap: wrap;
}
.hero-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding: 24px 0;
}
.kpi {
  padding: 0 20px;
  border-right: 1px solid var(--rule-dark);
}
.kpi:first-child { padding-left: 0; }
.kpi:last-child { border-right: 0; padding-right: 0; }
.kpi-num {
  font-size: clamp(36px, 3.6vw, 52px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--ink);
  font-feature-settings: "tnum";
  margin-bottom: 6px;
}
.kpi-num .unit { color: var(--terracotta); font-size: 0.7em; }
.kpi-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute-dark);
  font-weight: 500;
}
.kpi-trend {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--terracotta);
  margin-top: 6px;
  letter-spacing: 0.04em;
}

/* Hero phone — vertical drama signature */
.hero-phone-stage {
  position: relative;
  display: flex; flex-direction: column;
  align-items: center;
  gap: 20px;
}
.hero-phone-stage .stage-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mute-dark);
  align-self: flex-start;
  display: flex; align-items: center; gap: 10px;
}
.hero-phone-stage .stage-eyebrow::before {
  content: ""; width: 28px; height: 2px; background: var(--terracotta);
}
.phone {
  position: relative;
  width: 280px; height: 560px;
  background: var(--ink);
  padding: 12px 8px;
  box-shadow: 14px 18px 0 rgba(15,28,38,0.10);
  flex-shrink: 0;
}
.phone-screen {
  width: 100%; height: 100%;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.phone-notch {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 16px;
  background: var(--ink);
  border-radius: 0 0 8px 8px;
  z-index: 5;
}
.phone-reel {
  display: flex; flex-direction: column;
  height: 100%;
  animation: reel 18s cubic-bezier(.7,0,.3,1) infinite;
}
.phone-card {
  flex-shrink: 0;
  width: 100%; height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.phone-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,28,38,0) 50%, rgba(15,28,38,0.85) 100%);
}
.phone-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 20px 16px 18px;
  z-index: 2;
  color: var(--cream);
}
.phone-top { display: flex; justify-content: space-between; align-items: center; }
.phone-rank {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  background: var(--drama);
  color: var(--cream);
  padding: 6px 10px;
  letter-spacing: -0.02em;
}
.phone-rank .nbr { font-family: var(--font-mono); font-weight: 500; font-size: 9px; opacity: .8; display: block; letter-spacing: 0.18em; margin-bottom: 2px; }
.phone-platform {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(15,28,38,0.7);
  color: var(--cream);
  padding: 5px 8px;
}
.phone-bottom { display: flex; flex-direction: column; gap: 6px; }
.phone-genre {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
}
.phone-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.phone-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(240,228,208,0.7);
  letter-spacing: 0.06em;
}

@keyframes reel {
  0%, 16% { transform: translateY(0); }
  20%, 36% { transform: translateY(-100%); }
  40%, 56% { transform: translateY(-200%); }
  60%, 76% { transform: translateY(-300%); }
  80%, 96% { transform: translateY(-400%); }
  100% { transform: translateY(0); }
}

.phone-progress {
  display: flex; gap: 4px;
  width: 280px;
}
.phone-progress span {
  flex: 1; height: 2px; background: var(--rule-dark);
  position: relative; overflow: hidden;
}
.phone-progress span::after {
  content: ""; position: absolute; inset: 0;
  background: var(--terracotta);
  transform: scaleX(0); transform-origin: left;
  animation: prog 18s linear infinite;
}
.phone-progress span:nth-child(1)::after { animation-delay: 0s; }
.phone-progress span:nth-child(2)::after { animation-delay: 3.6s; }
.phone-progress span:nth-child(3)::after { animation-delay: 7.2s; }
.phone-progress span:nth-child(4)::after { animation-delay: 10.8s; }
.phone-progress span:nth-child(5)::after { animation-delay: 14.4s; }
@keyframes prog {
  0%, 100% { transform: scaleX(0); }
  20% { transform: scaleX(1); }
  20.01%, 99.99% { transform: scaleX(1); opacity: 0; }
}
/* simpler: each spans light up sequentially */
.phone-progress span {
  background: var(--rule-dark);
}
.phone-progress span.on { background: var(--terracotta); }

/* Decorative bar in the corner of hero */
.hero-stamp {
  position: absolute;
  top: 64px; right: 32px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute-dark);
  text-align: right;
  line-height: 1.6;
  z-index: 3;
}
.hero-stamp strong { color: var(--ink); display: block; font-size: 13px; letter-spacing: 0.12em; }

/* ─── TICKER (between hero and rankings) ─── */
.ticker {
  background: var(--ink);
  color: var(--cream);
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
  position: relative;
}
.ticker-inner {
  display: flex;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
  padding: 14px 0;
}
.ticker-inner:hover { animation-play-state: paused; }
.ticker-item { padding: 0 28px; display: inline-flex; align-items: center; gap: 12px; }
.ticker-item .label { color: var(--gold-bright); }
.ticker-item .num { color: var(--cream); font-weight: 500; }
.ticker-item .up { color: #6ECF8F; }
.ticker-item .down { color: #E07A82; }
.ticker-item .sep { color: rgba(240,228,208,.3); padding: 0 4px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ─── SECTION ─── */
section.editorial { padding: 96px 0; border-bottom: 1px solid var(--rule-dark); }
section.editorial-tight { padding: 64px 0; border-bottom: 1px solid var(--rule-dark); }
section.alt { background: var(--cream-2); }
.section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid var(--ink);
}
.section-head h2 {
  font-family: var(--font-sans);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.028em;
  margin: 0;
  text-wrap: balance;
}
.section-head .meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute-dark);
  text-align: right;
}
.section-head .meta strong { color: var(--ink); }
.section-head-link {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta);
  border-bottom: 1px solid var(--terracotta);
  padding-bottom: 2px;
}
.section-head-link:hover { color: var(--ink); border-bottom-color: var(--ink); }

/* ─── EDITION RIBBON (Saul Bass / title card) ─── */
.edition-ribbon {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  margin-bottom: 48px;
}
.edition-ribbon .chap {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mute-dark);
  display: flex;
  align-items: center;
  gap: 12px;
}
.edition-ribbon .chap-num {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-feature-settings: "tnum";
}
.edition-ribbon .ttl {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: -0.02em;
  color: var(--ink);
  text-align: center;
}
.edition-ribbon .ttl .em { color: var(--terracotta); }
.edition-ribbon .right {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute-dark);
}

/* ─── POSTERS — vertical drama is portrait, embrace it ─── */
.posters-rail {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
.poster-feature {
  position: relative;
  background: var(--ink);
  color: var(--cream);
  display: flex; flex-direction: column;
  text-decoration: none;
  border: none;
  box-shadow: 12px 14px 0 rgba(15,28,38,.08);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}
.poster-feature:hover {
  transform: translate(-3px, -4px);
  box-shadow: 15px 18px 0 rgba(15,28,38,.12);
  border: none;
}
.poster-feature .img-wrap {
  position: relative;
  aspect-ratio: 9 / 12;
  overflow: hidden;
  background: var(--navy);
}
.poster-feature .img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.02) saturate(0.95);
}
.poster-feature .img-wrap::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,28,38,0) 30%, rgba(15,28,38,0.85) 100%);
}
.poster-feature .info {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 22px 22px 24px;
  z-index: 2;
}
.poster-feature .rank {
  position: absolute; top: 18px; left: 18px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  background: var(--drama);
  color: var(--cream);
  padding: 6px 10px 5px;
  display: inline-flex; align-items: baseline; gap: 6px;
  z-index: 3;
}
.poster-feature .rank .hash {
  font-family: var(--font-mono); font-size: 9px; opacity: .85;
  letter-spacing: 0.16em;
}
.poster-feature .rank.gold { background: var(--gold); color: var(--navy-deep); }
.poster-feature .platform {
  position: absolute; top: 18px; right: 18px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(15,28,38,.65);
  padding: 5px 8px;
  z-index: 3;
}
.poster-feature .genre {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 8px;
}
.poster-feature .title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--cream);
  margin-bottom: 8px;
  text-wrap: balance;
}
.poster-feature .meta {
  display: flex; gap: 14px; align-items: center;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: rgba(240,228,208,0.75);
}
.poster-feature .meta .sep { opacity: .5; }
.poster-feature .meta .star { color: var(--gold-bright); }

/* compact poster card */
.poster-card {
  position: relative;
  background: var(--cream);
  display: flex; flex-direction: column;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid transparent;
  transition: transform 220ms var(--ease);
}
.poster-card:hover {
  border: none;
  transform: translateY(-3px);
}
.poster-card .img-wrap {
  position: relative;
  aspect-ratio: 9 / 12;
  overflow: hidden;
  background: var(--cream-2);
}
.poster-card img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.02) saturate(0.95);
}
.poster-card .rank {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  background: var(--ink);
  color: var(--cream);
  padding: 4px 8px;
  letter-spacing: -0.01em;
  z-index: 2;
}
.poster-card .rank.top { background: var(--drama); }
.poster-card .platform-pill {
  position: absolute; bottom: 12px; right: 12px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(240,228,208,.92);
  color: var(--ink);
  padding: 3px 6px;
  z-index: 2;
}
.poster-card .body {
  padding: 14px 4px 8px;
}
.poster-card .genre {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 6px;
}
.poster-card .title {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.poster-card .meta {
  display: flex; gap: 10px; align-items: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mute-dark);
}
.poster-card .meta .star { color: var(--terracotta); }

/* Wider grid */
.poster-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px 14px;
}

/* ─── EDITORIAL TABLE ─── */
.ed-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.ed-table thead th {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute-dark);
  text-align: left;
  padding: 14px 16px 12px;
  border-bottom: 1.5px solid var(--ink);
}
.ed-table thead th.num { text-align: right; }
.ed-table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--rule-dark);
  vertical-align: middle;
}
.ed-table tbody tr { transition: background 120ms var(--ease); }
.ed-table tbody tr:hover { background: rgba(166,93,55,0.06); }
.ed-table .rk {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--ink);
  width: 56px;
  font-feature-settings: "tnum";
}
.ed-table .rk.top { color: var(--drama); }
.ed-table .show {
  display: flex; gap: 14px; align-items: center;
}
.ed-table .show .thumb {
  width: 44px; height: 60px; flex-shrink: 0;
  background: var(--cream-2);
  overflow: hidden;
}
.ed-table .show .thumb img { width: 100%; height: 100%; object-fit: cover; }
.ed-table .show .info { min-width: 0; }
.ed-table .show .ttl { font-weight: 600; font-size: 14.5px; letter-spacing: -0.005em; color: var(--ink); margin-bottom: 4px; }
.ed-table .show .tags { display: flex; gap: 8px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute-dark); }
.ed-table .show .tags .t-genre { color: var(--terracotta); }
.ed-table td.num {
  text-align: right;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13.5px;
  color: var(--ink);
  font-feature-settings: "tnum";
}
.ed-table .move {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.08em; padding-left: 8px;
}
.ed-table .move.up { color: #2D7A45; }
.ed-table .move.down { color: var(--drama); }
.ed-table .move.new { color: var(--terracotta); }
.ed-table .platform {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.08em; color: var(--ink);
}
.ed-table .bar {
  display: inline-block; width: 80px; height: 3px;
  background: var(--rule-dark); margin-left: 10px; vertical-align: middle;
  position: relative;
}
.ed-table .bar::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  background: var(--terracotta); width: var(--w, 50%);
}

/* ─── FILTER BAR ─── */
.filter-row {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 24px;
}
.filter-pill {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 14px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  cursor: pointer;
  transition: all 120ms var(--ease);
}
.filter-pill:hover { background: var(--ink); color: var(--cream); }
.filter-pill.active { background: var(--ink); color: var(--cream); }

/* ─── DARK COVER (Streaming Radar drop) ─── */
.cover {
  background:
    radial-gradient(900px 520px at 88% 30%, rgba(166,93,55,0.30), transparent 60%),
    linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--cream);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.cover::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(240,228,208,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(240,228,208,0.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 100%);
  pointer-events: none;
}
.cover .container { position: relative; }

/* Cover head (centered intro for the two-funnel block) */
.cover-head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 56px;
}
.cover-head .eyebrow { justify-content: center; display: inline-flex; }
.cover-head h2 {
  font-size: clamp(36px, 4.6vw, 60px);
  text-align: center;
  margin-bottom: 24px;
}
.cover-head .cover-lede { margin: 0 auto; max-width: 720px; text-align: center; }

/* Two-funnel grid */
.funnel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 40px;
}
.funnel {
  display: flex; flex-direction: column;
  background: rgba(240,228,208,0.04);
  border: 1.5px solid rgba(240,228,208,0.18);
  padding: 32px 32px 28px;
  text-decoration: none;
  color: var(--cream);
  transition: background 180ms var(--ease), border-color 180ms var(--ease), transform 180ms var(--ease);
  position: relative;
}
.funnel:hover {
  background: rgba(240,228,208,0.08);
  border-color: var(--gold-bright);
  transform: translateY(-2px);
}
.funnel-domain {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--gold-bright);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(240,228,208,0.18);
}
.funnel-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(240,228,208,0.6);
  margin-bottom: 14px;
}
.funnel-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--cream);
  margin: 0 0 14px;
  text-wrap: balance;
}
.funnel-lede {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(240,228,208,0.78);
  margin: 0 0 20px;
}
.funnel-list {
  list-style: none; padding: 0; margin: 0 0 22px;
  display: flex; flex-direction: column; gap: 8px;
}
.funnel-list li {
  font-size: 13.5px;
  color: rgba(240,228,208,0.85);
  padding-left: 18px;
  position: relative;
}
.funnel-list li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 8px; height: 1px; background: var(--gold);
}
.funnel-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  border-top: 1px solid rgba(240,228,208,0.18);
  border-bottom: 1px solid rgba(240,228,208,0.18);
  padding: 14px 0;
  margin-bottom: 22px;
}
.funnel-stats > div {
  display: flex; flex-direction: column; gap: 2px;
  border-right: 1px solid rgba(240,228,208,0.12);
  padding: 0 12px;
}
.funnel-stats > div:first-child { padding-left: 0; }
.funnel-stats > div:last-child { border-right: 0; padding-right: 0; }
.funnel-stats .v {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 22px; letter-spacing: -0.02em;
  color: var(--gold-bright);
}
.funnel-stats .l {
  font-family: var(--font-mono);
  font-size: 9.5px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(240,228,208,0.55);
}
.funnel-cta {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto;
  padding-top: 6px;
}
.funnel-cta .primary {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 15px; letter-spacing: -0.005em;
  background: var(--gold);
  color: var(--navy-deep);
  padding: 11px 18px;
}
.funnel:hover .funnel-cta .primary { background: var(--gold-bright); }
.funnel-cta .ghost {
  font-family: var(--font-mono);
  font-size: 10.5px; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240,228,208,0.55);
}
.funnel-lens .funnel-domain { color: var(--terracotta); }
.funnel-lens .funnel-cta .primary { background: var(--terracotta); color: var(--cream); }
.funnel-lens:hover .funnel-cta .primary { background: #C57144; }
.funnel-lens:hover { border-color: var(--terracotta); }

.cover-attribution {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(240,228,208,0.55);
  padding-top: 20px;
  border-top: 1px solid rgba(240,228,208,0.12);
  display: flex; align-items: center; justify-content: center; gap: 12px;
  flex-wrap: wrap;
}
.cover-attribution .dot {
  width: 8px; height: 8px; background: var(--gold-bright);
  display: inline-block; transform: rotate(45deg);
}
.cover-attribution a { color: var(--gold-bright); border-bottom: 1px solid var(--gold-bright); }

@media (max-width: 1100px) {
  .funnel-grid { grid-template-columns: 1fr; }
}

/* Nav fixes — keep right side on one line */
.nav-shell .nav .nav-right { flex-shrink: 0; flex-wrap: nowrap; }
.nav-shell .nav .nav-links { flex-wrap: wrap; }
.btn-secondary, .btn-primary { white-space: nowrap; }
.cover h2 {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.032em;
  color: var(--cream);
  margin: 0 0 24px;
  text-wrap: balance;
}
.cover h2 .em { color: var(--gold-bright); }
.cover-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: start;
}
.cover-lede {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(240,228,208,0.8);
  margin: 0 0 32px;
  max-width: 540px;
}
.cover-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  border-top: 1px solid var(--rule-light);
  padding-top: 32px;
  margin-top: 32px;
}
.cover-stat .num {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--gold-bright);
  font-feature-settings: "tnum";
  margin-bottom: 4px;
}
.cover-stat .lbl {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(240,228,208,0.6);
}
.cover-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-gold {
  background: var(--gold); color: var(--navy-deep);
  font-family: var(--font-sans); font-weight: 600;
  font-size: 14px; padding: 14px 22px;
  border: 0; border-radius: 0; cursor: pointer;
  letter-spacing: 0.005em;
  transition: background 120ms var(--ease);
}
.btn-gold:hover { background: var(--gold-bright); }
.btn-cream-outline {
  background: transparent; color: var(--cream);
  border: 1.5px solid var(--cream);
  padding: 13px 20px;
  font-family: var(--font-sans); font-weight: 600; font-size: 14px;
  cursor: pointer;
}
.btn-cream-outline:hover { background: var(--cream); color: var(--navy-deep); }

.report-list { display: flex; flex-direction: column; gap: 18px; }
.report-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid var(--rule-light);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: inherit;
  transition: background 120ms var(--ease);
}
.report-card:first-child { border-top: 1px solid rgba(240,228,208,0.25); }
.report-card:hover { background: rgba(240,228,208,0.04); border-bottom-color: transparent; }
.report-card:hover .ttl { color: var(--gold-bright); }
.report-card .id {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(240,228,208,0.55);
}
.report-card .id .num {
  display: block; font-family: var(--font-sans);
  font-size: 28px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--gold);
  margin-top: 4px;
}
.report-card .ttl {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--cream);
  margin-bottom: 8px;
  text-wrap: balance;
}
.report-card .desc {
  font-size: 13.5px;
  color: rgba(240,228,208,0.7);
  line-height: 1.5;
  margin-bottom: 8px;
}
.report-card .pages {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
}

/* ─── GENRE GRID ─── */
.genre-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1.5px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.genre-cell {
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 10px;
  text-decoration: none;
  color: var(--ink);
  background: var(--cream);
  transition: background 120ms var(--ease);
  border-bottom: 1.5px solid var(--ink);
  border-bottom-style: solid;
  position: relative;
}
.genre-cell:hover {
  background: var(--ink);
  color: var(--cream);
  border-bottom: 1.5px solid var(--ink);
}
.genre-cell:hover .pct { color: var(--gold-bright); }
.genre-cell:hover .num { color: rgba(240,228,208,0.7); }
.genre-cell .nm {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.genre-cell .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute-dark);
}
.genre-cell .pct {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--terracotta);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.genre-cell .bar {
  height: 3px;
  background: var(--rule-dark);
  position: relative;
  margin-top: 4px;
}
.genre-cell .bar::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  background: var(--terracotta);
  width: var(--w, 30%);
}

/* ─── ACTORS ─── */
.actors-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px 16px;
}
.actor {
  text-align: center;
  text-decoration: none;
  color: var(--ink);
  border: none;
}
.actor:hover { border: none; }
.actor:hover .ttl { color: var(--terracotta); }
.actor .ph {
  width: 100%; aspect-ratio: 1;
  background: var(--cream-2);
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
}
.actor .ph img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.15) contrast(1.02); }
.actor .ph .initials {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-weight: 700;
  font-size: 32px; color: var(--mute-dark);
  letter-spacing: -0.02em;
  background: var(--cream-2);
  z-index: 0;
}
.actor .ph img { position: relative; z-index: 1; }
.actor .num {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 4px;
}
.actor .ttl {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
  transition: color 120ms var(--ease);
}
.actor .sub {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--mute-dark);
  letter-spacing: 0.04em;
}

/* ─── COUNTRIES ─── */
.country-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1.5px solid var(--ink);
}
.country-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule-dark);
  text-decoration: none;
  color: var(--ink);
  border-right: 1px solid var(--rule-dark);
  padding-right: 24px;
  padding-left: 4px;
  border-bottom: 1px solid var(--rule-dark);
}
.country-row:nth-child(2n) { border-right: 0; padding-right: 0; padding-left: 28px; }
.country-row:hover .iso { color: var(--terracotta); }
.country-row .iso {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--mute-dark);
  transition: color 120ms var(--ease);
}
.country-row .nm {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.012em;
}
.country-row .nm small {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--mute-dark);
  text-transform: uppercase;
  margin-top: 2px;
}
.country-row .mkt {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-feature-settings: "tnum";
  text-align: right;
}

/* ─── APPS ─── */
.apps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1.5px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.app-cell {
  padding: 28px 24px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--cream);
  text-decoration: none;
  color: var(--ink);
  display: flex; flex-direction: column; gap: 14px;
}
.app-cell:hover { background: var(--cream-2); border-bottom: 1px solid var(--ink); }
.app-cell .head {
  display: flex; align-items: center; gap: 14px;
}
.app-cell .ico {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--ink);
  color: var(--gold-bright);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-weight: 700;
  font-size: 18px; letter-spacing: -0.02em;
}
.app-cell .nm {
  font-family: var(--font-sans);
  font-weight: 700; font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 1.1;
}
.app-cell .nm small {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute-dark);
  margin-top: 4px;
}
.app-cell .stats {
  display: flex; gap: 18px; flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid var(--rule-dark);
  border-bottom: 1px solid var(--rule-dark);
}
.app-cell .stat .v {
  font-family: var(--font-sans); font-weight: 700;
  font-size: 18px; letter-spacing: -0.02em;
  color: var(--ink);
  font-feature-settings: "tnum";
}
.app-cell .stat .l {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute-dark);
  margin-top: 2px;
}
.app-cell .desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--mute-dark);
  flex: 1;
}
.app-cell .arrow {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--terracotta);
}

/* ─── GLOSSARY (SEO/GEO long-tail) ─── */
.glossary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1.5px solid var(--ink);
}
.glossary-item {
  padding: 28px 28px 28px 0;
  border-bottom: 1px solid var(--rule-dark);
  border-right: 1px solid var(--rule-dark);
}
.glossary-item:nth-child(2n) { border-right: 0; padding-right: 0; padding-left: 28px; }
.glossary-item h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
}
.glossary-item h3 .id {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--terracotta);
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}
.glossary-item p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--mute-dark);
  margin: 0;
}
.glossary-item p strong { color: var(--ink); font-weight: 600; }

/* ─── FAQ ─── */
.faq-list { border-top: 1.5px solid var(--ink); }
.faq-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--rule-dark);
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 28px;
}
.faq-item .q-id {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
}
.faq-item h3 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.015em;
  margin: 0 0 10px;
  line-height: 1.25;
}
.faq-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--mute-dark);
  margin: 0;
}

/* ─── CTA BANNER ─── */
.cta-banner {
  background: var(--cream-2);
  border: 1.5px solid var(--ink);
  padding: 36px 44px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  box-shadow: 12px 14px 0 rgba(15,28,38,0.08);
  margin-top: 32px;
}
.cta-banner h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.018em;
  margin: 0 0 6px;
}
.cta-banner p {
  font-size: 13.5px;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  color: var(--mute-dark);
  margin: 0;
}
.cta-banner p strong { color: var(--terracotta); font-weight: 500; }

/* ─── FOOTER ─── */
footer.foot {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 0 40px;
  margin-top: 0;
}
.foot-top {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--rule-light);
}
.foot-brand .vd-stack {
  background: var(--cream);
  color: var(--ink);
}
.foot-brand .vd-stack span.accent { color: var(--drama); }
.foot-brand .vd-wordmark .title { color: var(--cream); }
.foot-brand .vd-wordmark .title .dot { color: var(--gold-bright); }
.foot-brand .vd-wordmark .title .tv { color: rgba(240,228,208,0.6); }
.foot-brand .vd-wordmark .sub { color: rgba(240,228,208,0.6); }
.foot-brand .blurb {
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(240,228,208,0.7);
  margin: 24px 0 16px;
  max-width: 320px;
}
.foot-col h4 {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin: 0 0 16px;
  font-weight: 500;
}
.foot-col a {
  display: block;
  color: rgba(240,228,208,0.85);
  font-size: 13px;
  padding: 5px 0;
  border-bottom: 0;
  letter-spacing: 0.005em;
}
.foot-col a:hover { color: var(--gold-bright); border-bottom: 0; }
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 18px;
  padding-top: 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240,228,208,0.5);
}
.foot-bottom .lens-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(240,228,208,0.25);
  color: rgba(240,228,208,0.85);
  text-decoration: none;
  letter-spacing: 0.14em;
}
.foot-bottom .lens-badge:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.foot-bottom .lens-badge .dot {
  width: 8px; height: 8px; background: var(--terracotta); display: inline-block;
  transform: rotate(45deg);
}
.foot-bottom .links { display: flex; gap: 22px; }
.foot-bottom .links a { color: rgba(240,228,208,0.65); border: none; }
.foot-bottom .links a:hover { color: var(--cream); border: none; }

/* ─── Responsive ─── */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-phone-stage { align-self: center; }
  .posters-rail { grid-template-columns: repeat(3, 1fr); }
  .posters-rail .poster-feature { grid-column: span 3; }
  .poster-grid { grid-template-columns: repeat(4, 1fr); }
  .actors-grid { grid-template-columns: repeat(4, 1fr); }
  .cover-grid { grid-template-columns: 1fr; gap: 48px; }
  .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .glossary { grid-template-columns: 1fr; }
  .glossary-item:nth-child(n) { border-right: 0; padding-left: 0; padding-right: 0; }
  .country-list { grid-template-columns: 1fr; }
  .country-row:nth-child(n) { border-right: 0; padding-left: 4px; padding-right: 0; }
  .apps-grid { grid-template-columns: repeat(2, 1fr); }
  .genre-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .container, .container-wide { padding: 0 20px; }
  .nav { padding: 0 20px; min-height: 72px; gap: 16px; flex-wrap: wrap; }
  .nav-links { display: none; }
  .vd-wordmark .sub { display: none; }
  .hero { padding: 40px 0 56px; }
  .hero-stamp { display: none; }
  .hero-kpis { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .kpi { padding: 12px 8px; border-bottom: 1px solid var(--rule-dark); }
  .kpi:nth-child(2n) { border-right: 0; }
  .posters-rail { grid-template-columns: repeat(2, 1fr); }
  .posters-rail .poster-feature { grid-column: span 2; }
  .poster-grid { grid-template-columns: repeat(2, 1fr); }
  .actors-grid { grid-template-columns: repeat(3, 1fr); }
  .apps-grid { grid-template-columns: 1fr; }
  .genre-row { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; gap: 12px; }
  .section-head .meta { text-align: left; }
  .edition-ribbon { grid-template-columns: 1fr; gap: 8px; text-align: left; }
  .edition-ribbon .ttl { text-align: left; }
  .cta-banner { grid-template-columns: 1fr; }
  .ed-table thead { display: none; }
  .ed-table, .ed-table tbody, .ed-table tr, .ed-table td { display: block; width: 100%; }
  .ed-table tr { padding: 14px 0; border-bottom: 1px solid var(--rule-dark); }
  .ed-table td { padding: 4px 0; border: 0; }
  .ed-table .show .thumb { width: 56px; height: 76px; }
}
