:root {
  color-scheme: dark;
  --ink: #16070a;
  --black-cherry: #24090e;
  --oxblood: #50131c;
  --wine: #7b2733;
  --lacquer-rose: #c85c68;
  --rose-metal: #e7b8ac;
  --blush: #f0c6bb;
  --bone: #f4e7df;
  --muted-rose: #b99191;
  --line: rgba(244, 231, 223, 0.2);
  --font-sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --page-pad: clamp(1.2rem, 4vw, 4.5rem);
  --section-pad: clamp(4.5rem, 10vw, 10rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--bone);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

a { color: inherit; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  transform: translateY(-180%);
  background: var(--bone);
  color: var(--ink);
}

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

:focus-visible {
  outline: 2px solid var(--rose-metal);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: rgba(22, 7, 10, 0.92);
  backdrop-filter: blur(16px);
}

.wordmark {
  width: max-content;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
}

.wordmark em {
  margin-left: 0.4rem;
  color: var(--rose-metal);
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
}

.site-nav { display: flex; gap: 2rem; }

.site-nav a,
.site-footer nav a {
  position: relative;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav a::after,
.site-footer nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.3rem;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--rose-metal);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-footer nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-status {
  justify-self: end;
  color: var(--muted-rose);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-button { display: none; }

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  border-bottom: 1px solid var(--line);
  background: var(--oxblood);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, min(8vw, 7vh), 8rem) var(--page-pad);
  background: linear-gradient(145deg, #581822, #3a0f17 72%);
}

.eyebrow {
  margin: 0 0 1.6rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3, p { overflow-wrap: anywhere; }

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, min(6.4vw, 8.6vh), 7.2rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.91;
}

h1 em,
.section-header h2 em {
  color: #eea9aa;
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.04em;
  text-shadow: 0 0 28px rgba(238, 169, 170, 0.25);
}

h1 em { white-space: nowrap; }

.hero-copy,
.hero-art,
.story-section > *,
.boundary-section > *,
.listen-section > * { min-width: 0; }

.hero-dek {
  max-width: 38rem;
  margin: 2.25rem 0 0;
  color: #e7cbc4;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, min(1.8vw, 2.4vh), 1.45rem);
  line-height: 1.38;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border: 0;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button-metal {
  background: linear-gradient(120deg, #f2cdc3, #a45d64 53%, #efc0b6);
  box-shadow: inset 0 1px rgba(255,255,255,0.7), 0 12px 30px rgba(22, 7, 10, 0.36);
  color: var(--black-cherry);
  transition: filter 180ms ease, transform 180ms ease;
}

.button-metal:hover { filter: brightness(1.08); transform: translateY(-2px); }

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-footnote {
  margin: clamp(2rem, min(6vh, 4vw), 5rem) 0 0;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-art {
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 20%, rgba(200, 92, 104, 0.66), transparent 32%),
    linear-gradient(135deg, #19070b 0%, #601723 52%, #21080d 100%);
}

.hero-art::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.07) 47%, transparent 65%);
  animation: ambient-shine 9s ease-in-out infinite alternate;
}

.cooker-form {
  width: min(88%, 900px);
  aspect-ratio: 1.38;
  position: relative;
  z-index: 1;
}

.cooker-body {
  width: 70%;
  height: 61%;
  position: absolute;
  left: 15%;
  bottom: 1%;
  z-index: 2;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(245, 204, 194, 0.11);
  border-radius: 38% 38% 20% 20% / 18% 18% 27% 27%;
  box-shadow: inset 22px -30px 55px rgba(2,0,1,0.66), inset -18px 10px 30px rgba(255,199,190,0.14), 0 52px 72px rgba(8,1,3,0.64);
}

.cooker-half { width: 50%; height: 100%; }
.cooker-half-dark { background: linear-gradient(110deg, #150509, #321017); }
.cooker-half-rose { background: linear-gradient(105deg, #862c3a, #c35b67 62%, #4c111b); }

.cooker-shine {
  position: absolute;
  inset: -18% 10% -12% 49%;
  transform: rotate(11deg);
  background: linear-gradient(90deg, transparent, rgba(255, 211, 205, 0.27), transparent 72%);
  filter: blur(8px);
}

.cooker-handle {
  width: 18%;
  height: 11%;
  position: absolute;
  top: 47%;
  z-index: 1;
  border: 1px solid rgba(240,198,187,0.15);
  background: linear-gradient(180deg, #2d0b12, #110408);
  box-shadow: 0 16px 25px rgba(5,0,2,0.5);
}

.cooker-handle-left { left: 0; border-radius: 24px 4px 4px 24px; transform: rotate(-4deg); }
.cooker-handle-right { right: 0; border-radius: 4px 24px 24px 4px; transform: rotate(4deg); }

.handle-mark {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  transform: translateY(-50%);
  opacity: 0.88;
}

.handle-mark-v { left: 17%; }
.handle-mark-v::before {
  position: absolute;
  inset: 0;
  content: "V";
  color: var(--rose-metal);
  font-family: var(--font-sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 0 7px rgba(231,184,172,0.3);
}
.handle-mark-v::after { content: none; }

.handle-mark-d {
  right: 17%;
  border: 2px solid var(--rose-metal);
  border-left: 0;
  border-radius: 0 13px 13px 0;
  box-shadow: 0 0 7px rgba(231,184,172,0.24);
}
.handle-mark-d::before {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--rose-metal);
}

.cooker-lid {
  width: 80%;
  height: 19%;
  position: absolute;
  top: 29%;
  left: 10%;
  z-index: 3;
  overflow: hidden;
  border: 1px solid rgba(255,215,205,0.38);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(250,204,195,0.3), rgba(99,25,38,0.05) 42%, #26090f 46%, #5d1722 74%, #22080d),
    linear-gradient(90deg, #23080d, #c96a71 59%, #330b12);
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.38), 0 18px 28px rgba(9,1,4,0.55);
}
.cooker-lid::after {
  height: 18%;
  position: absolute;
  top: 24%;
  right: 12%;
  left: 12%;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(255,229,222,0.42), transparent 73%);
  filter: blur(4px);
}

.cooker-bridge {
  width: 30%;
  height: 19%;
  position: absolute;
  top: 15%;
  left: 35%;
  z-index: 4;
  border: 1px solid rgba(240,198,187,0.32);
  border-radius: 42% 42% 20% 20% / 80% 80% 20% 20%;
  background: linear-gradient(110deg, #17060a, #57131e 54%, #1d070b);
  box-shadow: inset 0 2px 3px rgba(255,255,255,0.13), 0 15px 28px rgba(8,1,3,0.5);
}

.cooker-valve {
  width: clamp(22px, 3.1%, 31px);
  aspect-ratio: 1;
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  border: 1px solid rgba(255,222,213,0.72);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 24%, #ffe2da, #d47b7f 25%, #7c2130 57%, #25090f 82%);
  box-shadow: 0 8px 18px rgba(7,0,2,0.7), inset 0 1px 1px #fff0eb;
}

.season-wordmark {
  width: min(30%, 220px);
  min-width: 168px;
  position: absolute;
  top: 7%;
  right: 6%;
  z-index: 4;
  display: block;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(231,184,172,0.75);
  color: var(--bone);
  text-align: right;
}
.season-wordmark small,
.season-wordmark strong,
.season-wordmark em { display: block; position: relative; z-index: 1; }
.season-wordmark strong span { display: block; }
.season-wordmark small {
  margin-bottom: 0.1rem;
  color: var(--rose-metal);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.season-wordmark strong {
  font-size: clamp(1.8rem, min(3.3vw, 5.2vh), 3.65rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.83;
  text-transform: uppercase;
}
.season-wordmark em {
  margin-top: 0.45rem;
  color: var(--blush);
  font-family: var(--font-serif);
  font-size: clamp(0.9rem, 1.2vw, 1.15rem);
  font-weight: 600;
}
.season-wordmark > i {
  position: absolute;
  top: 0.15rem;
  left: -0.2rem;
  z-index: 0;
  color: transparent;
  font-size: clamp(4rem, 6.3vw, 6rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.14em;
  line-height: 1;
  opacity: 0.15;
  -webkit-text-stroke: 1px var(--rose-metal);
}

.hero-art figcaption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 4;
  padding: 0.3rem 0 0.25rem 1rem;
  border-left: 2px solid var(--rose-metal);
  color: var(--bone);
}
.hero-art figcaption span,
.hero-art figcaption strong,
.hero-art figcaption em { display: block; }
.hero-art figcaption span {
  color: rgba(244,231,223,0.55);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hero-art figcaption strong {
  margin: 0.35rem 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-art figcaption em {
  color: var(--blush);
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.manifesto {
  display: grid;
  grid-template-columns: 0.4fr 2fr 0.7fr;
  align-items: start;
  gap: 2rem;
  padding: var(--section-pad) var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: var(--black-cherry);
}

.manifesto-number,
.manifesto-side { margin: 0; color: var(--muted-rose); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.manifesto-side { line-height: 1.6; }
.manifesto-copy { max-width: 19ch; margin: 0; font-size: clamp(2.4rem, 5.5vw, 6rem); font-weight: 600; letter-spacing: -0.065em; line-height: 0.96; }

.season-section { padding: var(--section-pad) var(--page-pad); background: var(--blush); color: var(--black-cherry); }
.section-header { display: grid; grid-template-columns: 0.7fr 1.4fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(3rem, 8vw, 7rem); }
.section-header .eyebrow { align-self: start; }
.section-header h2 { margin: 0; font-size: clamp(3.4rem, 7vw, 7.5rem); font-weight: 600; letter-spacing: -0.075em; line-height: 0.85; }
.section-header h2 em { color: var(--wine); }
.section-header > p:last-child { max-width: 32rem; margin: 0; font-family: var(--font-serif); font-size: 1.2rem; line-height: 1.35; }
.episode-list { margin: 0; padding: 0; border-top: 1px solid rgba(36,9,14,0.3); list-style: none; }
.episode-row { min-height: 160px; display: grid; grid-template-columns: 0.22fr 1fr auto; align-items: center; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid rgba(36,9,14,0.3); }
.episode-row h3 { max-width: 30ch; margin: 0; font-family: var(--font-serif); font-size: clamp(1.55rem, 3vw, 3rem); font-weight: 600; line-height: 1.02; }
.episode-number { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; }
.episode-state { margin: 0 0 0.7rem; color: var(--wine); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.episode-arrow { font-size: 2rem; transition: transform 180ms ease; }
.episode-row:hover .episode-arrow { transform: translate(0.2rem, -0.2rem); }

.story-section { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); min-height: 780px; background: var(--ink); }
.story-portrait { min-height: 650px; position: relative; overflow: hidden; background: linear-gradient(145deg, #d8aaa3, #6f1b27 55%, #1a060a); }
.portrait-letter { position: absolute; font-size: clamp(16rem, 35vw, 42rem); font-weight: 800; letter-spacing: -0.15em; line-height: 0.75; }
.portrait-v { bottom: -4%; left: -8%; color: rgba(36,9,14,0.88); }
.portrait-d { top: 4%; right: -5%; color: rgba(232,184,172,0.62); }
.portrait-glint { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,0.18) 48%, transparent 62%); mix-blend-mode: screen; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: var(--section-pad) var(--page-pad); }
.story-copy h2,
.boundary-section h2,
.listen-section h2 { max-width: 12ch; margin: 0; font-size: clamp(2.8rem, 6vw, 6.2rem); font-weight: 600; letter-spacing: -0.07em; line-height: 0.92; }
.story-pivot { margin: 1.2rem 0 2rem; color: var(--lacquer-rose); font-family: var(--font-serif); font-size: clamp(1.8rem, 3.2vw, 3.5rem); font-style: italic; line-height: 1; }
.story-copy > p:not(.eyebrow):not(.story-pivot) { max-width: 44rem; margin: 0 0 1.2rem; color: #d8bdb8; font-family: var(--font-serif); font-size: 1.15rem; }

.boundary-section { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 5rem; padding: var(--section-pad) var(--page-pad); background: var(--wine); }
.boundary-copy { align-self: end; }
.boundary-copy p { max-width: 35rem; margin: 0 0 1.2rem; color: #f1d9d3; font-family: var(--font-serif); font-size: 1.25rem; line-height: 1.4; }

.listen-section { min-height: 700px; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 6rem; align-items: center; padding: var(--section-pad) var(--page-pad); background: var(--bone); color: var(--black-cherry); }
.listen-copy h2 { max-width: 11ch; }
.listen-actions { display: grid; gap: 4rem; }
.platforms { display: grid; border-top: 1px solid rgba(36,9,14,0.3); }
.platforms a { min-height: 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(36,9,14,0.3); text-decoration: none; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.platforms a::after { content: "↗"; font-size: 1.2rem; }
.platforms a[aria-disabled="true"] { cursor: not-allowed; opacity: 0.45; }
.email-form label { display: block; margin-bottom: 1rem; font-family: var(--font-serif); font-size: 1.25rem; }
.form-trap { width: 1px; height: 1px; position: absolute; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.email-control { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--black-cherry); }
.email-control input,
.email-control button { min-height: 56px; border: 0; background: transparent; color: var(--black-cherry); }
.email-control input { min-width: 0; padding: 0; }
.email-control button { padding: 0 0 0 2rem; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.email-control input:disabled,
.email-control button:disabled { cursor: not-allowed; opacity: 0.5; }
.form-status { min-height: 1.5rem; margin: 0.8rem 0 0; color: #6f5552; font-size: 0.75rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 3rem; padding: 3.5rem var(--page-pad); background: var(--ink); }
.footer-wordmark { align-self: start; font-size: 1.5rem; }
.site-footer > p { margin: 0; color: var(--muted-rose); font-family: var(--font-serif); }
.site-footer nav { display: flex; gap: 1.5rem; }
.copyright { grid-column: 3; font-family: var(--font-sans) !important; font-size: 0.67rem; letter-spacing: 0.1em; text-transform: uppercase; }

.policy-page { min-height: 100svh; background: var(--bone); color: var(--black-cherry); }
.policy-page .site-header { position: static; background: var(--black-cherry); color: var(--bone); }
.policy-main { max-width: 850px; margin: 0 auto; padding: var(--section-pad) var(--page-pad); }
.policy-main h1 { max-width: none; margin-bottom: 3rem; font-size: clamp(3rem, 8vw, 6rem); }
.policy-main h2 { margin: 3rem 0 1rem; font-size: 1.5rem; }
.policy-main p, .policy-main li { font-family: var(--font-serif); font-size: 1.18rem; }
.policy-main a:not(.button) { text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
.policy-action { margin-top: 2.5rem; }

@keyframes ambient-shine {
  from { transform: translateX(-12%); opacity: 0.5; }
  to { transform: translateX(14%); opacity: 1; }
}

@media (max-width: 1024px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; inset: 76px 0 0; display: none; align-content: start; padding: 3rem var(--page-pad); background: var(--ink); }
  .site-nav.is-open { display: grid; gap: 2rem; }
  .site-nav a { font-size: 1.4rem; }
  .header-status { display: none; }
  .menu-button { min-width: 60px; min-height: 44px; display: flex; align-items: center; justify-content: flex-end; gap: 0.7rem; border: 0; background: transparent; color: var(--bone); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; }
  .menu-button i, .menu-button i::before { width: 18px; height: 1px; display: block; content: ""; background: currentColor; transition: transform 180ms ease; }
  .menu-button i::before { transform: translateY(5px); }
  .menu-button[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::before { transform: rotate(-90deg); }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 64svh; }
  .manifesto { grid-template-columns: 0.25fr 1.75fr; }
  .manifesto-side { grid-column: 2; }
  .section-header { grid-template-columns: 1fr 2fr; }
  .section-header > p:last-child { grid-column: 2; }
  .story-section { grid-template-columns: 1fr; }
  .story-portrait { min-height: 60svh; }
  .boundary-section, .listen-section { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 768px) {
  .hero-copy { min-height: calc(100svh - 76px); }
  h1 { font-size: clamp(3.5rem, 15vw, 6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-footnote { margin-top: 4rem; }
  .hero-art { min-height: 520px; }
  .cooker-form { width: 90%; }
  .season-wordmark { width: 27%; min-width: 150px; }
  .season-wordmark strong { font-size: 2rem; }
  .manifesto { grid-template-columns: 1fr; gap: 1.5rem; }
  .manifesto-side { grid-column: 1; }
  .section-header { grid-template-columns: 1fr; }
  .section-header > p:last-child { grid-column: 1; }
  .episode-row { min-height: 140px; grid-template-columns: 40px 1fr auto; gap: 1rem; }
  .story-portrait { min-height: 520px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer nav { flex-wrap: wrap; }
  .copyright { grid-column: 1; }
}

@media (max-width: 420px) {
  .site-header { min-height: 68px; }
  .site-nav { inset: 68px 0 0; }
  .hero-copy { min-height: calc(100svh - 68px); }
  .hero-art { min-height: 440px; }
  .cooker-form { width: 96%; transform: translateY(4%); }
  .cooker-valve { min-width: 18px; }
  .handle-mark { width: 16px; height: 16px; }
  .handle-mark-v::before { font-size: 15px; line-height: 16px; }
  .season-wordmark { width: 36%; min-width: 128px; top: 5%; right: 4%; padding-top: 0.55rem; }
  .season-wordmark small { font-size: 0.4rem; letter-spacing: 0.2em; }
  .season-wordmark strong { font-size: 1.45rem; }
  .season-wordmark em { margin-top: 0.3rem; font-size: 0.76rem; }
  .season-wordmark > i { font-size: 3.4rem; }
  .hero-art figcaption { bottom: 1rem; left: 1rem; padding-left: 0.7rem; }
  .hero-art figcaption span { font-size: 0.42rem; }
  .hero-art figcaption strong { font-size: 0.6rem; }
  .hero-art figcaption em { font-size: 0.86rem; }
  .manifesto-copy { font-size: 2.8rem; }
  .episode-row { grid-template-columns: 32px 1fr; }
  .episode-arrow { display: none; }
  .email-control { grid-template-columns: 1fr; }
  .email-control button { padding: 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@media (prefers-color-scheme: light) {
  :root { color-scheme: dark; }
}
