:root {
  color-scheme: light;
  --paper: #f3eee5;
  --paper-2: #e8dfd2;
  --ink: #171615;
  --ink-2: #25211e;
  --wine: #6d2030;
  --wine-dark: #49141f;
  --orange: #ef6f2e;
  --gold: #c29a58;
  --cream: #fffaf1;
  --muted: #716962;
  --line: rgba(23, 22, 21, .18);
  --line-light: rgba(255, 250, 241, .2);
  --shell: min(1460px, calc(100% - 72px));
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 142px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure,
h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

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

.section {
  width: var(--shell);
  margin-inline: auto;
  padding-block: 120px;
}

.eyebrow {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--ink);
  background: rgba(243, 238, 229, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-bar {
  width: var(--shell);
  min-height: 84px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 22px;
  letter-spacing: .04em;
}

.brand small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
}

.header-edition {
  justify-self: center;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .17em;
}

.menu-toggle {
  justify-self: end;
  width: 72px;
  min-height: 40px;
  padding: 0;
  display: none;
  grid-template-columns: 22px 1fr;
  grid-template-rows: repeat(3, 4px);
  align-items: center;
  column-gap: 10px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.menu-toggle span {
  grid-column: 1;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle b {
  grid-column: 2;
  grid-row: 1 / 4;
  font-size: 12px;
}

.site-nav {
  min-height: 52px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.site-nav a {
  min-height: 52px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  color: var(--muted);
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.site-nav a:first-child {
  border-left: 1px solid var(--line);
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--cream);
  background: var(--wine);
}

.hero {
  width: var(--shell);
  min-height: 720px;
  margin-inline: auto;
  padding-block: 54px 78px;
  display: grid;
  grid-template-columns: minmax(390px, .8fr) minmax(580px, 1.2fr);
  gap: clamp(42px, 6vw, 110px);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-left: clamp(0px, 2vw, 32px);
}

.hero-copy::before {
  content: "26";
  position: absolute;
  z-index: -1;
  top: -142px;
  left: -42px;
  color: rgba(109, 32, 48, .075);
  font-family: Georgia, serif;
  font-size: clamp(220px, 25vw, 390px);
  font-weight: 700;
  line-height: .8;
}

.hero h1 {
  max-width: 720px;
  margin-top: 26px;
  font-family: var(--serif);
  font-size: clamp(46px, 5.3vw, 88px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.055em;
}

.hero h1 em {
  color: var(--wine);
  font-style: normal;
}

.hero-lead {
  max-width: 700px;
  margin-top: 34px;
  color: #4e4843;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.95;
}

.hero-facts {
  margin-top: 44px;
  padding-block: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
}

.hero-facts span {
  padding-inline: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  border-right: 1px solid var(--line);
}

.hero-facts span:first-child {
  padding-left: 0;
}

.hero-facts span:last-child {
  border-right: 0;
}

.hero-facts b {
  display: block;
  color: var(--ink);
  font-size: 11px;
}

.hero-media {
  position: relative;
  padding: 26px;
  background: var(--ink);
  box-shadow: 32px 32px 0 var(--paper-2);
}

.hero-media::before {
  content: "HG / 2026";
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 24px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .24em;
}

.hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.hero-media figcaption {
  padding-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 18px;
  align-items: baseline;
  color: var(--cream);
}

.hero-media figcaption span {
  grid-row: 1 / 3;
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.hero-media figcaption strong {
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 500;
}

.hero-media figcaption small {
  color: rgba(255, 250, 241, .6);
  font-size: 10px;
  line-height: 1.55;
}

.section-heading {
  margin-bottom: 54px;
  display: grid;
  grid-template-columns: minmax(420px, .8fr) minmax(420px, 1.2fr);
  gap: 80px;
  align-items: end;
}

.section-heading h2,
.new-intro h2,
.watch-copy h2,
.genres-title-block h2,
.updates-head h2,
.about-copy h2,
.faq-heading h2 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.section-heading > p,
.series-heading > p {
  color: inherit;
  font-size: 15px;
  line-height: 1.95;
  opacity: .72;
}

.ranking {
  width: 100%;
  padding-inline: max(36px, calc((100vw - 1460px) / 2));
  color: var(--cream);
  background: var(--ink);
}

.ranking-heading {
  border-bottom: 1px solid var(--line-light);
  padding-bottom: 48px;
}

.ranking-heading h2 {
  color: var(--cream);
}

.ranking-ledger {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ledger-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  overflow: hidden;
  background: #201d1b;
  border: 1px solid var(--line-light);
}

.ledger-code {
  padding: 17px 20px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  border-bottom: 1px solid var(--line-light);
}

.ledger-item figure {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #171513;
}

.ledger-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .5s ease;
}

.ledger-item:hover img {
  transform: scale(1.025);
}

.ledger-copy p {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}

.ledger-copy {
  padding: 26px 22px 30px;
}

.ledger-copy h3 {
  margin-top: 14px;
  font-family: Georgia, var(--serif);
  font-size: clamp(22px, 1.7vw, 31px);
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.ledger-copy span {
  display: block;
  margin-top: 22px;
  color: rgba(255, 250, 241, .64);
  font-size: 13px;
  line-height: 1.8;
}

.new-list {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 74px;
  align-items: start;
}

.new-intro {
  position: sticky;
  top: 180px;
}

.new-intro h2 {
  font-size: clamp(42px, 4.5vw, 68px);
}

.new-intro > p:not(.eyebrow) {
  margin-top: 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.editor-note {
  margin-top: 36px;
  padding: 24px;
  display: grid;
  gap: 8px;
  color: var(--cream);
  background: var(--wine);
}

.editor-note strong {
  font-size: 12px;
}

.editor-note span {
  color: rgba(255, 250, 241, .7);
  font-size: 12px;
  line-height: 1.7;
}

.poster-ribbon {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.poster-ribbon article {
  min-width: 0;
}

.poster-ribbon article:nth-child(1),
.poster-ribbon article:nth-child(4) {
  grid-column: span 2;
}

.poster-ribbon article:nth-child(2),
.poster-ribbon article:nth-child(3),
.poster-ribbon article:nth-child(5) {
  grid-column: span 2;
}

.poster-ribbon figure {
  padding: 10px;
  overflow: hidden;
  background: var(--ink);
  border-radius: 180px 180px 0 0;
}

.poster-ribbon img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center top;
  border-radius: 160px 160px 0 0;
}

.poster-ribbon .poster-meta {
  margin-top: 16px;
  color: var(--wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.poster-ribbon h3 {
  margin-top: 8px;
  font-family: Georgia, var(--serif);
  font-size: clamp(19px, 1.5vw, 26px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.poster-ribbon .poster-summary {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.watch-guide {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  color: var(--cream);
  background: var(--wine-dark);
}

.watch-visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #16090d;
}

.watch-main {
  position: absolute;
  inset: 70px 90px 190px 0;
  padding: 20px;
  background: var(--ink);
}

.watch-main img,
.watch-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.watch-main figcaption,
.watch-small figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 16px 18px;
  display: grid;
  gap: 5px;
  color: var(--cream);
  background: linear-gradient(90deg, rgba(12, 11, 11, .94), rgba(12, 11, 11, .68));
}

.watch-main figcaption strong,
.watch-small figcaption strong {
  font-family: Georgia, var(--serif);
  font-size: 17px;
}

.watch-main figcaption span,
.watch-small figcaption span {
  color: rgba(255, 250, 241, .7);
  font-size: 10px;
  line-height: 1.55;
}

.watch-small {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: 46%;
  aspect-ratio: 16 / 9;
  padding: 12px;
  background: var(--paper);
  box-shadow: -26px 26px 0 var(--orange);
}

.watch-small figcaption {
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
}

.watch-small figcaption span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 8px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.watch-copy {
  padding: clamp(80px, 8vw, 150px) max(40px, calc((100vw - 1460px) / 2)) 90px clamp(52px, 6vw, 110px);
  align-self: center;
}

.watch-copy h2 {
  max-width: 720px;
}

.watch-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 34px;
  color: rgba(255, 250, 241, .72);
  font-size: 16px;
  line-height: 2;
}

.watch-copy dl {
  margin-top: 42px;
  border-top: 1px solid var(--line-light);
}

.watch-copy dl > div {
  padding-block: 20px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  border-bottom: 1px solid var(--line-light);
}

.watch-copy dt {
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 20px;
}

.watch-copy dd {
  display: grid;
  gap: 6px;
}

.watch-copy dd strong {
  font-size: 14px;
}

.watch-copy dd span {
  color: rgba(255, 250, 241, .6);
  font-size: 12px;
  line-height: 1.7;
}

.series-heading {
  padding-bottom: 46px;
  border-bottom: 1px solid var(--line);
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.series-card {
  grid-column: span 4;
  display: grid;
  grid-template-columns: minmax(120px, .82fr) 1.18fr;
  min-height: 420px;
  color: var(--cream);
  background: var(--ink-2);
}

.series-card.tall {
  grid-column: span 5;
}

.series-card.wide-copy {
  grid-column: span 5;
}

.series-card:nth-child(2),
.series-card:nth-child(5) {
  grid-column: span 3;
}

.series-card:nth-child(3),
.series-card:nth-child(6) {
  grid-column: span 4;
}

.series-card figure {
  min-height: 100%;
  padding: 10px;
  background: #0d0c0c;
}

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

.series-card > div {
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.series-card span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
}

.series-card h3 {
  margin-top: 12px;
  font-family: Georgia, var(--serif);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.series-card p {
  margin-top: 18px;
  color: rgba(255, 250, 241, .55);
  font-size: 11px;
  line-height: 1.7;
}

.genres {
  display: grid;
  grid-template-columns: minmax(340px, .74fr) minmax(0, 1.26fr);
  color: var(--cream);
  background: var(--wine);
}

.genres-title-block {
  min-height: 720px;
  padding: 110px clamp(42px, 6vw, 110px) 100px max(36px, calc((100vw - 1460px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 15% 15%, rgba(239, 111, 46, .36), transparent 36%),
    var(--wine-dark);
}

.genres-title-block h2 {
  max-width: 660px;
}

.genres-title-block > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 34px;
  color: rgba(255, 250, 241, .7);
  font-size: 16px;
  line-height: 1.95;
}

.genre-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.genre-directory article {
  min-height: 240px;
  padding: 42px;
  display: grid;
  align-content: end;
  border-bottom: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
  transition: background .25s ease;
}

.genre-directory article:hover {
  background: rgba(0, 0, 0, .12);
}

.genre-directory span {
  align-self: start;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 15px;
}

.genre-directory h3 {
  margin-top: 36px;
  font-family: var(--serif);
  font-size: 30px;
}

.genre-directory p {
  margin-top: 14px;
  color: rgba(255, 250, 241, .62);
  font-size: 13px;
  line-height: 1.8;
}

.updates {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 90px;
}

.updates-head h2 {
  font-size: clamp(42px, 4.5vw, 68px);
}

.updates-head > p:not(.eyebrow) {
  margin-top: 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.95;
}

.update-stream {
  border-top: 1px solid var(--line);
}

.update-stream article {
  padding-block: 34px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.update-stream time {
  color: var(--wine);
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.update-stream h3 {
  font-family: var(--serif);
  font-size: 27px;
}

.update-stream p {
  margin-top: 13px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.about {
  min-height: 680px;
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  background: var(--paper-2);
  border-block: 1px solid var(--line);
}

.about-mark {
  display: grid;
  place-items: center;
  background: var(--ink);
}

.about-mark img {
  width: min(380px, 68%);
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .3));
}

.about-copy {
  padding: 110px max(36px, calc((100vw - 1460px) / 2)) 100px clamp(48px, 7vw, 130px);
  align-self: center;
}

.about-lead {
  max-width: 920px;
  margin-top: 34px;
  color: #514943;
  font-size: 17px;
  line-height: 2;
}

.about-columns {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.about-columns article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-columns h3 {
  font-family: var(--serif);
  font-size: 22px;
}

.about-columns p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.faq {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 90px;
}

.faq-heading h2 {
  font-size: clamp(42px, 4.3vw, 66px);
}

.faq-heading > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 28px 54px 28px 0;
  list-style: none;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 26px;
  right: 8px;
  color: var(--wine);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  transition: transform .2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 900px;
  padding: 0 64px 30px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}

.site-footer {
  padding: 70px max(36px, calc((100vw - 1460px) / 2)) 36px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 70px;
  color: var(--cream);
  background: var(--ink);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.footer-brand div {
  display: grid;
  gap: 5px;
}

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

.footer-brand span {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: .18em;
}

.footer-copy {
  align-self: center;
  color: rgba(255, 250, 241, .6);
  font-size: 12px;
  line-height: 1.9;
}

.footer-meta {
  grid-column: 1 / -1;
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 250, 241, .42);
  border-top: 1px solid var(--line-light);
  font-size: 11px;
}

.back-top {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--wine);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(73, 20, 31, .28);
}

@media (max-width: 1260px) {
  :root {
    --shell: min(100% - 44px, 1180px);
  }

  .header-bar {
    grid-template-columns: 1fr auto;
  }

  .header-edition {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: 85px 0 auto;
    max-height: calc(100vh - 85px);
    padding: 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-y: auto;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .2s ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a,
  .site-nav a:first-child {
    min-height: 58px;
    border: 1px solid var(--line);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 90px;
  }

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

  .hero-media {
    width: min(900px, 92%);
    margin-left: auto;
  }

  .ranking-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .series-card,
  .series-card.tall,
  .series-card.wide-copy,
  .series-card:nth-child(2),
  .series-card:nth-child(3),
  .series-card:nth-child(5),
  .series-card:nth-child(6) {
    grid-column: span 6;
  }

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

  .genres-title-block {
    min-height: 560px;
    padding-inline: var(--shell);
  }
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 92px;
  }

  .section {
    padding-block: 88px;
  }

  .section-heading,
  .new-list,
  .updates,
  .faq {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .new-intro {
    position: static;
  }

  .ranking-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poster-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poster-ribbon article,
  .poster-ribbon article:nth-child(1),
  .poster-ribbon article:nth-child(2),
  .poster-ribbon article:nth-child(3),
  .poster-ribbon article:nth-child(4),
  .poster-ribbon article:nth-child(5) {
    grid-column: span 1;
  }

  .poster-ribbon article:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 9px);
    justify-self: center;
  }

  .watch-guide {
    grid-template-columns: 1fr;
  }

  .watch-copy {
    padding: 88px var(--shell);
  }

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

  .about-mark {
    min-height: 420px;
  }

  .about-copy {
    padding: 88px var(--shell);
  }

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

@media (max-width: 700px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .header-bar {
    min-height: 74px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 19px;
  }

  .brand small {
    font-size: 7px;
  }

  .site-nav {
    inset: 75px 0 auto;
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 54px;
    padding-block: 68px 78px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-copy::before {
    top: -76px;
    left: -20px;
    font-size: 200px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.85;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts span,
  .hero-facts span:first-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-facts span:last-child {
    border-bottom: 0;
  }

  .hero-media {
    width: 100%;
    padding: 14px;
    box-shadow: 14px 14px 0 var(--paper-2);
  }

  .hero-media figcaption {
    grid-template-columns: 1fr;
  }

  .hero-media figcaption span {
    grid-row: auto;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .new-intro h2,
  .watch-copy h2,
  .genres-title-block h2,
  .updates-head h2,
  .about-copy h2,
  .faq-heading h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .ranking {
    padding-inline: 16px;
  }

  .ledger-item {
    grid-template-columns: 1fr;
  }

  .ranking-ledger {
    grid-template-columns: 1fr;
  }

  .poster-ribbon {
    gap: 22px 12px;
  }

  .poster-ribbon article:last-child {
    width: calc(50% - 6px);
  }

  .poster-ribbon figure {
    padding: 6px;
  }

  .watch-visual {
    min-height: 470px;
  }

  .watch-main {
    inset: 42px 36px 132px 0;
    padding: 10px;
  }

  .watch-small {
    bottom: 36px;
    width: 54%;
    padding: 8px;
    box-shadow: -12px 12px 0 var(--orange);
  }

  .watch-copy {
    padding: 74px 16px;
  }

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

  .series-card,
  .series-card.tall,
  .series-card.wide-copy,
  .series-card:nth-child(2),
  .series-card:nth-child(3),
  .series-card:nth-child(5),
  .series-card:nth-child(6) {
    grid-column: 1;
    min-height: 360px;
    grid-template-columns: minmax(120px, .9fr) 1.1fr;
  }

  .series-card > div {
    padding: 24px 18px;
  }

  .genres-title-block {
    min-height: 520px;
    padding: 82px 16px;
  }

  .genre-directory {
    grid-template-columns: 1fr;
  }

  .genre-directory article {
    min-height: 210px;
    padding: 32px 24px;
  }

  .update-stream article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-mark {
    min-height: 330px;
  }

  .about-copy {
    padding: 76px 16px;
  }

  .about-columns {
    margin-top: 36px;
  }

  .faq-list summary {
    font-size: 19px;
  }

  .site-footer {
    padding: 56px 16px 30px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-meta {
    grid-column: 1;
    flex-direction: column;
  }

  .back-top {
    right: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
}

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