:root {
  --paper: #f4f0e7;
  --ink: #18231f;
  --muted: #6d746f;
  --green: #174f46;
  --night: #081c22;
  --night-soft: #102c32;
  --gold: #d7a15f;
  --rust: #a55338;
  --line: rgba(24, 35, 31, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(51, 103, 93, 0.24), transparent 32rem),
    radial-gradient(circle at 82% 75%, rgba(165, 83, 56, 0.18), transparent 34rem),
    #091416;
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.site-frame {
  width: min(100%, 760px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.42);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 62px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 17px;
  color: #fff;
  background: rgba(8, 28, 34, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.nova-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.nova-mark span { color: var(--gold); }

.global-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 760;
  white-space: nowrap;
}
.global-nav a:hover, .global-nav a:focus-visible, .global-nav a[aria-current="page"] { color: #fff; }
.global-nav a[aria-current="page"] { position: relative; }
.global-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
}
.series-link {
  padding: 7px 11px;
  color: var(--night);
  background: var(--gold);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: min(84vh, 860px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  color: #fff;
  background: var(--night);
}
.hero > img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { z-index: -2; object-fit: cover; object-position: 52% 46%; }
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(to bottom, rgba(6, 21, 25, 0.08) 8%, rgba(6, 21, 25, 0.16) 42%, rgba(6, 21, 25, 0.92) 89%, #081c22 100%),
    linear-gradient(90deg, rgba(6, 21, 25, 0.3), transparent 70%);
}
.hero-copy { width: 100%; padding: 78px 32px 46px; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--rust);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero .eyebrow, .finale-section .eyebrow, .subscribe-section .eyebrow { color: var(--gold); }
.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Nanum Myeongjo", serif;
  font-size: clamp(58px, 13vw, 98px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.075em;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
.hero-subtitle {
  margin: 12px 0 0 4px;
  color: #f1c791;
  font-family: Georgia, "Times New Roman", "Nanum Myeongjo", serif;
  font-size: 22px;
  letter-spacing: 0.02em;
}
.hero-note { margin: 18px 0 24px 4px; color: rgba(255, 255, 255, 0.72); font-size: 12px; }
.hero-actions, .finale-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.primary-button, .ghost-button, .finale-actions a {
  min-height: 45px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}
.primary-button { color: var(--night); background: #fff; }
.primary-button span { color: var(--rust); font-size: 10px; }
.ghost-button { color: #fff; border: 1px solid rgba(255, 255, 255, 0.42); background: rgba(5, 18, 22, 0.28); }
.release-note {
  position: absolute;
  right: 22px;
  bottom: 28px;
  padding-left: 15px;
  display: grid;
  gap: 3px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  text-align: right;
}
.release-note span { color: var(--gold); font-size: 8px; font-weight: 850; letter-spacing: 0.08em; }
.release-note strong { font-size: 11px; }

.collection-section {
  padding: 58px 30px 68px;
  color: #fff;
  background: var(--night);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.collection-heading {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.collection-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Nanum Myeongjo", serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.collection-arrows { display: flex; gap: 6px; }
.collection-arrows button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
}
.collection-arrows button:hover { color: var(--night); background: var(--gold); border-color: var(--gold); }
.collection-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.collection-rail::-webkit-scrollbar, .long-life-rail::-webkit-scrollbar { display: none; }
.collection-card {
  position: relative;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  text-align: left;
  background: var(--night-soft);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  scroll-snap-align: start;
  cursor: pointer;
  isolation: isolate;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.collection-card:hover { transform: translateY(-3px); }
.collection-card.selected { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(215, 161, 95, 0.18); }
.collection-card > img, .collection-card::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.collection-card > img { z-index: -2; object-fit: cover; }
.collection-card::after {
  z-index: -1;
  content: "";
  background: linear-gradient(to bottom, transparent 32%, rgba(8, 28, 34, 0.18) 50%, rgba(8, 28, 34, 0.98) 100%);
}
.collection-card-copy { position: absolute; right: 18px; bottom: 17px; left: 18px; }
.collection-card-copy small { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: 0.12em; }
.collection-card-copy strong {
  margin-top: 4px;
  display: block;
  font-family: Georgia, "Times New Roman", "Nanum Myeongjo", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.08;
  word-break: keep-all;
}
.collection-card-copy em { margin-top: 8px; display: block; color: rgba(255, 255, 255, 0.66); font-size: 10px; font-style: normal; }

.long-life-section { background: var(--paper); }
.long-life-rail {
  padding: 3px 0 22px;
  display: flex;
  gap: 13px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.long-life-tile {
  width: 210px;
  flex: 0 0 210px;
  padding: 0 0 16px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid rgba(24, 35, 31, 0.1);
  border-radius: 17px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.long-life-tile:hover { text-decoration: none; border-color: rgba(23, 79, 70, 0.45); transform: translateY(-3px); }
.long-life-image { height: 286px; display: block; overflow: hidden; background: var(--night); }
.long-life-image img { width: 100%; height: 100%; object-fit: cover; }
.long-life-tile > small, .long-life-tile > strong, .long-life-tile > em { margin-right: 13px; margin-left: 13px; display: block; }
.long-life-tile > small { margin-top: 13px; color: var(--rust); font-size: 9px; font-weight: 900; }
.long-life-tile > strong { min-height: 45px; margin-top: 7px; font-family: Georgia, "Nanum Myeongjo", serif; font-size: 16px; font-weight: 500; line-height: 1.35; word-break: keep-all; }
.long-life-tile > em { width: max-content; margin-top: 12px; padding: 5px 8px; color: var(--green); background: rgba(23, 79, 70, 0.08); border-radius: 99px; font-size: 8px; font-style: normal; font-weight: 850; }
.collection-note { margin: 21px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }

.series-status {
  padding: 18px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  color: #d7e4df;
  background: var(--night);
}
.series-status > div:first-child { display: grid; gap: 2px; }
.series-status span { color: #9eb2ad; font-size: 8px; font-weight: 800; letter-spacing: 0.1em; }
.series-status strong { font-size: 11px; }
.progress-track { height: 2px; overflow: hidden; background: rgba(255, 255, 255, 0.15); }
.progress-track i { width: 14.285%; height: 100%; display: block; background: var(--gold); transition: width 0.35s ease; }

.content-section { padding: 76px 30px; }
.content-tabs {
  width: max-content;
  margin: 0 auto 52px;
  padding: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: #e3ddd1;
  border: 1px solid rgba(24, 35, 31, 0.1);
  border-radius: 999px;
}
.content-tabs button {
  min-width: 130px;
  min-height: 40px;
  padding: 0 18px;
  color: #68716b;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}
.content-tabs button[aria-selected="true"] { color: #fff; background: var(--green); box-shadow: 0 6px 15px rgba(23, 79, 70, 0.17); }
.tab-panel { scroll-margin-top: 82px; }
.section-heading { margin-bottom: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.section-heading.compact { align-items: center; }
.section-heading h2, .reading-paper h2, .finale-copy h2, .subscribe-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", "Nanum Myeongjo", serif;
  font-size: clamp(31px, 6.5vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
  word-break: keep-all;
}
.duration-pill, .language-pill {
  padding: 7px 10px;
  color: var(--green);
  background: rgba(23, 79, 70, 0.08);
  border: 1px solid rgba(23, 79, 70, 0.16);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.film-card {
  position: relative;
  width: min(100%, 470px);
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  color: #fff;
  background: var(--night);
  border-radius: 24px;
  box-shadow: 0 28px 58px rgba(24, 35, 31, 0.22);
}
.film-card > img, .film-gradient { position: absolute; inset: 0; width: 100%; height: 100%; }
.film-card > img { object-fit: cover; }
.film-gradient { background: linear-gradient(to bottom, rgba(5, 20, 24, 0.06), transparent 50%, rgba(5, 20, 24, 0.82)); }
.film-meta { position: absolute; top: 24px; left: 22px; display: grid; gap: 4px; text-shadow: 0 2px 15px rgba(0, 0, 0, 0.45); }
.film-meta span { font-size: 9px; font-weight: 850; letter-spacing: 0.1em; }
.film-meta strong { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 500; }
.play-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  color: var(--night);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.26);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
  backdrop-filter: blur(8px);
}
.play-orb:hover { transform: translate(-50%, -50%) scale(1.06); }
.dropbox-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  min-height: 52px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: rgba(8, 28, 34, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  font-size: 11px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}
.dropbox-button span { color: #88b9ff; font-size: 9px; letter-spacing: 0.08em; }
.film-summary {
  max-width: 520px;
  margin: 25px auto 0;
  color: #5d665f;
  font-family: Georgia, "Times New Roman", "Nanum Myeongjo", serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  word-break: keep-all;
}

#listen-panel { padding-top: 4px; }
.audio-shell { padding: 19px; color: #fff; background: var(--green); border-radius: 22px; box-shadow: 0 18px 38px rgba(23, 79, 70, 0.17); }
.audio-now { margin-bottom: 14px; display: flex; align-items: center; gap: 13px; }
.audio-cover { position: relative; width: 58px; height: 58px; flex: 0 0 58px; overflow: hidden; background: var(--night); border-radius: 12px; }
.audio-cover img { width: 100%; height: 100%; object-fit: cover; }
.audio-cover span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(5, 20, 24, 0.28); font-size: 18px; }
.audio-title p { margin: 0 0 3px; color: #b9d4cc; font-size: 9px; font-weight: 850; }
.audio-title h3 { margin: 0; font-size: 17px; word-break: keep-all; }
.audio-shell audio { width: 100%; min-height: 42px; display: block; border-radius: 9px; }
.audio-tools { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.audio-tools > span { color: #b7d1ca; font-size: 9px; font-weight: 800; }
.audio-tools > div { display: flex; gap: 4px; }
.audio-tools button {
  min-width: 46px;
  min-height: 30px;
  color: #d8e8e3;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 10px;
  cursor: pointer;
}
.audio-tools button.active { color: var(--green); background: #fff; }
.track-list { margin: 15px 0 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.track-list button {
  width: 100%;
  min-height: 72px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 36px 1fr auto auto;
  align-items: center;
  gap: 10px;
  text-align: left;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(24, 35, 31, 0.08);
  border-radius: 14px;
  cursor: pointer;
}
.track-list button.selected { background: #fff; border-color: rgba(23, 79, 70, 0.3); box-shadow: 0 9px 20px rgba(23, 79, 70, 0.08); }
.track-number { color: #9b7e5a; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.track-copy { min-width: 0; display: grid; gap: 2px; }
.track-copy small { color: #7d857f; font-size: 9px; }
.track-copy strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.track-duration, .track-action { color: #778078; font-size: 9px; }
.track-action { min-width: 35px; padding: 5px 7px; color: var(--green); background: rgba(23, 79, 70, 0.08); border-radius: 999px; text-align: center; font-weight: 850; }

.reading-paper {
  position: relative;
  margin-top: 28px;
  padding: 50px 42px 38px;
  background: #fffdf8;
  border: 1px solid rgba(96, 78, 55, 0.16);
  box-shadow: 0 18px 50px rgba(70, 57, 42, 0.13);
}
.reading-paper::before { position: absolute; top: 0; left: 0; width: 5px; height: 100%; content: ""; background: var(--rust); }
.reading-guide { margin: 14px 0 31px; color: #767c77; font-size: 12px; }
.reading-lines { display: grid; gap: 9px; }
.reading-lines p {
  margin: 0;
  padding: 14px 15px;
  color: #323a35;
  font-family: Georgia, "Times New Roman", "Nanum Myeongjo", serif;
  font-size: 18px;
  line-height: 1.72;
  border-radius: 10px;
  word-break: keep-all;
}
.reading-lines p:nth-child(2) { color: #103f34; background: #e2eee9; border-left: 3px solid var(--green); font-weight: 700; }
.reading-lines p:nth-child(3) { color: #7d8580; font-size: 15px; }
.reading-caption { margin: 24px 0 0; padding-top: 17px; color: #8d928e; border-top: 1px solid var(--line); font-size: 10px; }

.release-placeholder {
  padding: 62px 34px;
  color: #fff;
  background: radial-gradient(circle at 10% 20%, rgba(45, 118, 103, 0.48), transparent 26rem), var(--night);
  border-radius: 24px;
  text-align: center;
}
.release-placeholder > span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: 0.14em; }
.release-placeholder h3 { margin: 12px 0 10px; font-family: Georgia, "Nanum Myeongjo", serif; font-size: 30px; font-weight: 500; }
.release-placeholder p { max-width: 450px; margin: 0 auto 23px; color: #b9cbc7; font-size: 12px; line-height: 1.75; word-break: keep-all; }
.release-placeholder button { min-height: 43px; padding: 0 17px; color: var(--night); background: var(--gold); border: 0; border-radius: 999px; font-size: 11px; font-weight: 850; cursor: pointer; }

.parts-section { padding-right: 0; background: #ebe6dc; border-top: 1px solid var(--line); }
.parts-section .section-heading { padding-right: 30px; }
.swipe-note { color: #848a85; font-size: 9px; }
.part-rail { padding: 3px 30px 22px 0; display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.part-tile {
  width: 210px;
  flex: 0 0 210px;
  padding: 0 0 16px;
  overflow: hidden;
  scroll-snap-align: start;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(24, 35, 31, 0.1);
  border-radius: 17px;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.part-tile:hover, .part-tile.selected { border-color: rgba(23, 79, 70, 0.45); transform: translateY(-3px); }
.part-image { height: 286px; display: block; overflow: hidden; background: var(--night); }
.part-image img { width: 100%; height: 100%; object-fit: cover; }
.part-index, .part-tile > strong, .part-tile > small, .part-state { margin-right: 13px; margin-left: 13px; }
.part-index { margin-top: 13px; display: flex; align-items: center; justify-content: space-between; color: var(--rust); font-size: 9px; font-weight: 900; }
.part-index em { color: #8c918d; font-style: normal; font-weight: 700; }
.part-tile > strong { min-height: 42px; margin-top: 7px; display: block; font-family: Georgia, "Nanum Myeongjo", serif; font-size: 16px; line-height: 1.35; word-break: keep-all; }
.part-tile > small { margin-top: 5px; display: block; color: #8a8f8b; font-size: 8px; letter-spacing: 0.05em; }
.part-state { width: max-content; margin-top: 12px; padding: 5px 8px; display: block; color: var(--green); background: rgba(23, 79, 70, 0.08); border-radius: 99px; font-size: 8px; font-weight: 850; }

.finale-section {
  padding: 72px 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  color: #fff;
  background: radial-gradient(circle at 12% 20%, rgba(45, 118, 103, 0.38), transparent 24rem), var(--night);
}
.finale-image { position: relative; overflow: hidden; aspect-ratio: 9 / 16; border: 1px solid rgba(255, 255, 255, 0.14); box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3); }
.finale-image img { width: 100%; height: 100%; object-fit: cover; }
.finale-image span { position: absolute; top: 12px; left: 12px; padding: 6px 8px; color: var(--night); background: var(--gold); border-radius: 99px; font-size: 7px; font-weight: 900; }
.finale-copy > p:not(.eyebrow) { margin: 17px 0 23px; color: #b9cbc7; font-size: 12px; line-height: 1.75; word-break: keep-all; }
.finale-copy dl { margin: 0 0 25px; display: grid; gap: 10px; }
.finale-copy dl div { padding-bottom: 10px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.finale-copy dt { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: 0.1em; }
.finale-copy dd { margin: 0; color: #d7e2df; font-size: 9px; }
.finale-actions a { min-height: 43px; cursor: pointer; }
.finale-actions .finale-play { color: var(--night); background: var(--gold); }
.finale-actions a:not(.finale-play) { color: #fff; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.2); }

.subscribe-section { padding: 86px 30px; text-align: center; background: #fffdf8; }
.subscribe-section > p:not(.eyebrow) { max-width: 480px; margin: 17px auto 24px; color: #6f7772; font-size: 12px; line-height: 1.7; word-break: keep-all; }
.subscribe-notice { max-width: 430px; margin: 0 auto; padding: 16px 20px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px 11px; color: var(--green); background: #e2eee9; border: 1px solid rgba(23, 79, 70, 0.13); border-radius: 14px; text-align: left; }
.subscribe-notice > span { grid-row: 1 / 3; font-size: 20px; }
.subscribe-notice strong { font-size: 12px; }
.subscribe-notice small { color: #6b7d77; font-size: 9px; }

footer { padding: 42px 30px 48px; color: #d5e0dd; background: #06171c; text-align: center; }
footer .nova-mark { font-size: 24px; }
footer p { margin: 9px 0 13px; color: #7e9993; font-size: 8px; font-weight: 850; letter-spacing: 0.15em; }
footer nav { margin-bottom: 17px; display: flex; justify-content: center; gap: 16px; color: #9bb0ab; font-size: 9px; }
footer small { color: #76908a; font-size: 8px; }
footer .voice-credit { margin: 0 0 6px; display: block; color: #96aaa5; }

button:focus-visible, a:focus-visible, audio:focus-visible { outline: 3px solid #efb76f; outline-offset: 3px; }

@media (max-width: 700px) {
  .site-header { min-height: 58px; padding: 0 14px; gap: 11px; }
  .global-nav { gap: 12px; justify-content: flex-end; }
  .global-nav .nav-optional { display: none; }
  .nova-mark { font-size: 18px; }
  .hero { min-height: calc(100svh - 58px); }
  .hero-copy { padding: 72px 22px 98px; }
  .hero-note { max-width: 290px; line-height: 1.6; }
  .release-note { right: 22px; bottom: 24px; }
  .series-status { padding: 16px 18px; gap: 11px; }
  .collection-section { padding: 50px 18px 58px; }
  .collection-rail { grid-auto-columns: 76%; }
  .collection-heading h2 { font-size: 30px; }
  .content-section { padding: 62px 18px; }
  .content-tabs { margin-bottom: 43px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2, .reading-paper h2, .finale-copy h2, .subscribe-section h2 { font-size: 34px; }
  .film-card { border-radius: 18px; }
  .film-summary { font-size: 15px; }
  .track-list button { grid-template-columns: 31px 1fr auto; gap: 8px; }
  .track-action { display: none; }
  .reading-paper { padding: 38px 22px 28px; }
  .reading-lines p { padding: 12px; font-size: 17px; }
  .parts-section { padding-right: 0; }
  .parts-section .section-heading { padding-right: 18px; }
  .part-rail { padding-right: 18px; }
  .part-tile { width: 185px; flex-basis: 185px; }
  .part-image { height: 252px; }
  .long-life-tile { width: 185px; flex-basis: 185px; }
  .long-life-image { height: 252px; }
  .finale-section { padding: 58px 22px 66px; grid-template-columns: 0.8fr 1fr; gap: 19px; }
  .finale-copy > p:not(.eyebrow) { font-size: 11px; }
  .finale-actions { display: grid; }
  .subscribe-section { padding: 74px 22px; }
}

@media (max-width: 460px) {
  .site-header { grid-template-columns: auto 1fr; }
  .series-link { display: none; }
  .global-nav { font-size: 9px; gap: 10px; }
  .global-nav a { display: none; }
  .global-nav a[aria-current="page"] { display: block; }
  .hero h1 { font-size: 64px; }
  .hero-subtitle { font-size: 19px; }
  .release-note { right: auto; left: 22px; width: 170px; text-align: left; }
  .series-status > div:first-child span { display: none; }
  .content-tabs { width: 100%; }
  .content-tabs button { min-width: 0; }
  .section-heading.compact { align-items: flex-start; }
  .duration-pill, .language-pill, .swipe-note { margin-top: 4px; }
  .audio-shell { padding: 15px; border-radius: 16px; }
  .release-placeholder { padding: 48px 22px; }
  .finale-section { display: block; }
  .finale-image { width: min(74%, 255px); margin: 0 auto 34px; }
  .finale-copy { text-align: center; }
  .finale-copy dl div { text-align: left; }
}

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