@font-face {
  font-family: "Archive Sans";
  src: local("PingFang SC"), local("Microsoft YaHei"), local("Helvetica Neue");
  font-display: swap;
}

:root {
  --black: #070707;
  --ink: #191713;
  --paper: #f6f3ed;
  --paper-2: #ebe6dd;
  --red: #c84842;
  --muted: #89877f;
  --line: rgba(36, 30, 24, 0.12);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Archive Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -60px; left: 24px; z-index: 100; padding: 12px 18px; color: #fff; background: var(--red); }
.skip-link:focus { top: 18px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 max(32px, calc((100vw - var(--max)) / 2));
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.brand { display: flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.58); border-radius: 11px; font: 800 23px/1 Georgia, serif; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-size: 12px; letter-spacing: .19em; }
.brand-copy small { color: rgba(255,255,255,.57); font-size: 10px; letter-spacing: .12em; }
.site-header nav { display: flex; gap: 25px; font-size: 12px; }
.site-header nav a { padding: 10px 0; color: rgba(255,255,255,.68); transition: color .2s; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: #fff; }
.edition { justify-self: end; color: rgba(255,255,255,.48); font: 10px/1 ui-monospace, monospace; letter-spacing: .14em; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.home-link { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(0,0,0,.18); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .12em; backdrop-filter: blur(9px); transition: color .2s ease, border-color .2s ease, background .2s ease; }
.home-link:hover,.home-link:focus-visible { color: white; border-color: rgba(255,255,255,.72); background: rgba(0,0,0,.42); }

.hero { position: relative; min-height: 850px; height: 100svh; max-height: 1040px; color: #fff; background: #050505; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.012); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,.98) 0%, rgba(3,3,3,.74) 34%, rgba(3,3,3,.2) 66%, rgba(3,3,3,.14)), linear-gradient(0deg, rgba(3,3,3,.45), transparent 44%); }
.hero-content { position: relative; z-index: 2; max-width: var(--max); height: 100%; margin: 0 auto; padding: 180px 0 72px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow, .section-index { margin: 0 0 26px; color: #9c9991; font: 600 11px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; }
.eyebrow { color: rgba(255,255,255,.62); }
.eyebrow span { display: inline-block; width: 31px; height: 1px; margin: 0 11px 3px 0; background: var(--red); }
.hero h1 { max-width: 820px; margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(66px, 7.1vw, 112px); font-weight: 400; line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: #e1ddd2; }
.hero h1 b { display: inline-block; font-weight: inherit; white-space: nowrap; }
.hero-lead { max-width: 540px; margin: 34px 0 0; color: rgba(255,255,255,.63); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin-top: 42px; }
.primary-action, .ghost-action { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 15px; cursor: pointer; transition: transform .2s, background .2s, border .2s, box-shadow .2s; }
.primary-action { gap: 48px; color: #fff; background: var(--red); box-shadow: 0 10px 28px rgba(200,72,66,.22); }
.primary-action span { font-size: 20px; }
.ghost-action { color: #fff; background: rgba(12,12,12,.22); border-color: rgba(255,255,255,.28); backdrop-filter: blur(7px); }
.primary-action:hover, .ghost-action:hover { transform: translateY(-2px); }
.ghost-action:hover { border-color: rgba(255,255,255,.75); }
.hero-stats { display: flex; gap: 0; margin-top: 62px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-stats div { display: grid; gap: 6px; min-width: 170px; padding: 18px 30px 0 0; }
.hero-stats div + div { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-stats strong { font: 400 24px/1 Georgia, serif; }
.hero-stats span { color: rgba(255,255,255,.47); font-size: 11px; letter-spacing: .08em; }
.hero-caption { position: absolute; right: 32px; bottom: 28px; z-index: 2; margin: 0; color: rgba(255,255,255,.26); font: 9px/1 ui-monospace, monospace; letter-spacing: .14em; writing-mode: vertical-rl; }

.controls, .timeline-section, .future-section, .guide-section { max-width: var(--max); margin: 0 auto; }
.controls { padding: 112px 0 34px; }
.controls-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: end; }
.controls-heading .section-index { grid-column: 1 / -1; }
.controls h2, .timeline-intro h2, .xmen-heading h2, .series-heading h2, .future-heading h2, .guide-section h2 { margin: 0; font: 400 clamp(42px, 5vw, 72px)/1.05 Georgia, "Songti SC", serif; letter-spacing: -.045em; }
.controls-heading > p:last-child { max-width: 440px; justify-self: end; margin: 0 0 6px; color: #6f6d66; line-height: 1.8; }
.search-row { display: grid; grid-template-columns: 1fr 300px; gap: 12px; margin-top: 58px; }
.search-box, .phase-select { height: 64px; display: flex; align-items: center; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.95); border-radius: var(--radius-md); box-shadow: 0 10px 32px rgba(57,45,33,.055); }
.search-box { padding: 0 20px; gap: 14px; }
.search-box > span { font: 34px/1 Georgia, serif; transform: rotate(-15deg); }
.search-box input { flex: 1; min-width: 0; height: 100%; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: 15px; }
.search-box input::placeholder { color: #9a9890; }
kbd { padding: 5px 8px; color: #8a8881; border: 1px solid #d7d4cc; border-radius: 7px; font: 10px/1 ui-monospace, monospace; }
.phase-select { padding: 0 20px; justify-content: space-between; }
.phase-select span { color: #8e8b84; font-size: 12px; }
.phase-select select { min-width: 205px; border: 0; outline: 0; background: transparent; cursor: pointer; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.chip { padding: 10px 15px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.35); cursor: pointer; font-size: 12px; transition: .2s; }
.chip:hover { border-color: #77746b; }
.chip.active { color: #fff; background: #2c2924; border-color: #2c2924; box-shadow: 0 7px 18px rgba(27,23,18,.14); }
.result-line { display: flex; justify-content: space-between; margin-top: 35px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: #727068; font-size: 12px; }
.result-line button { padding: 0; color: var(--red); background: transparent; border: 0; cursor: pointer; }

.timeline-section { padding: 92px 0 140px; }
.timeline-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 72px; }
.timeline-intro p:last-child { max-width: 520px; justify-self: end; margin: 0 0 3px; color: #6f6d66; line-height: 1.85; }
.movie-timeline { position: relative; }
.movie-timeline::before { content: ""; position: absolute; inset: 2px auto 0 92px; width: 2px; border-radius: 999px; background: linear-gradient(rgba(200,72,66,.74), #d7d1c6 85%, transparent); }
.phase-group { position: relative; display: grid; grid-template-columns: 132px 1fr; padding-bottom: 96px; }
.phase-group:last-child { padding-bottom: 0; }
.phase-label { position: sticky; top: 26px; align-self: start; padding-top: 4px; }
.phase-dot { position: absolute; left: 85px; top: 4px; width: 16px; height: 16px; border: 4px solid var(--paper); border-radius: 50%; background: var(--red); box-shadow: 0 3px 10px rgba(200,72,66,.28); }
.phase-label strong { display: block; font: 400 34px/1 Georgia, serif; }
.phase-label span { display: block; margin-top: 7px; color: #87847c; font: 10px/1.4 ui-monospace, monospace; letter-spacing: .13em; }
.poster-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 52px 20px; }
.movie-card { min-width: 0; }
.poster-button { position: relative; width: 100%; padding: 0; display: block; color: #fff; background: none; border: 0; text-align: left; cursor: pointer; }
.poster { position: relative; aspect-ratio: 2/3; overflow: hidden; background: #161616; border-radius: var(--radius-md); box-shadow: 0 14px 34px rgba(44,34,24,.11), 0 2px 8px rgba(44,34,24,.06); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.poster::before { content: ""; position: absolute; z-index: 2; inset: 0 0 auto; height: 74px; background: linear-gradient(rgba(0,0,0,.66), transparent); pointer-events: none; }
.poster::after { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(255,255,255,.17); border-radius: inherit; pointer-events: none; }
.poster-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .3s; }
.poster-button:hover .poster, .poster-button:focus-visible .poster { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(44,34,24,.18), 0 4px 12px rgba(44,34,24,.08); }
.poster-button:hover .poster-image, .poster-button:focus-visible .poster-image { transform: scale(1.035); }
.poster-button:focus-visible { outline: 2px solid rgba(200,72,66,.8); outline-offset: 5px; border-radius: var(--radius-md); }
.poster-order { position: absolute; z-index: 3; top: 11px; left: 11px; padding: 7px 9px; border-radius: 999px; background: rgba(8,8,8,.38); backdrop-filter: blur(8px); font: 9px/1 ui-monospace, monospace; letter-spacing: .08em; }
.poster-phase { position: absolute; z-index: 3; top: 11px; right: 11px; padding: 7px 9px; color: rgba(255,255,255,.78); border-radius: 999px; background: rgba(8,8,8,.32); backdrop-filter: blur(8px); font: 8px/1 ui-monospace, monospace; letter-spacing: .08em; }
.film-meta { padding-top: 15px; }
.film-date { display: flex; align-items: center; gap: 8px; color: #77746d; font: 9px/1 ui-monospace, monospace; letter-spacing: .09em; }
.film-date::before { content: ""; width: 16px; height: 1px; background: var(--red); }
.film-meta h3 { margin: 9px 0 0; font-size: 15px; font-weight: 600; line-height: 1.35; }
.film-meta p { margin: 5px 0 0; color: #8d8a82; font-size: 10px; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.empty-state { padding: 90px 24px; text-align: center; background: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); }
.empty-state strong { font: 400 30px/1.2 Georgia, serif; }
.empty-state p { color: #7a7770; }
.empty-state button { margin-top: 12px; padding: 12px 18px; color: #fff; background: var(--ink); border: 0; border-radius: var(--radius-sm); cursor: pointer; }

.xmen-section { padding: 126px 0 118px; background: #e7e9e7; }
.spider-section { background: #eee8e1; }
.xmen-inner { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.xmen-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.xmen-heading .section-index { grid-column: 1 / -1; color: #7b817e; }
.xmen-heading > p:last-child { max-width: 540px; justify-self: end; margin: 0 0 5px; color: #666c69; line-height: 1.85; }
.xmen-summary { display: grid; grid-template-columns: 128px 128px 1fr; align-items: stretch; gap: 12px; margin-top: 64px; }
.xmen-summary > div, .xmen-summary > p { min-height: 112px; margin: 0; padding: 22px; border: 1px solid rgba(30,39,38,.1); border-radius: 18px; background: rgba(255,255,255,.42); }
.xmen-summary > div { display: grid; align-content: center; gap: 8px; }
.xmen-summary strong { font: 400 30px/1 Georgia, serif; }
.xmen-summary span { color: #6e7470; font-size: 10px; letter-spacing: .08em; }
.xmen-summary > p { display: flex; align-items: center; color: #666c69; font-size: 12px; line-height: 1.8; }
.xmen-lane-label { display: flex; align-items: center; gap: 18px; margin: 70px 0 22px; }
.xmen-lane-label::after { content: ""; flex: 1; height: 1px; background: rgba(30,39,38,.14); }
.xmen-lane-label span { color: var(--red); font: 9px/1 ui-monospace, monospace; letter-spacing: .15em; }
.xmen-lane-label strong { font-size: 12px; font-weight: 600; }
.xmen-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.spider-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.xmen-card { display: flex; flex-direction: column; background: rgba(250,251,249,.72); border: 1px solid rgba(30,39,38,.09); border-radius: 20px; box-shadow: 0 12px 36px rgba(35,45,42,.04); overflow: hidden; }
.xmen-poster { position: relative; aspect-ratio: 2 / 3; background: #151817; overflow: hidden; }
.xmen-poster::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.xmen-poster img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .3s; }
.xmen-card:hover .xmen-poster img { transform: scale(1.025); filter: saturate(1.04); }
.xmen-card-top { position: absolute; inset: 12px 12px auto; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.82); font: 9px/1 ui-monospace, monospace; letter-spacing: .11em; }
.xmen-card-top > span, .xmen-card-top > time { padding: 7px 9px; border-radius: 999px; background: rgba(8,10,9,.46); backdrop-filter: blur(8px); }
.xmen-card-top > span { color: #fff; }
.xmen-card-copy { flex: 1; display: flex; flex-direction: column; padding: 22px 23px 24px; }
.xmen-tag { margin: 0 0 13px; color: var(--red); font-size: 10px; }
.xmen-card h3 { margin: 0; font: 400 25px/1.18 Georgia, "Songti SC", serif; letter-spacing: -.03em; }
.xmen-original { margin-top: 7px; color: #909590; font: 8px/1.4 ui-monospace, monospace; letter-spacing: .09em; text-transform: uppercase; }
.xmen-why { margin: 22px 0 0; padding-top: 17px; color: #616763; border-top: 1px solid rgba(30,39,38,.09); font-size: 12px; line-height: 1.75; }
.xmen-extras { margin-top: 18px; border: 1px solid rgba(30,39,38,.12); border-radius: 20px; overflow: hidden; }
.xmen-extras summary { min-height: 72px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; padding: 0 24px; cursor: pointer; list-style: none; }
.xmen-extras summary::-webkit-details-marker { display: none; }
.xmen-extras summary span { color: #7b817d; font: 9px/1 ui-monospace, monospace; letter-spacing: .15em; }
.xmen-extras summary strong { font-size: 12px; }
.xmen-extras summary i { font-size: 20px; font-style: normal; font-weight: 300; transition: transform .2s; }
.xmen-extras[open] summary i { transform: rotate(45deg); }
.xmen-extra-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0 14px 14px; }
.xmen-card.optional { min-height: 320px; display: grid; grid-template-columns: 200px 1fr; background: rgba(255,255,255,.36); }
.xmen-card.optional .xmen-poster { height: 100%; min-height: 320px; aspect-ratio: auto; }
.xmen-card.optional .xmen-card-copy { justify-content: center; }
.legacy-extras { margin-top: 12px; }
.legacy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 0 14px 14px; }
.xmen-rejoin { display: grid; grid-template-columns: 1fr minmax(240px, .72fr) auto minmax(240px, .72fr); align-items: center; gap: 18px; margin-top: 56px; padding: 30px; color: #eceeea; background: #18201f; border-radius: 24px; }
.xmen-rejoin > div > span { color: #87918d; font: 9px/1 ui-monospace, monospace; letter-spacing: .15em; }
.xmen-rejoin > div > p { margin: 12px 0 0; color: #a9b0ac; font-size: 12px; }
.xmen-rejoin button, .xmen-rejoin a { min-height: 80px; display: grid; align-content: center; gap: 7px; padding: 16px 18px; color: #f2f3ef; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; text-align: left; cursor: pointer; transition: background .2s, border-color .2s; }
.xmen-rejoin button:hover, .xmen-rejoin a:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.24); }
.xmen-rejoin small { color: #89928e; font: 8px/1 ui-monospace, monospace; letter-spacing: .09em; }
.xmen-rejoin strong { font: 400 17px/1.25 Georgia, "Songti SC", serif; }
.rejoin-arrow { color: #76807b; font-size: 22px; }

.series-section { padding: 126px 0 132px; background: #f4f1eb; }
.series-inner { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.series-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.series-heading .section-index { grid-column: 1 / -1; color: #8c877e; }
.series-heading > p:last-child { max-width: 540px; justify-self: end; margin: 0 0 5px; color: #6f6a62; line-height: 1.85; }
.series-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 68px; }
.series-card { min-height: 330px; display: grid; grid-template-columns: 210px 1fr; background: rgba(255,255,255,.58); border: 1px solid rgba(47,40,32,.08); border-radius: 22px; box-shadow: 0 16px 46px rgba(54,43,31,.045); overflow: hidden; }
.series-poster { position: relative; min-height: 330px; background: #161514; overflow: hidden; }
.series-poster img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.series-card:hover .series-poster img { transform: scale(1.025); }
.series-poster span { position: absolute; inset: 13px auto auto 13px; padding: 7px 9px; color: rgba(255,255,255,.88); background: rgba(8,8,8,.48); border-radius: 999px; backdrop-filter: blur(8px); font: 8px/1 ui-monospace, monospace; letter-spacing: .09em; }
.series-copy { display: flex; flex-direction: column; padding: 26px 27px 25px; }
.series-level { margin: 0 0 14px; color: var(--red); font-size: 10px; }
.series-card h3 { margin: 0; font: 400 28px/1.15 Georgia, "Songti SC", serif; letter-spacing: -.035em; }
.series-original { margin-top: 7px; color: #969087; font: 8px/1.4 ui-monospace, monospace; letter-spacing: .09em; text-transform: uppercase; }
.series-to { display: grid; gap: 7px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(39,33,27,.09); }
.series-to small { color: #969087; font-size: 9px; }
.series-to strong { color: #403c36; font-size: 12px; line-height: 1.55; }
.series-note { margin: auto 0 0; padding-top: 20px; color: #6e6961; font-size: 12px; line-height: 1.75; }

.future-section { padding: 126px 0; color: #f4f1e9; background: #0c0b0a; max-width: none; }
.future-heading, .future-grid, .rumor-note { width: min(var(--max), calc(100% - 64px)); margin-left: auto; margin-right: auto; }
.future-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.future-heading .section-index { grid-column: 1 / -1; color: #6c6a65; }
.future-heading p:last-child { max-width: 540px; justify-self: end; margin: 0; color: #77746e; line-height: 1.85; }
.future-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 72px; }
.future-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 28px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); border: 1px solid rgba(255,255,255,.085); border-radius: 22px; overflow: hidden; box-shadow: 0 18px 52px rgba(0,0,0,.16); }
.future-card::after { content: attr(data-number); position: absolute; right: -9px; bottom: -36px; color: rgba(255,255,255,.035); font: 180px/1 Georgia, serif; }
.future-status { display: flex; align-items: center; gap: 8px; color: #89857e; font: 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.future-card h3 { position: relative; z-index: 1; margin: auto 0 14px; font: 400 35px/1.05 Georgia, "Songti SC", serif; letter-spacing: -.04em; }
.future-card .future-en { color: #625f5a; font: 9px/1.4 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.future-card .future-date { margin: 21px 0 0; color: #d6d1c8; font: 15px/1.3 ui-monospace, monospace; }
.future-card button { position: relative; z-index: 2; width: fit-content; margin-top: 20px; padding: 0 0 4px; color: #a7a39c; background: none; border: 0; border-bottom: 1px solid #55524d; cursor: pointer; font-size: 11px; }
.rumor-note { display: flex; align-items: center; gap: 28px; margin-top: 24px; color: #77746e; font-size: 10px; }
.rumor-note > span { color: #b6b1a8; font: 9px/1 ui-monospace, monospace; letter-spacing: .13em; }
.rumor-note p { display: flex; align-items: center; gap: 7px; }
.dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #777; }
.dot.confirmed { background: var(--red); }
.dot.developing { background: #d2aa68; }
.dot.rumored { border: 1px solid #777; background: transparent; }

.guide-section { padding: 132px 0 148px; }
.guide-section h2 { max-width: 810px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 76px; }
.guide-grid article { padding: 28px; background: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.8); border-radius: 22px; box-shadow: 0 12px 35px rgba(49,39,28,.045); }
.guide-grid article > span { color: var(--red); font: 10px/1 ui-monospace, monospace; }
.guide-grid h3 { margin: 46px 0 14px; font: 400 24px/1.25 Georgia, "Songti SC", serif; }
.guide-grid p { margin: 0; color: #6e6b64; font-size: 14px; line-height: 1.9; }
.disclaimer { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; margin-top: 72px; padding: 26px 28px; background: var(--paper-2); border-radius: var(--radius-md); }
.disclaimer strong { font-size: 12px; }
.disclaimer p { margin: 0; color: #77746d; font-size: 12px; line-height: 1.8; }

footer { min-height: 210px; display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: center; gap: 50px; padding: 0 max(32px, calc((100vw - var(--max)) / 2)); color: #8b8881; background: #0b0b0a; }
.footer-brand { color: #f0ece2; font: 400 32px/1 Georgia, serif; }
.footer-brand span { color: #5c5954; }
footer p { max-width: 610px; font-size: 11px; line-height: 1.8; }
footer a { color: #d2cec4; font-size: 11px; }

.movie-dialog { width: min(1040px, calc(100% - 36px)); max-height: min(860px, calc(100dvh - 36px)); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: var(--radius-lg); box-shadow: 0 30px 100px rgba(0,0,0,.42); overflow: auto; }
.movie-dialog::backdrop { background: rgba(12,10,8,.72); backdrop-filter: blur(12px); }
.dialog-close { position: fixed; z-index: 5; width: 44px; height: 44px; margin: 18px 0 0 calc(min(1040px, 100vw - 36px) - 62px); display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.42); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; cursor: pointer; font-size: 27px; font-weight: 200; }
.dialog-layout { display: grid; grid-template-columns: 40% 60%; min-height: 720px; }
.dialog-visual { position: relative; min-height: 720px; color: #fff; background: hsl(var(--hue), 34%, 11%); overflow: hidden; }
.dialog-visual::before { content: ""; position: absolute; inset: -15%; background: radial-gradient(circle at 68% 24%, hsla(var(--hue), 85%, 70%, .8), transparent 25%), radial-gradient(circle at 35% 80%, hsla(calc(var(--hue) + 55), 72%, 55%, .55), transparent 31%), linear-gradient(140deg, transparent 35%, rgba(255,255,255,.15) 35.5%, transparent 36.5%); transform: rotate(var(--turn)); }
.dialog-visual::after { content: ""; position: absolute; inset: 15%; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.025); }
.dialog-visual.movie-poster { background: #111; }
.dialog-visual.movie-poster::before { z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.08) 44%, transparent 72%); transform: none; }
.dialog-visual.movie-poster::after { display: none; }
.dialog-poster-image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.dialog-poster-copy { position: absolute; z-index: 2; inset: auto 35px 37px; }
.dialog-poster-copy span { display: block; margin-bottom: 16px; color: rgba(255,255,255,.6); font: 9px/1.4 ui-monospace, monospace; letter-spacing: .16em; }
.dialog-poster-copy strong { display: block; font: 400 48px/1.02 Georgia, "Songti SC", serif; letter-spacing: -.055em; }
.dialog-body { padding: 64px 62px 48px; }
.dialog-kicker { display: flex; align-items: center; gap: 12px; color: var(--red); font: 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.dialog-kicker::before { content: ""; width: 22px; height: 1px; background: var(--red); }
.dialog-body h2 { margin: 22px 0 7px; font: 400 48px/1.05 Georgia, "Songti SC", serif; letter-spacing: -.045em; }
.dialog-original { margin: 0; color: #8a877f; font: 10px/1.4 ui-monospace, monospace; letter-spacing: .09em; text-transform: uppercase; }
.dialog-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0; background: var(--paper-2); border-radius: 16px; overflow: hidden; }
.dialog-facts div { padding: 18px; }
.dialog-facts div + div { border-left: 1px solid var(--line); }
.dialog-facts span, .dialog-section span { display: block; margin-bottom: 7px; color: #949188; font: 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.dialog-facts strong { font-size: 13px; font-weight: 600; }
.dialog-section { margin-top: 26px; }
.dialog-section p { margin: 0; color: #58564f; font-size: 14px; line-height: 1.9; }
.actor-list { display: flex; flex-wrap: wrap; gap: 8px; }
.actor-list i { padding: 8px 11px; background: rgba(255,255,255,.48); border: 1px solid rgba(36,30,24,.1); border-radius: 100px; font-size: 11px; font-style: normal; }
.watch-note { margin-top: 30px; padding: 18px; color: #5a5750; background: #e7e1d7; border-radius: 16px; font-size: 12px; line-height: 1.7; }
.watch-note strong { color: var(--red); }

@media (max-width: 1504px) {
  .hero-content, .controls, .timeline-section, .guide-section { width: calc(100% - 64px); }
}
@media (max-width: 1100px) {
  .poster-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .xmen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spider-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .legacy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .xmen-rejoin { grid-template-columns: 1fr 1fr; }
  .xmen-rejoin > div { grid-column: 1 / -1; }
  .rejoin-arrow { display: none; }
  .series-card { grid-template-columns: 160px 1fr; }
  .future-grid { grid-template-columns: repeat(2, 1fr); }
  .future-card { min-height: 330px; }
}
@media (max-width: 780px) {
  .site-header { height: 76px; grid-template-columns: 1fr auto; padding: 0 20px; }
  .site-header nav { display: none; }
  .edition { display: none; }
  .home-link { padding: 8px 10px; }
  .brand-copy small { display: none; }
  .hero { height: auto; min-height: 820px; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,3,3,.96), rgba(3,3,3,.52)), linear-gradient(0deg, rgba(3,3,3,.72), transparent 60%); }
  .hero-content { width: calc(100% - 40px); padding: 142px 0 48px; justify-content: flex-end; }
  .hero h1 { font-size: clamp(34px, 11vw, 58px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { width: 100%; }
  .primary-action, .ghost-action { flex: 1; padding: 0 12px; font-size: 12px; }
  .primary-action { gap: 18px; }
  .hero-stats { width: 100%; margin-top: 48px; }
  .hero-stats div { min-width: 0; flex: 1; padding-right: 13px; }
  .hero-stats div + div { padding-left: 13px; }
  .hero-stats strong { font-size: 17px; }
  .hero-stats span { font-size: 8px; }
  .hero-caption { display: none; }
  .controls, .timeline-section, .guide-section { width: calc(100% - 40px); }
  .controls { padding-top: 84px; }
  .controls-heading, .timeline-intro, .xmen-heading, .series-heading, .future-heading { grid-template-columns: 1fr; gap: 22px; }
  .controls-heading .section-index, .xmen-heading .section-index, .series-heading .section-index, .future-heading .section-index { grid-column: auto; }
  .controls-heading > p:last-child, .timeline-intro p:last-child, .xmen-heading > p:last-child, .series-heading > p:last-child, .future-heading p:last-child { justify-self: start; }
  .controls h2, .timeline-intro h2, .xmen-heading h2, .series-heading h2, .future-heading h2, .guide-section h2 { font-size: 44px; }
  .search-row { grid-template-columns: 1fr; margin-top: 38px; }
  .phase-select { height: 54px; }
  kbd { display: none; }
  .timeline-section { padding-top: 72px; padding-bottom: 100px; }
  .timeline-intro { margin-bottom: 58px; }
  .movie-timeline::before { left: 6px; }
  .phase-group { grid-template-columns: 36px 1fr; padding-bottom: 72px; }
  .phase-dot { left: 0; }
  .phase-label strong, .phase-label span { display: none; }
  .poster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 14px; }
  .poster { border-radius: 14px; }
  .film-meta h3 { font-size: 13px; }
  .xmen-section { padding: 90px 0; }
  .xmen-inner { width: calc(100% - 40px); }
  .xmen-summary { grid-template-columns: 1fr 1fr; margin-top: 46px; }
  .xmen-summary > p { grid-column: 1 / -1; min-height: 0; }
  .xmen-lane-label { margin-top: 54px; }
  .xmen-grid { grid-template-columns: 1fr; }
  .spider-grid { grid-template-columns: 1fr; }
  .xmen-card { min-height: 0; }
  .xmen-extra-grid { grid-template-columns: 1fr; }
  .legacy-grid { grid-template-columns: 1fr; }
  .xmen-card.optional { min-height: 0; grid-template-columns: 38% 1fr; }
  .xmen-card.optional .xmen-poster { min-height: 300px; }
  .xmen-card.optional .xmen-card-copy { padding: 20px; }
  .xmen-card.optional h3 { font-size: 21px; }
  .xmen-rejoin { grid-template-columns: 1fr; padding: 22px; }
  .series-section { padding: 90px 0; }
  .series-inner { width: calc(100% - 40px); }
  .series-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .series-card { min-height: 0; grid-template-columns: 1fr; }
  .series-poster { min-height: 0; aspect-ratio: 2 / 3; }
  .series-copy { padding: 22px 20px; }
  .series-card h3 { font-size: 22px; }
  .future-section { padding: 90px 0; }
  .future-heading, .future-grid, .rumor-note { width: calc(100% - 40px); }
  .future-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .future-card { min-height: 290px; }
  .rumor-note { align-items: flex-start; flex-direction: column; gap: 2px; }
  .rumor-note p { margin: 6px 0; }
  .guide-section { padding: 90px 0; }
  .guide-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 56px; }
  .guide-grid h3 { margin-top: 38px; }
  .disclaimer { grid-template-columns: 1fr; gap: 12px; margin-top: 65px; }
  footer { grid-template-columns: 1fr; min-height: 300px; gap: 16px; padding: 48px 20px; }
  .movie-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); border-radius: 22px; }
  .dialog-close { margin: 13px 0 0 calc(100vw - 76px); }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-visual { min-height: 58vh; }
  .dialog-body { padding: 40px 24px; }
  .dialog-body h2 { font-size: 40px; }
  .dialog-facts { grid-template-columns: 1fr; }
  .dialog-facts div + div { padding: 18px; border-left: 0; border-top: 1px solid var(--line); }
}

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