:root {
  --teal: #0b4f47;
  --teal-deep: #073b36;
  --orange: #f05a2b;
  --orange-soft: #f49a70;
  --ink: #121716;
  --pearl: #d9dfdc;
  --mist: #edf0ed;
  --warm: #f7f3ea;
  --white: #fffdfa;
  --line: rgba(18, 23, 22, .18);
  --max: 1480px;
  --pad: clamp(24px, 4.2vw, 76px);
  --display: "Arial Black", "PingFang SC", "Microsoft YaHei", sans-serif;
  --text: Inter, "SF Pro Text", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--warm);
  color: var(--ink);
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section-anchor { scroll-margin-top: 92px; }
.section-pad { max-width: var(--max); margin: 0 auto; padding: clamp(84px, 10vw, 160px) var(--pad); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--ink);
  background: rgba(247, 243, 234, .96);
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 86px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;
}
.brand-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
  padding-right: 28px;
  border-right: 1px solid var(--line);
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--orange);
  color: var(--white);
  font: 800 19px/1 var(--display);
}
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: 20px; letter-spacing: .06em; }
.brand-copy small { margin-top: 7px; font-size: 9px; letter-spacing: .2em; color: #59615e; }
.site-nav { display: flex; align-items: stretch; }
.site-nav a {
  position: relative;
  min-width: max-content;
  padding: 0 clamp(10px, 1.05vw, 20px);
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3c4441;
  font-size: 14px;
  font-weight: 680;
  letter-spacing: .02em;
  transition: color .2s ease, background .2s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -1px;
  height: 4px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] { color: var(--ink); background: rgba(11, 79, 71, .06); }
.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a:focus-visible,
.menu-toggle:focus-visible,
summary:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  max-width: 1600px;
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(420px, 45%);
  grid-template-rows: 1fr auto;
  border-left: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  overflow: hidden;
}
.hero-copy {
  position: relative;
  padding: clamp(78px, 8vw, 130px) clamp(36px, 6vw, 102px) clamp(62px, 7vw, 112px);
  background: var(--warm);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-copy::after {
  content: "";
  position: absolute;
  right: -46px;
  top: 24%;
  width: 92px;
  height: 92px;
  background: var(--orange);
  border-radius: 50%;
  z-index: 2;
}
.eyebrow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  margin-bottom: clamp(44px, 6vw, 92px);
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .12em;
}
.hero-index { margin-bottom: 18px; font-size: 11px; font-weight: 750; letter-spacing: .22em; color: var(--teal); }
.hero h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(50px, 5.3vw, 88px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -.055em;
}
.hero-line { max-width: 650px; margin-bottom: 18px; font-size: clamp(20px, 1.55vw, 27px); line-height: 1.5; font-weight: 720; }
.hero-intro { max-width: 690px; margin-bottom: 42px; color: #4d5552; font-size: 15px; }
.hero-ledger {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.hero-ledger > div { min-height: 108px; padding: 20px 18px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.hero-ledger > div:first-child { padding-left: 0; }
.hero-ledger > div:last-child { border-right: 0; }
.hero-ledger b { font: 800 clamp(24px, 2.2vw, 38px)/1 var(--display); color: var(--teal); }
.hero-ledger span { font-size: 12px; color: #5d6662; }
.hero-visual {
  position: relative;
  min-height: 760px;
  padding: clamp(48px, 6vw, 92px) clamp(28px, 4vw, 66px) 62px;
  background: var(--teal);
  overflow: hidden;
}
.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .24);
}
.hero-visual::before { inset: 42px 34px auto auto; width: 42%; height: 34%; }
.hero-visual::after { inset: auto auto 130px 28px; width: 34%; height: 26%; border-color: rgba(240, 90, 43, .78); }
.visual-number {
  position: absolute;
  top: 4px;
  right: 22px;
  color: rgba(255, 255, 255, .1);
  font: 900 clamp(130px, 15vw, 250px)/.84 var(--display);
  letter-spacing: -.12em;
}
.hero-image-frame {
  position: relative;
  z-index: 1;
  width: 82%;
  height: clamp(470px, 57vh, 650px);
  margin-left: auto;
  background: #0a201d;
  border: 1px solid rgba(255, 255, 255, .56);
  box-shadow: 26px 26px 0 var(--orange);
  overflow: hidden;
}
.hero-image-frame img { height: 100%; object-fit: cover; object-position: 51% center; }
.release-note {
  position: relative;
  z-index: 3;
  width: 72%;
  margin-top: -66px;
  padding: 22px 24px;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 12px 12px 0 var(--ink);
  display: grid;
}
.release-note span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.release-note strong { margin: 7px 0 5px; line-height: 1.25; font-size: 18px; }
.release-note small { color: #69706d; }
.official-band {
  grid-column: 1 / -1;
  min-height: 66px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid var(--ink);
}
.official-band span { display: flex; align-items: center; padding: 14px 22px; border-right: 1px solid rgba(255,255,255,.2); font-size: 11px; letter-spacing: .05em; }
.official-band span:last-child { border-right: 0; }

.section-head { display: grid; grid-template-columns: 190px minmax(0, 1fr) minmax(260px, 390px); gap: 34px; align-items: end; margin-bottom: 58px; }
.section-head.compact { grid-template-columns: 190px 1fr; }
.section-head h2 { margin-bottom: 0; max-width: 860px; font: 820 clamp(38px, 4.2vw, 68px)/1.08 var(--display); letter-spacing: -.045em; }
.section-head > p:last-child { margin-bottom: 0; color: #626a67; font-size: 15px; }
.section-no { align-self: start; margin-bottom: 0; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .2em; }

.identity { border-bottom: 1px solid var(--ink); }
.identity-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: clamp(50px, 8vw, 130px); }
.identity-statement { max-width: 820px; }
.identity-statement .lead { font-size: clamp(24px, 2.3vw, 37px); line-height: 1.5; font-weight: 680; letter-spacing: -.02em; }
.identity-statement p:last-child { max-width: 740px; color: #535b58; }
.identity-facts { border-top: 1px solid var(--ink); }
.identity-facts div { min-height: 82px; padding: 17px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 35% 65%; gap: 20px; align-items: center; }
.identity-facts span { color: #6a716e; font-size: 12px; }
.identity-facts b { font-size: 15px; }

.channels { background: var(--white); max-width: none; padding-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.channel-stack { border-top: 1px solid var(--ink); }
.channel-row { min-height: 156px; display: grid; grid-template-columns: 120px minmax(250px, .7fr) minmax(340px, 1.2fr) minmax(240px, .8fr); gap: 26px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.channel-row:hover { padding-left: 18px; padding-right: 18px; background: rgba(11, 79, 71, .045); }
.channel-row.is-accent { border-top: 10px solid var(--orange); }
.channel-code { color: var(--orange); font: 800 12px/1 var(--display); letter-spacing: .12em; }
.channel-row h3 { margin: 0; font-size: clamp(23px, 2vw, 32px); line-height: 1.25; }
.channel-row p { margin: 0; color: #555e5a; font-size: 14px; }
.channel-row em { font-style: normal; color: var(--teal); font-size: 12px; font-weight: 720; }
.channel-row.ai-row { background: var(--teal); color: var(--white); margin-top: 18px; padding-left: 24px; padding-right: 24px; border-bottom: 0; }
.channel-row.ai-row p { color: rgba(255,255,255,.75); }
.channel-row.ai-row em { color: #ffc1a9; }
.channel-row.ai-row:hover { padding-left: 36px; padding-right: 36px; background: var(--teal-deep); }

.slate { max-width: none; background: var(--ink); color: var(--white); padding-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.section-head.light > p:last-child { color: rgba(255,255,255,.62); }
.lead-drama { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(420px, .7fr); min-height: 620px; margin-bottom: 78px; border: 1px solid rgba(255,255,255,.25); }
.lead-poster { position: relative; min-height: 620px; overflow: hidden; }
.lead-poster img { height: 100%; object-fit: cover; }
.poster-chip { position: absolute; top: 26px; left: 26px; padding: 9px 12px; color: var(--white); background: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.lead-content { padding: clamp(34px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.drama-seq { margin-bottom: 18px; color: var(--orange-soft); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.lead-content h3 { margin-bottom: 22px; font: 800 clamp(36px, 4vw, 63px)/1.02 var(--display); letter-spacing: -.045em; }
.synopsis { color: rgba(255,255,255,.7); }
.drama-meta { margin: 32px 0 0; border-top: 1px solid rgba(255,255,255,.26); }
.drama-meta div { display: grid; grid-template-columns: 34% 66%; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
dt { color: #949d99; font-size: 12px; }
dd { margin: 0; font-size: 13px; font-weight: 640; }
.drama-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.drama-card { min-width: 0; border: 1px solid rgba(255,255,255,.22); background: #191f1d; }
.drama-card > img { aspect-ratio: 1; object-fit: cover; border-bottom: 1px solid rgba(255,255,255,.22); }
.card-body { padding: 28px; }
.card-body h3 { margin-bottom: 15px; font-size: clamp(24px, 2vw, 33px); line-height: 1.13; }
.card-body > p:not(.drama-seq) { min-height: 100px; color: rgba(255,255,255,.65); font-size: 14px; }
.mini-meta { margin: 22px 0 0; }
.mini-meta div { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); }
.mini-meta dt { margin-bottom: 3px; }
.mini-meta dd { color: rgba(255,255,255,.86); }

.themes { background: var(--pearl); max-width: none; padding-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.theme-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(220px, auto); border: 1px solid var(--ink); }
.theme-grid article { padding: clamp(28px, 4vw, 54px); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.theme-grid article span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.theme-grid article h3 { margin-top: 34px; margin-bottom: 18px; font-size: clamp(26px, 2.4vw, 40px); line-height: 1.15; }
.theme-grid article p { margin-bottom: 0; color: #4b5350; }
.theme-main { grid-column: span 7; grid-row: span 2; background: var(--warm); }
.theme-main h3 { max-width: 620px; font-size: clamp(44px, 5vw, 78px) !important; }
.theme-main p { max-width: 680px; font-size: 18px; }
.theme-note { grid-column: span 5; }
.theme-note:nth-child(2) { border-right: 0; }
.theme-note.dark { background: var(--ink); color: var(--white); border-right: 0; }
.theme-note.dark p { color: rgba(255,255,255,.68); }
.theme-note.ai-feature { grid-column: span 12; border-right: 0; border-bottom: 0; background: var(--teal); color: var(--white); display: grid; grid-template-columns: 150px 1fr 1.3fr; align-items: center; gap: 28px; }
.theme-note.ai-feature h3 { margin: 0; }
.theme-note.ai-feature p { color: rgba(255,255,255,.74); }
.term-line { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; }
.term-line b { padding: 7px 11px; border: 1px solid var(--ink); font-size: 11px; }

.archive { background: var(--white); }
.archive-board { border: 1px solid var(--ink); }
.archive-row { display: grid; grid-template-columns: 110px 1.6fr .8fr .75fr .85fr; min-height: 92px; border-bottom: 1px solid var(--line); }
.archive-row:last-child { border-bottom: 0; }
.archive-row > * { margin: 0; padding: 22px 20px; display: flex; align-items: center; border-right: 1px solid var(--line); }
.archive-row > *:last-child { border-right: 0; }
.archive-row time { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.archive-row strong { font-size: 16px; line-height: 1.3; }
.archive-row span { color: #4f5854; font-size: 13px; }
.archive-header { min-height: 48px; background: var(--ink); color: var(--white); }
.archive-header span { padding-top: 11px; padding-bottom: 11px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 760; letter-spacing: .1em; }
.release-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.release-summary p { margin: 0; padding: 20px; display: grid; border-right: 1px solid var(--line); }
.release-summary p:last-child { border-right: 0; }
.release-summary span { color: #6b736f; font-size: 11px; }
.release-summary strong { margin-top: 7px; font-size: 15px; }

.access { max-width: none; color: var(--white); background: var(--teal); padding-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.access-intro { display: grid; grid-template-columns: 190px 1.2fr .8fr; gap: 34px; align-items: start; margin-bottom: 62px; }
.access-intro h2 { margin-bottom: 0; font: 820 clamp(38px, 4.2vw, 68px)/1.08 var(--display); letter-spacing: -.045em; }
.access-intro > p:last-child { color: rgba(255,255,255,.7); }
.access-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.4); }
.access-grid article { min-height: 310px; padding: 34px; border-right: 1px solid rgba(255,255,255,.3); display: flex; flex-direction: column; }
.access-grid article:last-child { border-right: 0; }
.access-grid span { color: #ffb79c; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.access-grid h3 { margin-top: 54px; margin-bottom: 15px; font-size: 26px; }
.access-grid p { color: rgba(255,255,255,.7); font-size: 14px; }
.access-grid b { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #ffd2c2; font-size: 12px; }

.faq { background: var(--warm); }
.faq-list { max-width: 1040px; margin-left: auto; border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; list-style: none; cursor: pointer; padding: 25px 52px 25px 0; font-weight: 720; font-size: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 22px; color: var(--orange); font-size: 26px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 780px; padding: 0 0 26px; color: #535b58; }

.official { max-width: none; padding-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); background: var(--orange); }
.official-title-wrap { display: grid; grid-template-columns: 190px 1fr; gap: 34px; margin-bottom: 54px; }
.official-title-wrap .section-no { color: var(--ink); }
.official-title-wrap h2 { margin-bottom: 0; font: 840 clamp(42px, 4.7vw, 74px)/1.05 var(--display); letter-spacing: -.045em; }
.official-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); background: var(--warm); }
.official-grid article { min-height: 220px; padding: 27px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; }
.official-grid article:last-child { border-right: 0; }
.official-grid span { color: #69716e; font-size: 11px; }
.official-grid strong { margin-top: 50px; line-height: 1.25; font-size: 21px; }
.official-grid p { margin-top: auto; margin-bottom: 0; color: #5d6562; font-size: 12px; }
.source-note { margin-top: 34px; padding: 34px; background: var(--ink); color: var(--white); display: grid; grid-template-columns: 240px 1fr; gap: 44px; }
.source-note h3 { margin: 0; font-size: 21px; }
.source-note p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }

.site-footer { max-width: 1600px; margin: 0 auto; padding: 60px var(--pad); background: var(--ink); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; border-top: 1px solid rgba(255,255,255,.16); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand > div { display: grid; }
.footer-brand strong { font-size: 21px; }
.footer-brand small { margin-top: 6px; color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .18em; }
.footer-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 34px; }
.footer-meta p { margin: 0; color: rgba(255,255,255,.6); font-size: 11px; }

@media (max-width: 1220px) {
  .header-inner { min-height: 76px; }
  .brand-lockup { border-right: 0; padding-right: 0; }
  .menu-toggle {
    width: 50px;
    height: 50px;
    margin: auto 0;
    border: 1px solid var(--ink);
    background: transparent;
    display: grid;
    place-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .menu-toggle i { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 76px 0 auto;
    height: calc(100vh - 76px);
    padding: 22px var(--pad) 50px;
    background: var(--warm);
    border-top: 1px solid var(--ink);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .25s ease, visibility .25s ease;
  }
  .site-nav.is-open { transform: translateX(0); visibility: visible; }
  .site-nav a { min-height: 62px; padding: 0 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .site-nav a::after { left: 0; right: auto; width: 70px; }
  .hero { min-height: auto; grid-template-columns: 1fr 46%; }
  .hero h1 { font-size: clamp(46px, 6vw, 72px); }
  .hero-copy::after { width: 68px; height: 68px; right: -34px; }
  .hero-visual { min-height: 680px; }
  .channel-row { grid-template-columns: 80px 1fr 1.25fr; }
  .channel-row em { grid-column: 2 / -1; }
  .lead-drama { grid-template-columns: 1fr 1fr; }
  .drama-grid { grid-template-columns: repeat(2, 1fr); }
  .drama-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .archive-row { grid-template-columns: 92px 1.35fr .75fr .7fr .8fr; }
}

@media (max-width: 900px) {
  .section-pad { padding-top: 96px; padding-bottom: 96px; }
  .hero { display: block; border-left: 0; border-right: 0; }
  .hero-copy { min-height: 680px; padding-top: 80px; }
  .hero-copy::after { right: 28px; top: auto; bottom: -34px; }
  .hero-visual { min-height: 670px; }
  .hero-image-frame { width: 82%; height: 520px; margin-left: 12%; }
  .release-note { margin-top: -72px; }
  .official-band { grid-template-columns: repeat(2, 1fr); }
  .official-band span:nth-child(2) { border-right: 0; }
  .official-band span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .section-head,
  .section-head.compact,
  .official-title-wrap,
  .access-intro { grid-template-columns: 1fr; gap: 20px; }
  .section-head > p:last-child { max-width: 640px; }
  .identity-grid { grid-template-columns: 1fr; }
  .channel-row { grid-template-columns: 70px 1fr; }
  .channel-row p, .channel-row em { grid-column: 2; }
  .lead-drama { grid-template-columns: 1fr; }
  .lead-poster { min-height: auto; aspect-ratio: 16 / 10; }
  .drama-grid { grid-template-columns: 1fr; }
  .drama-card:last-child { grid-column: auto; display: block; }
  .card-body > p:not(.drama-seq) { min-height: 0; }
  .theme-main { grid-column: span 12; grid-row: auto; border-right: 0 !important; }
  .theme-note { grid-column: span 6; }
  .theme-note:nth-child(2) { border-right: 1px solid var(--ink); }
  .theme-note.dark { border-right: 0; }
  .theme-note.ai-feature { grid-template-columns: 1fr; gap: 16px; }
  .archive-row { grid-template-columns: 96px 1.4fr .8fr; }
  .archive-row > *:nth-child(4), .archive-row > *:nth-child(5) { grid-column: span 1; }
  .archive-row > * { border-bottom: 1px solid var(--line); }
  .archive-row > *:nth-child(3) { border-right: 0; }
  .archive-row > *:nth-child(4), .archive-row > *:nth-child(5) { grid-column: auto; }
  .archive-row > *:nth-child(4) { grid-column: 2; }
  .archive-row > *:nth-child(5) { grid-column: 3; border-right: 0; }
  .archive-header > *:nth-child(4), .archive-header > *:nth-child(5) { display: none; }
  .release-summary,
  .access-grid,
  .official-grid { grid-template-columns: 1fr; }
  .release-summary p,
  .access-grid article,
  .official-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .release-summary p:last-child,
  .access-grid article:last-child,
  .official-grid article:last-child { border-bottom: 0; }
  .access-grid article { min-height: 250px; }
  .source-note,
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  :root { --pad: 20px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { display: none; }
  .hero-copy { min-height: auto; padding: 64px var(--pad) 68px; }
  .eyebrow { margin-bottom: 54px; flex-direction: column; gap: 4px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-line { font-size: 20px; }
  .hero-ledger { grid-template-columns: 1fr; }
  .hero-ledger > div { min-height: 82px; padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-ledger > div:last-child { border-bottom: 0; }
  .hero-visual { min-height: 560px; padding: 48px 24px; }
  .hero-image-frame { width: calc(100% - 24px); height: 390px; margin-left: 0; box-shadow: 18px 18px 0 var(--orange); }
  .release-note { width: calc(100% - 28px); margin-top: -45px; padding: 18px; box-shadow: 8px 8px 0 var(--ink); }
  .official-band { grid-template-columns: 1fr; }
  .official-band span { min-height: 54px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .official-band span:last-child { border-bottom: 0; }
  .section-head h2,
  .access-intro h2,
  .official-title-wrap h2 { font-size: 39px; }
  .identity-statement .lead { font-size: 22px; }
  .identity-facts div { grid-template-columns: 1fr; gap: 4px; }
  .channel-row,
  .channel-row.ai-row { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .channel-row p, .channel-row em { grid-column: auto; }
  .channel-row.ai-row { margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); padding: 28px var(--pad); }
  .lead-drama { margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); border-left: 0; border-right: 0; }
  .lead-poster { aspect-ratio: 1; }
  .lead-content { padding: 32px 24px; }
  .drama-meta div { grid-template-columns: 1fr; gap: 4px; }
  .drama-grid { margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); }
  .theme-grid { margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); border-left: 0; border-right: 0; }
  .theme-grid article { grid-column: span 12; border-right: 0 !important; }
  .theme-main h3 { font-size: 41px !important; }
  .archive-board { margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); border-left: 0; border-right: 0; }
  .archive-row { grid-template-columns: 72px 1fr; padding: 0; }
  .archive-row > * { padding: 13px 14px; }
  .archive-row > *:nth-child(2) { border-right: 0; }
  .archive-row > *:nth-child(3), .archive-row > *:nth-child(4), .archive-row > *:nth-child(5) { grid-column: 2; border-right: 0; }
  .archive-header > *:nth-child(n+3) { display: none; }
  .release-summary { grid-template-columns: 1fr; }
  .official-grid,
  .source-note { margin-left: calc(var(--pad) * -1); margin-right: calc(var(--pad) * -1); }
  .footer-meta { grid-template-columns: 1fr; }
}

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