:root {
  --bg: #f8f8f8;
  --blue: #0073eb;
  --pink: #ec2c79;
  --yellow: #ffd33d;
  --mint: #70e6b5;
  --ink: #141414;
  --muted: rgba(20, 20, 20, 0.62);
  --glass: rgba(255, 255, 255, 0.7);
  --glass-border: rgba(255, 255, 255, 0.3);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --max-width: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
}

.container {
  position: relative;
  z-index: 5;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
}

.watch-main {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0 0 110px;
}

.watch-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(10px, 2vw, 30px);
  align-items: center;
  min-height: clamp(720px, 50vw, 820px);
  overflow: hidden;
  border-radius: 0;
  padding-block: clamp(42px, 5.4vw, 76px);
  padding-inline: max(clamp(36px, 5.4vw, 76px), calc((100vw - var(--max-width)) / 2 + clamp(36px, 5.4vw, 76px)));
  background:
    radial-gradient(circle at 72% 28%, rgba(45, 83, 141, 0.62), rgba(45, 83, 141, 0) 32%),
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 28%),
    linear-gradient(145deg, #03050a 0%, #101723 46%, #1c2940 70%, #05070c 100%);
}

.watch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 82%);
  pointer-events: none;
}

.watch-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 38%;
  background:
    radial-gradient(ellipse at 67% 100%, rgba(0, 115, 235, 0.24), rgba(0, 115, 235, 0) 48%),
    linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.watch-hero > * {
  min-width: 0;
  z-index: 3;
}
.hero-spotlights,
.hero-stars {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-spotlights span {
  position: absolute;
  top: -7%;
  width: 28%;
  height: 80%;
  opacity: 0.5;
  filter: blur(0.2px);
  mix-blend-mode: screen;
  clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.1) 42%, rgba(255, 255, 255, 0));
}

.hero-spotlights span:nth-child(1) {
  left: 2%;
  transform: rotate(-30deg);
}

.hero-spotlights span:nth-child(2) {
  left: 38%;
  opacity: 0.36;
  transform: rotate(-20deg);
}

.hero-spotlights span:nth-child(3) {
  right: 2%;
  transform: rotate(18deg);
}

.hero-stars span {
  position: absolute;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 24px currentColor;
}

.hero-stars span:nth-child(1) { left: 8%; top: 20%; color: #fff; }
.hero-stars span:nth-child(2) { left: 34%; top: 13%; color: var(--yellow); }
.hero-stars span:nth-child(3) { right: 9%; top: 17%; color: #dcecff; }
.hero-stars span:nth-child(4) { left: 30%; bottom: 18%; color: var(--pink); }
.hero-stars span:nth-child(5) { right: 27%; bottom: 12%; color: var(--mint); }

.watch-hero-copy,
.watch-hero-stage {
  position: relative;
  z-index: 4;
}

.watch-hero-copy {
  min-width: 0;
  max-width: 580px;
}

.watch-kicker,
.showcase-tag,
.archive-kicker,
.archive-card-copy span {
  display: block;
  margin-bottom: 12px;
  color: #ff7f00;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.watch-hero-copy h1 {
  max-width: 680px;
  margin: 0 0 20px;
  color: #fff;
  font-family: "Dela Gothic One", "Arial Black", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(3.15rem, 5.9vw, 6.6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
}

.watch-hero-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 1.35vw, 1.24rem);
  font-weight: 560;
  line-height: 1.42;
}

.watch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.primary-watch-btn,
.secondary-watch-btn,
.showcase-btn,
.archive-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.primary-watch-btn,
.showcase-btn {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 28px rgba(0, 115, 235, 0.24);
}

.secondary-watch-btn {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.channel-card:hover {
  transform: translateY(-3px);
}

.primary-watch-btn:hover,
.showcase-btn:hover {
  filter: brightness(1.08);
}

.channel-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.channel-card:hover {
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.channel-avatar {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.channel-card small,
.channel-card em {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-style: normal;
  font-weight: 700;
}

.channel-card strong {
  display: block;
  margin: 2px 0 3px;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
}

.watch-hero-stage {
  min-height: 590px;
  align-self: stretch;
}

.stage-platform {
  position: absolute;
  left: 8%;
  right: -1%;
  bottom: -7%;
  z-index: 2;
  height: 25%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 57% 48%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08) 46%, rgba(255, 255, 255, 0) 72%),
    radial-gradient(ellipse at 57% 50%, rgba(0, 115, 235, 0.44), rgba(0, 115, 235, 0) 70%);
  filter: blur(1.5px);
  transform: rotate(-2deg);
}

.hero-host {
  position: absolute;
  right: clamp(-90px, -5vw, -50px);
  bottom: -4%;
  z-index: 5;
  display: block;
  width: clamp(900px, 62vw, 1060px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 36px 34px rgba(0, 0, 0, 0.46));
}

/* The stage gets its own composition at each size; this keeps the SVG large
   without relying on one oversized, negatively-offset image everywhere. */
@media (max-width: 1100px) {
  .watch-hero {
    grid-template-columns: minmax(310px, 0.78fr) minmax(400px, 1.22fr);
    gap: 8px;
    min-height: 700px;
    padding-inline: clamp(34px, 5vw, 58px);
  }

  .watch-hero-stage {
    min-height: 570px;
  }

  .hero-host {
    right: -10%;
    bottom: -2%;
    width: clamp(700px, 78vw, 860px);
  }

  .stage-platform {
    left: 3%;
    right: -8%;
    bottom: -5%;
  }
}

@media (max-width: 700px) {
  .watch-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 0;
    padding: clamp(38px, 7vw, 54px) clamp(22px, 6vw, 46px) 0;
    text-align: center;
  }

  .watch-hero-copy {
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 590px);
    max-width: none;
    margin-inline: auto;
  }

  .watch-hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(3.25rem, 14vw, 5.3rem);
  }

  .watch-hero-copy p {
    max-width: 540px;
    font-size: clamp(1rem, 2.7vw, 1.16rem);
  }

  .channel-card {
    margin-top: 24px;
  }

  .watch-hero-stage {
    min-height: clamp(430px, 78vw, 585px);
    margin: clamp(4px, 1vw, 12px) calc(clamp(22px, 6vw, 46px) * -1) 0;
  }

  .hero-host {
    right: 54%;
    bottom: 1%;
    width: min(125%, 780px);
    max-width: none;
    transform: translateX(50%);
  }

  .stage-platform {
    left: 4%;
    right: 4%;
    bottom: -3%;
    height: 28%;
  }

  .hero-spotlights span {
    top: -4%;
    width: 52%;
    height: 104%;
  }

  .hero-spotlights span:nth-child(1) {
    left: -15%;
  }

  .hero-spotlights span:nth-child(2) {
    left: 24%;
  }

  .hero-spotlights span:nth-child(3) {
    right: -16%;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .watch-hero {
    grid-template-columns: minmax(270px, 0.78fr) minmax(350px, 1.22fr);
    gap: 0;
    min-height: 700px;
    padding-inline: clamp(28px, 4vw, 38px);
  }

  .watch-hero-copy h1 {
    font-size: clamp(3.4rem, 7.4vw, 4.25rem);
  }

  .watch-hero-copy p {
    font-size: clamp(1rem, 2vw, 1.12rem);
  }

  .watch-hero-stage {
    min-height: 580px;
  }

  .hero-host {
    right: -23%;
    width: clamp(570px, 90vw, 735px);
  }

  .stage-platform {
    left: 0;
    right: -10%;
  }
}

@media (max-width: 480px) {
  .watch-hero {
    padding: 38px 18px 0;
  }

  .watch-kicker {
    margin-bottom: 10px;
    font-size: 0.76rem;
  }

  .watch-hero-copy h1 {
    font-size: clamp(3.15rem, 16.5vw, 4.4rem);
    line-height: 0.9;
  }

  .watch-hero-copy p {
    font-size: 1rem;
    line-height: 1.38;
  }

  .channel-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    margin-top: 22px;
    padding: 9px 14px 9px 9px;
    text-align: left;
  }

  .channel-avatar {
    width: 54px;
    height: 54px;
  }

  .watch-hero-stage {
    min-height: clamp(390px, 112vw, 470px);
    margin: 0 -18px;
  }

  .hero-host {
    bottom: -1%;
    width: 158%;
  }

  .stage-platform {
    left: -4%;
    right: -4%;
    bottom: -2%;
  }
}

.watch-content {
  display: flex;
  flex-direction: column;
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding-top: clamp(56px, 8vw, 108px);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.watch-content h2,
.watch-content h3,
.watch-content p { margin-top: 0; }

.section-label {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-label span { color: var(--muted); font-weight: 600; }

.watch-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1.28fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  padding: 0 clamp(0px, 2vw, 28px) clamp(36px, 5vw, 64px);
}

.showcase-text { position: relative; z-index: 2; }
.showcase-text h2 {
  max-width: 570px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 4vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.showcase-text h3 { margin-bottom: 10px; font-size: 1.05rem; font-weight: 700; }
.showcase-text p { max-width: 530px; margin-bottom: 28px; color: var(--muted); font-size: 1.02rem; font-weight: 400; line-height: 1.65; }

.watch-button,
.archive-btn {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease;
}
.watch-button { color: #fff; background: var(--blue); }
.watch-button:hover { background: #0064cc; }

.release-card { position: relative; display: block; overflow: hidden; border-radius: 24px; background: #101010; }
.release-thumb { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.release-play { position:absolute; inset:50% auto auto 50%; display:grid; place-items:center; box-sizing:border-box; width:66px; height:66px; border-radius:50%; background:#fff; transform:translate(-50%,-50%); transition:transform 180ms ease; }
.release-play > img { display:block; width:42px; height:42px; opacity:.82; }
.release-card:hover .release-play { transform:translate(-50%,-50%) scale(1.12); }
.release-caption { position:absolute; right:14px; bottom:14px; display:flex; gap:5px; align-items:center; padding:9px 12px; border-radius:8px; color:#fff; background:#151515; font-size:.76rem; font-weight:700; }
.release-caption img { display:block; width:62px; height:auto; }
.showcase-pet { position: absolute; right: -48px; bottom: 32px; z-index: 2; width: clamp(100px, 11vw, 150px); pointer-events: none; transform: rotate(7deg); }

.channel-stats { position: relative; order:3; display: grid; grid-template-columns: minmax(240px,.72fr) minmax(330px,1.05fr) minmax(210px,.58fr); gap: clamp(24px,3.5vw,52px); align-items: center; min-height: 600px; margin-top:clamp(72px,9vw,112px); overflow: hidden; border: 2px solid #161616; border-radius: 38px; padding: clamp(92px,9vw,116px) clamp(30px,5vw,68px) clamp(48px,5vw,68px); color: #171717; background: #f7efdb; box-shadow:0 0 0 2px #171717,12px 12px 0 2px #171717; }
.channel-stats::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 50% 48%,rgba(255,255,255,.75),transparent 29%), linear-gradient(90deg,rgba(23,23,23,.045) 1px,transparent 1px), linear-gradient(rgba(23,23,23,.045) 1px,transparent 1px); background-size:auto,28px 28px,28px 28px; pointer-events:none; }
.stats-marquee { position:absolute; inset:0 0 auto; z-index:4; display:flex; gap:20px; align-items:center; justify-content:center; height:52px; overflow:hidden; border-bottom:4px solid #171717; color:#fff; background:#ec2c79; font-size:.69rem; font-weight:800; letter-spacing:.16em; white-space:nowrap; }
.stats-marquee img { display:block; flex:0 0 13px; width:13px; height:13px; object-fit:contain; filter:brightness(0) invert(1); }
.stats-heading { position:relative; z-index:3; }
.stats-eyebrow { display:inline-flex; gap:10px; align-items:center; margin-bottom:22px; font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.stats-eyebrow img { width:180px; height:auto; }
.stats-heading h2 { margin:0 0 22px; font-size:clamp(2.8rem,4.5vw,5rem); font-weight:800; letter-spacing:-.07em; line-height:.88; }
.stats-heading p { max-width:330px; margin:0; color:rgba(23,23,23,.68); font-size:.95rem; line-height:1.6; }
.stats-stage { position:relative; z-index:2; display:grid; place-items:center; min-width:0; aspect-ratio:1; }
.stats-orbit { position:absolute; inset:1%; border:2px solid #171717; border-radius:50%; animation:stats-spin 22s linear infinite; }
.stats-orbit::before,.stats-orbit::after { content:""; position:absolute; border:1px dashed rgba(23,23,23,.32); border-radius:50%; }
.stats-orbit::before { inset:9%; }.stats-orbit::after { inset:18%; }
.orbit-star { position:absolute; display:grid; place-items:center; width:36px; aspect-ratio:1; border:2px solid #171717; border-radius:50%; background:#ffd33d; font-size:1rem; }
.orbit-star img { display:block; width:18px; height:18px; animation:stats-counter-spin 22s linear infinite; }
.orbit-star-three img { filter:brightness(0) invert(1); }
.orbit-star-one { left:50%; top:0; transform:translate(-50%,-50%); }
.orbit-star-two { right:6.7%; top:75%; background:#70e6b5; transform:translate(50%,-50%); }
.orbit-star-three { left:6.7%; top:75%; color:#fff; background:#0073eb; transform:translate(-50%,-50%); }
.stats-main-number { position:relative; z-index:2; display:flex; align-items:center; justify-content:center; width:66%; aspect-ratio:1; flex-direction:column; border:2px solid #171717; border-radius:50%; text-align:center; background:#ff7f00; box-shadow:0 0 0 2px #171717,9px 9px 0 2px #171717; }
.stats-main-number::before { content:""; position:absolute; inset:10px; border:1px solid rgba(255,255,255,.5); border-radius:50%; }
.stats-main-number strong { font-size:clamp(4.4rem,8vw,8.3rem); letter-spacing:-.09em; line-height:.75; }
.stats-main-number strong small,.stats-grid dd small { position:relative; top:-.08em; margin-left:.04em; font-size:.48em; letter-spacing:-.04em; }
.stats-main-number > span:not(.stats-live) { max-width:120px; margin-top:16px; font-size:.65rem; font-weight:900; letter-spacing:.12em; line-height:1.35; text-transform:uppercase; }
.stats-live { display:flex; gap:7px; align-items:center; margin-bottom:18px; font-size:.6rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.stats-wave { position:absolute; left:50%; bottom:-18px; z-index:3; display:flex; gap:4px; align-items:center; height:44px; padding:7px 10px; border:2px solid #171717; border-radius:99px; background:#fff; transform:translateX(-50%); }
.stats-wave i { width:4px; height:11px; border-radius:4px; background:#ec2c79; animation:stats-wave 1s ease-in-out infinite alternate; }
.stats-wave i:nth-child(3n+1){height:25px;animation-delay:-.4s}.stats-wave i:nth-child(3n+2){height:16px;animation-delay:-.7s}
.stats-pet { position:absolute; right:-4%; top:-6%; z-index:3; width:clamp(105px,8vw,112px); filter:drop-shadow(4px 5px 0 #171717); transform:rotate(12deg); }
.stats-pet-rock { right:auto; left:-1%; top:auto; bottom:-3%; width:clamp(111px,8.2vw,113px); transform:rotate(-9deg); }
.stats-grid { position:relative; z-index:3; display:flex; gap:35px; flex-direction:column; margin:0; }
.stat-card { position:relative; display:flex; min-width:0; min-height:126px; padding:3px; border:0; background:#171717; box-shadow:0 0 0 1px #171717,6px 6px 0 1px #171717; transition:transform 180ms ease,box-shadow 180ms ease; }
.stat-card-inner { display:flex; min-width:0; flex:1; flex-direction:column; justify-content:center; padding:17px 19px 15px 26px; background:#fff; box-shadow:inset 0 0 0 1px #171717; }
.stat-card::before,.stat-card::after { content:""; position:absolute; left:-10px; width:17px; aspect-ratio:1; border:2px solid #171717; border-radius:50%; background:#f7efdb; }
.stat-card::before { top:-10px; }.stat-card::after { bottom:-10px; }
.stat-card:hover { box-shadow:0 0 0 1px #171717,9px 9px 0 1px #171717; }
.stat-likes { margin-left:13px; color:#fff; }
.stat-likes .stat-card-inner { background:#0073eb; }
.stat-comments .stat-card-inner { background:#ffd33d; }
.stats-grid dt { order:2; margin-top:6px; font-size:.66rem; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.stats-grid dd { order:1; margin:0; font-size:clamp(2.6rem,4vw,4.4rem); font-weight:800; letter-spacing:-.07em; line-height:.8; }
.stat-card span { order:3; margin-top:7px; color:currentColor; font-size:.68rem; opacity:.67; }
@keyframes stats-spin { to { transform:rotate(360deg); } }
@keyframes stats-counter-spin { to { transform:rotate(-360deg); } }
@keyframes stats-wave { to { transform:scaleY(.45); } }

.watch-archive { position: relative; order:2; padding: clamp(42px, 5vw, 64px) clamp(0px, 2vw, 28px) 0; }
.archive-header { display: grid; grid-template-columns: 1fr minmax(280px, .65fr); gap: 48px; align-items: end; margin-bottom: clamp(44px, 6vw, 78px); }
.archive-header h2 { margin: 0; font-size: clamp(2.7rem, 5.7vw, 6rem); font-weight: 700; letter-spacing: -0.065em; line-height: .92; }
.archive-header p { max-width: 450px; margin: 0 0 5px; color: var(--muted); font-size: 1.04rem; line-height: 1.65; }
.archive-intro { align-self:stretch; display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-start; }

.watch-archive-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 22px); }
.archive-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid #dedede; border-radius: 16px; background: #fff; transition: border-color 160ms ease; }
.archive-card:hover { border-color: #999; }
.archive-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 626 / 325; background: #111; }
.archive-thumb { display: block; width: 100%; height: 100%; object-fit: cover; }
.archive-year { position: absolute; left: 10px; top: 10px; padding: 6px 8px; border-radius: 6px; color: #111; background: #fff; font-size: .7rem; font-weight: 700; }
.archive-card-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(16px, 1.8vw, 22px); }
.archive-card h3 { margin-bottom: 10px; font-size: clamp(1rem, 1.25vw, 1.18rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.22; }
.archive-card-copy p { margin-bottom: 18px; color: var(--muted); font-size: .86rem; line-height: 1.52; }
.archive-btn { min-height: 36px; margin-top: auto; padding: 0; border-radius: 0; color: var(--blue); font-size: .86rem; }
.archive-btn:hover { color: #004f9f; }

@media (max-width: 920px) {
  .watch-showcase { grid-template-columns: 1fr; }
  .showcase-text { max-width: 680px; }
  .channel-stats { grid-template-columns: 1fr; gap: 46px; min-height: 0; padding-inline: clamp(38px,8vw,78px); }
  .stats-heading { max-width: 580px; }
  .stats-heading h2 br { display: none; }
  .stats-stage { width:min(100%,520px); margin:0 auto; }
  .stats-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); min-height:0; }
  .stat-card { min-height:142px; padding:3px; }
  .stat-card-inner { padding-inline:15px; }
  .stat-likes { margin:-12px 0 12px; }
  .watch-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .watch-main { padding-bottom: 76px; }
  .watch-content { width: min(calc(100% - 28px), var(--max-width)); padding-top: 52px; }
  .watch-showcase { gap: 32px; padding-bottom: 40px; }
  .showcase-text h2 { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .release-card { border-radius: 16px; }
  .release-play { width: 52px; height: 52px; }
  .release-play > img { width: 36px; height: 36px; }
  .release-caption { display: none; }
  .showcase-pet { right: -12px; bottom: 18px; width: 92px; }
  .channel-stats { gap: 38px; border-radius: 25px; padding: 84px 25px 50px; box-shadow:0 0 0 2px #171717,7px 7px 0 2px #171717; }
  .stats-marquee { height:46px; justify-content:center; padding-inline:0; }
  .stats-heading h2 { font-size: clamp(2.8rem, 12vw, 4.6rem); }
  .stats-heading p { max-width:460px; }
  .stats-main-number strong { font-size:clamp(4.8rem,20vw,7.5rem); }
  .stats-grid { display:flex; min-height:0; }
  .stat-card { min-height:118px; padding:3px; }
  .stat-card-inner { padding:15px 17px 13px 24px; }
  .stat-likes { margin:0 0 0 8px; }
  .watch-archive { padding-top: 50px; }
  .archive-header { grid-template-columns: 1fr; gap: 24px; }
  .archive-header h2 { font-size: clamp(2.7rem, 15vw, 4.5rem); }
}

@media (max-width: 420px) {
  .section-label { gap: 10px; }
  .channel-stats { padding-inline: 20px; }
  .stats-heading h2 { font-size:2.8rem; }
  .stats-pet { right:-1%; top:-8%; width:70px; }
  .stats-pet-rock { right:auto; left:0; top:auto; bottom:-4%; width:64px; }
  .stats-live { margin-bottom:12px; font-size:.5rem; }
  .stats-main-number > span:not(.stats-live) { margin-top:12px; font-size:.56rem; }
  .stats-grid dd { font-size:2.8rem; }
  .archive-header p { font-size:.94rem; line-height:1.55; }
  .watch-archive-grid { grid-template-columns: 1fr; }
  .archive-card-copy { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .watch-button, .archive-btn, .archive-card, .stat-card, .release-play { transition: none; }
  .stats-orbit, .orbit-star img, .stats-wave i { animation:none; }
}
