@charset "UTF-8";

:root {
  --ink: #090807;
  --ink-2: #100f0d;
  --panel: #171512;
  --panel-2: #211d17;
  --bone: #f1eee5;
  --muted: #aaa69b;
  --amber: #f6c433;
  --amber-bright: #ffda45;
  --rust: #bf2b1c;
  --blood: #8d1713;
  --blue: #a9c8d3;
  --line: rgba(255,255,255,.16);
  --line-dark: rgba(9,8,7,.22);
  --scene: min(1400px, calc(100vw - 96px));
  --header-h: 70px;
  --ease-claw: cubic-bezier(.18,.76,.16,1);
  --mx: 0px;
  --my: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--bone); background: var(--ink); font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: -80%; z-index: 90; pointer-events: none; opacity: .065; 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); animation: grain .25s steps(2) infinite; mix-blend-mode: soft-light; }
body.menu-open, body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--amber); }
:focus-visible { outline: 2px solid var(--amber-bright); outline-offset: 4px; }

@keyframes grain { 0% { transform: translate(0,0); } 25% { transform: translate(3%,-2%); } 50% { transform: translate(-4%,3%); } 75% { transform: translate(2%,4%); } 100% { transform: translate(-2%,-3%); } }
@keyframes ember { 0% { transform: translate3d(0,20px,0) scale(.6); opacity: 0; } 20% { opacity: .75; } 100% { transform: translate3d(var(--drift),-110vh,0) scale(0); opacity: 0; } }
@keyframes smoke { 0%,100% { transform: translate3d(-2%,1%,0) scale(1); } 50% { transform: translate3d(4%,-3%,0) scale(1.12); } }
@keyframes scroll-line { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes pulse-ring { 0% { opacity: .7; transform: scale(.75); } 100% { opacity: 0; transform: scale(1.45); } }
@keyframes load-stripe { to { transform: translateX(120%); } }
@keyframes slash-flash { 0% { transform: translateX(-130%) skewX(-22deg); opacity: 0; } 15% { opacity: 1; } 100% { transform: translateX(230%) skewX(-22deg); opacity: 0; } }

.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: 12px; padding: 12px 18px; color: var(--ink); background: var(--amber); font-weight: 900; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.scene { position: relative; width: var(--scene); margin-inline: auto; padding: 150px 0; }
.scene__index { position: absolute; right: 0; top: 100px; color: transparent; font: 900 clamp(8rem,18vw,17rem)/.7 Impact, "Arial Black", sans-serif; -webkit-text-stroke: 1px rgba(246,196,51,.13); user-select: none; pointer-events: none; }
.micro-label, .eyebrow { margin: 0; color: var(--amber); font-size: .72rem; font-weight: 900; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.section-header { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.6fr) minmax(280px,.55fr); gap: 70px; align-items: end; margin-bottom: 70px; }
.section-header h2, .gallery__header h2 { margin: 16px 0 0; color: var(--bone); font: 900 clamp(3.4rem,7.5vw,7.7rem)/.83 Impact, "Arial Black", sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.section-header h2 em, .gallery__header h2 em { color: var(--amber); font-style: normal; }
.section-header__copy { margin: 0 0 4px; padding-top: 20px; border-top: 1px solid var(--line); color: #c6c1b5; font-size: 1.02rem; line-height: 1.7; }
.section-header--light h2 { color: #fff; }
.reveal { opacity: 0; transform: translate3d(0,38px,0); transition: opacity .8s var(--ease-claw), transform .8s var(--ease-claw); }
.reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }
.no-js .reveal { opacity: 1; transform: none; }

.ambient { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.ambient__smoke { position: absolute; width: 70vw; height: 70vw; border-radius: 50%; filter: blur(80px); opacity: .09; animation: smoke 17s ease-in-out infinite; }
.ambient__smoke--one { top: 25%; left: -30%; background: #765e2d; }
.ambient__smoke--two { right: -35%; bottom: -20%; background: #601911; animation-delay: -8s; }
.ember { position: absolute; bottom: -10px; width: 2px; height: 2px; border-radius: 50%; background: var(--amber-bright); box-shadow: 0 0 8px 2px rgba(246,196,51,.55); animation: ember var(--duration) linear infinite; animation-delay: var(--delay); }

.site-header { position: fixed; z-index: 80; top: 0; left: 0; width: 100%; height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 36px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(9,8,7,.34); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); transition: background .3s, border-color .3s, height .3s; }
.site-header.is-scrolled { height: 62px; background: rgba(9,8,7,.88); border-color: var(--line); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.header-progress { position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: rgba(255,255,255,.04); }
.header-progress span { display: block; width: 100%; height: 100%; background: var(--amber); transform: scaleX(0); transform-origin: left; }
.mini-brand { display: flex; align-items: center; gap: 8px; text-decoration: none; line-height: 1; }
.mini-brand__marvel { padding: 3px 4px 2px; color: #fff; background: #e62429; font: 900 10px/1 Arial, sans-serif; letter-spacing: -.06em; }
.mini-brand__name { font: 900 18px/.9 Impact, "Arial Black", sans-serif; letter-spacing: .01em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px,2.4vw,38px); }
.desktop-nav a { position: relative; color: rgba(255,255,255,.74); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--amber); transition: right .25s var(--ease-claw); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-a11y { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.64); font-size: .58rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; }
.header-a11y span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--amber); border-radius: 50%; color: var(--amber); font-size: .7rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--line); background: rgba(9,8,7,.5); cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: transform .25s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 70; inset: 0; padding-top: var(--header-h); background: rgba(9,8,7,.98); }
.mobile-menu[hidden] { display: none; }
.mobile-menu__inner { display: flex; width: min(520px,calc(100% - 48px)); height: 100%; margin: auto; flex-direction: column; justify-content: center; }
.mobile-menu a { display: flex; align-items: baseline; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font: 900 clamp(2.5rem,12vw,5rem)/1 Impact,"Arial Black",sans-serif; text-decoration: none; text-transform: uppercase; }
.mobile-menu a span { color: var(--amber); font: 900 .7rem/1 Arial,sans-serif; letter-spacing: .15em; }
.mobile-menu__meta { margin-top: 30px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .15em; }

.button { position: relative; display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; overflow: hidden; border: 1px solid transparent; color: var(--bone); background: transparent; font-size: .74rem; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; cursor: pointer; isolation: isolate; transition: color .22s, border-color .22s, transform .22s; }
.button::before { content: ""; position: absolute; z-index: -1; inset: -1px; transform: translateX(-110%) skewX(-16deg); transition: transform .35s var(--ease-claw); }
.button:hover::before { transform: translateX(0) skewX(0); }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 39px; padding-inline: 18px; font-size: .65rem; }
.button--amber { color: #111; background: var(--amber); }
.button--amber::before { background: #fff; }
.button--ghost { border-color: rgba(255,255,255,.45); background: rgba(9,8,7,.24); backdrop-filter: blur(8px); }
.button--ghost::before { background: var(--bone); }
.button--ghost:hover { color: var(--ink); border-color: var(--bone); }
.button--wide { width: 100%; }
.play-icon { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }

.hero { position: relative; z-index: 1; min-height: max(760px,100svh); overflow: hidden; background: #d7a716; }
.hero__picture, .hero__picture img, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__picture { overflow: hidden; }
.hero__picture img { object-fit: cover; object-position: center center; transform: scale(1.035) translate3d(calc(var(--mx) * .012), calc(var(--my) * .012),0); transition: transform .25s ease-out; }
.hero__veil { background: linear-gradient(90deg, rgba(9,8,7,.18) 0%, rgba(9,8,7,.04) 42%, rgba(9,8,7,.03) 70%), linear-gradient(0deg, rgba(9,8,7,.75) 0%, transparent 28%), radial-gradient(circle at 65% 45%, transparent 32%, rgba(10,8,5,.16) 100%); }
.hero__content { position: relative; z-index: 3; display: flex; width: min(630px,46vw); min-height: max(760px,100svh); margin-left: max(5vw,calc((100vw - 1500px)/2)); padding: calc(var(--header-h) + 60px) 0 70px; flex-direction: column; justify-content: center; color: #11100d; }
.hero .eyebrow { color: rgba(9,8,7,.74); }
.hero .eyebrow span { padding: 4px 7px; color: var(--amber); background: var(--ink); }
.hero__logo { width: min(560px,42vw); margin: 23px 0 12px; mix-blend-mode: multiply; }
.hero__line { margin: 0 0 22px; font-size: clamp(.95rem,1.3vw,1.2rem); letter-spacing: .02em; }
.hero__line strong { font-weight: 900; }
.hero__release { display: flex; align-items: center; gap: 16px; margin-bottom: 17px; }
.hero__date { font: 900 clamp(1.35rem,2.3vw,2.2rem)/1 Impact,"Arial Black",sans-serif; letter-spacing: .045em; }
.hero__platform { padding: 6px 8px; border: 1px solid rgba(9,8,7,.58); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.countdown { display: flex; align-items: stretch; width: fit-content; margin-bottom: 25px; padding: 12px 16px; border: 1px solid rgba(9,8,7,.35); background: rgba(246,196,51,.18); backdrop-filter: blur(6px); }
.countdown__unit { min-width: 58px; text-align: center; }
.countdown__unit strong { display: block; font: 900 1.7rem/1 Impact,"Arial Black",sans-serif; letter-spacing: .03em; }
.countdown__unit span { display: block; margin-top: 5px; font-size: .56rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.countdown__slash { width: 1px; margin: 0 10px; background: rgba(9,8,7,.28); transform: skewX(-12deg); }
.countdown.is-launched { background: var(--ink); color: var(--amber); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__actions .button--ghost { color: var(--ink); border-color: rgba(9,8,7,.55); background: rgba(246,196,51,.1); }
.hero__actions .button--ghost::before { background: var(--ink); }
.hero__actions .button--ghost:hover { color: var(--amber); }
.hero__rating { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero__rating span { display: inline-grid; width: 32px; height: 32px; place-items: center; border: 2px solid #111; font: 900 12px/1 Arial,sans-serif; }
.hero__side { position: absolute; z-index: 2; top: 50%; right: 25px; display: flex; gap: 30px; color: rgba(9,8,7,.58); font-size: .58rem; font-weight: 900; letter-spacing: .18em; writing-mode: vertical-rl; transform: translateY(-50%); }
.hero__slashes { position: absolute; z-index: 2; top: 0; left: 43%; width: 44%; height: 100%; pointer-events: none; opacity: .17; }
.hero__slashes i { position: absolute; top: -15%; width: 3px; height: 135%; background: linear-gradient(180deg,transparent,rgba(255,255,255,.8),transparent); transform: rotate(17deg); box-shadow: 8px 0 14px rgba(255,255,255,.35); }
.hero__slashes i:nth-child(1) { left: 35%; }
.hero__slashes i:nth-child(2) { left: 43%; }
.hero__slashes i:nth-child(3) { left: 51%; }
.scroll-cue { position: absolute; z-index: 3; right: 4.5vw; bottom: 26px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.78); font-size: .56rem; font-weight: 900; letter-spacing: .15em; text-decoration: none; }
.scroll-cue i { width: 1px; height: 48px; background: rgba(255,255,255,.25); }
.scroll-cue i::after { content: ""; display: block; width: 100%; height: 100%; background: var(--amber); animation: scroll-line 2s infinite; }
.slash-divider { position: relative; z-index: 4; height: 35px; margin: -17px 0; overflow: hidden; pointer-events: none; }
.slash-divider span { position: absolute; left: -5%; width: 110%; height: 4px; background: var(--amber); transform: rotate(-.7deg); box-shadow: 0 0 18px rgba(246,196,51,.4); }
.slash-divider span:nth-child(1) { top: 8px; }
.slash-divider span:nth-child(2) { top: 16px; left: 15%; width: 55%; background: #fff; }
.slash-divider span:nth-child(3) { top: 24px; left: 35%; width: 70%; background: var(--rust); }

.story { z-index: 2; }
.story-dossier { position: relative; display: grid; grid-template-columns: 320px minmax(0,1fr); min-height: 700px; border: 1px solid var(--line); background: #12110f; box-shadow: 0 50px 100px rgba(0,0,0,.35); }
.story-tabs { position: relative; z-index: 2; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #0e0d0c; }
.story-tab { position: relative; display: grid; min-height: 150px; grid-template-columns: 35px 1fr; gap: 12px; align-items: center; padding: 25px; border: 0; border-bottom: 1px solid var(--line); text-align: left; background: transparent; cursor: pointer; overflow: hidden; }
.story-tab::before { content: ""; position: absolute; inset: 0; background: var(--amber); transform: translateX(-103%) skewX(-8deg); transition: transform .4s var(--ease-claw); }
.story-tab > * { position: relative; z-index: 1; }
.story-tab__number { color: var(--amber); font-size: .65rem; font-weight: 900; letter-spacing: .14em; transition: color .25s; }
.story-tab small { display: block; color: var(--muted); font-size: .58rem; font-weight: 900; letter-spacing: .15em; transition: color .25s; }
.story-tab strong { display: block; margin-top: 8px; font: 900 1.75rem/.95 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.story-tab.is-active { color: var(--ink); }
.story-tab.is-active::before { transform: translateX(0) skewX(0); }
.story-tab.is-active .story-tab__number, .story-tab.is-active small { color: rgba(9,8,7,.65); }
.story-tab:hover:not(.is-active) { background: rgba(255,255,255,.04); }
.story-stage { position: relative; min-width: 0; overflow: hidden; }
.story-stage__images { position: relative; height: 450px; overflow: hidden; background: #1a1713; }
.story-stage__images::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#12110f 0%,transparent 50%),linear-gradient(90deg,rgba(0,0,0,.4),transparent 30%); }
.story-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity .65s var(--ease-claw), transform 1.2s var(--ease-claw); }
.story-image.is-active { opacity: 1; transform: scale(1); }
.story-stage__scan { position: absolute; z-index: 2; inset: 0; opacity: .1; background: repeating-linear-gradient(0deg,transparent 0,transparent 4px,#fff 5px); mix-blend-mode: overlay; }
.story-stage__stamp { position: absolute; z-index: 3; top: 26px; right: 27px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.5); color: #fff; font-size: .58rem; font-weight: 900; letter-spacing: .16em; transform: rotate(2deg); }
.story-panels { position: relative; min-height: 245px; padding: 38px 50px 48px; }
.story-panel__signal { margin: 0 0 10px; color: var(--rust); font-size: .61rem; font-weight: 900; letter-spacing: .16em; }
.story-panel h3 { max-width: 700px; margin: 0 0 12px; font: 900 clamp(2rem,3.6vw,3.3rem)/.95 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.story-panel > p:last-child { max-width: 710px; margin: 0; color: #bbb6ab; font-size: 1rem; line-height: 1.7; }
.story-progress { position: absolute; z-index: 4; right: 27px; bottom: 24px; display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.story-progress span { color: var(--amber); }
.story-progress i { width: 70px; height: 2px; margin-left: 8px; background: rgba(255,255,255,.12); }
.story-progress b { display: block; width: 33.33%; height: 100%; background: var(--amber); transition: width .4s; }
.fact-rail { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-rail div { padding: 23px 20px; border-right: 1px solid var(--line); }
.fact-rail div:last-child { border: 0; }
.fact-rail span { display: block; color: var(--muted); font-size: .55rem; font-weight: 900; letter-spacing: .18em; }
.fact-rail strong { display: block; margin-top: 7px; color: var(--bone); font-size: .85rem; text-transform: uppercase; }
.manifesto { position: relative; display: grid; grid-template-columns: 150px 1fr auto; gap: 30px; align-items: end; margin: 140px 0 0; padding: 55px 0 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto > span { height: 100px; color: var(--amber); font: 900 11rem/.9 Georgia,serif; }
.manifesto p { margin: 0; font: 900 clamp(4rem,9vw,9rem)/.78 Impact,"Arial Black",sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.manifesto cite { padding-bottom: 9px; color: var(--amber); font-size: .6rem; font-style: normal; font-weight: 900; letter-spacing: .18em; }

.combat { z-index: 2; width: 100%; max-width: none; padding-inline: max(48px,calc((100vw - 1400px)/2)); overflow: hidden; background: #160d09; }
.combat__backdrop { position: absolute; inset: 0; background: radial-gradient(circle at 10% 50%,rgba(181,36,22,.27),transparent 40%),linear-gradient(115deg,#160d09 0%,#0b0908 70%); }
.combat__backdrop::after { content: ""; position: absolute; inset: 0; opacity: .15; background: repeating-linear-gradient(117deg,transparent 0 80px,rgba(255,255,255,.08) 81px,transparent 83px); }
.combat .scene__index { right: max(48px,calc((100vw - 1400px)/2)); }
.combat .section-header { max-width: 1400px; margin-inline: auto; }
.combat-lab { position: relative; z-index: 2; display: grid; max-width: 1400px; min-height: 720px; grid-template-columns: minmax(0,1.25fr) minmax(390px,.75fr); margin: auto; border: 1px solid rgba(246,196,51,.25); background: #0d0b0a; box-shadow: 0 60px 140px rgba(0,0,0,.55); }
.combat-visual { position: relative; min-width: 0; min-height: 630px; overflow: hidden; }
.combat-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 58%,#0d0b0a 100%),linear-gradient(0deg,rgba(0,0,0,.65),transparent 40%); pointer-events: none; }
.combat-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.07); filter: saturate(.75) contrast(1.1); transition: opacity .55s, transform 1s var(--ease-claw); }
.combat-image.is-active { opacity: 1; transform: scale(1); }
.combat-visual__tag { position: absolute; z-index: 4; left: 25px; bottom: 22px; padding: 7px 10px; color: #fff; background: rgba(9,8,7,.72); font-size: .57rem; font-weight: 900; letter-spacing: .13em; }
.combat-visual__tag b { color: var(--amber); }
.combat-visual__slashes { position: absolute; z-index: 3; inset: 0; overflow: hidden; pointer-events: none; }
.combat-visual__slashes i { position: absolute; top: -20%; left: 44%; width: 4px; height: 145%; background: rgba(255,255,255,.64); transform: rotate(24deg); box-shadow: 0 0 18px white; opacity: .2; }
.combat-visual__slashes i:nth-child(2) { left: 52%; }
.combat-visual__slashes i:nth-child(3) { left: 60%; }
.combat-visual.is-switching::before { content: ""; position: absolute; z-index: 7; inset: -20% 60% -20% -50%; background: linear-gradient(90deg,transparent,#fff,var(--amber),transparent); animation: slash-flash .48s var(--ease-claw); }
.combat-console { position: relative; z-index: 3; display: flex; min-width: 0; padding: 38px; flex-direction: column; background: linear-gradient(180deg,#16120e,#0c0b0a); }
.combat-tabs { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.combat-tab { min-width: 0; padding: 14px 8px; border: 0; border-right: 1px solid var(--line); color: var(--muted); background: transparent; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.combat-tab:last-child { border: 0; }
.combat-tab span { display: block; margin-bottom: 4px; color: #6f6b63; font-size: .5rem; }
.combat-tab.is-active { color: var(--ink); background: var(--amber); }
.combat-tab.is-active span { color: rgba(9,8,7,.6); }
.combat-panels { min-height: 206px; padding: 34px 0 20px; border-bottom: 1px solid var(--line); }
.combat-panel h3 { margin: 10px 0 12px; font: 900 clamp(2.4rem,4vw,3.7rem)/.9 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.combat-panel > p:last-child { margin: 0; color: #aaa59b; font-size: .92rem; line-height: 1.65; }
.technique-readout { display: grid; grid-template-columns: 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.technique-readout > div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 8px 0; }
.technique-readout > div > span { color: var(--amber); font-size: .55rem; font-weight: 900; }
.technique-readout p { margin: 0; }
.technique-readout small { display: inline-block; width: 80px; color: #6d685e; font-size: .52rem; font-weight: 900; letter-spacing: .13em; }
.technique-readout strong { font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.rage-system { position: relative; margin-top: auto; padding-top: 21px; }
.rage-system__header { display: flex; justify-content: space-between; color: var(--amber); font-size: .6rem; font-weight: 900; letter-spacing: .14em; }
.rage-system__header span:last-child { color: var(--muted); }
.rage-meter { height: 13px; margin: 11px 0 15px; padding: 2px; border: 1px solid rgba(246,196,51,.4); transform: skewX(-13deg); }
.rage-meter i { display: block; width: 20%; height: 100%; background: linear-gradient(90deg,var(--blood),var(--amber)); box-shadow: 0 0 20px rgba(191,43,28,.6); transition: width .35s var(--ease-claw); }
.rage-trigger { width: 100%; min-height: 42px; border: 1px solid var(--rust); color: #fff; background: rgba(141,23,19,.17); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.rage-trigger:hover { background: var(--blood); }
.rage-note { margin: 10px 0 0; color: #77736b; font-size: .62rem; }
.rage-system.is-max .rage-meter i { width: 100%; background: #fff; box-shadow: 0 0 30px var(--amber); }
.rage-system.is-max::before, .rage-system.is-max::after { content: ""; position: absolute; z-index: 4; left: 32%; top: -140px; width: 3px; height: 230px; background: white; transform: rotate(30deg); box-shadow: 0 0 14px #fff; animation: slash-flash .7s var(--ease-claw); }
.rage-system.is-max::after { left: 56%; animation-delay: .06s; }

.world { position: relative; z-index: 2; background: #e9e5db; color: var(--ink); }
.world .scene { color: var(--ink); }
.world .section-header h2 { color: var(--ink); }
.world .section-header__copy { color: #504d46; border-color: var(--line-dark); }
.world .scene__index { -webkit-text-stroke-color: rgba(9,8,7,.1); }
.world-stage { position: relative; height: min(860px,82vh); min-height: 680px; overflow: hidden; color: #fff; background: #111; }
.world-stage__images, .world-image, .world-stage__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.world-image { object-fit: cover; opacity: 0; transform: scale(1.08); filter: saturate(.86) contrast(1.04); transition: opacity .7s, transform 1.4s var(--ease-claw); }
.world-image.is-active { opacity: 1; transform: scale(1); }
.world-stage__overlay { z-index: 1; background: linear-gradient(90deg,rgba(4,5,5,.82) 0%,rgba(4,5,5,.34) 43%,transparent 70%),linear-gradient(0deg,rgba(0,0,0,.78),transparent 50%); }
.world-stage__coordinates { position: absolute; z-index: 3; top: 32px; right: 42px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.7); font-size: .57rem; font-weight: 900; letter-spacing: .15em; }
.world-stage__content { position: relative; z-index: 2; display: grid; width: min(1400px,calc(100% - 96px)); height: 100%; grid-template-columns: minmax(0,1fr) minmax(390px,.55fr); gap: 80px; align-items: end; margin: auto; padding-bottom: 52px; }
.world-tabs { display: flex; align-items: end; gap: 8px; }
.world-tab { width: 190px; min-height: 113px; padding: 16px; border: 1px solid rgba(255,255,255,.25); text-align: left; color: white; background: rgba(9,8,7,.4); backdrop-filter: blur(9px); cursor: pointer; transition: width .35s, background .3s, color .3s; }
.world-tab > span { display: block; color: var(--amber); font-size: .55rem; font-weight: 900; }
.world-tab strong { display: block; margin: 9px 0 5px; font: 900 1.65rem/.9 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.world-tab small { display: block; color: rgba(255,255,255,.55); font-size: .5rem; font-weight: 900; letter-spacing: .12em; }
.world-tab.is-active { width: 230px; color: var(--ink); background: var(--amber); border-color: var(--amber); }
.world-tab.is-active > span, .world-tab.is-active small { color: rgba(9,8,7,.62); }
.world-copy { justify-self: end; width: min(100%,470px); }
.world-panel h3 { margin: 13px 0; font: 900 clamp(3.5rem,6vw,6rem)/.8 Impact,"Arial Black",sans-serif; letter-spacing: -.03em; text-transform: uppercase; }
.world-panel > p:last-child { margin: 0; max-width: 420px; color: rgba(255,255,255,.72); font-size: .96rem; line-height: 1.65; }
.world-controls { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.world-controls button { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(0,0,0,.3); cursor: pointer; }
.world-controls button:hover { color: var(--ink); background: var(--amber); border-color: var(--amber); }
.world-controls span { color: rgba(255,255,255,.55); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.world-controls b { color: var(--amber); }

.trailers { z-index: 2; }
.trailer-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.trailer-card { position: relative; min-height: 320px; padding: 0; overflow: hidden; border: 1px solid var(--line); text-align: left; background: #15120f; cursor: pointer; }
.trailer-card--feature { grid-column: 1 / -1; min-height: 620px; }
.trailer-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-claw), filter .4s; }
.trailer-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,5,4,.95),rgba(6,5,4,.05) 70%); }
.trailer-card__shade::after { content: ""; position: absolute; inset: -20% 55% -20% -30%; background: rgba(246,196,51,.92); transform: translateX(-120%) skewX(-14deg); transition: transform .45s var(--ease-claw); mix-blend-mode: multiply; }
.trailer-card:hover img { transform: scale(1.045); filter: saturate(1.1) contrast(1.05); }
.trailer-card:hover .trailer-card__shade::after { transform: translateX(230%) skewX(-14deg); }
.trailer-card__play { position: absolute; z-index: 2; top: 28px; right: 28px; display: grid; width: 74px; height: 74px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(9,8,7,.25); backdrop-filter: blur(7px); transition: background .25s, color .25s, transform .25s; }
.trailer-card__play i { width: 0; height: 0; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.trailer-card__play b { position: absolute; bottom: -22px; font-size: .52rem; letter-spacing: .16em; }
.trailer-card:hover .trailer-card__play { color: var(--ink); background: var(--amber); border-color: var(--amber); transform: scale(1.08); }
.trailer-card__meta { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 26px; }
.trailer-card__meta small { display: block; color: var(--amber); font-size: .56rem; font-weight: 900; letter-spacing: .17em; }
.trailer-card__meta strong { display: block; margin-top: 8px; font: 900 clamp(2rem,4vw,4rem)/.85 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.trailer-card:not(.trailer-card--feature) .trailer-card__meta strong { font-size: clamp(1.9rem,3vw,3.1rem); }
.trailer-card__meta em { display: block; margin-top: 9px; color: rgba(255,255,255,.55); font-size: .61rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.local-media-note { margin: 23px 0 0; color: #777269; font-size: .57rem; font-weight: 900; letter-spacing: .14em; }
.local-media-note span { color: #65a86d; }

.gallery { position: relative; z-index: 2; padding-bottom: 120px; background: #e8e3d7; color: var(--ink); }
.gallery__header { display: grid; grid-template-columns: 270px 1fr; gap: 70px; align-items: start; padding-bottom: 70px; }
.gallery__header .micro-label { margin-top: 15px; color: #8c4d13; }
.gallery__header h2 { color: var(--ink); }
.gallery__header h2 em { color: var(--rust); }
.gallery__header div > p { max-width: 480px; color: #5f5a50; }
.gallery-grid { display: grid; width: min(1700px,calc(100% - 32px)); grid-template-columns: repeat(4,1fr); grid-auto-rows: 250px; gap: 8px; margin: auto; }
.gallery-shot { position: relative; padding: 0; overflow: hidden; border: 0; background: #1b1916; cursor: zoom-in; }
.gallery-shot--wide { grid-column: span 2; }
.gallery-shot--tall { grid-row: span 2; }
.gallery-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease-claw), filter .4s; }
.gallery-shot::after { content: ""; position: absolute; inset: 0; border: 0 solid var(--amber); transition: border-width .2s; }
.gallery-shot span { position: absolute; z-index: 2; left: 15px; bottom: 14px; padding: 5px 8px; color: #fff; background: rgba(9,8,7,.75); font-size: .52rem; font-weight: 900; letter-spacing: .12em; }
.gallery-shot:hover img { transform: scale(1.055); filter: saturate(1.15); }
.gallery-shot:hover::after { border-width: 4px; }

.editions { z-index: 2; width: 100%; max-width: none; padding-inline: max(48px,calc((100vw - 1400px)/2)); overflow: hidden; background: #151311; }
.editions__bg { position: absolute; inset: 0; opacity: .72; background: linear-gradient(180deg,rgba(9,8,7,.55),#151311 42%),url("assets/commerce-bg.jpg") top center/cover no-repeat; }
.editions .scene__index { right: max(48px,calc((100vw - 1400px)/2)); }
.editions .section-header, .edition-grid, .upgrade-card, .deluxe-vault, .preorder-band, .price-note { max-width: 1400px; margin-inline: auto; }
.difference-toggle { padding-top: 20px; border-top: 1px solid var(--line); }
.difference-toggle label { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .76rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.difference-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.difference-toggle i { position: relative; width: 47px; height: 25px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; background: rgba(0,0,0,.3); transition: background .2s; }
.difference-toggle i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: #fff; transition: transform .25s; }
.difference-toggle input:checked + i { background: var(--amber); border-color: var(--amber); }
.difference-toggle input:checked + i::after { transform: translateX(21px); background: var(--ink); }
.difference-toggle input:focus-visible + i { outline: 2px solid var(--amber); outline-offset: 4px; }
.difference-toggle p { margin: 10px 0 0; color: var(--muted); font-size: .7rem; }
.edition-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.edition-card { position: relative; display: flex; min-height: 850px; padding: 34px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: rgba(15,14,12,.9); }
.edition-card--deluxe { border-color: rgba(246,196,51,.55); background: linear-gradient(180deg,rgba(52,41,10,.88),rgba(15,14,12,.96)); }
.edition-card__recommended { position: absolute; z-index: 3; top: 24px; left: -42px; width: 170px; padding: 7px; color: var(--ink); background: var(--amber); font-size: .52rem; font-weight: 900; letter-spacing: .14em; text-align: center; transform: rotate(-45deg); }
.edition-card__top { display: flex; justify-content: space-between; align-items: center; }
.edition-tag, .edition-format { color: var(--amber); font-size: .58rem; font-weight: 900; letter-spacing: .15em; }
.edition-format { color: #77736b; }
.edition-card__art { display: grid; height: 330px; place-items: center; padding: 18px; overflow: hidden; }
.edition-card__art img { width: auto; height: 100%; max-width: 100%; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(0,0,0,.42)); transition: transform .4s var(--ease-claw); }
.edition-card:hover .edition-card__art img { transform: translateY(-7px) rotate(-1deg); }
.edition-card h3, .upgrade-card h3 { margin: 5px 0; font: 900 clamp(2.3rem,4vw,4rem)/.9 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.edition-price { margin: 14px 0 19px; color: #fff; font: 900 clamp(3.6rem,5.5vw,5.5rem)/.8 Impact,"Arial Black",sans-serif; }
.edition-price sup { margin-right: 5px; color: var(--amber); font: 900 .8rem/1 Arial,sans-serif; letter-spacing: .08em; vertical-align: top; }
.edition-price small { font-size: .4em; }
.edition-card ul { flex: 1; margin: 0 0 28px; padding: 0; list-style: none; }
.edition-card li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; padding: 11px 0; border-bottom: 1px solid var(--line); color: #c9c4ba; font-size: .84rem; line-height: 1.5; }
.edition-card li i { color: var(--amber); font-style: normal; font-weight: 900; }
.edition-card li.edition-muted { color: #706c64; }
.edition-grid.differences-only [data-common] { display: none; }
.upgrade-card { position: relative; z-index: 2; display: grid; grid-template-columns: 1.5fr auto auto; gap: 45px; align-items: center; margin-top: 18px; padding: 32px 36px; border: 1px solid var(--line); background: rgba(9,8,7,.83); }
.upgrade-card h3 { margin-top: 10px; font-size: 2.6rem; }
.upgrade-card > div > p { max-width: 640px; margin: 8px 0 0; color: var(--muted); font-size: .83rem; }
.upgrade-card .edition-price { margin: 0; font-size: 3.8rem; }
.deluxe-vault { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: center; margin-top: 100px; padding: 55px; background: var(--amber); color: var(--ink); clip-path: polygon(0 4%,97% 0,100% 92%,3% 100%); }
.deluxe-vault__art img { filter: drop-shadow(0 25px 25px rgba(0,0,0,.25)); }
.deluxe-vault__copy .micro-label { color: rgba(9,8,7,.62); }
.deluxe-vault__copy h3 { margin: 12px 0 20px; font: 900 clamp(3rem,5vw,5.2rem)/.82 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.deluxe-vault__copy h3 em { color: var(--rust); font-style: normal; }
.deluxe-vault__copy > p:last-child { margin: 0; font-size: .92rem; line-height: 1.7; }
.preorder-band { position: relative; z-index: 2; display: grid; grid-template-columns: .65fr 1.1fr .55fr; align-items: center; margin-top: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(9,8,7,.65); }
.preorder-band > div { padding: 25px; }
.preorder-band__cosmetics, .preorder-band__avatars { display: grid; min-height: 240px; place-items: center; }
.preorder-band__cosmetics { border-right: 1px solid var(--line); }
.preorder-band__avatars { border-left: 1px solid var(--line); }
.preorder-band__copy > span { color: var(--amber); font-size: .56rem; font-weight: 900; letter-spacing: .16em; }
.preorder-band__copy h3 { margin: 9px 0; font: 900 3rem/.9 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.preorder-band__copy ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px 20px; margin: 16px 0 0; padding: 0; list-style: none; color: #aaa59b; font-size: .72rem; }
.preorder-band__copy li::before { content: "/"; margin-right: 8px; color: var(--amber); font-weight: 900; }
.price-note { position: relative; z-index: 2; margin-top: 20px; color: #706b63; font-size: .65rem; }

.ps5 { position: relative; z-index: 2; overflow: hidden; background: #edece9; color: #10121a; }
.ps5__bg { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(246,246,246,.97) 0%,rgba(246,246,246,.78) 55%,rgba(246,246,246,.15) 100%),url("assets/ps5-bg.jpg") center/cover no-repeat; }
.ps5 .section-header h2 { color: #10121a; }
.ps5 .section-header h2 em { color: #2764aa; }
.ps5 .micro-label { color: #2764aa; }
.ps5 .section-header__copy { color: #4f5360; border-color: rgba(16,18,26,.2); }
.ps5-console { position: relative; display: grid; grid-template-columns: 350px minmax(0,1fr); min-height: 630px; border: 1px solid rgba(16,18,26,.18); background: rgba(255,255,255,.8); box-shadow: 0 35px 100px rgba(38,60,95,.15); backdrop-filter: blur(15px); }
.feature-tabs { display: flex; flex-direction: column; border-right: 1px solid rgba(16,18,26,.16); }
.feature-tab { position: relative; display: grid; min-height: 105px; grid-template-columns: 35px 1fr; grid-template-rows: auto auto; align-content: center; gap: 2px 10px; padding: 16px 25px; border: 0; border-bottom: 1px solid rgba(16,18,26,.13); text-align: left; color: #565b66; background: transparent; cursor: pointer; }
.feature-tab > span { grid-row: 1 / span 2; align-self: center; color: #2764aa; font-size: .57rem; font-weight: 900; letter-spacing: .12em; }
.feature-tab b { font: 900 1.3rem/1 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.feature-tab small { font-size: .52rem; font-weight: 900; letter-spacing: .14em; }
.feature-tab::after { content: ""; position: absolute; right: 0; top: 0; width: 4px; height: 100%; background: #2764aa; transform: scaleY(0); transition: transform .25s; }
.feature-tab.is-active { color: #0e1016; background: #fff; }
.feature-tab.is-active::after { transform: scaleY(1); }
.feature-tab .feature-tab__35 { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #2764aa; border-radius: 50%; }
.feature-display { position: relative; display: grid; min-width: 0; place-items: center; padding: 60px; overflow: hidden; }
.feature-display::before { content: "PS5"; position: absolute; right: -25px; bottom: -25px; color: transparent; font: 900 14rem/.7 Impact,"Arial Black",sans-serif; -webkit-text-stroke: 1px rgba(39,100,170,.1); }
.feature-panel { position: relative; z-index: 2; width: min(700px,100%); }
.feature-panel h3 { margin: 15px 0 20px; color: #11131b; font: 900 clamp(3.6rem,6vw,6.2rem)/.82 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.feature-panel > p:nth-of-type(2) { max-width: 580px; color: #555a64; font-size: 1rem; line-height: 1.75; }
.sense-wave { display: flex; height: 85px; align-items: center; gap: 13px; margin-top: 35px; }
.sense-wave i { width: 7px; height: 25%; background: #2764aa; animation: smoke 2s ease-in-out infinite; }
.sense-wave i:nth-child(2) { height: 55%; animation-delay: -.2s; }.sense-wave i:nth-child(3) { height: 100%; animation-delay: -.4s; }.sense-wave i:nth-child(4) { height: 55%; animation-delay: -.6s; }.sense-wave i:nth-child(5) { height: 25%; animation-delay: -.8s; }
.audio-rings { position: relative; width: 120px; height: 120px; margin-top: 25px; }
.audio-rings i { position: absolute; inset: 10%; border: 2px solid #2764aa; border-radius: 50%; animation: pulse-ring 2.2s infinite; }.audio-rings i:nth-child(2){animation-delay:.6s}.audio-rings i:nth-child(3){animation-delay:1.2s}
.ssd-line { width: min(100%,500px); height: 8px; margin-top: 48px; overflow: hidden; background: rgba(39,100,170,.15); }
.ssd-line i { display: block; width: 40%; height: 100%; background: linear-gradient(90deg,transparent,#2764aa,transparent); animation: load-stripe 1.4s linear infinite; }
.pixel-field { width: min(100%,500px); height: 90px; margin-top: 30px; background: linear-gradient(90deg,#2764aa 1px,transparent 1px),linear-gradient(#2764aa 1px,transparent 1px); background-size: 12px 12px; mask-image: linear-gradient(90deg,#000,transparent); opacity: .35; }
.help-mark { display: grid; width: 92px; height: 92px; margin-top: 30px; place-items: center; border: 2px solid #2764aa; border-radius: 50%; color: #2764aa; font: 900 3rem/1 Impact,sans-serif; }
.access-categories { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.access-categories span { padding: 8px 10px; border: 1px solid rgba(39,100,170,.35); color: #2764aa; font-size: .58rem; font-weight: 900; letter-spacing: .12em; }

.faq { z-index: 2; }
.faq-search { padding-top: 20px; border-top: 1px solid var(--line); }
.faq-search label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .57rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.faq-search > div { position: relative; }
.faq-search input { width: 100%; min-height: 48px; padding: 0 42px 0 14px; border: 1px solid var(--line); border-radius: 0; color: #fff; background: #13110f; font-size: .78rem; }
.faq-search input::placeholder { color: #6c6860; }
.faq-search > div span { position: absolute; right: 14px; top: 8px; color: var(--amber); font-size: 1.3rem; }
.faq-search p { margin: 8px 0 0; color: #6c6860; font-size: .58rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: grid; min-height: 92px; grid-template-columns: 45px 1fr 30px; gap: 20px; align-items: center; padding: 12px 8px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--amber); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.faq-list summary strong { font: 900 clamp(1.45rem,2.6vw,2.5rem)/1 Impact,"Arial Black",sans-serif; text-transform: uppercase; transition: color .2s; }
.faq-list summary i, .faq-list summary i::after { display: block; width: 18px; height: 2px; background: var(--amber); transition: transform .25s; }
.faq-list summary i::after { content: ""; transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details[open] summary strong, .faq-list summary:hover strong { color: var(--amber); }
.faq-list details > div { padding: 0 80px 32px; }
.faq-list details > div p { max-width: 760px; margin: 0; color: #aaa59b; font-size: .96rem; line-height: 1.75; }
.faq-list details > div strong { color: #fff; }
.faq-empty { margin: 0; padding: 40px 10px; color: var(--muted); }

.site-footer { position: relative; z-index: 2; padding: 80px max(48px,calc((100vw - 1400px)/2)) 45px; border-top: 1px solid var(--line); background: #050504; }
.site-footer__slash { position: absolute; top: -3px; left: 0; width: 37%; height: 6px; background: var(--amber); transform: skewX(-35deg); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 35px; padding-bottom: 45px; }
.rating-lockup { display: flex; align-items: center; gap: 18px; }
.rating-lockup img { width: 86px; height: 86px; object-fit: contain; }
.rating-lockup strong, .footer-platform strong, .footer-studio strong { display: block; font: 900 1.55rem/1 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.rating-lockup span, .footer-platform small, .footer-studio small { display: block; margin-top: 8px; color: #77736a; font-size: .67rem; line-height: 1.5; }
.footer-platform, .footer-studio { padding: 14px 0 14px 30px; border-left: 1px solid var(--line); }
.footer-platform > span, .footer-studio > span { display: block; margin-bottom: 9px; color: var(--amber); font-size: .56rem; font-weight: 900; letter-spacing: .15em; }
.site-footer__links { display: flex; gap: 25px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.site-footer__links a { color: #aaa69c; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-footer__links a:hover { color: var(--amber); }
.site-footer__legal { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; padding-top: 28px; color: #59564f; font-size: .6rem; line-height: 1.6; }
.site-footer__legal p { margin: 0; }
.concept-note { color: #706c63; }
.mobile-sticky-cta { display: none; }

.media-dialog, .lightbox { width: min(1180px,calc(100% - 40px)); max-width: none; max-height: calc(100svh - 40px); padding: 0; overflow: auto; border: 1px solid rgba(246,196,51,.38); color: #fff; background: #0b0a09; box-shadow: 0 40px 120px #000; }
.media-dialog::backdrop, .lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.dialog-shell { position: relative; }
.dialog-close { position: absolute; z-index: 10; top: 13px; right: 13px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(9,8,7,.72); font-size: 1.7rem; cursor: pointer; }
.dialog-close:hover { color: var(--ink); background: var(--amber); border-color: var(--amber); }
.dialog-media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #080706; }
.dialog-media > img { width: 100%; height: 100%; object-fit: cover; }
.dialog-media__shade { position: absolute; inset: 0; background: rgba(0,0,0,.32); }
.dialog-play { position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; min-height: 58px; align-items: center; gap: 12px; padding: 0 22px; border: 0; color: var(--ink); background: var(--amber); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: translate(-50%,-50%); cursor: pointer; }
.dialog-loading, .dialog-fallback { position: absolute; z-index: 4; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; background: rgba(9,8,7,.86); }
.dialog-loading[hidden], .dialog-fallback[hidden] { display: none; }
.dialog-loading i { width: 38px; height: 38px; margin-bottom: 16px; border: 2px solid rgba(255,255,255,.2); border-top-color: var(--amber); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.dialog-loading span, .dialog-fallback strong { color: var(--amber); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.dialog-fallback p { max-width: 430px; color: var(--muted); font-size: .82rem; }
.iframe-mount { position: absolute; z-index: 5; inset: 0; }
.iframe-mount:empty { pointer-events: none; }
.iframe-mount iframe { width: 100%; height: 100%; border: 0; background: #000; }
.dialog-copy { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; padding: 30px 35px 35px; }
.dialog-copy h2 { margin: 8px 0; font: 900 clamp(2.5rem,5vw,5rem)/.85 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.dialog-copy > div > p:last-child { margin: 0; color: var(--muted); }
.dialog-copy__actions { display: flex; gap: 8px; }
.dialog-copy__actions button, .dialog-copy__actions a { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); color: #aaa69c; background: transparent; font-size: .6rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.dialog-copy__actions a { display: flex; align-items: center; }
.dialog-copy__actions button:hover, .dialog-copy__actions a:hover { color: var(--ink); background: var(--amber); border-color: var(--amber); }
.lightbox { width: min(1450px,calc(100% - 30px)); overflow: hidden; background: #080706; }
.lightbox figure { display: grid; height: calc(100svh - 80px); max-height: 900px; place-items: center; margin: 0; padding: 35px 80px 65px; }
.lightbox figure img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox figcaption { position: absolute; left: 50%; bottom: 22px; width: 70%; color: #aaa69c; font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; transform: translateX(-50%); }
.lightbox__nav { position: absolute; z-index: 3; top: 50%; display: grid; width: 51px; height: 51px; place-items: center; border: 1px solid var(--line); color: #fff; background: rgba(9,8,7,.6); font-size: 1.3rem; transform: translateY(-50%); cursor: pointer; }
.lightbox__nav:hover { color: var(--ink); background: var(--amber); }
.lightbox__nav--prev { left: 16px; }.lightbox__nav--next { right: 16px; }
.lightbox__count { position: absolute; left: 22px; bottom: 20px; color: #77736b; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.lightbox__count span { color: var(--amber); }
.asset-failed { opacity: 0; }
.asset-fallback { position: relative; background: linear-gradient(135deg,#231e16,#8f6516); }
.asset-fallback::after { content: "LOCAL ASSET UNAVAILABLE"; position: absolute; left: 50%; top: 50%; color: rgba(255,255,255,.7); font-size: .58rem; font-weight: 900; letter-spacing: .14em; transform: translate(-50%,-50%); }

@media (max-width: 1180px) {
  :root { --scene: min(100% - 64px,1100px); }
  .desktop-nav { gap: 17px; }
  .header-a11y { display: none; }
  .hero__content { width: 48vw; }
  .story-dossier { grid-template-columns: 275px minmax(0,1fr); }
  .story-tab { padding: 20px; }
  .combat-lab { grid-template-columns: 1fr 410px; }
  .world-stage__content { width: calc(100% - 64px); gap: 35px; }
  .world-tab { width: 145px; }.world-tab.is-active { width: 175px; }
  .gallery-grid { grid-auto-rows: 210px; }
  .edition-card { min-height: 820px; }
  .site-footer__top { grid-template-columns: .85fr 1fr 1.2fr; }
}

@media (max-width: 920px) {
  :root { --header-h: 64px; --scene: calc(100% - 48px); }
  .scene { padding-block: 110px; }
  .site-header { padding-inline: 22px; background: rgba(9,8,7,.42); }
  .desktop-nav, .site-header .button { display: none; }
  .menu-toggle { display: block; }
  .section-header { grid-template-columns: 1fr; gap: 28px; }
  .section-header__copy { max-width: 600px; }
  .hero { min-height: max(720px,100svh); }
  .hero__content { width: 52vw; min-height: max(720px,100svh); margin-left: 5vw; }
  .hero__logo { width: 48vw; }
  .hero__side { display: none; }
  .story-dossier { display: flex; min-height: 0; flex-direction: column; }
  .story-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-right: 0; border-bottom: 1px solid var(--line); }
  .story-tab { min-height: 112px; border-right: 1px solid var(--line); border-bottom: 0; }
  .story-tab strong { font-size: 1.35rem; }
  .combat { padding-inline: 24px; }
  .combat-lab { grid-template-columns: 1fr; }
  .combat-visual { min-height: 560px; }
  .combat-visual::after { background: linear-gradient(0deg,#0d0b0a 0%,transparent 35%); }
  .combat-console { padding: 32px; }
  .world-stage { height: auto; min-height: 820px; }
  .world-stage__content { display: flex; width: calc(100% - 48px); padding: 80px 0 35px; flex-direction: column-reverse; align-items: stretch; justify-content: flex-start; }
  .world-copy { margin-top: auto; justify-self: auto; }
  .world-tabs { overflow-x: auto; margin-top: 25px; padding-bottom: 5px; scrollbar-width: thin; }
  .world-tab, .world-tab.is-active { flex: 0 0 190px; width: 190px; }
  .trailer-card--feature { min-height: 480px; }
  .trailer-card { min-height: 260px; }
  .gallery__header { grid-template-columns: 1fr; gap: 10px; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .editions { padding-inline: 24px; }
  .edition-grid { grid-template-columns: 1fr; }
  .edition-card { min-height: 0; }
  .edition-card__art { height: 290px; }
  .upgrade-card { grid-template-columns: 1fr auto; }
  .upgrade-card .button { grid-column: 1/-1; }
  .deluxe-vault { grid-template-columns: 1fr; padding: 55px 38px; }
  .deluxe-vault__art { order: 2; }
  .preorder-band { grid-template-columns: 1fr 1fr; }
  .preorder-band__copy { grid-column: 1/-1; grid-row: 1; border-bottom: 1px solid var(--line); }
  .preorder-band__cosmetics { border: 0; border-right: 1px solid var(--line); }
  .preorder-band__avatars { border: 0; }
  .ps5-console { grid-template-columns: 1fr; }
  .feature-tabs { display: grid; grid-template-columns: repeat(3,1fr); border-right: 0; border-bottom: 1px solid rgba(16,18,26,.16); }
  .feature-tab { min-height: 90px; padding: 13px; border-right: 1px solid rgba(16,18,26,.13); }
  .feature-tab::after { top: auto; bottom: 0; width: 100%; height: 4px; transform: scaleX(0); }
  .feature-tab.is-active::after { transform: scaleX(1); }
  .feature-display { min-height: 500px; padding: 45px; }
  .site-footer { padding-inline: 24px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .footer-studio { grid-column: 1/-1; border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .site-footer__legal { grid-template-columns: 1fr 1fr; }
  .concept-note { grid-column: 1/-1; }
  .mobile-sticky-cta { position: fixed; z-index: 65; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); display: flex; height: 52px; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--ink); background: var(--amber); box-shadow: 0 8px 30px rgba(0,0,0,.5); font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; }
  .mobile-sticky-cta span { color: rgba(9,8,7,.62); }
}

@media (max-width: 700px) {
  :root { --scene: calc(100% - 34px); }
  body::before { opacity: .045; }
  .scene { padding-block: 88px; }
  .scene__index { top: 70px; font-size: 8rem; }
  .section-header { margin-bottom: 42px; }
  .section-header h2, .gallery__header h2 { font-size: clamp(3rem,14vw,4.7rem); }
  .section-header__copy { font-size: .9rem; }
  .hero { min-height: 860px; background: #dfb01f; }
  .hero__picture img { object-position: center top; }
  .hero__veil { background: linear-gradient(0deg,#080706 0%,rgba(8,7,6,.68) 29%,transparent 55%),linear-gradient(90deg,rgba(0,0,0,.1),transparent); }
  .hero__content { width: auto; min-height: 860px; margin: 0; padding: 430px 20px 92px; justify-content: flex-end; color: #fff; }
  .hero .eyebrow { color: rgba(255,255,255,.7); }
  .hero .eyebrow span { color: var(--ink); background: var(--amber); }
  .hero__logo { width: min(88vw,490px); margin: 17px 0 8px; filter: invert(1) grayscale(1) brightness(2.2); mix-blend-mode: screen; }
  .hero__line { margin-bottom: 14px; }
  .hero__release { margin-bottom: 12px; }
  .hero__platform { border-color: rgba(255,255,255,.6); }
  .countdown { width: 100%; justify-content: space-between; padding: 11px 8px; border-color: rgba(255,255,255,.25); color: #fff; background: rgba(9,8,7,.38); }
  .countdown__unit { min-width: 50px; }
  .countdown__slash { margin-inline: 3px; background: rgba(255,255,255,.25); }
  .countdown__unit strong { font-size: 1.45rem; }
  .hero__actions .button { min-height: 49px; padding-inline: 18px; }
  .hero__actions .button--ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(9,8,7,.25); }
  .hero__rating { color: rgba(255,255,255,.65); }
  .hero__rating span { border-color: #fff; }
  .hero__slashes { display: none; }
  .scroll-cue { display: none; }
  .story-tabs { grid-template-columns: 1fr; }
  .story-tab { min-height: 85px; grid-template-columns: 28px 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-tab strong { font-size: 1.25rem; }
  .story-stage__images { height: 300px; }
  .story-stage__stamp { top: 15px; right: 15px; }
  .story-panels { min-height: 300px; padding: 27px 24px 55px; }
  .story-panel h3 { font-size: 2.35rem; }
  .story-progress { right: 23px; }
  .fact-rail { grid-template-columns: 1fr 1fr; }
  .fact-rail div:nth-child(2) { border-right: 0; }.fact-rail div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .manifesto { grid-template-columns: 60px 1fr; margin-top: 85px; }
  .manifesto > span { font-size: 7rem; }
  .manifesto p { font-size: clamp(3rem,15vw,5.4rem); }
  .manifesto cite { grid-column: 2; }
  .combat { padding-inline: 17px; }
  .combat-visual { min-height: 430px; }
  .combat-console { padding: 25px 20px; }
  .combat-tabs { grid-template-columns: 1fr; }
  .combat-tab { display: flex; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line); }
  .combat-tab span { margin: 0; }
  .combat-panels { min-height: 240px; }
  .world__header.scene { padding-bottom: 55px; }
  .world-stage { min-height: 780px; }
  .world-stage__overlay { background: linear-gradient(0deg,rgba(4,5,5,.95) 0%,rgba(4,5,5,.28) 65%,transparent); }
  .world-stage__content { width: calc(100% - 34px); padding-top: 90px; }
  .world-stage__coordinates { top: 20px; right: 17px; }
  .world-panel h3 { font-size: 4rem; }
  .world-tabs { margin-right: -17px; }
  .world-tab, .world-tab.is-active { flex-basis: 164px; width: 164px; }
  .trailer-grid { grid-template-columns: 1fr; }
  .trailer-card--feature { grid-column: auto; min-height: 320px; }
  .trailer-card { min-height: 260px; }
  .trailer-card__play { top: 18px; right: 18px; width: 54px; height: 54px; }
  .trailer-card__meta { left: 18px; right: 18px; bottom: 18px; }
  .trailer-card__meta strong, .trailer-card:not(.trailer-card--feature) .trailer-card__meta strong { font-size: 2rem; }
  .gallery { padding-bottom: 75px; }
  .gallery__header { padding-block: 75px 45px; }
  .gallery-grid { width: calc(100% - 16px); grid-template-columns: repeat(2,1fr); grid-auto-rows: 180px; }
  .gallery-shot--wide { grid-column: span 2; }
  .gallery-shot--tall { grid-row: auto; }
  .editions { padding-inline: 17px; }
  .edition-card { padding: 25px 20px; }
  .edition-card__art { height: 245px; }
  .edition-card__top { align-items: start; gap: 15px; }
  .edition-format { text-align: right; }
  .upgrade-card { grid-template-columns: 1fr; gap: 12px; padding: 26px 20px; }
  .upgrade-card .button { grid-column: auto; }
  .deluxe-vault { margin-top: 70px; padding: 50px 24px; clip-path: polygon(0 2%,96% 0,100% 97%,4% 100%); }
  .deluxe-vault__copy h3 { font-size: 3.6rem; }
  .preorder-band { grid-template-columns: 1fr; margin-top: 60px; }
  .preorder-band__cosmetics { border-right: 0; border-bottom: 1px solid var(--line); }
  .preorder-band__avatars { border-top: 1px solid var(--line); }
  .preorder-band__copy ul { grid-template-columns: 1fr; }
  .feature-tabs { display: flex; overflow-x: auto; scrollbar-width: thin; }
  .feature-tab { flex: 0 0 170px; }
  .feature-display { min-height: 530px; padding: 35px 22px; }
  .feature-panel h3 { font-size: 3.8rem; }
  .faq-list summary { min-height: 82px; grid-template-columns: 25px 1fr 24px; gap: 12px; }
  .faq-list summary strong { font-size: 1.5rem; }
  .faq-list details > div { padding: 0 36px 28px; }
  .site-footer { padding: 70px 18px 95px; }
  .site-footer__top { grid-template-columns: 1fr; }
  .footer-platform, .footer-studio { grid-column: auto; border-left: 0; border-top: 1px solid var(--line); padding: 25px 0 0; }
  .site-footer__links { align-items: flex-start; flex-direction: column; }
  .site-footer__legal { grid-template-columns: 1fr; gap: 20px; }
  .concept-note { grid-column: auto; }
  .dialog-copy { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
  .dialog-copy__actions { flex-wrap: wrap; }
  .dialog-media { aspect-ratio: 16/10; }
  .dialog-play { width: max-content; max-width: calc(100% - 30px); }
  .lightbox figure { height: calc(100svh - 50px); padding: 65px 15px 85px; }
  .lightbox__nav { top: auto; bottom: 17px; transform: none; }
  .lightbox__nav--prev { left: auto; right: 82px; }.lightbox__nav--next { right: 20px; }
  .lightbox figcaption { bottom: 78px; width: calc(100% - 30px); }
}

@media (max-width: 390px) {
  .site-header { padding-inline: 14px; }
  .mini-brand__name { font-size: 16px; }
  .hero { min-height: 830px; }
  .hero__content { min-height: 830px; padding-top: 400px; }
  .countdown__unit { min-width: 43px; }
  .hero__actions .button { width: 100%; }
  .gallery-grid { grid-auto-rows: 150px; }
  .feature-panel h3 { font-size: 3.2rem; }
}

@media (hover: none) {
  .button:hover { transform: none; }
  .trailer-card:hover img, .gallery-shot:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .001ms!important; animation-iteration-count: 1!important; transition-duration: .001ms!important; }
  body::before, .ambient, .hero__slashes { display: none!important; }
  .reveal { opacity: 1!important; transform: none!important; }
  .hero__picture img, .story-image, .combat-image, .world-image { transform: none!important; }
}

@media (forced-colors: active) {
  .button, .story-tab, .combat-tab, .world-tab, .feature-tab { border: 1px solid ButtonText; }
  .hero__veil, .trailer-card__shade { background: rgba(0,0,0,.55); }
}
