:root {
  --ink: #f8f2e7;
  --muted: #b8aa98;
  --gold: #e4b65d;
  --gold-bright: #ffd988;
  --surface: #16110f;
  --line: rgba(235, 193, 115, 0.18);
  --background: #0b0807;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 8%, rgba(137, 68, 24, 0.2), transparent 28rem),
    #0b0807;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button {
  font: inherit;
}

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

.secondary-button {
  text-decoration: none;
}

.announcement {
  min-height: 42px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 13, 11, 0.92);
  color: #d8cdbc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.announcement-inner {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
}

.announcement-flag {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

.announcement-copy span + span::before {
  content: " · ";
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f2e7d5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.brand-mark {
  color: var(--gold);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 42px);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  overflow: hidden;
  padding: clamp(64px, 7vw, 96px) max(6vw, 24px) clamp(64px, 8vw, 116px);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-glow {
  position: absolute;
  right: -18vw;
  top: -25vw;
  z-index: -1;
  width: 72vw;
  height: 72vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(197, 123, 43, 0.28), rgba(109, 29, 36, 0.08) 44%, transparent 70%);
  filter: blur(14px);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  max-width: 800px;
  font-size: clamp(48px, 6.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero-title-line {
  display: block;
  color: inherit;
  text-wrap: balance;
}

.hero-title-accent {
  color: var(--gold-bright);
}

.hero-description {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.hero-actions span {
  color: #918579;
  font-size: 13px;
  font-weight: 700;
}

.primary-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffd782;
  border-radius: 999px;
  padding: 0 28px;
  background: linear-gradient(135deg, #f8d486, #be7726);
  box-shadow: 0 14px 40px rgba(196, 116, 33, 0.25);
  color: #19100a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.03em;
  transition: transform 160ms ease, box-shadow 160ms ease;
  cursor: pointer;
}

.play-symbol {
  margin-right: 10px;
  color: #19100a !important;
  font-size: 10px !important;
}

.primary-button:hover {
  box-shadow: 0 18px 46px rgba(196, 116, 33, 0.36);
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  gap: clamp(28px, 5vw, 64px);
  margin: 54px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.hero-stats div {
  display: grid;
  gap: 5px;
}

.hero-stats dt {
  color: #f7dfac;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.hero-stats dd {
  margin: 0;
  color: #8f8377;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.poster-wrap {
  position: relative;
  width: min(100%, 430px);
  justify-self: center;
}

.poster-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1086 / 1450;
  border: 1px solid rgba(255, 224, 160, 0.28);
  border-radius: 26px;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5), 0 0 80px rgba(198, 111, 32, 0.12);
  transform: rotate(1.2deg);
}

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

.poster-note {
  position: absolute;
  right: -34px;
  bottom: 42px;
  display: grid;
  gap: 5px;
  min-width: 240px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 218, 146, 0.28);
  border-radius: 16px;
  background: rgba(20, 13, 10, 0.88);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.poster-note span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.poster-note strong {
  font-size: 14px;
}

.poster-cta {
  display: none;
}

.watch-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px max(24px, 4vw) 120px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading .eyebrow {
  margin-bottom: 8px;
}

h2 {
  font-size: clamp(36px, 5vw, 58px);
}

.free-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(107, 212, 156, 0.28);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(107, 212, 156, 0.08);
  color: #83dfae;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.player-shell {
  position: relative;
  overflow: hidden;
  width: min(100%, 460px);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #050403;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38);
}

.player-security {
  position: absolute;
  right: auto;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(4, 3, 3, 0.66);
  color: rgba(255, 255, 255, 0.46);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  pointer-events: none;
  text-transform: uppercase;
}

.player-shell video {
  display: block;
  width: 100%;
  max-height: min(82svh, 820px);
  aspect-ratio: 9 / 16;
  background: #050403;
  object-fit: contain;
}

.episode-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  color: #8f8377;
}

.episode-caption div {
  display: grid;
  gap: 5px;
}

.episode-caption span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.episode-caption strong {
  color: #e9ded0;
}

.episode-caption p {
  margin: 0;
  font-size: 13px;
}

.episode-navigation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.2fr);
  align-items: stretch;
  gap: 12px;
  width: min(100%, 760px);
  margin: 26px auto 0;
}

.episode-nav-button {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  border: 1px solid rgba(235, 193, 115, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  color: #f1e8da;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  cursor: pointer;
}

.episode-nav-button:hover:not(:disabled) {
  transform: translateY(-2px);
}

.episode-nav-button:disabled {
  cursor: default;
  opacity: 0.32;
}

.episode-nav-button > span:not(.episode-nav-arrow) {
  display: grid;
  gap: 4px;
}

.episode-nav-button small,
.episode-progress small {
  color: #9c8d7c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.episode-nav-button strong {
  font-size: 13px;
  white-space: nowrap;
}

.episode-nav-arrow {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 0.8;
}

.episode-nav-next {
  justify-content: space-between;
  border-color: rgba(255, 217, 136, 0.72);
  background: linear-gradient(135deg, #f2ce7c, #b86f22);
  box-shadow: 0 14px 36px rgba(190, 112, 31, 0.2);
  color: #170e09;
}

.episode-nav-next small,
.episode-nav-next .episode-nav-arrow {
  color: rgba(23, 14, 9, 0.68);
}

.episode-nav-next.is-unlock {
  background: linear-gradient(135deg, #ffd98b, #c47a27);
}

.episode-progress {
  display: grid;
  min-width: 90px;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 10px 14px;
  border: 1px solid rgba(235, 193, 115, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

.episode-progress strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.episode-progress em {
  margin-left: 4px;
  color: #75695e;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-style: normal;
}

.unlock-section {
  position: relative;
  display: grid;
  max-width: 1320px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  overflow: hidden;
  margin: 30px auto 110px;
  padding: clamp(64px, 7vw, 100px);
  border: 1px solid rgba(235, 193, 115, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 20%, rgba(163, 87, 31, 0.24), transparent 34%),
    linear-gradient(135deg, #18110e, #100b0a 60%, #120b0b);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.24);
}

.unlock-section::after {
  position: absolute;
  right: -90px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(228, 182, 93, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 42px rgba(228, 182, 93, 0.025), 0 0 0 84px rgba(228, 182, 93, 0.018);
}

.unlock-copy,
.locked-preview {
  position: relative;
  z-index: 1;
}

.unlock-copy h2 {
  max-width: 720px;
  font-size: clamp(42px, 5.5vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.unlock-copy > p:not(.eyebrow):not(.offer-message) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.benefit-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.offer-price {
  display: flex;
  width: min(100%, 440px);
  max-width: 100%;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 217, 136, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(228, 182, 93, 0.11), rgba(228, 182, 93, 0.045));
}

.offer-price span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.offer-price strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 500;
  line-height: 1;
}

.offer-price small {
  max-width: none;
  color: #958879;
  font-size: 12px;
  line-height: 1.35;
}

.unlock-section.is-attention {
  border-color: rgba(255, 217, 136, 0.48);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.34), 0 0 0 6px rgba(228, 182, 93, 0.055);
  animation: offer-attention 900ms ease-out 1;
}

@keyframes offer-attention {
  0% { transform: scale(0.985); }
  45% { transform: scale(1.006); }
  100% { transform: scale(1); }
}

.benefit-list li {
  position: relative;
  padding-left: 24px;
  color: #d8ccbd;
  font-size: 14px;
  line-height: 1.45;
}

.benefit-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✦";
}

.secondary-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid #ffdb90;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8d486, #be7726);
  box-shadow: 0 16px 42px rgba(196, 116, 33, 0.24);
  color: #1a100a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.secondary-button:hover {
  border-color: #ffe6ad;
  background: linear-gradient(135deg, #ffe2a2, #ca8130);
}

.offer-message {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  color: #d3c5b4;
  font-size: 12px;
  opacity: 0;
  transition: max-height 180ms ease, margin 180ms ease, opacity 180ms ease;
}

.offer-message.is-visible {
  max-height: 60px;
  margin-top: 14px;
  opacity: 1;
}

.locked-preview {
  display: grid;
  gap: 12px;
}

.locked-card {
  display: grid;
  min-height: 94px;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(4, 3, 3, 0.42);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.locked-number {
  min-width: 48px;
  color: rgba(255, 217, 136, 0.62);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.lock-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(228, 182, 93, 0.18);
  border-radius: 50%;
  color: rgba(228, 182, 93, 0.54);
  font-size: 9px;
}

.locked-card div {
  display: grid;
  gap: 5px;
}

.locked-card strong {
  font-size: 14px;
}

.locked-card small {
  color: #81766c;
  font-size: 11px;
}

.locked-more {
  padding: 10px;
  color: #9c8e7e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.site-footer {
  display: grid;
  width: calc(100% - 48px);
  max-width: 1320px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 0 auto 24px;
  padding: 24px 26px;
  border: 1px solid rgba(255, 217, 136, 0.13);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(24, 17, 14, 0.9), rgba(13, 9, 8, 0.96));
}

.site-footer-brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 12px;
}

.site-footer-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 217, 136, 0.2);
  border-radius: 50%;
  background: rgba(228, 182, 93, 0.07);
  color: var(--gold);
  font-size: 13px;
}

.site-footer-brand > span:last-child {
  display: grid;
  gap: 3px;
}

.site-footer-brand strong {
  color: #e6d9c8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
}

.site-footer-brand small {
  color: #766b62;
  font-size: 9px;
}

.site-footer-legal {
  display: grid;
  justify-items: end;
  gap: 3px;
  color: #766b62;
  font-size: 8.5px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.admin-media {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
}

.admin-media form {
  display: grid;
  width: min(100%, 620px);
  gap: 22px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #16110f;
}

.admin-media h1 {
  font-size: clamp(42px, 7vw, 68px);
}

.admin-media p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-media input {
  padding: 18px;
  border: 1px dashed rgba(228, 182, 93, 0.36);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  color: #d8cdbc;
}

.admin-media button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.admin-status {
  min-height: 20px;
  color: #83dfae;
  font-size: 13px;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    text-align: center;
  }

  .hero-copy {
    margin: 0 auto;
  }

  .hero-description {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions,
  .hero-stats {
    justify-content: center;
  }

  .poster-wrap {
    width: min(76vw, 400px);
  }

  .poster-note {
    right: -18px;
  }

  .unlock-section {
    grid-template-columns: 1fr;
    margin-right: 24px;
    margin-left: 24px;
  }

  .unlock-copy h2 {
    font-size: clamp(36px, 6.5vw, 46px);
  }

  .unlock-copy > p:not(.eyebrow):not(.offer-message) {
    font-size: 15px;
  }
}

@media (max-width: 620px) {
  .announcement {
    min-height: 54px;
    padding: 9px 18px;
    font-size: 9px;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }

  .announcement-inner {
    gap: 12px;
  }

  .announcement-flag {
    font-size: 20px;
  }

  .announcement-copy {
    display: grid;
    gap: 1px;
  }

  .announcement-copy span {
    display: block;
  }

  .announcement-copy span + span::before {
    content: "";
  }

  .hero {
    gap: 44px;
    padding: 24px 22px 72px;
  }

  .brand {
    font-size: 15px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-eyebrow {
    max-width: 32ch;
    margin: 0 auto 18px;
    line-height: 1.45;
    text-wrap: balance;
  }

  .hero-eyebrow span {
    display: block;
  }

  h1.hero-title {
    max-width: 350px;
    margin: 0 auto;
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-title-line + .hero-title-line {
    margin-top: 0.18em;
  }

  .hero-title-line > span {
    display: block;
    white-space: nowrap;
  }

  .hero-actions {
    flex-direction: column;
    gap: 14px;
  }

  .primary-button {
    width: 100%;
  }

  .hero-stats {
    gap: 18px;
  }

  .hero-stats dd {
    font-size: 9px;
  }

  .poster-note {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - 28px);
    min-width: 0;
    margin: 12px auto 0;
    padding: 15px 18px;
    border-radius: 18px;
    text-align: center;
  }

  .poster-cta {
    display: inline-flex;
    width: calc(100% - 28px);
    min-height: 58px;
    margin: 14px auto 0;
    box-shadow: 0 16px 44px rgba(196, 116, 33, 0.3);
  }

  .poster-wrap {
    order: -1;
    width: 100%;
    max-width: none;
  }

  .poster-frame {
    height: auto;
    aspect-ratio: 1086 / 1448;
    border-radius: 22px;
    transform: none;
  }

  .poster-frame img {
    object-position: center;
  }

  .watch-section {
    padding-top: 72px;
  }

  .episode-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .episode-navigation {
    grid-template-columns: minmax(0, 0.9fr) 68px minmax(0, 1.15fr);
    gap: 8px;
    margin-top: 18px;
  }

  .episode-nav-button {
    min-height: 68px;
    gap: 8px;
    padding: 10px 11px;
    border-radius: 15px;
  }

  .episode-nav-button strong {
    font-size: 11px;
  }

  .episode-nav-button small,
  .episode-progress small {
    font-size: 7px;
  }

  .episode-nav-arrow {
    display: none;
  }

  .episode-progress {
    min-width: 0;
    padding: 8px 5px;
    border-radius: 15px;
  }

  .episode-progress small {
    display: none;
  }

  .episode-progress strong {
    font-size: 19px;
  }

  .unlock-section {
    gap: 34px;
    margin: 24px 14px 64px;
    padding: 36px 18px;
    border-radius: 22px;
  }

  .unlock-copy h2 {
    max-width: 15ch;
    font-size: clamp(31px, 8.8vw, 38px);
    line-height: 1.06;
  }

  .unlock-copy > p:not(.eyebrow):not(.offer-message) {
    margin-top: 18px;
    font-size: 13.5px;
    line-height: 1.58;
  }

  .secondary-button {
    width: 100%;
    min-height: 54px;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
  }

  .offer-price {
    width: 100%;
    gap: 5px;
    margin-top: 21px;
    padding: 18px;
    border-radius: 18px;
  }

  .offer-price span {
    font-size: 8.5px;
  }

  .offer-price strong {
    font-size: 40px;
  }

  .offer-price small {
    font-size: 10.5px;
  }

  .benefit-list {
    gap: 11px;
    margin: 22px 0;
  }

  .benefit-list li {
    padding-left: 24px;
    font-size: 12px;
    line-height: 1.4;
  }

  .site-footer {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 14px 18px;
    padding: 19px 17px;
    border-radius: 18px;
  }

  .site-footer-mark {
    width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .site-footer-brand {
    gap: 10px;
  }

  .site-footer-brand strong {
    font-size: 14px;
  }

  .site-footer-brand small {
    font-size: 8px;
  }

  .site-footer-legal {
    grid-column: 1;
    justify-items: start;
    gap: 2px;
    padding-left: 42px;
    font-size: 7.5px;
    line-height: 1.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .primary-button {
    transition: none;
  }

  .episode-nav-button,
  .secondary-button,
  .offer-message,
  .unlock-section.is-attention {
    transition: none;
    animation: none;
  }
}
