*, *::before, *::after {
  box-sizing: border-box;
}
html, body, h1, h2, h3, p, ul, ol, li, figure, dl, dd, dt {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --ink: #0b0d10;
  --ink-2: #12151a;
  --ink-3: #1a1e25;
  --ink-4: #23282f;
  --line: #2b3138;
  --gold: #c9a24a;
  --gold-bright: #e2c075;
  --gold-dim: #8a6f2e;
  --paper: #e8e6e1;
  --paper-dim: #9aa0a8;
  --paper-mute: #6f767e;
  --ui: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif;
  --serif: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
}
html {
  background: var(--ink);
}
body {
  background:
    radial-gradient(1200px 640px at 50% -10%, rgba(201, 162, 74, 0.08), transparent 60%),
    var(--ink);
  color: var(--paper);
  font-family: var(--ui);
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.lights-off .page-main {
  filter: brightness(0.35);
  transition: filter 0.25s ease;
}
body.lights-off .player-shell {
  filter: brightness(2.4);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 13, 16, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.header-shell {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
}
a[data-contract="site-name"].brand-mark {
  flex: 0 0 auto;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold-bright);
  text-decoration: none;
  text-shadow: 0 0 18px rgba(201, 162, 74, 0.35);
  padding: 2px 0;
}
.category-rail {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 2px 0;
  -webkit-overflow-scrolling: touch;
}
.category-rail::-webkit-scrollbar {
  display: none;
}
a.runtime-category {
  flex: 0 0 auto;
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 1px;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--gold-bright);
  background: rgba(201, 162, 74, 0.1);
  border-color: rgba(201, 162, 74, 0.4);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 40px;
  transition: filter 0.25s ease;
}
.movie-overview {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  min-height: 380px;
  padding: 48px 0 28px;
  overflow: hidden;
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 13, 16, 0) 40%, var(--ink) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 46px);
  pointer-events: none;
}
.hero-figure {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 300px;
  background:
    linear-gradient(180deg, rgba(201, 162, 74, 0.05), rgba(11, 13, 16, 0.9)),
    var(--ink-2);
  border: 1px solid var(--line);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.03) 0 2px,
    transparent 2px 9px
  );
  pointer-events: none;
}
.hero-figure-left {
  justify-self: start;
  width: 100%;
  max-width: 360px;
  margin-right: -34px;
  background:
    linear-gradient(200deg, rgba(201, 162, 74, 0.14), rgba(11, 13, 16, 0.92) 62%),
    var(--ink-2);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}
.hero-figure-right {
  justify-self: end;
  width: 100%;
  max-width: 360px;
  margin-left: -34px;
  background:
    linear-gradient(160deg, rgba(120, 140, 170, 0.16), rgba(11, 13, 16, 0.92) 62%),
    var(--ink-2);
  clip-path: polygon(22px 0, 100% 0, 100% 100%, 0 100%, 0 22px);
}
.figure-name {
  position: relative;
  z-index: 2;
  font-family: var(--serif);
  font-size: clamp(24px, 4.4vw, 46px);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0 0 22px;
  color: var(--paper);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.85);
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.hero-figure-left .figure-name {
  color: #d8d3c8;
  border-right: 1px solid rgba(201, 162, 74, 0.35);
  padding-right: 10px;
}
.hero-figure-right .figure-name {
  color: #cfd6df;
  border-left: 1px solid rgba(201, 162, 74, 0.35);
  padding-left: 10px;
}
.hero-crest {
  position: relative;
  z-index: 3;
  align-self: center;
  width: 168px;
  height: 200px;
  justify-self: center;
  margin: 0 -18px;
}
.crest-shard {
  position: absolute;
  background: linear-gradient(150deg, rgba(201, 162, 74, 0.5), rgba(201, 162, 74, 0.06) 70%);
  border: 1px solid rgba(201, 162, 74, 0.45);
  box-shadow: 0 0 26px rgba(201, 162, 74, 0.14) inset;
}
.crest-shard-a {
  top: 0;
  left: 6px;
  width: 62px;
  height: 92px;
  clip-path: polygon(0 0, 100% 12%, 78% 100%, 0 74%);
}
.crest-shard-b {
  top: 34px;
  right: 8px;
  width: 72px;
  height: 108px;
  clip-path: polygon(22% 0, 100% 0, 100% 82%, 0 100%);
  background: linear-gradient(210deg, rgba(201, 162, 74, 0.44), rgba(201, 162, 74, 0.04) 72%);
}
.crest-shard-c {
  bottom: 0;
  left: 42px;
  width: 58px;
  height: 70px;
  clip-path: polygon(0 22%, 100% 0, 88% 100%, 12% 88%);
  background: linear-gradient(120deg, rgba(226, 192, 117, 0.4), rgba(201, 162, 74, 0.05) 70%);
}
.hero-copy {
  position: relative;
  z-index: 4;
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
  margin-top: 22px;
  padding: 0 12px;
  max-width: 780px;
}
.movie-title {
  font-family: var(--serif);
  font-size: clamp(26px, 5.2vw, 54px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: var(--paper);
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.9), 0 1px 0 rgba(201, 162, 74, 0.25);
}
.movie-tagline {
  margin-top: 10px;
  font-size: clamp(12.5px, 1.6vw, 15px);
  letter-spacing: 0.16em;
  color: var(--gold);
}
.overview-body {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 24px;
  padding: 20px;
  background: linear-gradient(180deg, var(--ink-2), var(--ink-3));
  border: 1px solid var(--line);
  border-radius: 2px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.poster-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.35);
  background: var(--ink-4);
  margin: 0;
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
}
.overview-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.seo-lede {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--paper-dim);
  padding-left: 12px;
  border-left: 2px solid var(--gold-dim);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.status-chip {
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  color: var(--paper-dim);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
.status-chip-current {
  color: var(--gold-bright);
  border-color: rgba(201, 162, 74, 0.55);
  background: rgba(201, 162, 74, 0.1);
}
.player-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  background: #000;
  border: 1px solid var(--line);
  border-top: 1px solid rgba(201, 162, 74, 0.4);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: var(--ink-2);
  border-top: 1px solid var(--line);
}
.ctrl {
  flex: 0 0 auto;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  background: var(--ink-3);
  border: 1px solid var(--line);
  padding: 5px 10px;
  border-radius: 1px;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.ctrl:hover, .ctrl:focus-visible {
  color: var(--gold-bright);
  border-color: rgba(201, 162, 74, 0.5);
  outline: none;
}
.ctrl.is-active {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold-bright);
}
.ctrl-play {
  color: var(--gold-bright);
  border-color: rgba(201, 162, 74, 0.5);
  font-weight: 700;
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 120px;
  height: 4px;
  padding: 0;
  margin: 0 4px;
  border: none;
  clip-path: none;
  background: var(--ink-4);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: var(--gold-bright);
  border-radius: 0;
  transform: rotate(45deg);
}
.ctrl-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: var(--gold-bright);
  border: none;
  border-radius: 0;
}
.ctrl-volume {
  flex: 0 1 96px;
  min-width: 72px;
  height: 4px;
  padding: 0;
  border: none;
  clip-path: none;
  background: var(--ink-4);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 0;
}
.ctrl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: var(--gold);
  border: none;
  border-radius: 0;
}
.player-shell.is-theater {
  position: fixed;
  inset: 0;
  z-index: 90;
  max-width: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
}
.player-shell.is-theater video {
  max-height: 78vh;
  margin: 0 auto;
}
.detail-block {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.detail-heading, .cast-heading, .synopsis-heading, .rail-heading, .timeline-heading, .comment-heading {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--paper);
  padding-left: 10px;
  border-left: 3px solid var(--gold);
  line-height: 1.2;
}
.detail-list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--line);
  min-width: 0;
}
.detail-key {
  flex: 0 0 66px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--paper-mute);
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: var(--paper);
  overflow-wrap: anywhere;
}
.cast-strip {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.cast-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 9px;
  padding: 7px 8px;
  background: rgba(255, 255, 255, 0.022);
  border: 1px solid var(--line);
  border-left: 2px solid rgba(201, 162, 74, 0.5);
  align-self: start;
}
.cast-avatar {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  background:
    linear-gradient(135deg, rgba(201, 162, 74, 0.32), rgba(11, 13, 16, 0.9)),
    var(--ink-4);
  border: 1px solid rgba(201, 162, 74, 0.3);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.cast-name {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--paper);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.cast-relation {
  font-size: 11.5px;
  color: var(--gold);
  letter-spacing: 0.04em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.synopsis-block {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.synopsis-columns {
  margin-top: 10px;
  column-count: 2;
  column-gap: 22px;
  column-rule: 1px solid var(--line);
}
.synopsis-para {
  break-inside: avoid;
  font-size: 13px;
  line-height: 1.8;
  color: var(--paper-dim);
  margin-bottom: 10px;
  text-indent: 2em;
}
.synopsis-para:first-child::first-letter {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  color: var(--gold-bright);
  float: left;
  margin: 4px 6px 0 0;
}
.episode-rail {
  margin-top: 26px;
}
.rail-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 10px;
  margin-top: 12px;
  padding-bottom: 10px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--gold-dim) var(--ink-3);
  scrollbar-width: thin;
}
.rail-track::-webkit-scrollbar {
  height: 6px;
}
.rail-track::-webkit-scrollbar-track {
  background: var(--ink-3);
}
.rail-track::-webkit-scrollbar-thumb {
  background: var(--gold-dim);
}
.episode-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 172px;
  padding: 12px 12px 10px;
  background: linear-gradient(180deg, var(--ink-2), var(--ink-3));
  border: 1px solid var(--line);
  border-top: 2px solid rgba(201, 162, 74, 0.55);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}
.episode-number {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--gold);
}
.episode-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--paper);
}
.episode-summary {
  flex: 1 1 auto;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--paper-dim);
}
.episode-duration {
  align-self: flex-start;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--paper-mute);
  padding-top: 6px;
  border-top: 1px solid var(--line);
  width: 100%;
}
.timeline-section {
  margin-top: 26px;
}
.timeline-axis {
  position: relative;
  margin-top: 14px;
  padding-left: 22px;
}
.timeline-axis::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, rgba(201, 162, 74, 0.8), rgba(201, 162, 74, 0.08));
}
.timeline-node {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  padding: 6px 0;
  align-items: start;
}
.node-marker {
  position: absolute;
  left: -22px;
  top: 12px;
  width: 11px;
  height: 11px;
  background: var(--gold);
  border: 1px solid var(--gold-bright);
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(201, 162, 74, 0.5);
}
.node-body {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  min-width: 0;
}
.node-timecode {
  flex: 0 0 auto;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  color: var(--gold-bright);
  padding: 1px 7px;
  border: 1px solid rgba(201, 162, 74, 0.4);
  background: rgba(201, 162, 74, 0.07);
}
.node-label {
  flex: 1 1 240px;
  min-width: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--paper-dim);
  overflow-wrap: anywhere;
}
.comment-section {
  margin-top: 26px;
}
.comment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.022);
  border: 1px solid var(--line);
  border-bottom: 2px solid rgba(201, 162, 74, 0.35);
}
.comment-heading {
  margin-bottom: 2px;
}
.comment-nickname {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold-bright);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--paper-dim);
  overflow-wrap: anywhere;
}
.rec-region {
  margin-top: 26px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.rec-region-2 {
  margin-top: 22px;
}
.rec-region-3 {
  margin-top: 22px;
}
.rec-title {
  text-align: left;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--paper);
  padding-left: 10px;
  border-left: 3px solid var(--gold);
  line-height: 1.2;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  align-items: start;
}
.rec-region-2 .rec-list, .rec-region-3 .rec-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.rec-item {
  min-width: 0;
}
a.rec-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 8px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  color: var(--paper);
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
a.rec-link:hover, a.rec-link:focus-visible {
  border-color: rgba(201, 162, 74, 0.6);
  background: var(--ink-3);
  outline: none;
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  display: block;
  background: var(--ink-4);
  filter: saturate(0.85) contrast(1.05);
}
.rec-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--paper);
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.rec-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--paper-mute);
  overflow-wrap: anywhere;
}
.site-footer {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--ink-2), var(--ink));
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 16px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
a.footer-link {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a.footer-link:hover, a.footer-link:focus-visible {
  color: var(--gold-bright);
  border-bottom-color: var(--gold-bright);
  outline: none;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--paper-mute);
  max-width: 860px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.friend-links-label {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--paper-mute);
  margin-right: 2px;
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--paper-dim);
  text-decoration: none;
  border-bottom: 1px dotted rgba(201, 162, 74, 0.35);
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--gold-bright);
  border-bottom-color: var(--gold-bright);
  outline: none;
}
@media (max-width: 1080px) {.overview-body {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 18px;
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.rec-list, .rec-region-2 .rec-list, .rec-region-3 .rec-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.hero-stage {
    grid-template-columns: 1fr auto 1fr;
    min-height: 300px;
    padding: 32px 0 20px;
  }
.hero-figure {
    min-height: 232px;
  }
.hero-figure-left {
    margin-right: -20px;
  }
.hero-figure-right {
    margin-left: -20px;
  }
.hero-crest {
    width: 116px;
    height: 148px;
    margin: 0 -12px;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }
.poster-column {
    max-width: 240px;
  }
.synopsis-columns {
    column-count: 1;
    column-rule: none;
  }
.comment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.rec-list, .rec-region-2 .rec-list, .rec-region-3 .rec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 620px) {.page-main {
    padding: 0 12px 32px;
  }
.header-shell {
    padding: 7px 12px;
    gap: 10px;
  }
a[data-contract="site-name"].brand-mark {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
.hero-stage {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0 16px;
  }
.hero-figure {
    min-height: 150px;
    justify-content: flex-start;
  }
.hero-figure-left, .hero-figure-right {
    max-width: none;
    margin: 0;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  }
.figure-name {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 30px;
    padding: 0 0 12px 16px;
    border: none !important;
  }
.hero-crest {
    width: 100%;
    height: 74px;
    margin: 0;
    order: 2;
  }
.crest-shard-a {
    top: 0;
    left: 12%;
    width: 46px;
    height: 60px;
  }
.crest-shard-b {
    top: 6px;
    right: 12%;
    width: 52px;
    height: 66px;
  }
.crest-shard-c {
    left: 46%;
    bottom: 0;
    width: 44px;
    height: 46px;
  }
.hero-copy {
    order: 3;
    margin-top: 14px;
    padding: 0;
  }
.movie-title {
    font-size: 24px;
  }
.movie-tagline {
    letter-spacing: 0.08em;
  }
.overview-body {
    padding: 12px;
    clip-path: none;
  }
.poster-column {
    max-width: 200px;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.detail-key {
    flex-basis: 58px;
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
.cast-card {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 8px;
    padding: 6px;
  }
.cast-avatar {
    width: 34px;
    height: 34px;
  }
.player-controls {
    gap: 5px;
    padding: 7px;
  }
.ctrl {
    font-size: 11.5px;
    padding: 5px 8px;
  }
.ctrl-progress {
    flex-basis: 100%;
    order: 9;
    margin: 2px 0;
  }
.episode-rail, .timeline-section, .comment-section, .rec-region {
    margin-top: 20px;
  }
.rail-track {
    grid-auto-columns: minmax(168px, 1fr);
  }
.comment-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-list, .rec-region-2 .rec-list, .rec-region-3 .rec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
.footer-inner {
    padding: 16px 12px 22px;
  }}
@media (max-width: 400px) {.cast-row {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-list, .rec-region-2 .rec-list, .rec-region-3 .rec-list {
    grid-template-columns: minmax(0, 1fr);
  }}

footer{text-align:center!important}
footer *{justify-content:center!important}
footer :is(div,nav,ul,ol,p,section,address){margin-left:auto!important;margin-right:auto!important}
