/*
  PHOENIX SKYE VISUAL CONTRACT
  Ground #09080c: quiet black stage for portrait and powder.
  Paper #f3eef2: editorial magazine surface.
  Accent #ff2f96: section markers and Phoenix brand energy only.
  Action #49c7ed: conversion controls only; #071017 text contrast 9.74:1.
  Body #f7f3f7: primary text on ground, contrast 18.18:1.
  Secondary #bdb5c4: supporting text on ground, contrast 10.05:1.
*/

:root {
  color-scheme: dark;
  --ground: #09080c;
  --ground-soft: #121016;
  --paper: #f3eef2;
  --ink: #0c0a0e;
  --text: #f7f3f7;
  --muted: #bdb5c4;
  --accent: #ff2f96;
  --action: #49c7ed;
  --action-ink: #071017;
  --line-dark: #342d39;
  --line-light: #bcb3bd;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --voice: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--ground);
  font-family: var(--body);
  letter-spacing: 0;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  min-height: 44px;
  align-items: center;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--paper);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--text);
  outline-offset: 4px;
}

.eyebrow,
.section-index {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--accent);
}

.eyebrow--dark {
  color: #b30962;
}

.section-index {
  color: currentColor;
  opacity: 0.6;
}

.hero {
  position: relative;
  min-height: min(900px, 92svh);
  padding: clamp(24px, 4vw, 64px);
  border-bottom: 1px solid var(--line-dark);
  isolation: isolate;
  overflow: hidden;
}

.hero__powder {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: var(--ground) url("/phoenix/assets/phoenix-feather-vortex-poster.jpg") center / cover no-repeat;
  overflow: hidden;
}

.hero__background-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__powder::after {
  position: absolute;
  inset: 0;
  background: rgb(9 8 12 / 44%);
  content: "";
}

.hero__index {
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero__copy {
  position: relative;
  z-index: 3;
  width: min(60vw, 890px);
  padding-top: clamp(72px, 12vh, 150px);
}

.hero h1,
.magazine h2,
.podcast h2,
.channels h2,
.extras h2,
.closer h2,
.confirmation-card h1,
.depart-shell h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 950;
  line-height: 0.79;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 22px;
  font-size: clamp(5.3rem, 15vw, 13.5rem);
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: transparent;
  -webkit-text-stroke: 2px var(--text);
  text-stroke: 2px var(--text);
}

.identity-line {
  margin: clamp(22px, 4vh, 38px) 0 0;
  color: var(--muted);
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.2em;
}

.conversion-link {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  border: 2px solid var(--action);
  color: var(--action-ink);
  background: var(--action);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.conversion-link svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
}

.conversion-link--hero {
  width: min(100%, 360px);
  margin-top: 28px;
}

.hero__media {
  position: absolute;
  z-index: -1;
  right: clamp(20px, 5vw, 80px);
  bottom: 0;
  width: min(43vw, 620px);
  height: min(78vh, 790px);
  border: 1px solid rgb(247 243 247 / 38%);
}

.hero__media picture,
.hero__media img {
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
  object-position: center 18%;
}

.hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(9 8 12 / 80%) 0%, transparent 44%),
    linear-gradient(0deg, rgb(9 8 12 / 72%) 0%, transparent 34%);
  content: "";
}

.hero__down {
  display: flex;
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: clamp(24px, 4vw, 64px);
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.hero__down svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.magazine {
  display: grid;
  position: relative;
  grid-template-columns: minmax(250px, 0.8fr) minmax(320px, 0.8fr) minmax(280px, 1fr);
  gap: clamp(34px, 5vw, 90px);
  align-items: end;
  padding: clamp(72px, 9vw, 148px) clamp(24px, 6vw, 104px);
  color: var(--ink);
  background: var(--paper);
}

.magazine > .section-index {
  position: absolute;
  top: 28px;
  left: clamp(24px, 6vw, 104px);
}

.magazine h2 {
  margin-top: 18px;
  font-size: clamp(3.2rem, 5.3vw, 7rem);
}

.magazine__header,
.magazine__copy,
.podcast__copy,
.podcast__links,
.channels__header,
.channel-list,
.extras > div,
.extras__links {
  min-width: 0;
}

.magazine__cover {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4;
  box-shadow: 16px 16px 0 var(--accent);
  transform: rotate(1.5deg);
  overflow: hidden;
}

.magazine__cover picture,
.magazine__cover img {
  width: 100%;
  height: 100%;
}

.magazine__cover img {
  object-fit: cover;
  object-position: center top;
}

.magazine__lede {
  max-width: 25ch;
  margin: 0 0 32px;
  font-family: var(--voice);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-style: italic;
  line-height: 1.35;
}

.editorial-links {
  border-top: 2px solid var(--ink);
}

.editorial-links a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.editorial-links svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.podcast {
  display: grid;
  position: relative;
  grid-template-columns: minmax(260px, 0.72fr) minmax(340px, 1fr) minmax(280px, 0.72fr);
  min-height: 760px;
  gap: clamp(34px, 6vw, 110px);
  align-items: center;
  padding: clamp(72px, 8vw, 130px) clamp(24px, 6vw, 104px);
  background: var(--ground);
  overflow: hidden;
}

.podcast__portrait {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  border: 1px solid var(--line-dark);
  overflow: hidden;
}

.podcast__portrait picture,
.podcast__portrait img {
  width: 100%;
  height: 100%;
}

.podcast__portrait img {
  object-fit: cover;
  object-position: center;
}

.podcast__portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(9 8 12 / 72%) 0%, transparent 42%);
  content: "";
}

.podcast::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 38vw;
  height: 8px;
  background: var(--accent);
  content: "";
}

.podcast__signal {
  display: flex;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: 90px;
  align-items: center;
  gap: 10px;
  opacity: 0.9;
}

.podcast__signal span {
  width: clamp(5px, 0.7vw, 10px);
  height: 25%;
  background: var(--accent);
}

.podcast__signal span:nth-child(2),
.podcast__signal span:nth-child(8) {
  height: 52%;
}

.podcast__signal span:nth-child(3),
.podcast__signal span:nth-child(7) {
  height: 78%;
}

.podcast__signal span:nth-child(4),
.podcast__signal span:nth-child(6) {
  height: 46%;
}

.podcast__signal span:nth-child(5) {
  height: 100%;
}

.podcast h2 {
  margin: 28px 0 32px;
  font-size: clamp(4.6rem, 9vw, 10rem);
}

.podcast__copy > p:last-child {
  max-width: 27ch;
  margin: 0;
  color: var(--muted);
  font-family: var(--voice);
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-style: italic;
  line-height: 1.4;
}

.podcast__links {
  border-top: 1px solid var(--line-dark);
}

.podcast__links a,
.extras__links a {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line-dark);
  text-decoration: none;
}

.podcast__links svg,
.extras__links svg {
  width: 31px;
  flex: 0 0 31px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.podcast__links strong,
.podcast__links small,
.extras__links strong,
.extras__links small {
  display: block;
}

.podcast__links strong,
.extras__links strong {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.podcast__links small,
.extras__links small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.channels {
  display: grid;
  grid-template-columns:
    minmax(260px, 0.8fr)
    minmax(220px, 0.6fr)
    minmax(440px, 1.4fr);
  gap: clamp(36px, 4vw, 72px);
  align-items: start;
  padding: clamp(72px, 7vw, 112px) clamp(24px, 6vw, 104px);
  color: var(--ink);
  background: var(--paper);
}

.channels h2,
.extras h2 {
  margin-top: 24px;
}

.channels h2 {
  font-size: clamp(3.8rem, 6vw, 7.5rem);
}

.channels__portrait {
  display: block;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--accent);
  overflow: hidden;
}

.channels__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.extras h2 {
  font-size: clamp(3.25rem, 6.2vw, 7rem);
}

.channel-list {
  border-top: 2px solid var(--ink);
}

.channel-row {
  display: grid;
  min-height: 112px;
  grid-template-columns: 38px 52px 1fr 36px;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  text-decoration: none;
}

.channel-row__text {
  min-width: 0;
}

.channel-row__number {
  font-size: 0.62rem;
  font-weight: 900;
}

.channel-row__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--ink);
}

.channel-row__icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.channel-row__icon .icon-fill {
  fill: currentColor;
  stroke: none;
}

.channel-row__icon--letter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.channel-row__text strong,
.channel-row__text small {
  display: block;
}

.channel-row__text strong {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 3.3rem);
  font-weight: 950;
}

.channel-row__text small {
  margin-top: 4px;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.channel-row__arrow {
  font-size: 0.72rem;
  font-weight: 950;
}

.extras {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 0.8fr);
  gap: clamp(54px, 8vw, 150px);
  align-items: end;
  padding: clamp(72px, 8vw, 130px) clamp(24px, 6vw, 104px);
  background: var(--ground-soft);
}

.extras__links {
  border-top: 1px solid var(--line-dark);
}

.extras__dollar {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  place-items: center;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-weight: 900;
}

.closer {
  display: grid;
  min-height: auto;
  place-content: center;
  justify-items: center;
  padding: clamp(84px, 7vw, 112px) 24px clamp(96px, 8vw, 132px);
  text-align: center;
}

.closer h2 {
  margin: 28px 0 44px;
  font-size: clamp(5rem, 13vw, 12rem);
}

.conversion-link--closer {
  width: min(100%, 420px);
}

.site-footer {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(24px, 6vw, 104px);
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  background: var(--ground);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.site-footer p {
  margin: 0;
}

.preview-exit button {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--muted);
  color: var(--muted);
  background: transparent;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.page-confirmation,
.page-depart {
  min-height: 100svh;
}

.confirmation-shell {
  display: grid;
  position: relative;
  min-height: 100svh;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  overflow: hidden;
}

.confirmation-shell__powder {
  background: var(--ground) url("/phoenix/assets/phoenix-neon-powder-v1.webp") 24% center / auto 100% no-repeat;
}

.confirmation-card {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 8vw, 130px);
  background: var(--ground);
}

.confirmation-card__index {
  position: absolute;
  top: 28px;
  right: 28px;
  margin: 0;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.confirmation-card h1 {
  margin: 24px 0;
  font-size: clamp(4.1rem, 9vw, 9.5rem);
}

.confirmation-card__intro {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.form-error {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid var(--accent);
  color: var(--text);
  background: #22131b;
  font-weight: 800;
}

.age-check {
  display: grid;
  position: relative;
  min-height: 68px;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.4;
  cursor: pointer;
}

.age-check input {
  position: absolute;
  top: 12px;
  left: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  opacity: 0;
}

.age-check__box {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--muted);
  background: transparent;
}

.age-check__box svg {
  width: 20px;
  fill: none;
  stroke: var(--ground);
  stroke-width: 3;
  opacity: 0;
}

.age-check input:checked + .age-check__box {
  border-color: var(--text);
  background: var(--text);
}

.age-check input:checked + .age-check__box svg {
  opacity: 1;
}

.age-check input:focus-visible + .age-check__box {
  outline: 3px solid var(--text);
  outline-offset: 4px;
}

.confirmation-submit {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 14px 18px;
  border: 2px solid var(--action);
  color: var(--action-ink);
  background: var(--action);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  cursor: pointer;
}

.confirmation-submit svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.confirmation-back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.confirmation-dialog {
  width: min(100% - 32px, 560px);
  padding: 42px;
  border: 1px solid var(--line-dark);
  color: var(--text);
  background: var(--ground);
}

.confirmation-dialog h2 {
  margin: 18px 0 28px;
  font-family: var(--display);
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.84;
}

.confirmation-dialog::backdrop {
  background: rgb(9 8 12 / 88%);
}

.depart-shell {
  display: grid;
  min-height: 100svh;
  place-content: center;
  justify-items: start;
  padding: 40px;
  background:
    var(--ground)
    url("/phoenix/assets/phoenix-neon-powder-v1.webp")
    center / cover no-repeat;
}

.depart-shell h1 {
  margin: 26px 0;
  font-size: clamp(5rem, 15vw, 12rem);
}

.depart-shell > p:not(.eyebrow) {
  max-width: 34ch;
  margin: 0 0 28px;
  color: var(--muted);
  line-height: 1.55;
}

@media (hover: hover) {
  .conversion-link:hover,
  .confirmation-submit:hover {
    box-shadow: 8px 8px 0 var(--accent);
    transform: translate(-3px, -3px);
  }

  .editorial-links a:hover,
  .channel-row:hover,
  .podcast__links a:hover,
  .extras__links a:hover {
    color: var(--accent);
  }

  .channel-row:hover .channel-row__icon {
    color: var(--paper);
    background: var(--ink);
  }

  .preview-exit button:hover {
    color: var(--text);
    border-color: var(--text);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 880px;
  }

  .hero__copy {
    width: 78%;
  }

  .hero__media {
    width: 52vw;
    opacity: 0.74;
  }

  .magazine {
    grid-template-columns: 1fr 1fr;
  }

  .magazine__header {
    grid-column: 1 / -1;
  }

  .podcast {
    grid-template-columns: minmax(250px, 38vw) 1fr;
  }

  .podcast__portrait {
    grid-row: 1 / span 2;
  }

  .podcast__links {
    grid-column: 2;
  }

  .channels {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .podcast {
    grid-template-columns: minmax(260px, 38vw) 1fr;
  }

  .podcast__portrait {
    grid-row: 1 / span 2;
  }

  .podcast__links {
    grid-column: 2;
  }
}

@media (min-width: 981px) and (max-width: 1279px) {
  .channels {
    grid-template-columns: minmax(260px, 0.75fr) minmax(480px, 1.25fr);
  }

  .channels__header {
    grid-column: 1;
    grid-row: 1;
  }

  .channels__portrait {
    grid-column: 1;
    grid-row: 2;
  }

  .channel-list {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 840px;
    padding: 22px;
  }

  .hero__index {
    font-size: 0.56rem;
  }

  .hero__copy {
    width: 100%;
    padding-top: 92px;
  }

  .hero h1 {
    font-size: clamp(4.3rem, 21vw, 6.5rem);
  }

  .hero h1 span:last-child {
    -webkit-text-stroke-width: 1px;
  }

  .hero__media {
    right: 0;
    width: 76%;
    height: 54%;
    opacity: 0.68;
  }

  .conversion-link--hero {
    width: min(100%, 320px);
  }

  .hero__down {
    left: 22px;
  }

  .magazine {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 80px 22px;
  }

  .magazine > .section-index {
    left: 22px;
  }

  .magazine h2 {
    font-size: clamp(3.7rem, 15vw, 5.5rem);
  }

  .magazine__cover {
    width: min(88%, 420px);
    justify-self: center;
  }

  .magazine__lede {
    font-size: 1.3rem;
  }

  .podcast {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 42px;
    padding: 82px 22px;
  }

  .podcast__portrait {
    width: min(100%, 540px);
    min-height: 560px;
    justify-self: center;
    order: 2;
  }

  .podcast__copy {
    order: 1;
  }

  .podcast__links {
    grid-column: 1;
    order: 3;
  }

  .podcast__signal {
    height: 90px;
  }

  .podcast h2 {
    font-size: clamp(4.7rem, 22vw, 7rem);
  }

  .channels,
  .extras {
    grid-template-columns: 1fr;
    padding: 82px 22px;
  }

  .channels h2,
  .extras h2 {
    font-size: clamp(3.8rem, 17vw, 5.8rem);
  }

  .extras h2 {
    font-size: clamp(3.25rem, 15.5vw, 5rem);
  }

  .channel-row {
    min-height: 96px;
    grid-template-columns: 28px 44px 1fr 26px;
    gap: 10px;
  }

  .channel-row__icon {
    width: 40px;
    height: 40px;
  }

  .channel-row__text strong {
    font-size: 1.45rem;
  }

  .channel-row__text small {
    max-width: 25ch;
    line-height: 1.35;
  }

  .closer {
    min-height: auto;
    padding: 84px 22px 96px;
  }

  .closer h2 {
    font-size: clamp(4.8rem, 19.5vw, 7rem);
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 22px;
  }

  .confirmation-shell {
    grid-template-columns: 1fr;
  }

  .confirmation-shell__powder {
    min-height: 26svh;
    background-position: center 46%;
    background-size: cover;
  }

  .confirmation-card {
    min-height: 74svh;
    padding: 56px 22px;
  }

  .confirmation-card__index {
    top: 18px;
    right: 22px;
  }

  .confirmation-card h1 {
    font-size: clamp(4rem, 20vw, 6rem);
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 4.1rem;
  }

  .identity-line {
    font-size: 0.64rem;
  }

  .channel-row__text small {
    display: none;
  }

  .closer h2 {
    font-size: 18vw;
  }

  .conversion-link--closer {
    width: calc(100vw - 44px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__copy {
    animation: hero-arrival 600ms cubic-bezier(.2, .75, .25, 1) both;
  }

  .hero__media {
    animation: media-arrival 760ms 100ms cubic-bezier(.2, .75, .25, 1) both;
  }

  .podcast__signal span {
    animation: signal-arrival 520ms cubic-bezier(.2, .75, .25, 1) both;
  }

  .podcast__signal span:nth-child(2) { animation-delay: 40ms; }
  .podcast__signal span:nth-child(3) { animation-delay: 80ms; }
  .podcast__signal span:nth-child(4) { animation-delay: 120ms; }
  .podcast__signal span:nth-child(5) { animation-delay: 160ms; }
  .podcast__signal span:nth-child(6) { animation-delay: 200ms; }
  .podcast__signal span:nth-child(7) { animation-delay: 240ms; }
  .podcast__signal span:nth-child(8) { animation-delay: 280ms; }
  .podcast__signal span:nth-child(9) { animation-delay: 320ms; }

  @keyframes hero-arrival {
    from { opacity: 0.01; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes media-arrival {
    from { opacity: 0.01; transform: translateX(32px); }
    to { opacity: 1; transform: translateX(0); }
  }

  @keyframes signal-arrival {
    from { transform: scaleY(0.08); }
    to { transform: scaleY(1); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__background-video {
    display: none;
  }
}

@media (forced-colors: active) {
  .conversion-link,
  .confirmation-submit,
  .preview-exit button,
  .channel-row__icon,
  .age-check__box {
    border: 2px solid ButtonText;
  }

  .hero h1 span:last-child {
    color: CanvasText;
    -webkit-text-stroke: 0;
  }
}
