:root {
  --ink: #0d0e0d;
  --ink-soft: #151715;
  --paper: #eee9df;
  --paper-deep: #d9d1c3;
  --bone: #f5f1e9;
  --muted: #a9a69f;
  --red: #a8211f;
  --red-bright: #c83a31;
  --gold: #b89a59;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(19, 20, 18, 0.18);
  --shell: min(1240px, calc(100vw - 80px));
  --serif: "Songti SC", "STSong", "SimSun", "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; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; letter-spacing: 0; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; letter-spacing: 0; line-height: 1.08; }

.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 88px; padding: 0 42px; display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid transparent; transition: background .35s ease, height .35s ease, border-color .35s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(11, 12, 11, .92); border-bottom-color: var(--line-dark); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.52); font-family: Georgia, serif; font-size: 15px; font-weight: 700; }
.brand-copy { display: grid; color: rgba(255,255,255,.94); font-size: 12px; font-weight: 700; line-height: 1.3; }
.brand-copy small { color: rgba(255,255,255,.5); font-size: 8px; font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; }
.site-nav > a { position: relative; padding: 10px 0; color: rgba(255,255,255,.76); transition: color .2s ease; }
.site-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--red-bright); transition: right .25s ease; }
.site-nav > a:hover, .site-nav > a:focus-visible { color: #fff; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { right: 0; }
.nav-play { min-height: 42px; padding: 0 18px; color: #fff; border: 1px solid rgba(255,255,255,.52); background: rgba(0,0,0,.14); cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.nav-play:hover { background: var(--red); border-color: var(--red); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px 0; background: #fff; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; height: 92vh; min-height: 680px; max-height: 900px; display: flex; align-items: center; color: #fff; background: #0b0d0c; isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: -3%; z-index: -3; background-image: url("assets/images/opening_gpt16_liubei_02_survival.png"); background-size: cover; background-position: 58% center; transform: scale(1.04); transition: transform .12s linear; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,6,5,.92) 0%, rgba(5,6,5,.73) 36%, rgba(5,6,5,.15) 66%, rgba(5,6,5,.44) 100%), linear-gradient(0deg, rgba(5,6,5,.92), transparent 34%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .15; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { width: var(--shell); margin: 0 auto; padding: 118px 0 74px; }
.eyebrow { margin-bottom: 22px; color: var(--red-bright); font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow { color: #d7bc7d; }
.hero-title-row { display: flex; align-items: flex-start; gap: 22px; }
.hero h1 { margin: 0; font-size: clamp(70px, 8vw, 126px); line-height: .92; text-shadow: 0 6px 32px rgba(0,0,0,.28); }
.hero h1 span { font-family: Georgia, serif; font-size: .54em; color: #d7bc7d; vertical-align: 18%; }
.seal { margin-top: -8px; width: 58px; aspect-ratio: 1; display: grid; place-items: center; color: #f5dfc4; border: 2px solid #df604e; background: rgba(148,20,18,.72); font-family: var(--serif); font-size: 20px; writing-mode: vertical-rl; }
.hero-kicker { margin: 34px 0 14px; font-family: var(--serif); font-size: clamp(25px, 2.3vw, 37px); }
.hero-summary { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); border-color: var(--red); box-shadow: 0 12px 32px rgba(88,13,12,.32); }
.button-primary:hover { background: var(--red-bright); border-color: var(--red-bright); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(0,0,0,.16); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.play-symbol { font-size: .76em; }
.hero-scenarios { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 34px; color: rgba(255,255,255,.58); font-size: 11px; }
.hero-scenarios span { display: inline-flex; gap: 8px; align-items: baseline; }
.hero-scenarios b { color: #fff; font-family: Georgia, serif; font-size: 18px; }
.hero-scroll { position: absolute; right: 42px; bottom: 40px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.42); font-size: 8px; writing-mode: vertical-rl; }
.hero-scroll i { width: 1px; height: 44px; overflow: hidden; background: rgba(255,255,255,.18); }
.hero-scroll i::after { content: ""; display: block; width: 1px; height: 20px; background: #fff; animation: scroll-line 1.8s infinite ease-in-out; }
@keyframes scroll-line { 0% { transform: translateY(-100%); } 65%,100% { transform: translateY(220%); } }

.section-shell { width: var(--shell); margin: 0 auto; }
.section-dark { color: var(--bone); background: var(--ink); }
.section-index { display: flex; gap: 12px; align-items: center; color: #74766f; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; }
.section-index span { color: var(--red-bright); font-family: Georgia, serif; font-size: 15px; }
.world-statement { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; }
.chapter-strip { position: absolute; inset: 0 0 auto 0; min-height: 58px; padding: 0 max(40px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; gap: 12px; color: #696b66; border-bottom: 1px solid var(--line-dark); font-family: Arial, sans-serif; font-size: 9px; font-style: normal; }
.chapter-strip span { color: var(--red-bright); font-family: Georgia, serif; font-size: 14px; }
.chapter-strip b { color: #8d8f89; font-weight: 700; }
.chapter-strip i { height: 1px; flex: 1; background: var(--line-dark); }
.chapter-strip em { color: #7f817b; font-family: var(--serif); font-size: 11px; font-style: normal; }
.world-map { position: absolute; inset: 0 0 0 35%; opacity: .19; background: linear-gradient(90deg, var(--ink) 0%, transparent 34%), url("assets/images/map_china.png") center/cover no-repeat; filter: grayscale(1) invert(.08); mix-blend-mode: screen; }
.statement-grid { position: relative; display: grid; grid-template-columns: 150px minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.statement-copy { max-width: 650px; }
.statement-copy h2, .section-heading h2, .faction-intro h2, .studio-copy h2, .final-content h2 { margin-bottom: 28px; font-size: clamp(48px, 6vw, 86px); }
.statement-copy > p:last-child, .faction-intro > p:last-child, .studio-copy > p { max-width: 600px; color: #a8aaa4; }
.world-facts { padding-top: 46px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); }
.world-facts div { min-height: 130px; padding: 22px 12px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.world-facts strong { display: block; color: var(--bone); font-family: Georgia, serif; font-size: 45px; line-height: 1; }
.world-facts span { color: #777a73; font-size: 11px; }

.gameplay { padding: 138px 0 150px; background: var(--paper); }
.section-heading { margin-bottom: 64px; display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 80px; align-items: end; }
.section-heading h2 { margin-bottom: 0; color: #151613; }
.section-heading > p { margin-bottom: 8px; color: #64655f; }
.feature-stage { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(360px, .72fr); background: var(--ink-soft); box-shadow: 0 30px 80px rgba(29,25,19,.16); }
.feature-visual { position: relative; min-height: 650px; overflow: hidden; background: #1b1c1a; }
.feature-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset -90px 0 100px rgba(9,10,9,.2); pointer-events: none; }
.feature-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .28s ease, transform .7s ease; }
.feature-visual.is-changing img { opacity: .18; transform: scale(1.04); }
.image-label { position: absolute; left: 24px; bottom: 22px; z-index: 2; color: rgba(255,255,255,.55); font-family: Arial, sans-serif; font-size: 9px; }
.feature-copy { padding: 48px 44px 44px; display: flex; flex-direction: column; color: #fff; }
.feature-tabs { display: flex; border-bottom: 1px solid var(--line-dark); }
.feature-tabs button { flex: 1; padding: 0 0 16px; border: 0; border-bottom: 2px solid transparent; color: #777a75; background: transparent; cursor: pointer; }
.feature-tabs button:hover { color: #fff; }
.feature-tabs button.is-active { color: #fff; border-bottom-color: var(--red-bright); }
.feature-panel { padding-top: 50px; }
.feature-number { color: var(--red-bright); font-family: Georgia, serif; font-size: 14px; }
.feature-panel h3 { margin: 24px 0; font-size: clamp(34px, 3vw, 48px); }
.feature-panel p { color: #a8aaa4; font-size: 15px; }
.feature-panel ul { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.feature-panel li { padding: 13px 0; display: flex; align-items: center; gap: 12px; color: #d4d4ce; border-bottom: 1px solid var(--line-dark); font-size: 13px; }
.feature-panel li::before { content: ""; width: 5px; height: 5px; background: var(--red-bright); transform: rotate(45deg); }

.factions { padding: 138px 0 150px; }
.faction-intro { display: grid; grid-template-columns: 180px minmax(0, 1fr) 340px; gap: 56px; align-items: start; }
.faction-intro .eyebrow { grid-column: 2; margin-bottom: 0; }
.faction-intro h2 { grid-column: 2; }
.faction-intro > p:last-child { grid-column: 3; grid-row: 2 / span 2; }
.faction-list { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.faction-card { position: relative; min-height: 560px; overflow: hidden; border-right: 1px solid var(--line-dark); isolation: isolate; }
.faction-card:last-child { border-right: 0; }
.faction-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .55; transition: opacity .35s ease; }
.faction-wei::before { background: radial-gradient(circle at 50% 35%, #535d64, #121413 72%); }
.faction-shu::before { background: radial-gradient(circle at 50% 35%, #4c604b, #121413 72%); }
.faction-wu::before { background: radial-gradient(circle at 50% 35%, #68443f, #121413 72%); }
.faction-card img { width: 100%; height: 380px; object-fit: contain; object-position: center bottom; filter: saturate(.82) contrast(1.04); transition: transform .5s ease, filter .5s ease; }
.faction-card:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.faction-card:hover::before { opacity: .8; }
.faction-card-copy { padding: 0 30px 28px; }
.faction-card-copy > span { color: var(--gold); font-family: Arial, sans-serif; font-size: 9px; }
.faction-card h3 { margin: 8px 0 14px; font-size: 38px; }
.faction-card p { margin-bottom: 14px; color: #aaa9a3; font-size: 13px; }
.faction-card small { color: #6f716c; font-size: 10px; }

.gallery { padding: 138px 0 150px; background: #e2ddd3; }
.gallery-heading { margin-bottom: 58px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 270px; gap: 12px; }
.gallery-item { position: relative; grid-column: span 4; padding: 0; overflow: hidden; border: 0; background: #111; cursor: zoom-in; text-align: left; }
.gallery-item.gallery-wide { grid-column: span 8; }
.gallery-item.gallery-tall { grid-row: span 2; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 55%); transition: background .35s ease; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1.08); }
.gallery-item span { position: absolute; left: 22px; right: 22px; bottom: 18px; z-index: 2; display: flex; justify-content: space-between; align-items: end; color: #fff; }
.gallery-item b { font-family: var(--serif); font-size: 24px; }
.gallery-item small { color: rgba(255,255,255,.6); font-size: 10px; }

.studio { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; }
.studio-image { position: absolute; inset: 0 0 0 42%; background: linear-gradient(90deg, var(--ink) 0%, transparent 44%), linear-gradient(0deg, rgba(13,14,13,.54), transparent 50%), url("assets/images/opening_gpt16_caocao_02_centralplain.png") center/cover no-repeat; filter: saturate(.75); opacity: .86; }
.studio-layout { position: relative; }
.studio-copy { max-width: 660px; }
.build-status { margin-top: 38px; padding-top: 20px; display: flex; gap: 12px; align-items: center; color: #888b84; border-top: 1px solid var(--line-dark); font-size: 10px; }
.build-status i { width: 7px; height: 7px; background: var(--red-bright); box-shadow: 0 0 0 4px rgba(200,58,49,.15); animation: status-pulse 2s infinite; }
@keyframes status-pulse { 50% { opacity: .45; } }

.final-cta { position: relative; min-height: 640px; display: grid; place-items: center; color: #fff; text-align: center; overflow: hidden; isolation: isolate; }
.final-media { position: absolute; inset: 0; z-index: -2; background: url("assets/images/battle_result_command_tent_clean_bg_20260711042928.png") center 38%/cover no-repeat; }
.final-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(7,8,7,.62); }
.final-content { display: flex; flex-direction: column; align-items: center; }
.final-content h2 { font-size: clamp(54px, 7vw, 94px); text-shadow: 0 3px 30px rgba(0,0,0,.4); }
.final-content .eyebrow { color: #d7bc7d; }

.site-footer { min-height: 180px; padding: 54px max(40px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #74766f; background: #090a09; border-top: 1px solid var(--line-dark); font-size: 10px; }
.footer-brand { display: flex; align-items: baseline; gap: 10px; color: #fff; }
.footer-brand b { font-family: Georgia, serif; font-size: 24px; }
.footer-brand span { color: #686a65; font-size: 9px; }
.site-footer p { margin: 0; }
.footer-meta { text-align: right; }

.media-dialog { width: min(1100px, calc(100vw - 48px)); max-width: none; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 0; background: #0d0e0d; box-shadow: 0 35px 100px rgba(0,0,0,.66); }
.media-dialog::backdrop { background: rgba(3,4,3,.88); backdrop-filter: blur(10px); }
.dialog-close { position: absolute; top: 14px; right: 14px; z-index: 4; width: 42px; height: 42px; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.42); font-size: 27px; line-height: 1; cursor: pointer; }
.dialog-heading { padding: 22px 74px 20px 24px; border-bottom: 1px solid var(--line-dark); }
.dialog-heading span { color: var(--red-bright); font-size: 8px; }
.dialog-heading h2 { margin: 5px 0 0; font-size: 24px; }
.trailer-dialog video { width: 100%; max-height: calc(100vh - 180px); display: block; background: #000; }
.lightbox-dialog { width: min(1280px, calc(100vw - 48px)); background: #080908; }
.lightbox-dialog img { width: 100%; max-height: calc(100vh - 110px); object-fit: contain; }
.lightbox-dialog p { margin: 0; padding: 16px 20px; color: #b7b8b2; border-top: 1px solid var(--line-dark); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 48px, 760px); }
  .site-header { height: 72px; padding: 0 24px; }
  .site-nav { position: fixed; inset: 0 0 auto 0; z-index: 1; width: 100vw; height: 100vh; height: 100dvh; padding: 100px 24px 40px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; background: rgba(8,9,8,.98); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a { padding: 9px 0; font-family: var(--serif); font-size: 28px; }
  .nav-play { margin-top: 18px; min-height: 52px; }
  .brand, .menu-toggle { position: relative; z-index: 2; }
  .menu-toggle { display: block; }
  .menu-toggle.is-open > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { height: 90vh; min-height: 680px; }
  .hero-media { background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,6,5,.88), rgba(5,6,5,.4) 70%), linear-gradient(0deg, rgba(5,6,5,.94), transparent 45%); }
  .hero-scroll { display: none; }
  .statement-grid { grid-template-columns: 90px minmax(0, 1fr); gap: 40px; }
  .world-facts { grid-column: 2; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .feature-stage { min-height: 0; grid-template-columns: 1fr; }
  .feature-visual { min-height: 480px; }
  .faction-intro { grid-template-columns: 100px minmax(0, 1fr); gap: 32px; }
  .faction-intro .eyebrow, .faction-intro h2 { grid-column: 2; }
  .faction-intro > p:last-child { grid-column: 2; grid-row: auto; }
  .faction-list { grid-template-columns: 1fr; }
  .faction-card { min-height: 440px; display: grid; grid-template-columns: 44% 1fr; align-items: end; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .faction-card img { height: 400px; }
  .faction-card-copy { padding: 40px 30px; }
  .gallery-grid { grid-auto-rows: 240px; }
  .gallery-item, .gallery-item.gallery-wide { grid-column: span 6; }
  .studio-image { left: 25%; opacity: .5; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 16px; }
  .site-footer > p:nth-child(2) { display: none; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 36px); }
  body { font-size: 15px; }
  .brand-copy { display: none; }
  .site-header, .site-header.is-scrolled { height: 64px; padding: 0 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { height: 86vh; min-height: 660px; max-height: 740px; align-items: end; }
  .hero-media { inset: 0; background-position: 61% center; transform: none !important; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,6,5,.98) 4%, rgba(5,6,5,.74) 49%, rgba(5,6,5,.24) 100%); }
  .hero-content { padding: 92px 0 34px; }
  .hero-title-row { gap: 12px; }
  .hero h1 { font-size: clamp(54px, 15vw, 68px); white-space: nowrap; }
  .seal { width: 44px; margin-top: -4px; font-size: 16px; }
  .hero .eyebrow { margin-bottom: 14px; font-size: 9px; }
  .hero-kicker { margin: 22px 0 10px; font-size: 22px; }
  .hero-summary { margin-bottom: 24px; font-size: 13px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-scenarios { margin-top: 26px; gap: 12px 20px; }
  .hero-scenarios b { font-size: 15px; }
  .world-statement { min-height: 0; padding: 104px 0 92px; }
  .chapter-strip { min-height: 54px; padding: 0 18px; }
  .chapter-strip em { display: none; }
  .world-map { inset: 25% -40% auto 0; height: 60%; opacity: .12; }
  .statement-grid { grid-template-columns: 1fr; gap: 28px; }
  .statement-copy, .world-facts { grid-column: auto; }
  .statement-copy h2, .section-heading h2, .faction-intro h2, .studio-copy h2 { font-size: 45px; }
  .world-facts { padding-top: 12px; }
  .world-facts div { min-height: 105px; padding-left: 4px; }
  .world-facts strong { font-size: 36px; }
  .gameplay, .factions, .gallery { padding: 100px 0; }
  .section-heading { margin-bottom: 42px; }
  .feature-visual { min-height: 260px; }
  .feature-copy { padding: 30px 22px 34px; }
  .feature-panel { padding-top: 34px; }
  .feature-panel h3 { font-size: 34px; }
  .faction-intro { grid-template-columns: 1fr; gap: 20px; }
  .faction-intro .eyebrow, .faction-intro h2, .faction-intro > p:last-child { grid-column: auto; }
  .faction-list { margin-top: 46px; }
  .faction-card { min-height: 560px; display: block; }
  .faction-card img { height: 380px; }
  .faction-card-copy { padding: 10px 22px 28px; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-item { height: 240px; flex: none; }
  .gallery-item.gallery-wide { height: 280px; }
  .gallery-item.gallery-tall { height: 360px; }
  .studio { min-height: 700px; align-items: end; }
  .studio-image { inset: 0; opacity: .48; background: linear-gradient(0deg, var(--ink) 0%, rgba(13,14,13,.52) 60%, rgba(13,14,13,.12)), url("assets/images/opening_gpt16_caocao_02_centralplain.png") 58% center/cover no-repeat; }
  .studio-copy { padding: 110px 0 74px; }
  .final-cta { min-height: 560px; padding: 70px 18px; }
  .final-content h2 { font-size: 50px; }
  .site-footer { min-height: 150px; padding: 40px 18px; grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .media-dialog, .lightbox-dialog { width: calc(100vw - 20px); }
  .dialog-heading h2 { font-size: 18px; }
}

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