@font-face {
  font-family: "Title Serif";
  src:
    url("fonts/playfair-400-subset.woff") format("woff"),
    url("fonts/playfair-400-subset.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Title Serif";
  src:
    url("fonts/playfair-500-subset.woff") format("woff"),
    url("fonts/playfair-500-subset.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Design tokens */
:root {
  --app-height: 100dvh;
  --app-width: 100vw;
  --cream: #f2f0e9;
  --ease: cubic-bezier(0.2, 0.78, 0.2, 1);
  --switch: cubic-bezier(0.46, 0, 0.22, 1);
  --channel-angle: -38deg;
  --back-angle: 34deg;
  --safe-x: clamp(34px, 4vw, 66px);
  --safe-top: clamp(38px, 5.2vh, 62px);
  --safe-bottom: clamp(34px, 4.8vh, 56px);
}

/* Base */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  margin: 0;
  min-height: 100%;
  background: #000;
  color: var(--cream);
}
body {
  min-height: var(--app-height, 100dvh);
  overflow-x: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
button,
a {
  font: inherit;
}
button {
  color: inherit;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Stage and television shell */
.stage {
  position: relative;
  min-height: var(--app-height, 100dvh);
  display: grid;
  place-items: center;
  padding: max(12px, env(safe-area-inset-top))
    max(12px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom))
    max(12px, env(safe-area-inset-left));
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      ellipse at 50% 106%,
      rgba(255, 255, 255, 0.08),
      transparent 46%
    ),
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 255, 255, 0.025),
      transparent 57%
    ),
    #010101;
}
.stage::before {
  content: "";
  position: absolute;
  inset: -42%;
  z-index: -2;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: room-grain 1.1s steps(1, end) infinite;
}
.stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2.5%;
  z-index: -1;
  width: min(82vw, 1240px);
  height: 8%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.92);
  filter: blur(24px);
  transform: translateX(-50%);
}
@keyframes room-grain {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-1.2%, 0.8%);
  }
  50% {
    transform: translate(0.9%, -1.1%);
  }
  75% {
    transform: translate(1.1%, 0.7%);
  }
}
.tv {
  position: relative;
  width: min(96vw, 1480px);
  height: min(92svh, 910px);
  min-height: 560px;
  padding: clamp(12px, 1.45vw, 22px);
  border: 3px solid #070707;
  border-radius: clamp(36px, 4.6vw, 72px) / clamp(30px, 3.8vw, 58px);
  background:
    linear-gradient(
      130deg,
      rgba(255, 255, 255, 0.34),
      transparent 15% 74%,
      rgba(0, 0, 0, 0.18)
    ),
    linear-gradient(180deg, #bebbb4, #817e78 49%, #c7c4bd);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.42),
    inset 0 0 0 8px #0a0a09,
    inset 0 0 0 11px rgba(255, 255, 255, 0.25),
    0 28px 70px rgba(0, 0, 0, 0.72);
  animation: tv-enter 0.72s var(--ease) both;
}
.tv::before {
  content: "";
  position: absolute;
  inset: clamp(7px, 0.72vw, 11px);
  z-index: 5;
  pointer-events: none;
  border: 2px solid rgba(6, 6, 6, 0.9);
  border-radius: calc(clamp(36px, 4.6vw, 72px) - 7px) /
    calc(clamp(30px, 3.8vw, 58px) - 7px);
}
@keyframes tv-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.982);
  }
  72% {
    opacity: 1;
    transform: translateY(-2px) scale(1.002);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tv__face {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(142px, 12.2vw, 190px);
  gap: clamp(12px, 1.3vw, 20px);
}
.bezel {
  min-width: 0;
  min-height: 0;
  padding: clamp(10px, 1.15vw, 18px);
  border: 4px solid #050505;
  border-radius: clamp(28px, 3.7vw, 60px) / clamp(24px, 3.1vw, 48px);
  background: linear-gradient(
    145deg,
    #474642,
    #151514 38%,
    #070707 70%,
    #343330
  );
  box-shadow:
    inset 0 0 0 2px rgba(235, 232, 224, 0.22),
    inset 0 0 0 7px #070707,
    0 3px 0 rgba(255, 255, 255, 0.15);
}

/* CRT screen and viewport */
.screen {
  --crop: clamp(15px, 1.05vw, 20px);
  --radius-x: clamp(24px, 3vw, 52px);
  --radius-y: clamp(20px, 2.5vw, 43px);
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 3px solid #020202;
  border-radius: clamp(25px, 3.3vw, 55px) / clamp(22px, 2.8vw, 45px);
  background: #000;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.08),
    inset 0 0 64px rgba(0, 0, 0, 0.98),
    0 0 0 2px rgba(151, 149, 143, 0.34);
  isolation: isolate;
  transform: translateZ(0);
}
.viewport {
  position: absolute;
  inset: var(--crop);
  overflow: hidden;
  border-radius: var(--radius-x) / var(--radius-y);
  background: #000;
  isolation: isolate;
  clip-path: inset(0 round var(--radius-x) / var(--radius-y));
  -webkit-clip-path: inset(0 round var(--radius-x) / var(--radius-y));
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translateZ(0);
}
.viewport::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 70;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(
      ellipse at 50% 47%,
      transparent 49%,
      rgba(0, 0, 0, 0.3) 67%,
      rgba(0, 0, 0, 0.84) 89%,
      rgba(0, 0, 0, 0.985) 100%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.018),
      transparent 18% 82%,
      rgba(255, 255, 255, 0.012)
    );
  box-shadow:
    inset 0 0 0 3px rgba(0, 0, 0, 0.97),
    inset 0 0 42px 15px rgba(0, 0, 0, 0.88);
}
.viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 68;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.13;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px,
    transparent 4px
  );
}
.screen-grain {
  position: absolute;
  inset: -32%;
  z-index: 67;
  pointer-events: none;
  opacity: 0.115;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain-shift 0.48s steps(1, end) infinite;
}
@keyframes grain-shift {
  0%,
  100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2.2%, 1.5%);
  }
  40% {
    transform: translate(1.6%, -2%);
  }
  60% {
    transform: translate(-1.1%, -1.6%);
  }
  80% {
    transform: translate(2%, 1.1%);
  }
}

/* Channels and content */
.broadcast {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform-origin: 50% 50%;
}
.channel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateZ(0);
}
.channel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.channel__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.channel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 53%;
  filter: grayscale(1) contrast(1.1) brightness(0.61);
  transform: scale(1.018);
  user-select: none;
  pointer-events: none;
}
.channel__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.84) 0%,
      rgba(0, 0, 0, 0.42) 42%,
      rgba(0, 0, 0, 0.04) 73%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.56),
      transparent 46% 78%,
      rgba(0, 0, 0, 0.18)
    );
}
.readout {
  position: absolute;
  top: var(--safe-top);
  right: var(--safe-x);
  z-index: 25;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  color: rgba(242, 240, 233, 0.78);
  text-shadow: 0 1px 10px #000;
  pointer-events: none;
}
.readout span {
  font-size: 9px;
  letter-spacing: 0.17em;
}
.readout strong {
  font-size: clamp(20px, 1.75vw, 28px);
  font-weight: 500;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}
.hero,
.panel {
  position: absolute;
  z-index: 4;
  left: var(--safe-x);
  right: var(--safe-x);
}
.hero {
  top: 50%;
  max-width: min(35rem, 47%);
  transform: translateY(-47%);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.92);
}
.title-art {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.74));
  user-select: none;
  pointer-events: none;
}
.title-art--release {
  width: min(100%, 420px);
}
.title-art--listen,
.title-art--follow,
.title-art--read {
  width: min(100%, 460px);
}
.hero__note,
.panel__note {
  max-width: 34ch;
  margin: clamp(20px, 2.6vh, 28px) 0 0;
  color: rgba(242, 240, 233, 0.82);
  font-size: clamp(13px, 1.08vw, 17px);
  line-height: 1.5;
  letter-spacing: -0.012em;
  text-wrap: pretty;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.92);
}
.cta {
  min-height: 50px;
  width: fit-content;
  margin-top: clamp(20px, 2.8vh, 30px);
  padding: 0 17px 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(242, 240, 233, 0.66);
  border-radius: 14px;
  background: rgba(5, 5, 5, 0.4);
  color: var(--cream);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.012em;
  text-transform: lowercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s var(--ease);
}
.cta span {
  font-size: 17px;
  transition: transform 0.2s var(--ease);
}
.cta:hover,
.cta:focus-visible {
  color: #080808;
  background: var(--cream);
  border-color: var(--cream);
  transform: translateY(-2px);
  outline: none;
}
.cta:active {
  transform: translateY(0) scale(0.96);
  background: var(--cream);
  color: #080808;
  border-color: var(--cream);
}
.cta:hover span,
.cta:focus-visible span {
  transform: translate(2px, -2px);
}

/* Signal-only channel backgrounds */
.channel--listen,
.channel--follow,
.channel--read {
  background:
    radial-gradient(
      ellipse at 50% 48%,
      rgba(255, 255, 255, 0.043),
      transparent 58%
    ),
    #030303;
}
.channel--listen::before,
.channel--follow::before,
.channel--read::before {
  content: "";
  position: absolute;
  inset: -25%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.17;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain-shift 0.13s steps(1, end) infinite;
}
.channel--listen::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  top: -25%;
  bottom: -25%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.42;
  background: linear-gradient(
    to bottom,
    transparent 0 42%,
    rgba(255, 255, 255, 0.018) 45%,
    rgba(255, 255, 255, 0.15) 49.6%,
    rgba(255, 255, 255, 0.035) 50.4%,
    transparent 55% 100%
  );
  animation: horizontal-roll 6.5s linear infinite;
}
.channel--follow::after {
  content: "";
  position: absolute;
  inset: -10% -28%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.28;
  background: linear-gradient(
    90deg,
    transparent 0 44%,
    rgba(255, 255, 255, 0.035) 48%,
    rgba(255, 255, 255, 0.18) 49.8%,
    rgba(255, 255, 255, 0.025) 51%,
    transparent 56% 100%
  );
  animation: vertical-roll 8.2s linear infinite;
}
@keyframes horizontal-roll {
  from {
    transform: translateY(-30%);
  }
  to {
    transform: translateY(30%);
  }
}
@keyframes vertical-roll {
  from {
    transform: translateX(-28%);
  }
  to {
    transform: translateX(28%);
  }
}
.panel {
  top: var(--safe-top);
  bottom: var(--safe-bottom);
  width: min(60%, 650px);
  right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.panel__note {
  margin-top: clamp(13px, 1.8vh, 18px);
}

/* Platform links */
.station-list {
  width: min(100%, 620px);
  display: grid;
  gap: clamp(10px, 1.25vh, 14px);
  margin-top: clamp(22px, 3.2vh, 32px);
}
.station {
  position: relative;
  min-height: clamp(58px, 6.7vh, 68px);
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border: 1px solid rgba(242, 240, 233, 0.31);
  border-radius: 18px;
  background: rgba(5, 5, 5, 0.58);
  color: var(--cream);
  text-decoration: none;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.2s var(--ease),
    background 0.2s ease,
    border-color 0.2s ease;
}
.station::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(242, 240, 233, 0.07);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.station:hover,
.station:focus-visible {
  transform: translateX(4px);
  border-color: rgba(242, 240, 233, 0.72);
  outline: none;
}
.station:active {
  transform: translateX(2px) scale(0.98);
  border-color: rgba(242, 240, 233, 0.72);
  background: rgba(242, 240, 233, 0.06);
}
.station:hover::before,
.station:focus-visible::before {
  opacity: 1;
}
.station__icon {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: rgba(242, 240, 233, 0.76);
}
.station__icon svg {
  width: 23px;
  height: 23px;
  display: block;
}
.station__name {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 520;
  letter-spacing: -0.012em;
}
.station__arrow {
  position: relative;
  z-index: 1;
  justify-self: end;
  color: rgba(242, 240, 233, 0.72);
  font-size: 18px;
  line-height: 1;
}

.station-list--icons {
  grid-template-columns: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: clamp(13px, 1.8vw, 20px);
  position: relative;
}
.station-list--icons::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(300px, 62vh, 460px);
  height: clamp(300px, 62vh, 460px);
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(242, 240, 233, 0.09),
    rgba(242, 240, 233, 0.03) 46%,
    transparent 72%
  );
  pointer-events: none;
  z-index: -1;
}
.station-list--icons .station {
  min-height: 0;
  width: clamp(54px, 6.6vw, 64px);
  height: clamp(54px, 6.6vw, 64px);
  grid-template-columns: none;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
}
.station-list--icons .station:hover,
.station-list--icons .station:focus-visible {
  transform: translateY(-3px);
}
.station-list--icons .station:active {
  transform: translateY(0) scale(0.9);
  background: rgba(242, 240, 233, 0.1);
  border-color: rgba(242, 240, 233, 0.72);
}
.station-list--icons .station__icon {
  width: auto;
  height: auto;
}
.station-list--icons .station__icon svg {
  width: 25px;
  height: 25px;
}

/* Channel switching and power-on effects */
.static-switch {
  position: absolute;
  inset: -36%;
  z-index: 58;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.98' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.switch-line {
  position: absolute;
  z-index: 59;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 2px;
  pointer-events: none;
  opacity: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 18px 4px rgba(255, 255, 255, 0.76);
  transform: translateY(-50%) scaleX(0);
}
.viewport.is-tuning .broadcast {
  animation: tune-collapse 0.46s var(--switch) both;
}
.viewport.is-tuning .static-switch {
  visibility: visible;
  animation:
    static-hit 0.46s steps(1, end) both,
    grain-shift 0.065s steps(1, end) infinite;
}
.viewport.is-tuning .switch-line {
  animation: switch-flash 0.46s var(--switch) both;
}
@keyframes tune-collapse {
  0% {
    opacity: 1;
    transform: scaleY(1);
    filter: brightness(1);
  }
  34% {
    opacity: 0.7;
    transform: scaleY(0.035);
    filter: brightness(3);
  }
  49% {
    opacity: 0;
    transform: scaleY(0.006);
    filter: brightness(5);
  }
  66% {
    opacity: 0.46;
    transform: scaleY(0.07);
    filter: brightness(2);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    filter: brightness(1);
  }
}
@keyframes static-hit {
  0%,
  7%,
  89%,
  100% {
    opacity: 0;
  }
  28% {
    opacity: 0.28;
  }
  43%,
  60% {
    opacity: 0.88;
  }
  74% {
    opacity: 0.25;
  }
}
@keyframes switch-flash {
  0%,
  17%,
  82%,
  100% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
  }
  36% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
  53% {
    opacity: 0.82;
    transform: translateY(-50%) scaleX(0.45);
  }
  68% {
    opacity: 0.72;
    transform: translateY(-50%) scaleX(0.92);
  }
}
/* Power-on flash */
.boot {
  position: absolute;
  inset: 0;
  z-index: 64;
  overflow: hidden;
  border-radius: inherit;
  background: #000;
  pointer-events: none;
  transition:
    opacity 0.1s ease,
    visibility 0.1s ease;
}
.tv.is-on .boot {
  opacity: 0;
  visibility: hidden;
}
.boot::before {
  content: "";
  position: absolute;
  inset: -35%;
  opacity: 0;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.96' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.boot::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 50%;
  height: 2px;
  opacity: 0;
  background: #fff;
  border-radius: 999px;
  box-shadow:
    0 0 18px 4px rgba(255, 255, 255, 0.88),
    0 0 56px 16px rgba(255, 255, 255, 0.35);
  transform: translateY(-50%) scaleX(0);
}
.screen.is-powering .boot::before {
  animation:
    boot-static 0.43s steps(1, end) both,
    grain-shift 0.045s steps(1, end) infinite;
}
.screen.is-powering .boot::after {
  animation: boot-on 0.43s cubic-bezier(0.18, 0.82, 0.18, 1) both;
}
@keyframes boot-static {
  0%,
  10% {
    opacity: 0;
  }
  18% {
    opacity: 0.2;
  }
  28% {
    opacity: 0.76;
  }
  40% {
    opacity: 0.94;
  }
  55% {
    opacity: 0.46;
  }
  72% {
    opacity: 0.66;
  }
  88% {
    opacity: 0.18;
  }
  100% {
    opacity: 0;
  }
}
@keyframes boot-on {
  0% {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
  }
  12% {
    opacity: 1;
    transform: translateY(-50%) scaleX(0.18);
  }
  28% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
  43% {
    opacity: 0.94;
    height: 2px;
  }
  60% {
    opacity: 0.68;
    top: 0;
    bottom: 0;
    height: auto;
    border-radius: 0;
    transform: none;
    box-shadow:
      inset 0 0 22px rgba(255, 255, 255, 0.18),
      0 0 24px 8px rgba(255, 255, 255, 0.12);
  }
  100% {
    opacity: 0;
    top: 0;
    bottom: 0;
    height: auto;
    transform: none;
  }
}

/* Physical controls */
.controls {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(12px, 1.4vw, 20px) clamp(8px, 0.9vw, 14px);
  border: 3px solid #070707;
  border-radius: clamp(22px, 2.4vw, 38px);
  background:
    linear-gradient(
      110deg,
      rgba(255, 255, 255, 0.3),
      transparent 18% 72%,
      rgba(0, 0, 0, 0.17)
    ),
    linear-gradient(180deg, #bbb8b1, #93908a 52%, #bcb9b2);
  box-shadow:
    inset 0 0 0 2px rgba(242, 240, 233, 0.28),
    inset 0 0 22px rgba(0, 0, 0, 0.18),
    0 3px 0 rgba(255, 255, 255, 0.14);
}
.control {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
}
.control + .control {
  margin-top: clamp(18px, 2.4vh, 28px);
}
.control__label,
.power-engraving {
  color: rgba(8, 8, 8, 0.68);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.power-engraving {
  display: none;
}
.knob {
  position: relative;
  width: clamp(72px, 7.8vw, 112px);
  aspect-ratio: 1;
  padding: 0;
  border: 4px solid #080808;
  border-radius: 50%;
  cursor: pointer;
  background:
    radial-gradient(
      circle at 38% 30%,
      #f2efe8 0 5%,
      #c8c5be 6% 13%,
      transparent 14%
    ),
    radial-gradient(
      circle at 50% 50%,
      #aaa7a0 0 48%,
      #1b1b1a 49% 55%,
      #cac7c0 56% 72%,
      #111 73% 79%,
      #b8b5ae 80% 100%
    );
  box-shadow:
    7px 10px 0 rgba(0, 0, 0, 0.32),
    inset 0 0 0 3px rgba(255, 255, 255, 0.28),
    inset -8px -9px 16px rgba(0, 0, 0, 0.25),
    inset 7px 8px 12px rgba(255, 255, 255, 0.22);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease;
}
.knob:hover,
.knob:focus-visible {
  outline: 2px solid #090909;
  outline-offset: 5px;
}
.knob:active {
  transform: translate(2px, 3px) scale(0.98);
  box-shadow:
    3px 5px 0 rgba(0, 0, 0, 0.3),
    inset 0 0 0 3px rgba(255, 255, 255, 0.28),
    inset -8px -9px 16px rgba(0, 0, 0, 0.25),
    inset 7px 8px 12px rgba(255, 255, 255, 0.22);
}
.knob:disabled {
  opacity: 0.48;
  cursor: default;
  filter: saturate(0.35) brightness(0.86);
}
.knob:disabled:hover,
.knob:disabled:focus-visible,
.knob:disabled:active {
  outline: none;
  transform: none;
}
.tv.is-off .knob--channel::after {
  content: "";
  position: absolute;
  inset: -14%;
  border-radius: 50%;
  border: 1px solid rgba(242, 240, 233, 0.5);
  opacity: 0;
  pointer-events: none;
  animation: power-invite 2.6s ease-out infinite;
}
@keyframes power-invite {
  0% {
    transform: scale(0.86);
    opacity: 0;
  }
  18% {
    opacity: 0.55;
  }
  70% {
    transform: scale(1.32);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.knob__rotor {
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  transition: transform 0.42s var(--ease);
}
.knob--channel .knob__rotor {
  transform: rotate(var(--channel-angle));
}
.knob--back {
  width: clamp(50px, 5.5vw, 76px);
  border-width: 3px;
}
.knob--back .knob__rotor {
  transform: rotate(var(--back-angle));
}
.knob__pointer {
  position: absolute;
  left: 50%;
  top: 2%;
  width: 14%;
  height: 48%;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #121212,
    #f1eee7 18% 73%,
    #151515 77% 100%
  );
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.42);
  transform: translateX(-50%);
}
.tick-ring {
  position: absolute;
  inset: -10%;
  pointer-events: none;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from -42deg,
    #111 0 2deg,
    transparent 2deg 19deg
  );
  -webkit-mask: radial-gradient(
    circle,
    transparent 0 78%,
    #000 79% 86%,
    transparent 87%
  );
  mask: radial-gradient(
    circle,
    transparent 0 78%,
    #000 79% 86%,
    transparent 87%
  );
  opacity: 0.9;
}
.tv.is-off .knob--channel .knob__rotor {
  animation: knob-resist 2.35s cubic-bezier(0.34, 0.02, 0.22, 1) infinite;
}
.tv.is-off.is-powering .knob--channel .knob__rotor {
  animation: knob-release 0.43s cubic-bezier(0.16, 0.86, 0.22, 1) both !important;
}
@keyframes knob-resist {
  0%,
  8%,
  44%,
  100% {
    transform: rotate(var(--channel-angle));
  }
  12% {
    transform: rotate(calc(var(--channel-angle) + 4deg));
  }
  15% {
    transform: rotate(calc(var(--channel-angle) + 1deg));
  }
  19% {
    transform: rotate(calc(var(--channel-angle) + 7deg));
  }
  22% {
    transform: rotate(calc(var(--channel-angle) + 2deg));
  }
  27% {
    transform: rotate(calc(var(--channel-angle) + 9deg));
  }
  31% {
    transform: rotate(calc(var(--channel-angle) + 3deg));
  }
  36% {
    transform: rotate(calc(var(--channel-angle) + 6deg));
  }
  41% {
    transform: rotate(var(--channel-angle));
  }
}
@keyframes knob-release {
  0% {
    transform: rotate(var(--channel-angle));
  }
  32% {
    transform: rotate(calc(var(--channel-angle) + 17deg));
  }
  60% {
    transform: rotate(calc(var(--channel-angle) + 10deg));
  }
  100% {
    transform: rotate(var(--channel-angle));
  }
}
.speaker {
  position: relative;
  width: 100%;
  margin-top: auto;
  display: grid;
  gap: clamp(8px, 1.25vh, 13px);
  padding: 18px 4px 8px;
}
.speaker > span {
  display: block;
  width: 100%;
  height: clamp(8px, 1.2vh, 13px);
  border-radius: 999px;
  background: #070707;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.06),
    0 2px 0 rgba(255, 255, 255, 0.12);
}
.status {
  margin-top: clamp(12px, 1.8vh, 20px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(8, 8, 8, 0.64);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #121212;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.23),
    0 0 8px rgba(0, 0, 0, 0.4);
}
.status.is-on::before {
  background: #f1efe8;
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.44),
    0 0 12px rgba(255, 255, 255, 0.65);
}

/* Responsive layouts */
@media (max-width: 860px), (max-aspect-ratio: 4/5) {
  :root {
    --safe-x: 34px;
    --safe-top: 28px;
    --safe-bottom: 32px;
  }
  .stage {
    padding: max(7px, env(safe-area-inset-top))
      max(7px, env(safe-area-inset-right))
      max(11px, env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));
  }
  .tv {
    width: min(100%, 620px);
    height: calc(
      100svh - max(18px, env(safe-area-inset-top)) -
        max(20px, env(safe-area-inset-bottom))
    );
    min-height: 540px;
    padding: 10px;
    border-radius: 36px 36px 28px 28px/32px 32px 22px 22px;
  }
  .tv__face {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) 68px;
    gap: 9px;
  }
  .bezel {
    padding: 9px;
    border-width: 3px;
    border-radius: 30px/25px;
  }
  .screen {
    --crop: 14px;
    --radius-x: 23px;
    --radius-y: 19px;
    border-radius: 24px/20px;
  }
  .controls {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    align-items: center;
    justify-items: center;
    gap: 12px;
    padding: 5px 12px 6px;
    border-width: 2px;
    border-radius: 22px;
  }
  .control {
    display: block;
  }
  .control + .control {
    margin-top: 0;
  }
  .control__label,
  .tick-ring {
    display: none;
  }
  .power-engraving {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    font-size: 6.5px;
    letter-spacing: 0.16em;
    white-space: nowrap;
    opacity: 0.78;
  }
  .knob {
    width: 48px;
    border-width: 3px;
    box-shadow:
      4px 5px 0 rgba(0, 0, 0, 0.29),
      inset 0 0 0 2px rgba(255, 255, 255, 0.25),
      inset -5px -6px 10px rgba(0, 0, 0, 0.22),
      inset 4px 5px 8px rgba(255, 255, 255, 0.19);
  }
  .knob--back {
    width: 38px;
  }
  .speaker {
    min-width: 0;
    height: 44px;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    gap: 5px;
  }
  .speaker > span {
    width: 100%;
    height: 28px;
  }
  .status {
    margin-top: 0;
    font-size: 7px;
  }
  .status span {
    display: none;
  }
  .channel__image {
    object-position: 51% 50%;
    transform: scale(1.025);
  }
  .channel__shade {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.16) 42%,
        rgba(0, 0, 0, 0.42) 73%,
        rgba(0, 0, 0, 0.82) 100%
      ),
      linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.03) 72%);
  }
  .hero {
    top: 50%;
    left: 36px;
    right: 36px;
    max-width: none;
    width: auto;
    transform: translateY(-50%);
  }
  .title-art--release {
    width: min(72%, 330px);
  }
  .hero__note {
    max-width: 29ch;
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.48;
  }
  .cta {
    min-height: 46px;
    margin-top: 17px;
    font-size: 13px;
  }
  .panel {
    top: 72px;
    bottom: 34px;
    left: 36px;
    right: 36px;
    width: auto;
  }
  .title-art--listen,
  .title-art--follow,
.title-art--read {
    width: min(76%, 360px);
  }
  .panel__note {
    max-width: 27ch;
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.44;
  }
  .station-list {
    width: 100%;
    margin-top: 20px;
    gap: 10px;
  }
  .station {
    min-height: 56px;
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    gap: 10px;
    padding: 0 13px;
    border-radius: 16px;
  }
  .station__icon {
    width: 26px;
    height: 26px;
  }
  .station__icon svg {
    width: 21px;
    height: 21px;
  }
  .station__name {
    font-size: 15.5px;
  }
  .station__arrow {
    font-size: 16px;
  }
  .station-list--icons {
    width: 100%;
    gap: 12px;
  }
  .station-list--icons .station {
    width: 52px;
    height: 52px;
  }
  .station-list--icons .station__icon svg {
    width: 22px;
    height: 22px;
  }
  .readout {
    top: 28px;
    right: 34px;
  }
  .readout strong {
    font-size: 20px;
  }
}
@media (max-width: 370px), (max-height: 640px) {
  :root {
    --safe-x: 28px;
    --safe-top: 23px;
    --safe-bottom: 26px;
  }
  .tv {
    min-height: 520px;
  }
  .tv__face {
    grid-template-rows: minmax(0, 1fr) 58px;
  }
  .screen {
    --crop: 12px;
    --radius-x: 20px;
    --radius-y: 17px;
  }
  .controls {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .knob {
    width: 42px;
  }
  .knob--back {
    width: 34px;
  }
  .speaker {
    height: 35px;
  }
  .speaker > span {
    height: 25px;
    min-height: 25px;
  }
  .power-engraving {
    bottom: -3px;
    font-size: 6px;
  }
  .readout {
    top: 22px;
    right: 28px;
  }
  .hero {
    left: 30px;
    right: 30px;
  }
  .title-art--release {
    width: min(73%, 285px);
  }
  .hero__note {
    max-width: 27ch;
    margin-top: 13px;
    font-size: 10.5px;
    line-height: 1.42;
  }
  .cta {
    min-height: 43px;
    margin-top: 13px;
    font-size: 12px;
  }
  .panel {
    top: 60px;
    bottom: 24px;
    left: 30px;
    right: 30px;
  }
  .title-art--listen,
  .title-art--follow,
.title-art--read {
    width: min(78%, 310px);
  }
  .panel__note {
    margin-top: 8px;
    font-size: 10px;
  }
  .station-list {
    margin-top: 14px;
    gap: 7px;
  }
  .station {
    min-height: 48px;
    grid-template-columns: 26px minmax(0, 1fr) 17px;
    gap: 9px;
    padding: 0 11px;
    border-radius: 14px;
  }
  .station__name {
    font-size: 14px;
  }
  .station-list--icons {
    gap: 10px;
  }
  .station-list--icons .station {
    width: 48px;
    height: 48px;
  }
  .station-list--icons .station__icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 340px) {
  :root {
    --safe-x: 22px;
    --safe-top: 21px;
    --safe-bottom: 22px;
  }
  .readout {
    top: 20px;
    right: 22px;
  }
  .hero {
    left: 24px;
    right: 24px;
  }
  .title-art--release {
    width: min(78%, 250px);
  }
  .hero__note {
    max-width: 26ch;
    font-size: 10px;
  }
  .panel {
    left: 18px;
    right: 18px;
    top: 56px;
    bottom: 22px;
  }
  .title-art--listen,
  .title-art--follow,
.title-art--read {
    width: min(82%, 270px);
  }
  .station {
    grid-template-columns: 24px minmax(0, 1fr) 15px;
    gap: 7px;
    padding: 0 9px;
  }
  .station__icon {
    width: 23px;
    height: 23px;
  }
  .station__icon svg {
    width: 19px;
    height: 19px;
  }
  .station__name {
    font-size: 13.5px;
  }
  .station__arrow {
    font-size: 14px;
  }
  .station-list--icons {
    gap: 9px;
  }
  .station-list--icons .station {
    width: 44px;
    height: 44px;
  }
  .station-list--icons .station__icon svg {
    width: 18px;
    height: 18px;
  }
}

/* Accessibility preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .tv.is-off .knob--channel .knob__rotor {
    animation: none !important;
  }
}
@media (prefers-contrast: more) {
  .station,
  .cta {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .screen-grain,
  .viewport::after {
    opacity: 0.07;
  }
}

/* Compact landscape phones: fit the whole television inside Safari's visual viewport. */
@media (orientation: landscape) and (max-height: 600px),
  (orientation: landscape) and (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  :root {
    --safe-x: clamp(24px, 4.5vw, 42px);
    --safe-top: clamp(15px, 5vh, 24px);
    --safe-bottom: clamp(13px, 4.5vh, 22px);
  }

  html,
  body {
    width: 100%;
    height: var(--app-height, 100dvh);
    min-height: 0;
    overflow: hidden;
    overscroll-behavior: none;
  }

  .stage {
    width: var(--app-width, 100vw);
    height: var(--app-height, 100dvh);
    min-height: 0;
    padding:
      max(5px, env(safe-area-inset-top))
      max(8px, env(safe-area-inset-right))
      max(5px, env(safe-area-inset-bottom))
      max(8px, env(safe-area-inset-left));
  }

  .stage::after {
    bottom: 0;
    height: 5%;
    filter: blur(15px);
  }

  .tv {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-width: none;
    max-height: none;
    padding: clamp(6px, 1.8vh, 9px);
    border-width: 2px;
    border-radius: clamp(22px, 4.4vh, 34px) / clamp(18px, 3.7vh, 28px);
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.42),
      inset 0 0 0 5px #0a0a09,
      inset 0 0 0 7px rgba(255, 255, 255, 0.22),
      0 14px 34px rgba(0, 0, 0, 0.68);
  }

  .tv::before {
    inset: 4px;
    border-width: 1px;
    border-radius: inherit;
  }

  .tv__face {
    grid-template-columns: minmax(0, 1fr) clamp(94px, 13.5vw, 122px);
    grid-template-rows: minmax(0, 1fr);
    gap: clamp(6px, 1.1vw, 9px);
  }

  .bezel {
    padding: clamp(5px, 1.5vh, 8px);
    border-width: 3px;
    border-radius: clamp(18px, 3.7vh, 28px) / clamp(15px, 3.1vh, 23px);
    box-shadow:
      inset 0 0 0 1px rgba(235, 232, 224, 0.2),
      inset 0 0 0 4px #070707,
      0 2px 0 rgba(255, 255, 255, 0.12);
  }

  .screen {
    --crop: clamp(6px, 1.8vh, 9px);
    --radius-x: clamp(13px, 3.8vh, 21px);
    --radius-y: clamp(11px, 3.2vh, 18px);
    border-width: 2px;
    border-radius: clamp(16px, 3.4vh, 25px) / clamp(14px, 2.9vh, 21px);
  }

  .viewport::before {
    box-shadow:
      inset 0 0 0 2px rgba(0, 0, 0, 0.97),
      inset 0 0 28px 9px rgba(0, 0, 0, 0.86);
  }

  .controls {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: initial;
    gap: 0;
    padding: clamp(6px, 1.9vh, 9px) clamp(5px, 0.9vw, 8px);
    border-width: 2px;
    border-radius: clamp(15px, 3.7vh, 23px);
    overflow: hidden;
    box-shadow:
      inset 0 0 0 1px rgba(242, 240, 233, 0.28),
      inset 0 0 14px rgba(0, 0, 0, 0.16),
      0 2px 0 rgba(255, 255, 255, 0.12);
  }

  .control {
    display: grid;
    gap: clamp(3px, 1.1vh, 5px);
  }

  .control + .control {
    margin-top: clamp(5px, 1.7vh, 9px);
  }

  .control__label {
    display: block;
    font-size: clamp(5px, 1.7vh, 7px);
    letter-spacing: 0.15em;
  }

  .power-engraving {
    display: none;
  }

  .knob {
    width: clamp(43px, 15vh, 58px);
    border-width: 3px;
    box-shadow:
      4px 5px 0 rgba(0, 0, 0, 0.28),
      inset 0 0 0 2px rgba(255, 255, 255, 0.25),
      inset -5px -6px 10px rgba(0, 0, 0, 0.22),
      inset 4px 5px 8px rgba(255, 255, 255, 0.18);
  }

  .knob--back {
    width: clamp(33px, 11vh, 44px);
  }

  .speaker {
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: initial;
    margin-top: auto;
    gap: clamp(3px, 1.1vh, 6px);
    padding: clamp(5px, 1.8vh, 9px) 2px 1px;
  }

  .speaker > span {
    width: 100%;
    height: clamp(4px, 1.55vh, 7px);
    min-height: 0;
  }

  .status {
    flex: 0 0 auto;
    margin-top: clamp(4px, 1.3vh, 7px);
    gap: 5px;
    font-size: clamp(5px, 1.5vh, 6px);
  }

  .status span {
    display: inline;
  }

  .status::before {
    width: 5px;
    height: 5px;
  }

  .readout {
    top: clamp(13px, 5vh, 22px);
    right: clamp(30px, 5vw, 50px);
    gap: 6px;
    color: rgba(242, 240, 233, 0.86);
    text-shadow: 0 1px 9px rgba(0, 0, 0, 0.98);
  }

  .readout span {
    font-size: clamp(6px, 2vh, 8px);
  }

  .readout strong {
    font-size: clamp(16px, 6vh, 23px);
  }

  .channel__image {
    object-position: 51% 51%;
    transform: scale(1.02);
  }

  /* CH 01: title first, meaning second, one unmistakable action. */
  .channel--now .channel__shade {
    background:
      radial-gradient(
        ellipse at 78% 61%,
        rgba(0, 0, 0, 0.66) 0%,
        rgba(0, 0, 0, 0.36) 25%,
        rgba(0, 0, 0, 0.08) 47%,
        transparent 62%
      ),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.87) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.06) 68%,
        rgba(0, 0, 0, 0.3) 100%
      ),
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.13) 40%,
        transparent 72%,
        rgba(0, 0, 0, 0.16) 100%
      );
  }

  .channel--now .hero {
    inset: 0;
    width: auto;
    max-width: none;
    transform: none;
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(150px, 42%);
    grid-template-rows: 1fr auto auto 1fr;
    align-items: center;
    column-gap: clamp(24px, 4.4vw, 52px);
    row-gap: clamp(12px, 3.2vh, 18px);
    padding:
      clamp(20px, 5.6vh, 32px)
      clamp(30px, 5vw, 56px)
      clamp(22px, 6vh, 34px);
  }

  .channel--now .title-art--release {
    grid-column: 1;
    grid-row: 1 / 5;
    align-self: center;
    justify-self: start;
    width: min(100%, 408px);
    max-height: 54vh;
  }

  .channel--now .hero__note {
    position: relative;
    top: clamp(12px, 3.6vh, 18px);
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    justify-self: start;
    max-width: 23ch;
    margin: 0;
    color: rgba(242, 240, 233, 0.86);
    font-size: clamp(12px, 3.25vh, 13px);
    line-height: 1.35;
    letter-spacing: 0;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.96);
  }

  .channel--now .cta {
    position: relative;
    top: clamp(12px, 3.6vh, 18px);
    grid-column: 2;
    grid-row: 3;
    align-self: start;
    justify-self: start;
    min-width: clamp(146px, 18vw, 182px);
    min-height: clamp(42px, 12.5vh, 50px);
    margin: 0;
    padding: 0 clamp(16px, 2vw, 20px);
    gap: 15px;
    border: 1px solid rgba(5, 5, 5, 0.92);
    border-radius: 8px;
    background: #f0eee7;
    color: #070707;
    font-size: clamp(12px, 3.35vh, 14px);
    font-weight: 700;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.28),
      inset 0 0 0 2px rgba(0, 0, 0, 0.055);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .channel--now .cta span {
    font-size: clamp(17px, 4.6vh, 20px);
  }

  .channel--now .cta:hover,
  .channel--now .cta:focus-visible {
    color: #f2f0e9;
    background: #070707;
    border-color: #f0eee7;
    box-shadow: inset 0 0 0 1px rgba(242, 240, 233, 0.18);
  }

  .channel--now .cta:active {
    transform: translateY(1px) scale(0.985);
  }

  .panel {
    top: clamp(22px, 7vh, 34px);
    bottom: clamp(12px, 4vh, 20px);
    left: clamp(22px, 4vw, 42px);
    right: clamp(22px, 4vw, 42px);
    width: auto;
    display: grid;
    grid-template-columns: minmax(142px, 0.78fr) minmax(210px, 1.22fr);
    grid-template-rows: auto auto;
    align-content: center;
    align-items: center;
    column-gap: clamp(14px, 2.8vw, 28px);
  }

  .title-art--listen,
  .title-art--follow,
.title-art--read {
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 320px);
    max-height: 44vh;
    align-self: end;
  }

  .panel__note {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    max-width: 29ch;
    margin-top: clamp(5px, 1.7vh, 9px);
    font-size: clamp(9px, 2.7vh, 12px);
    line-height: 1.34;
  }

  .station-list {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    width: 100%;
    margin-top: 0;
    gap: clamp(5px, 1.55vh, 8px);
  }

  .station {
    min-height: clamp(36px, 10.8vh, 45px);
    grid-template-columns: clamp(20px, 6vh, 25px) minmax(0, 1fr) 16px;
    gap: clamp(7px, 1.1vw, 11px);
    padding: 0 clamp(10px, 1.3vw, 14px);
    border-radius: 12px;
  }

  .station__icon {
    width: clamp(19px, 6vh, 24px);
    height: clamp(19px, 6vh, 24px);
  }

  .station__icon svg {
    width: clamp(16px, 5vh, 20px);
    height: clamp(16px, 5vh, 20px);
  }

  .station__name {
    font-size: clamp(11.5px, 3.55vh, 15px);
  }

  .station__arrow {
    font-size: clamp(12px, 3.8vh, 15px);
  }
  .station-list--icons {
    width: 100%;
    gap: clamp(9px, 1.4vh, 13px);
  }
  .station-list--icons .station {
    width: clamp(40px, 9.4vh, 50px);
    height: clamp(40px, 9.4vh, 50px);
  }
  .station-list--icons .station__icon svg {
    width: clamp(17px, 4.1vh, 21px);
    height: clamp(17px, 4.1vh, 21px);
  }
}

@media (orientation: landscape) and (max-height: 330px) {
  .channel--now .hero {
    grid-template-columns: minmax(0, 59%) minmax(132px, 41%);
    column-gap: clamp(18px, 3.2vw, 32px);
    row-gap: clamp(9px, 2.8vh, 13px);
    padding:
      clamp(16px, 5vh, 24px)
      clamp(23px, 4.1vw, 40px)
      clamp(16px, 5vh, 24px);
  }

  .channel--now .title-art--release {
    width: min(100%, 326px);
    max-height: 48vh;
  }

  .channel--now .hero__note {
    top: clamp(8px, 3vh, 12px);
    max-width: 22ch;
    font-size: clamp(11px, 3.45vh, 12px);
    line-height: 1.32;
  }

  .channel--now .cta {
    top: clamp(8px, 3vh, 12px);
    min-width: clamp(124px, 17vw, 152px);
    min-height: clamp(36px, 11.8vh, 42px);
    padding-inline: 14px;
    border-radius: 7px;
    font-size: clamp(10.5px, 3.25vh, 12px);
  }

  .channel--now .cta span {
    font-size: clamp(14px, 4.2vh, 17px);
  }
}

/* 2026-07-17 polish: fullscreen-proof animated artwork + platform dock */
.channel--now {
  background: #030303 url("now.webp") 50% 53% / cover no-repeat;
}
.channel__image {
  z-index: 0;
  display: block;
  max-width: none;
  background: #030303;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-clip-path: inset(0.5px);
  clip-path: inset(0.5px);
  will-change: transform;
}
.channel__shade {
  z-index: 1;
}

.station-list--icons {
  --dock-columns: 5;
  position: relative;
  isolation: isolate;
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: repeat(var(--dock-columns), minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
  gap: 10px;
  margin-top: clamp(22px, 3.2vh, 32px);
  padding: 10px;
  border: 1px solid rgba(242, 240, 233, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(242, 240, 233, 0.055), transparent 42%),
    rgba(4, 4, 4, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 0 0 1px rgba(0, 0, 0, 0.22),
    0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}
.channel--follow .station-list--icons {
  --dock-columns: 4;
  width: min(100%, 430px);
}
.station-list--icons::before {
  content: "";
  position: absolute;
  inset: -52px -34px;
  width: auto;
  height: auto;
  transform: none;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 42% 50%,
    rgba(242, 240, 233, 0.1),
    rgba(242, 240, 233, 0.025) 46%,
    transparent 72%
  );
  pointer-events: none;
  z-index: -1;
}
.station-list--icons .station {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 6px 9px;
  border-color: rgba(242, 240, 233, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(242, 240, 233, 0.055), transparent 62%),
    rgba(242, 240, 233, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 8px 20px rgba(0, 0, 0, 0.13);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition:
    transform 0.22s var(--ease),
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.22s ease;
}
.station-list--icons .station::before {
  background: rgba(242, 240, 233, 0.055);
}
.station-list--icons .station__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 240, 233, 0.21);
  border-radius: 50%;
  background: rgba(242, 240, 233, 0.065);
  color: rgba(242, 240, 233, 0.92);
  transition:
    transform 0.22s var(--ease),
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.station-list--icons .station__icon svg {
  width: 23px;
  height: 23px;
}
.station__label {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: rgba(242, 240, 233, 0.72);
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.015em;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.station-list--icons .station:focus-visible {
  outline: 2px solid rgba(242, 240, 233, 0.9);
  outline-offset: 3px;
}
@media (hover: hover) {
  .station-list--icons .station:hover {
    transform: translateY(-4px);
    border-color: rgba(242, 240, 233, 0.95);
    background: var(--cream);
    color: #070707;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  }
  .station-list--icons .station:hover::before {
    opacity: 0;
  }
  .station-list--icons .station:hover .station__icon {
    transform: scale(1.045);
    border-color: rgba(5, 5, 5, 0.16);
    background: rgba(5, 5, 5, 0.065);
    color: #070707;
  }
  .station-list--icons .station:hover .station__label {
    color: #070707;
  }
}
.station-list--icons .station:active {
  transform: translateY(0) scale(0.96);
  border-color: rgba(242, 240, 233, 0.76);
  background: rgba(242, 240, 233, 0.12);
}

@keyframes platform-reveal {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.tv.is-on .channel.is-active .station-list--icons .station {
  animation: platform-reveal 0.46s var(--ease) both;
}
.tv.is-on .channel.is-active .station-list--icons .station:nth-child(2) {
  animation-delay: 0.045s;
}
.tv.is-on .channel.is-active .station-list--icons .station:nth-child(3) {
  animation-delay: 0.09s;
}
.tv.is-on .channel.is-active .station-list--icons .station:nth-child(4) {
  animation-delay: 0.135s;
}
.tv.is-on .channel.is-active .station-list--icons .station:nth-child(5) {
  animation-delay: 0.18s;
}

@media (max-width: 860px), (max-aspect-ratio: 4/5) {
  .station-list--icons {
    width: min(100%, 340px);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
    padding: 8px;
    border-radius: 20px;
  }
  .channel--listen .station-list--icons .station {
    grid-column: span 2;
  }
  .channel--listen .station-list--icons .station:nth-child(4) {
    grid-column: 2 / span 2;
  }
  .channel--listen .station-list--icons .station:nth-child(5) {
    grid-column: 4 / span 2;
  }
  .channel--follow .station-list--icons {
    width: min(100%, 280px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .station-list--icons .station {
    min-height: 72px;
    gap: 7px;
    padding: 8px 4px 7px;
    border-radius: 14px;
  }
  .station-list--icons .station__icon {
    width: 36px;
    height: 36px;
  }
  .station-list--icons .station__icon svg {
    width: 20px;
    height: 20px;
  }
  .station__label {
    font-size: 9px;
  }
}

@media (max-width: 370px), (max-height: 640px) {
  .station-list--icons {
    gap: 6px;
    margin-top: 13px;
    padding: 7px;
    border-radius: 17px;
  }
  .station-list--icons .station {
    min-height: 62px;
    gap: 5px;
    padding: 6px 3px;
    border-radius: 12px;
  }
  .station-list--icons .station__icon {
    width: 32px;
    height: 32px;
  }
  .station-list--icons .station__icon svg {
    width: 18px;
    height: 18px;
  }
  .station__label {
    font-size: 8px;
  }
}

@media (orientation: landscape) and (max-height: 600px),
  (orientation: landscape) and (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  .station-list--icons {
    width: 100%;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(5px, 1.15vh, 7px);
    margin-top: 0;
    padding: clamp(5px, 1.5vh, 7px);
    border-radius: clamp(12px, 3.5vh, 16px);
  }
  .channel--listen .station-list--icons .station {
    grid-column: span 2;
  }
  .channel--listen .station-list--icons .station:nth-child(4) {
    grid-column: 2 / span 2;
  }
  .channel--listen .station-list--icons .station:nth-child(5) {
    grid-column: 4 / span 2;
  }
  .channel--follow .station-list--icons {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .station-list--icons .station {
    min-height: clamp(49px, 15.8vh, 61px);
    gap: clamp(3px, 1vh, 5px);
    padding: clamp(4px, 1.1vh, 6px) 2px;
    border-radius: clamp(9px, 2.8vh, 12px);
  }
  .station-list--icons .station__icon {
    width: clamp(27px, 8.4vh, 33px);
    height: clamp(27px, 8.4vh, 33px);
  }
  .station-list--icons .station__icon svg {
    width: clamp(15px, 4.8vh, 19px);
    height: clamp(15px, 4.8vh, 19px);
  }
  .station__label {
    font-size: clamp(6.5px, 2.05vh, 8px);
  }
}



/* Optical centering for asymmetric brand marks. */
.station--apple .station__icon svg,
.station--vk .station__icon svg {
  overflow: visible;
  shape-rendering: geometricPrecision;
}


.station--x .station__icon svg {
  width: 19px;
  height: 19px;
}

/* Bilingual interface: RU / EN */
html[data-language="ru"] .lang-visual--en,
html[data-language="en"] .lang-visual--ru {
  display: none !important;
}

.title-copy {
  color: var(--cream);
  font-family: "Title Serif", "Iowan Old Style", "Baskerville",
    "Times New Roman", Times, serif;
  font-weight: 400;
  font-synthesis: none;
  line-height: 0.82;
  letter-spacing: -0.068em;
  text-transform: lowercase;
  text-wrap: balance;
  filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.78));
}
.title-copy__line {
  display: block;
  width: fit-content;
  white-space: nowrap;
}
.title-copy__line + .title-copy__line {
  margin-top: 0.03em;
}
.title-copy--release {
  font-size: clamp(54px, 6.2vw, 92px);
}
.title-copy--release .title-copy__line:last-child {
  margin-left: 0.2em;
}
.title-copy--section {
  font-size: clamp(50px, 5.5vw, 84px);
}
.title-copy--section .title-copy__line:last-child {
  margin-left: 0.13em;
}
.cta .cta__label {
  font-size: inherit;
  transition: none;
}
.cta .cta__arrow {
  font-size: 17px;
}
.cta:hover .cta__label,
.cta:focus-visible .cta__label {
  transform: none;
}

/* Language glitch: a short CRT tear hides the actual text swap. */
.language-glitch {
  position: absolute;
  inset: 0;
  z-index: 63;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  isolation: isolate;
}
.language-glitch::before,
.language-glitch::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.language-glitch::before {
  inset: -32%;
  opacity: 0;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.99' numOctaves='3' seed='9' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.language-glitch::after {
  inset: 0;
  opacity: 0;
  mix-blend-mode: difference;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0 7px,
      rgba(255, 255, 255, 0.14) 8px,
      transparent 9px 14px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08),
      transparent 18% 72%,
      rgba(255, 255, 255, 0.12)
    );
}
.language-glitch__slice {
  position: absolute;
  left: -12%;
  width: 124%;
  opacity: 0;
  background: rgba(242, 240, 233, 0.18);
  mix-blend-mode: difference;
  backdrop-filter: invert(1) contrast(2.7) brightness(1.35);
  -webkit-backdrop-filter: invert(1) contrast(2.7) brightness(1.35);
  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.75),
    0 1px 0 rgba(0, 0, 0, 0.85);
}
.language-glitch__slice:nth-child(1) {
  top: 17%;
  height: 10%;
}
.language-glitch__slice:nth-child(2) {
  top: 49%;
  height: 7%;
}
.language-glitch__slice:nth-child(3) {
  top: 73%;
  height: 13%;
}
.viewport.is-language-glitch .broadcast {
  animation: language-frame-jolt 0.68s steps(1, end) both;
}
.viewport.is-language-glitch .readout {
  animation: language-readout-jolt 0.68s steps(1, end) both;
}
.viewport.is-language-glitch .language-glitch {
  visibility: visible;
  animation: language-glitch-shell 0.68s steps(1, end) both;
}
.viewport.is-language-glitch .language-glitch::before {
  animation:
    language-glitch-noise 0.68s steps(1, end) both,
    grain-shift 0.047s steps(1, end) infinite;
}
.viewport.is-language-glitch .language-glitch::after {
  animation: language-glitch-scan 0.68s steps(1, end) both;
}
.viewport.is-language-glitch .language-glitch__slice:nth-child(1) {
  animation: language-tear-a 0.68s steps(1, end) both;
}
.viewport.is-language-glitch .language-glitch__slice:nth-child(2) {
  animation: language-tear-b 0.68s steps(1, end) both;
}
.viewport.is-language-glitch .language-glitch__slice:nth-child(3) {
  animation: language-tear-c 0.68s steps(1, end) both;
}
@keyframes language-frame-jolt {
  0%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: none;
  }
  8% {
    transform: translate3d(-7px, 1px, 0) skewX(-0.8deg);
    filter: contrast(1.7) brightness(1.22);
  }
  14% {
    transform: translate3d(9px, -2px, 0) skewX(1.1deg);
    filter: invert(0.86) contrast(2.35) brightness(1.35);
  }
  21% {
    transform: translate3d(-3px, 0, 0) scaleY(0.92);
    filter: contrast(2.1) brightness(1.55);
  }
  31% {
    opacity: 0.72;
    transform: translate3d(5px, 0, 0) scaleY(0.08);
    filter: contrast(3.2) brightness(3.4);
  }
  39% {
    opacity: 0.08;
    transform: translate3d(-4px, 0, 0) scaleY(0.012);
    filter: contrast(4) brightness(5);
  }
  47% {
    opacity: 0.34;
    transform: translate3d(10px, 0, 0) scaleY(0.18);
    filter: invert(0.9) contrast(3) brightness(2.2);
  }
  56% {
    opacity: 0.86;
    transform: translate3d(-8px, 1px, 0) scaleY(1.035);
    filter: contrast(2.2) brightness(1.35);
  }
  65% {
    transform: translate3d(5px, -1px, 0) skewX(-0.55deg);
    filter: invert(0.16) contrast(1.8);
  }
  74% {
    transform: translate3d(-2px, 0, 0) scaleX(1.012);
    filter: contrast(1.35) brightness(1.08);
  }
  86% {
    transform: translate3d(1px, 0, 0);
    filter: contrast(1.08);
  }
}
@keyframes language-readout-jolt {
  0%,
  100% {
    opacity: 1;
    transform: none;
  }
  12% {
    transform: translateX(-5px);
  }
  21% {
    transform: translateX(7px);
  }
  34%,
  48% {
    opacity: 0;
    transform: translateX(-10px);
  }
  57% {
    opacity: 0.8;
    transform: translateX(6px);
  }
  73% {
    transform: translateX(-2px);
  }
}
@keyframes language-glitch-shell {
  0%,
  100% {
    opacity: 0;
  }
  7%,
  82% {
    opacity: 1;
  }
}
@keyframes language-glitch-noise {
  0%,
  100% {
    opacity: 0;
  }
  8% {
    opacity: 0.22;
  }
  17% {
    opacity: 0.76;
  }
  28% {
    opacity: 0.34;
  }
  37%,
  49% {
    opacity: 0.94;
  }
  61% {
    opacity: 0.52;
  }
  76% {
    opacity: 0.18;
  }
}
@keyframes language-glitch-scan {
  0%,
  100% {
    opacity: 0;
    transform: translateY(-5%);
  }
  14% {
    opacity: 0.42;
    transform: translateY(2%);
  }
  35% {
    opacity: 0.9;
    transform: translateY(-2%);
  }
  54% {
    opacity: 0.55;
    transform: translateY(4%);
  }
  72% {
    opacity: 0.22;
    transform: translateY(0);
  }
}
@keyframes language-tear-a {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0);
  }
  12% {
    opacity: 0.84;
    transform: translateX(11%);
  }
  25% {
    opacity: 0.26;
    transform: translateX(-7%);
  }
  42% {
    opacity: 0.94;
    transform: translateX(16%);
  }
  58% {
    opacity: 0.18;
    transform: translateX(-4%);
  }
}
@keyframes language-tear-b {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0) scaleX(1);
  }
  18% {
    opacity: 0.38;
    transform: translateX(-13%) scaleX(1.08);
  }
  34% {
    opacity: 0.96;
    transform: translateX(8%) scaleX(0.93);
  }
  49% {
    opacity: 0.65;
    transform: translateX(-4%) scaleX(1.13);
  }
  67% {
    opacity: 0.16;
    transform: translateX(10%) scaleX(1);
  }
}
@keyframes language-tear-c {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0);
  }
  9% {
    opacity: 0.24;
    transform: translateX(-8%);
  }
  30% {
    opacity: 0.72;
    transform: translateX(14%);
  }
  46% {
    opacity: 0.92;
    transform: translateX(-11%);
  }
  63% {
    opacity: 0.28;
    transform: translateX(5%);
  }
}

/* Physical vertical language toggle: RU is up, EN is down. */
.language-control {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-top: clamp(16px, 2.2vh, 24px);
  color: #090909;
  user-select: none;
}
.language-control__label {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  color: rgba(8, 8, 8, 0.42);
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
  transition:
    color 0.18s ease,
    opacity 0.18s ease,
    text-shadow 0.18s ease;
}
html[data-language="ru"] .language-control__label--ru,
html[data-language="en"] .language-control__label--en {
  color: rgba(3, 3, 3, 0.96);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
}
.language-switch {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 30px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
}
.language-switch__plate {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border: 3px solid #090909;
  border-radius: 13px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent 28% 72%, rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, #aaa7a0, #d1cec6 46%, #8c8983 54%, #b8b5ae);
  box-shadow:
    4px 5px 0 rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.34),
    inset -4px -5px 7px rgba(0, 0, 0, 0.2);
}
.language-switch__track {
  position: absolute;
  left: 50%;
  top: 6px;
  bottom: 6px;
  width: 10px;
  border-radius: 999px;
  background: #101010;
  box-shadow:
    inset 2px 0 3px rgba(255, 255, 255, 0.08),
    inset -2px 0 3px rgba(0, 0, 0, 0.75),
    0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateX(-50%);
}
.language-switch__thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 19px;
  border: 2px solid #080808;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, #f1eee7 0 8%, #c8c5bd 10% 33%, #8a8781 67%, #d4d1c9 100%);
  box-shadow:
    2px 3px 0 rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35),
    inset -3px -3px 5px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%) translateY(-10px);
  transition: transform 0.24s cubic-bezier(0.2, 0.82, 0.24, 1.15);
}
.language-switch.is-en .language-switch__thumb,
html[data-language="en"] .language-switch__thumb {
  transform: translate(-50%, -50%) translateY(10px);
}
.language-switch:hover .language-switch__plate,
.language-switch:focus-visible .language-switch__plate {
  box-shadow:
    4px 5px 0 rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    inset -4px -5px 7px rgba(0, 0, 0, 0.18),
    0 0 0 2px rgba(9, 9, 9, 0.88);
}
.language-switch:focus-visible {
  outline: none;
}
.language-switch:active .language-switch__plate {
  transform: translate(1px, 2px);
  box-shadow:
    2px 3px 0 rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    inset -4px -5px 7px rgba(0, 0, 0, 0.2);
}
.language-switch:disabled {
  cursor: wait;
}

@media (max-width: 860px), (max-aspect-ratio: 4/5) {
  .controls {
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    gap: clamp(6px, 2vw, 10px);
  }
  .speaker {
    grid-column: 3;
    grid-row: 1;
  }
  .language-control {
    grid-column: 4;
    grid-row: 1;
    gap: 2px;
    margin-top: 0;
  }
  .status {
    grid-column: 5;
    grid-row: 1;
  }
  .language-control__label {
    font-size: 5.5px;
    letter-spacing: 0.08em;
  }
  .language-switch {
    width: 20px;
    height: 34px;
  }
  .language-switch__plate {
    border-width: 2px;
    border-radius: 9px;
    box-shadow:
      2px 3px 0 rgba(0, 0, 0, 0.26),
      inset 0 0 0 1px rgba(255, 255, 255, 0.3),
      inset -3px -3px 5px rgba(0, 0, 0, 0.18);
  }
  .language-switch__track {
    top: 4px;
    bottom: 4px;
    width: 7px;
  }
  .language-switch__thumb {
    width: 13px;
    height: 13px;
    border-width: 1.5px;
    box-shadow:
      1px 2px 0 rgba(0, 0, 0, 0.36),
      inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) translateY(-7px);
  }
  .language-switch.is-en .language-switch__thumb,
  html[data-language="en"] .language-switch__thumb {
    transform: translate(-50%, -50%) translateY(7px);
  }
  .title-copy--release {
    font-size: clamp(43px, 12.2vw, 67px);
  }
  .title-copy--section {
    font-size: clamp(40px, 11.4vw, 63px);
  }
}

@media (max-width: 370px), (max-height: 640px) {
  .controls {
    gap: 5px;
    padding-inline: 8px;
  }
  .language-control {
    gap: 1px;
  }
  .language-control__label {
    font-size: 5px;
  }
  .language-switch {
    width: 18px;
    height: 30px;
  }
  .language-switch__thumb {
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%) translateY(-6px);
  }
  .language-switch.is-en .language-switch__thumb,
  html[data-language="en"] .language-switch__thumb {
    transform: translate(-50%, -50%) translateY(6px);
  }
  .title-copy--release {
    font-size: clamp(39px, 12vw, 55px);
  }
  .title-copy--section {
    font-size: clamp(37px, 11.5vw, 53px);
  }
}

@media (orientation: landscape) and (max-height: 600px),
  (orientation: landscape) and (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  .language-control {
    grid-column: auto;
    grid-row: auto;
    gap: clamp(1px, 0.55vh, 3px);
    margin-top: clamp(5px, 1.5vh, 8px);
  }
  .language-control__label {
    font-size: clamp(4.5px, 1.45vh, 6px);
  }
  .language-switch {
    width: clamp(18px, 5.6vh, 23px);
    height: clamp(30px, 9.6vh, 39px);
  }
  .language-switch__plate {
    border-width: 2px;
    border-radius: clamp(8px, 2.6vh, 10px);
    box-shadow:
      2px 3px 0 rgba(0, 0, 0, 0.25),
      inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  }
  .language-switch__track {
    top: 4px;
    bottom: 4px;
    width: clamp(6px, 1.8vh, 8px);
  }
  .language-switch__thumb {
    width: clamp(12px, 3.8vh, 15px);
    height: clamp(12px, 3.8vh, 15px);
    border-width: 1px;
    transform: translate(-50%, -50%) translateY(clamp(-8px, -2.2vh, -6px));
  }
  .language-switch.is-en .language-switch__thumb,
  html[data-language="en"] .language-switch__thumb {
    transform: translate(-50%, -50%) translateY(clamp(6px, 2.2vh, 8px));
  }
  .title-copy--release {
    font-size: clamp(39px, 7.4vw, 72px);
  }
  .title-copy--section {
    font-size: clamp(34px, 5.9vw, 58px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .language-switch__thumb {
    transition: none;
  }
}


.channel__image--mama {
  object-position: 50% 50%;
  filter: grayscale(1) contrast(1.1) brightness(0.82);
  transform: scale(1);
}

html[data-language="en"] .channel--now::after {
  background: linear-gradient(90deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.42) 33%, rgba(0,0,0,0.08) 58%, rgba(0,0,0,0.34) 100%);
}

/* Четвёртый канал: здесь движение останавливается — ни бегущей строки,
   ни вертикальных полос, только зерно. Точка. */
.channel--read::before {
  opacity: 0.12;
}
.channel--read .panel__note {
  max-width: 30ch;
}

/* Клавиша звука — третий орган управления в ряду с ручками.
   Диаметр равен малой ручке на каждом разрешении, поэтому ряд читается
   как один прибор, а не как знак, приставленный к динамику. */
.sound-key {
  position: relative;
  display: block;
  width: clamp(50px, 5.5vw, 76px);
  aspect-ratio: 1;
  padding: 0;
  border: 3px solid #080808;
  border-radius: 34%;
  background:
    radial-gradient(
      circle at 38% 30%,
      #f2efe8 0 5%,
      #c8c5be 6% 13%,
      transparent 14%
    ),
    linear-gradient(168deg, #c3c0b9 0%, #aaa7a0 46%, #8e8b85 76%, #b8b5ae 100%);
  box-shadow:
    5px 7px 0 rgba(0, 0, 0, 0.32),
    inset 0 0 0 3px rgba(255, 255, 255, 0.28),
    inset -6px -7px 13px rgba(0, 0, 0, 0.25),
    inset 5px 6px 10px rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition:
    transform 0.1s ease,
    box-shadow 0.1s ease,
    filter 0.18s ease;
}
.sound-key::before {
  content: "";
  position: absolute;
  inset: 27%;
  background: #0b0b0b;
  -webkit-mask: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'><path%20d='M31.579%200h26.316v15.789h-26.316zM36.842%2015.789h26.316v21.053h-26.316zM0%2036.842h100v26.316h-100zM36.842%2063.158h26.316v31.579h-26.316zM31.579%2094.737h26.316v5.263h-26.316z'%20fill='black'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'><path%20d='M31.579%200h26.316v15.789h-26.316zM36.842%2015.789h26.316v21.053h-26.316zM0%2036.842h100v26.316h-100zM36.842%2063.158h26.316v31.579h-26.316zM31.579%2094.737h26.316v5.263h-26.316z'%20fill='black'/></svg>") center / contain no-repeat;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.52));
}
.sound-key:hover {
  filter: brightness(1.05);
}
.sound-key:active,
.sound-key[aria-pressed="false"] {
  transform: translate(2px, 3px) scale(0.98);
  box-shadow:
    2px 3px 0 rgba(0, 0, 0, 0.3),
    inset 0 0 0 3px rgba(255, 255, 255, 0.24),
    inset -4px -5px 11px rgba(0, 0, 0, 0.3),
    inset 3px 4px 9px rgba(255, 255, 255, 0.16);
}
.sound-key[aria-pressed="false"]::before {
  opacity: 0.4;
  filter: none;
}
.sound-key:focus-visible {
  outline: none;
  filter: brightness(1.12) drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
}

@media (max-width: 860px) and (orientation: portrait),
  (max-aspect-ratio: 4/5) and (orientation: portrait) {
  .controls {
    grid-template-columns: auto auto auto minmax(0, 1fr) auto auto;
  }
  .control--sound {
    grid-column: 3;
    grid-row: 1;
  }
  .speaker {
    grid-column: 4;
  }
  .language-control {
    grid-column: 5;
  }

  .sound-key {
    width: 35px;
    border-width: 2px;
    box-shadow:
      3px 4px 0 rgba(0, 0, 0, 0.3),
      inset 0 0 0 2px rgba(255, 255, 255, 0.26),
      inset -4px -4px 8px rgba(0, 0, 0, 0.25),
      inset 3px 4px 7px rgba(255, 255, 255, 0.2);
  }

}
@media (max-width: 370px) and (orientation: portrait),
  (max-height: 640px) and (orientation: portrait) {
  .sound-key {
    width: 34px;
  }
}
@media (orientation: landscape) and (max-height: 600px),
  (orientation: landscape) and (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  .sound-key {
    width: clamp(33px, 11vh, 44px);
    border-width: 2px;
  }
}

.control--sound {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Единая линия панели: все органы управления центрируются по одной оси,
   динамик перестаёт растягиваться на всю свободную ширину и стоит
   собранной группой из пяти отверстий постоянной пропорции. */
@media (max-width: 860px) and (orientation: portrait),
  (max-aspect-ratio: 4/5) and (orientation: portrait) {
  .controls {
    align-items: center;
  }
  .controls > * {
    align-self: center;
    margin: 0;
  }
  .control,
  .control--sound {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }
  .speaker {
    height: auto;
    min-height: 0;
    padding: 0;
    margin: 0;
    justify-self: center;
    align-content: center;
    justify-content: center;
    grid-template-columns: repeat(5, clamp(15px, 4.2vw, 23px));
    gap: clamp(4px, 1.3vw, 7px);
  }
  .speaker > span {
    height: 28px;
    min-height: 0;
    border-radius: 999px;
  }
  .language-control {
    align-self: center;
    margin: 0;
  }
}
@media (max-width: 370px) and (orientation: portrait),
  (max-height: 640px) and (orientation: portrait) {
  .speaker {
    grid-template-columns: repeat(5, clamp(13px, 4vw, 19px));
    gap: 4px;
  }
  .speaker > span {
    height: 24px;
  }
}

/* Английский заголовок четвёртого канала: у «the word» верхние выносные,
   у «“pain”» кавычки сверху и выносная «p» снизу. При межстрочном 0.82,
   рассчитанном на строки без таких элементов, они сходятся вплотную. */
.channel--read .title-copy {
  line-height: 0.95;
  padding-bottom: 0.12em;
}
.channel--read .title-copy__line + .title-copy__line {
  margin-top: 0.05em;
}
html[data-language="en"] .channel--read .panel__note {
  margin-top: clamp(26px, 3.2vh, 36px);
}

/* Заголовки каналов набираются шрифтом, а не контурами: одна гарнитура
   на оба языка, высококонтрастная антиква, близкая к прежним начертаниям. */
.title-copy {
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.022em;
  /* Playfair несёт лигатуру fi: в «first» она склеивает буквы в один знак.
     Отключаем — заголовок должен читаться по буквам. */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "clig" 0, "dlig" 0;
}
.title-copy__line + .title-copy__line {
  margin-top: 0.02em;
}
.channel--read .title-copy {
  line-height: 0.92;
  padding-bottom: 0.08em;
}

/* Висячая кавычка: «б» и “p” встают в один левый край со строкой выше,
   иначе кавычка отжимает слово вправо и заголовок выглядит ступенькой. */
.channel--read .title-copy__line + .title-copy__line {
  text-indent: -0.3em;
}

/* Гравировка над клавишей звука — тем же способом, что была надпись у ручки:
   тёмная краска в углублении, светлая кромка снизу. */
.control--sound {
  position: relative;
}
.key-engraving {
  position: absolute;
  bottom: calc(100% + 0.35em);
  left: 50%;
  transform: translateX(-50%);
  color: rgba(8, 8, 8, 0.6);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34);
  pointer-events: none;
}
@media (max-width: 860px) and (orientation: portrait),
  (max-aspect-ratio: 4/5) and (orientation: portrait) {
  /* Всё по одной средней линии. Надпись помещается в просвет над клавишей,
     который остаётся из-за разницы с диаметром ручек, — своей полосы не занимает. */
  .controls {
    padding-top: 7px;
    align-items: center;
  }
  .controls > * {
    align-self: center;
  }
  .speaker {
    height: auto;
  }
  .key-engraving {
    bottom: calc(100% + 1px);
    font-size: 6px;
    letter-spacing: 0.14em;
  }
}
@media (max-width: 370px) and (orientation: portrait),
  (max-height: 640px) and (orientation: portrait) {
  .key-engraving {
    font-size: 6px;
  }
}

/* Динамик отзывается на звук: полосы дышат по очереди, как мембрана.
   Идёт только при включённом телевизоре и незаглушённом звуке. */
@keyframes speaker-pulse {
  0%,
  100% {
    transform: scaleY(1);
    opacity: 0.92;
  }
  50% {
    transform: scaleY(0.9);
    opacity: 1;
  }
}
.tv.is-sounding .speaker > span {
  animation: speaker-pulse 1.9s ease-in-out infinite;
  transform-origin: 50% 50%;
}
.tv.is-sounding .speaker > span:nth-child(1) {
  animation-duration: 2.3s;
}
.tv.is-sounding .speaker > span:nth-child(2) {
  animation-duration: 1.7s;
  animation-delay: -0.4s;
}
.tv.is-sounding .speaker > span:nth-child(3) {
  animation-duration: 1.45s;
  animation-delay: -0.9s;
}
.tv.is-sounding .speaker > span:nth-child(4) {
  animation-duration: 1.8s;
  animation-delay: -0.2s;
}
.tv.is-sounding .speaker > span:nth-child(5) {
  animation-duration: 2.1s;
  animation-delay: -1.1s;
}
@media (prefers-reduced-motion: reduce) {
  .tv.is-sounding .speaker > span {
    animation: none;
  }
}

/* Ландшафт: панель снова вертикальная колонка. Клавиша звука ведёт себя
   как остальные органы — подпись под ней, в один столбец, а не поверх. */
@media (orientation: landscape) and (max-height: 600px),
  (orientation: landscape) and (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  .control--sound {
    display: grid;
    gap: clamp(3px, 1.1vh, 5px);
    position: static;
  }
  .control--sound + .control,
  .control + .control--sound {
    margin-top: clamp(5px, 1.7vh, 9px);
  }
  .key-engraving {
    position: static;
    transform: none;
    order: 2;
    display: block;
    font-size: clamp(5px, 1.7vh, 7px);
    letter-spacing: 0.15em;
    text-align: center;
  }
  .sound-key {
    order: 1;
    justify-self: center;
  }
  /* Полосы здесь лежат горизонтально во всю ширину: менять их размер нельзя —
     края разъезжаются. Дышит только плотность. */
  .tv.is-sounding .speaker > span {
    animation-name: speaker-pulse-dim;
  }

  /* Подпись не должна попадать под тень ручки — она уходит на 5px вниз. */
  .control {
    gap: clamp(7px, 2.1vh, 11px);
  }
  .control__label,
  .key-engraving {
    padding-top: 2px;
  }
}
@keyframes speaker-pulse-dim {
  0%,
  100% {
    opacity: 0.72;
  }
  50% {
    opacity: 1;
  }
}

/* Ландшафт: колонка обрезалась снизу — последними шли тумблер языка и динамик.
   Высота теперь распределяется, а не переполняется: отступы через gap,
   тумблер не сжимается, динамик уступает место первым. */
@media (orientation: landscape) and (max-height: 600px),
  (orientation: landscape) and (max-width: 1180px) and (hover: none) and (pointer: coarse) {
  .controls {
    gap: clamp(4px, 1.3vh, 9px);
    justify-content: center;
    padding-top: clamp(5px, 1.6vh, 9px);
    padding-bottom: clamp(5px, 1.6vh, 9px);
  }
  .control + .control,
  .control + .control--sound,
  .control--sound + .control {
    margin-top: 0;
  }
  .control,
  .control--sound {
    flex: 0 0 auto;
    gap: clamp(4px, 1.5vh, 8px);
  }
  .language-control {
    flex: 0 0 auto;
    margin-top: 0;
  }
  .speaker {
    flex: 0 1 auto;
    min-height: 0;
    margin-top: clamp(4px, 1.4vh, 9px);
    padding: 0 2px;
    overflow: hidden;
  }
}

/* Совсем низкий экран: динамик уходит — он декоративный, а тумблер языка нет. */
@media (orientation: landscape) and (max-height: 460px) {
  .speaker {
    display: none;
  }
}

/* Первый канал английской версии: периодический сбой картинки —
   короткий разрыв кадра раз в несколько секунд, как у настоящей развёртки.
   Работает только при включённом телевизоре и на активном канале. */
@keyframes mama-tear {
  0%,
  86.5% {
    transform: scale(1) translate(0, 0);
    filter: grayscale(1) contrast(1.1) brightness(0.82);
    clip-path: none;
  }
  87% {
    transform: scale(1.006) translate(-6px, 0);
    filter: grayscale(1) contrast(1.5) brightness(0.95);
    clip-path: inset(28% 0 44% 0);
  }
  88.2% {
    transform: scale(1) translate(5px, -2px);
    filter: grayscale(1) contrast(0.85) brightness(0.72);
    clip-path: inset(0 0 0 0);
  }
  89% {
    transform: scale(1.01) translate(-3px, 1px);
    filter: grayscale(1) contrast(1.35) brightness(0.9);
    clip-path: inset(61% 0 12% 0);
  }
  90%,
  100% {
    transform: scale(1) translate(0, 0);
    filter: grayscale(1) contrast(1.1) brightness(0.82);
    clip-path: none;
  }
}

/* Второй слой — в разрыве проступает знак «+», а не сам кадр. */
@keyframes mama-plus {
  0%,
  86.5% {
    opacity: 0;
    translate: 0 0;
    scale: 1;
  }
  87% {
    opacity: 0.66;
    translate: 7px -3px;
    scale: 1.03;
  }
  88.2% {
    opacity: 0.22;
    translate: -9px 2px;
    scale: 0.99;
  }
  89% {
    opacity: 0.48;
    translate: 4px 0;
    scale: 1.01;
  }
  90%,
  100% {
    opacity: 0;
    translate: 0 0;
    scale: 1;
  }
}

html[data-language="en"] .tv.is-on .channel--now.is-active .channel__image--mama {
  animation: mama-tear 8.5s steps(1, end) infinite;
}
html[data-language="en"] .tv.is-on .channel--now.is-active .channel__media::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(44%, 200px);
  aspect-ratio: 1;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  background: rgba(242, 240, 233, 0.96);
  -webkit-mask: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'><path%20d='M31.579%200h26.316v15.789h-26.316zM36.842%2015.789h26.316v21.053h-26.316zM0%2036.842h100v26.316h-100zM36.842%2063.158h26.316v31.579h-26.316zM31.579%2094.737h26.316v5.263h-26.316z'%20fill='white'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'><path%20d='M31.579%200h26.316v15.789h-26.316zM36.842%2015.789h26.316v21.053h-26.316zM0%2036.842h100v26.316h-100zM36.842%2063.158h26.316v31.579h-26.316zM31.579%2094.737h26.316v5.263h-26.316z'%20fill='white'/></svg>") center / contain no-repeat;
  opacity: 0;
  animation: mama-plus 8.5s steps(1, end) infinite;
}
@media (prefers-reduced-motion: reduce) {
  html[data-language="en"] .tv.is-on .channel--now.is-active .channel__image--mama,
  html[data-language="en"] .tv.is-on .channel--now.is-active .channel__media::after {
    animation: none;
  }
}

/* Под английским каналом лежал кадр из русского релиза (фон .channel--now).
   В глитче он просвечивал — на английской версии фон убран. */
html[data-language="en"] .channel--now {
  background-image: none;
}
