/* ============================================================
   SUSSY99 — BRAND PARTNERSHIP DECK
   Design system: "Signal"
   Base #0C0C0E · Surface #161619 · Ink #F4F4F2 · Volt #C8F542
   Type: Space Grotesk (display / numbers) + Inter (labels / body)
   Grid: 8pt baseline · 80px page margins
   ============================================================ */

/* ------------------------------------------------------------
   FONTS — self-hosted, works fully offline
   ------------------------------------------------------------ */
@font-face {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/space-grotesk-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/inter-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("assets/fonts/inter-latin-600-normal.woff2") format("woff2");
}

:root {
  --base:    #0C0C0E;
  --surface: #161619;
  --ink:     #F4F4F2;
  --ink-60:  rgba(244, 244, 242, 0.60);
  --ink-40:  rgba(244, 244, 242, 0.40);
  --hairline:rgba(244, 244, 242, 0.14);
  --volt:    #C8F542;

  --font-display: "Space Grotesk", "Arial Narrow", sans-serif;
  --font-body:    "Inter", "Helvetica Neue", Arial, sans-serif;

  --page-margin: clamp(40px, 5vw, 80px);
}

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

html, body {
  background: var(--base);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--volt); color: var(--base); }

/* ------------------------------------------------------------
   PAGE FRAME — every deck page is a 16:9 canvas
   ------------------------------------------------------------ */
.page {
  position: relative;
  width: 100vw;
  height: 100vh;          /* on screen: one page = one viewport   */
  min-height: 620px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: var(--page-margin);
}

/* ------------------------------------------------------------
   PITCH GEOMETRY — background linework, barely there
   ------------------------------------------------------------ */
.pitch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.pitch-line {
  fill: none;
  stroke: var(--ink);
  stroke-opacity: 0.07;
  stroke-width: 1.5;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  animation: draw 2.4s cubic-bezier(0.65, 0, 0.35, 1) 0.3s forwards;
}

.pitch-dot {
  fill: var(--ink);
  fill-opacity: 0;
  animation: dotIn 0.8s ease 2.2s forwards;
}

@keyframes draw  { to { stroke-dashoffset: 0; } }
@keyframes dotIn { to { fill-opacity: 0.10; } }

/* ------------------------------------------------------------
   COVER — HEADER
   ------------------------------------------------------------ */
.cover-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.identity {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avatar-slot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: none;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;                /* shown by script.js if the file exists */
}

.avatar-monogram {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1;
}
.avatar-monogram em {
  font-style: normal;
  color: var(--volt);
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.deck-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-60);
}
.deck-label-dim { color: var(--ink-40); }

/* ------------------------------------------------------------
   COVER — HERO
   ------------------------------------------------------------ */
.cover-hero {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  max-width: 1040px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-60);
}

.cover-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(42px, 5.8vw, 86px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.cover-hero h1 .dim { color: var(--ink-40); }
.nowrap { white-space: nowrap; }

/* ------------------------------------------------------------
   COVER — HERO STAT
   ------------------------------------------------------------ */
.cover-stat {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--hairline);
}

.stat-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 68px);
  letter-spacing: -0.02em;
  color: var(--volt);
  font-variant-numeric: tabular-nums;
  min-width: 7.2ch;
}

.stat-caption {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stat-caption-line {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stat-caption-sub {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--ink-40);
}

/* ------------------------------------------------------------
   COVER — FOOTER
   ------------------------------------------------------------ */
.cover-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
  font-size: 13px;
  color: var(--ink-60);
}

.footer-facts {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink-40);
}

.footer-mail {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 2px;
  transition: border-color 0.25s ease;
}
.footer-mail:hover { border-color: var(--volt); }

/* ------------------------------------------------------------
   REVEAL — page-load choreography
   ------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--d, 0) * 140ms + 100ms);
}

@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

/* ------------------------------------------------------------
   SHARED PAGE HEADER / FOOTER (pages 2+)
   ------------------------------------------------------------ */
.page-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-kicker-dim {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-40);
}

.page-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-40);
}

.page-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--ink-60);
}

/* ------------------------------------------------------------
   PAGE 2 — THE CHANNEL
   ------------------------------------------------------------ */
.channel-grid {
  position: relative;
  z-index: 1;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 96px);
  align-items: center;
  min-height: 0;
}

.channel-copy h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.channel-lead {
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.65;
  color: var(--ink-60);
  max-width: 54ch;
  margin-bottom: 40px;
}

.pillars {
  list-style: none;
}

.pillars li {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid var(--hairline);
}

.pillar-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
}

.pillar-desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-40);
}

/* Thumbnails — 9:16 frames, staggered like a Shorts feed */
.channel-thumbs {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  min-height: 0;
}

.thumb {
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--surface);
  flex: 1;
  max-width: 190px;
  min-width: 0;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb--a { transform: translateY(-24px); }
.thumb--b { transform: translateY(24px); }
.thumb--c { transform: translateY(-8px); }

@media (max-width: 980px) {
  .channel-grid { grid-template-columns: 1fr; }
  .channel-thumbs { justify-content: flex-start; }
  .pillars li { grid-template-columns: 1fr; gap: 4px; }
}


/* ------------------------------------------------------------
   PAGE 3 — THE NUMBERS
   ------------------------------------------------------------ */
.numbers-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(40px, 6vh, 72px);
  min-height: 0;
}

.numbers-hero {
  display: flex;
  align-items: baseline;
  gap: 32px;
  flex-wrap: wrap;
}

.numbers-hero-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(72px, 10vw, 168px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--volt);
  font-variant-numeric: tabular-nums;
}

.numbers-hero-caption {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--hairline);
}

.num-cell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 32px 8px 0;
}

.num-cell + .num-cell {
  padding-left: 32px;
  border-left: 1px solid var(--hairline);
}

.num-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.num-value em {
  font-style: normal;
  font-size: 0.55em;
  color: var(--ink-60);
}

.num-label {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--ink-40);
  max-width: 24ch;
}

@media (max-width: 980px) {
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .num-cell:nth-child(3) { border-left: none; padding-left: 0; }
  .num-cell { border-top: 1px solid var(--hairline); }
}

/* ------------------------------------------------------------
   PAGE 4 — THE AUDIENCE
   ------------------------------------------------------------ */
.audience-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(40px, 5vw, 96px);
  align-items: center;
  min-height: 0;
}

.audience-intro h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.audience-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.a-card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.a-card-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.005em;
}

.a-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-60);
}

@media (max-width: 980px) {
  .audience-body { grid-template-columns: 1fr; }
  .audience-cards { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   PAGE 5 — THE CONTENT
   ------------------------------------------------------------ */
.content-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(24px, 3.6vh, 40px);
  min-height: 0;
}

.content-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  flex-wrap: wrap;
}

.content-top h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: -0.02em;
}

.content-note {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink-40);
}

.content-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  min-height: 0;
}

.content-strip--four {
  grid-template-columns: repeat(4, auto);
  gap: clamp(16px, 2vw, 32px);
  justify-content: center;
  align-items: start;
}

.strip-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

/* Height-driven sizing: the thumbnail can never push the caption
   out of the page, whatever the viewport height */
.strip-card .strip-thumb {
  --card-h: clamp(180px, 44vh, 430px);
  height: var(--card-h);
  width: calc(var(--card-h) * 9 / 16);
  max-height: none;
  max-width: none;
}

.strip-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 2px;
  width: calc(clamp(180px, 44vh, 430px) * 9 / 16);
}

.sc-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
}

.sc-views {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink-60);
  font-variant-numeric: tabular-nums;
}

.strip-thumb {
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--surface);
  max-height: 42vh;
  justify-self: center;
  width: 100%;
  max-width: 220px;
}

.strip-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-shorts {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.top-shorts-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-40);
  padding-bottom: 12px;
}

.top-shorts-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(40px, 5vw, 96px);
}

.top-shorts-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 12px 0;
  border-top: 1px solid var(--hairline);
}

.ts-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}

.ts-views {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-60);
  font-variant-numeric: tabular-nums;
}

@media (max-width: 980px) {
  .content-strip { grid-template-columns: repeat(3, 1fr); }
  .strip-thumb:nth-child(n+4) { display: none; }
  .top-shorts-list { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   PAGE 6 — COMMUNITY & ENGAGEMENT
   ------------------------------------------------------------ */
.community-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(20px, 3.4vh, 36px);
  min-height: 0;
}

.chart-wrap {
  position: relative;
  padding-left: 48px;
  padding-bottom: 28px;
}

.chart {
  width: 100%;
  height: clamp(180px, 30vh, 280px);
  display: block;
}

.chart-grid {
  stroke: var(--hairline);
  stroke-width: 1;
}

.chart-line {
  fill: none;
  stroke: var(--ink);
  stroke-opacity: 0.85;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  stroke-linejoin: round;
}

.chart-peak {
  fill: var(--volt);
}

.chart-y {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--ink-40);
  font-variant-numeric: tabular-nums;
}

.chart-x {
  position: absolute;
  left: 48px;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--ink-40);
}

.chart-peak-label {
  position: absolute;
  top: -6px;
  right: 14%;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--volt);
  letter-spacing: 0.02em;
}

.comments-row {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.comments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.comment {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.comment p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.comment footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-40);
}

.comment-likes { color: var(--ink-60); }

@media (max-width: 980px) {
  .comments-grid { grid-template-columns: 1fr; }
  .chart-peak-label { right: 4%; }
}

/* ------------------------------------------------------------
   PAGE 7 — PARTNERSHIP OPPORTUNITIES
   ------------------------------------------------------------ */
.partner-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: clamp(40px, 5vw, 96px);
  align-items: center;
  min-height: 0;
}

.partner-intro h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 3.4vw, 52px);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.partner-list {
  list-style: none;
}

.partner-list li {
  display: grid;
  grid-template-columns: 56px 1fr 180px;
  gap: 24px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid var(--hairline);
}

.partner-list li:last-child {
  border-bottom: 1px solid var(--hairline);
}

.pt-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--ink-40);
  padding-top: 3px;
  font-variant-numeric: tabular-nums;
}

.pt-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pt-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.005em;
}

.pt-main p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-60);
  max-width: 52ch;
}

.pt-tag {
  justify-self: end;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-60);
  border: 1px solid var(--hairline);
  border-radius: 100px;
  padding: 6px 14px;
  white-space: nowrap;
  margin-top: 2px;
}

@media (max-width: 980px) {
  .partner-body { grid-template-columns: 1fr; }
  .partner-list li { grid-template-columns: 40px 1fr; }
  .pt-tag { display: none; }
}

/* ------------------------------------------------------------
   PAGE 8 — CONTACT
   ------------------------------------------------------------ */
.pitch-line-static {
  fill: none;
  stroke: var(--ink);
  stroke-opacity: 0.07;
  stroke-width: 1.5;
}

.pitch-dot-static {
  fill: var(--ink);
  fill-opacity: 0.10;
}

.contact-body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(40px, 7vh, 72px);
  max-width: 900px;
}

.contact-line {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.contact-line .dim { color: var(--ink-40); }

.contact-block {
  display: flex;
  flex-direction: column;
}

.contact-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid var(--hairline);
}

.contact-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-40);
}

.contact-value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(17px, 1.6vw, 24px);
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.005em;
  width: fit-content;
}

.contact-value--mail {
  font-weight: 700;
  color: var(--volt);
}

.contact-value:hover { text-decoration: underline; text-underline-offset: 4px; }

.contact-qr {
  position: absolute;
  right: var(--page-margin);
  bottom: calc(var(--page-margin) + 72px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contact-qr img {
  width: 104px;
  height: 104px;
  border-radius: 12px;
  display: block;
}

.contact-qr span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-40);
}

.identity--small {
  gap: 12px;
  font-size: 12px;
  color: var(--ink-40);
}

.avatar-slot--small {
  width: 32px;
  height: 32px;
}

.avatar-slot--small .avatar-monogram { font-size: 10px; }

@media (max-width: 980px) {
  .contact-qr { position: static; align-items: flex-start; margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal      { animation: none; opacity: 1; transform: none; }
  .pitch-line  { animation: none; stroke-dashoffset: 0; }
  .pitch-dot   { animation: none; fill-opacity: 0.10; }
}

@media print {
  @page { size: 338mm 190mm; margin: 0; }   /* 16:9 sheet */
  html, body { background: var(--base); }
  .page {
    width: 338mm;
    height: 190mm;
    page-break-after: always;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .reveal     { animation: none; opacity: 1; transform: none; }
  .pitch-line { animation: none; stroke-dashoffset: 0; }
  .pitch-dot  { animation: none; fill-opacity: 0.10; }
}

/* Small screens — the deck is designed for 16:9, but stays readable */
@media (max-width: 760px) {
  .page { height: auto; min-height: 100vh; gap: 48px; }
  .cover-hero { gap: 20px; }
  .cover-stat { flex-direction: column; gap: 12px; }
  .cover-footer { flex-direction: column; gap: 16px; align-items: flex-start; }
}
