:root {
  --ink: #101426;
  --ink-2: #171d34;
  --ink-3: #222945;
  --cream: #f2dfae;
  --paper: #fff6da;
  --red: #d9565b;
  --teal: #64c8c5;
  --blue: #4d75aa;
  --gold: #efbd57;
  --muted: #aeb1bd;
  --line: rgba(242, 223, 174, .16);
  --line-bright: rgba(242, 223, 174, .36);
  --display: "Arial Narrow", "Roboto Condensed", Impact, Haettenschweiler, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; overflow-x: clip; color: var(--paper); background: var(--ink); font-family: var(--body); }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--gold); }

.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 1000; padding: .8rem 1rem; color: var(--ink); background: var(--gold); font-weight: 900; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.vhs-lines { position: fixed; inset: 0; z-index: 150; pointer-events: none; opacity: .1; background: repeating-linear-gradient(to bottom, transparent 0 3px, rgba(0,0,0,.24) 4px); mix-blend-mode: soft-light; }
.cursor-glow { position: fixed; z-index: -1; width: 32rem; height: 32rem; border-radius: 50%; opacity: .08; pointer-events: none; background: var(--teal); filter: blur(100px); transform: translate(-50%, -50%); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; height: 78px; padding: 0 clamp(1.25rem, 4vw, 4rem); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.site-header.scrolled { border-color: var(--line); background: rgba(16,20,38,.91); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; overflow: hidden; }
.brand-mark img { width: 30px; filter: invert(1); }
.brand-name { font: 900 .92rem/1 var(--display); letter-spacing: .09em; text-transform: uppercase; }
.brand-name em { color: var(--cream); font-style: normal; font-weight: 500; opacity: .65; }
.site-nav { display: flex; align-items: center; gap: clamp(.75rem, 1.7vw, 1.5rem); }
.site-nav a { color: #d2d0ca; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; transition: color .2s, background .2s; }
.site-nav a:hover { color: var(--gold); }
.site-nav .nav-play { padding: .72rem 1rem; border: 1px solid var(--cream); color: var(--ink); background: var(--cream); box-shadow: 4px 4px 0 var(--red); }
.site-nav .nav-play:hover { color: var(--ink); background: var(--gold); }
.nav-toggle { display: none; border: 0; background: none; }

.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 100svh; padding: 8rem clamp(1.25rem, 6vw, 6.5rem) 7rem; overflow: hidden; background: var(--ink); }
.hero-art { position: absolute; inset: 0 0 0 38%; z-index: -4; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.05) contrast(1.06); }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(16,20,38,1) 0%, rgba(16,20,38,.97) 36%, rgba(16,20,38,.55) 58%, rgba(16,20,38,.12) 82%), linear-gradient(to top, rgba(16,20,38,.86), transparent 45%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .13; background-image: linear-gradient(rgba(242,223,174,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(242,223,174,.12) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-copy { position: relative; z-index: 3; width: min(760px, 59vw); }
.eyebrow, .kicker { margin: 0 0 1.1rem; color: var(--gold); font-size: .65rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .75rem; }
.eyebrow span { width: 34px; height: 3px; background: var(--red); box-shadow: 0 0 15px rgba(217,86,91,.45); }
.hero h1 { margin: 0; text-transform: uppercase; }
.hero h1 small, .hero h1 b, .hero h1 em { display: block; font-style: normal; }
.hero h1 small { color: var(--teal); font: 900 clamp(.9rem, 1.4vw, 1.2rem)/1 var(--body); letter-spacing: .17em; }
.hero h1 b { margin-top: .45rem; font: 900 clamp(4.7rem, 9.5vw, 10rem)/.72 var(--display); letter-spacing: -.06em; text-shadow: 5px 5px 0 rgba(217,86,91,.45); }
.hero h1 em { color: var(--gold); font: 900 clamp(4.6rem, 9vw, 9.4rem)/.7 var(--display); letter-spacing: -.055em; -webkit-text-stroke: 1px var(--paper); }
.hero-tagline { margin: 1.9rem 0 0; font: 900 clamp(1.6rem, 2.8vw, 3rem)/.92 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.hero-tagline strong { color: var(--teal); }
.hero-lede { max-width: 640px; margin: 1.2rem 0 0; color: #d3d0c8; font-size: clamp(.94rem, 1.15vw, 1.06rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 54px; padding: 0 1.35rem; border: 1px solid var(--line-bright); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.button:hover { border-color: white; transform: translate(-2px, -2px); }
.button-primary { border-color: var(--gold); color: var(--ink); background: var(--gold); box-shadow: 5px 5px 0 var(--red); }
.button-primary:hover { background: var(--paper); box-shadow: 7px 7px 0 var(--red); }
.button-ghost { background: rgba(16,20,38,.72); backdrop-filter: blur(10px); }
.hero-fineprint { margin: 1.15rem 0 0; color: #9296a7; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-sticker { position: absolute; top: 17%; right: 4vw; display: grid; justify-items: center; min-width: 142px; padding: 1rem 1.2rem; border: 2px solid var(--cream); color: var(--ink); background: var(--cream); box-shadow: 7px 7px 0 var(--red); transform: rotate(3deg); }
.hero-sticker small, .hero-sticker span { font-size: .54rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-sticker b { margin: .2rem 0; color: var(--red); font: 900 2.7rem/.9 var(--display); }
.hero-ticker { position: absolute; right: 0; bottom: 0; left: 0; height: 43px; overflow: hidden; border-block: 1px solid var(--cream); color: var(--ink); background: var(--cream); transform: rotate(-.4deg) scale(1.01); transform-origin: left bottom; }
.hero-ticker div { display: flex; align-items: center; width: max-content; height: 100%; gap: 1.35rem; font-size: .66rem; font-weight: 900; letter-spacing: .15em; white-space: nowrap; animation: ticker 23s linear infinite; }
.hero-ticker i { color: var(--red); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.game-facts { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--line-bright); background: var(--ink-2); }
.game-facts div { display: flex; align-items: baseline; justify-content: center; gap: .65rem; padding: 1.45rem 1rem; border-right: 1px solid var(--line); }
.game-facts div:last-child { border: 0; }
.game-facts strong { color: var(--gold); font: 900 clamp(1.7rem, 2.8vw, 2.9rem)/1 var(--display); }
.game-facts span { color: var(--muted); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.section-shell { width: min(1420px, calc(100% - 8vw)); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 0; }
.section-label { display: flex; align-items: center; gap: .75rem; color: #8f94a6; font-size: .59rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line-bright); color: var(--gold); background: var(--ink-2); box-shadow: 3px 3px 0 rgba(217,86,91,.5); }
.section-heading { display: grid; grid-template-columns: minmax(150px, .52fr) 1.48fr; gap: 3rem; align-items: start; margin-bottom: 3.5rem; }
.section-heading h2, .story-copy h2, .arcade-lead h2, .final-copy h2 { margin: 0; font: 900 clamp(3.5rem, 7.8vw, 8rem)/.78 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.kicker { margin-bottom: 1.15rem; }

.story { padding-top: clamp(5rem, 8vw, 8rem); }
.story-grid { display: grid; grid-template-columns: minmax(360px, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; margin-top: 2rem; }
.story-copy h2 i { color: var(--teal); font-style: normal; }
.story-copy > p:not(.kicker) { max-width: 660px; color: var(--muted); line-height: 1.82; }
.feature-image { position: relative; padding: 0; overflow: hidden; border: 1px solid var(--line-bright); background: var(--ink-2); box-shadow: 18px 18px 0 rgba(217,86,91,.14); }
.feature-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .5s, filter .3s; }
.feature-image span { position: absolute; right: 1rem; bottom: 1rem; padding: .75rem .9rem; color: var(--ink); background: var(--cream); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.feature-image:hover img { filter: brightness(1.1); transform: scale(1.012); }

.store-section { border-block: 1px solid var(--line); background: radial-gradient(circle at 78% 18%, rgba(100,200,197,.1), transparent 28%), #0d1222; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.store-card { position: relative; min-height: 310px; padding: 2rem; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(242,223,174,.045), transparent 58%), var(--ink-2); }
.store-card:nth-child(3) { border-right: 0; }
.store-card:nth-child(n+4) { border-bottom: 0; }
.store-card:last-child { border-right: 0; }
.store-card > span, .store-card div > span { color: var(--gold); font-size: .58rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.store-card h3 { margin: 4rem 0 1rem; font: 900 clamp(2rem, 3vw, 3.3rem)/.86 var(--display); text-transform: uppercase; }
.store-card p { max-width: 430px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.67; }
.store-featured { grid-column: span 2; min-height: 500px; isolation: isolate; display: flex; align-items: flex-end; }
.store-featured::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(16,20,38,.98), rgba(16,20,38,.28) 68%), linear-gradient(90deg, rgba(16,20,38,.7), transparent); }
.store-featured > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.store-featured h3 { max-width: 620px; margin: .65rem 0 1rem; font-size: clamp(3.3rem, 5.7vw, 6.5rem); }
.store-featured p { color: #d2d0ca; }

.space-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.space-card { overflow: hidden; border: 1px solid var(--line-bright); background: var(--ink-2); }
.space-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .55s, filter .3s; }
.space-card:hover img { filter: brightness(1.08); transform: scale(1.025); }
.space-card div { padding: 1.6rem; }
.space-card span { color: var(--teal); font-size: .56rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.space-card h3 { margin: .55rem 0 .8rem; font: 900 clamp(2rem, 3vw, 3.4rem)/.85 var(--display); text-transform: uppercase; }
.space-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.arcade-section { border-block: 1px solid var(--line); background: radial-gradient(circle at 25% 40%, rgba(217,86,91,.12), transparent 32%), radial-gradient(circle at 78% 60%, rgba(100,200,197,.1), transparent 30%), #090e1c; }
.arcade-lead { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .6fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; margin-bottom: 3.5rem; }
.arcade-lead .section-label { margin-bottom: 2.2rem; }
.arcade-lead h2 i { color: var(--red); font-style: normal; }
.arcade-lead > p { margin: 0 0 .5rem; color: var(--muted); line-height: 1.82; }
.arcade-mosaic { display: grid; grid-template-columns: 1.4fr .6fr .6fr; grid-template-rows: repeat(2, minmax(210px, 1fr)); gap: .75rem; }
.arcade-mosaic button { position: relative; padding: 0; overflow: hidden; border: 1px solid var(--line-bright); background: var(--ink-2); }
.arcade-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .3s; }
.arcade-mosaic button:hover img { filter: brightness(1.14); transform: scale(1.02); }
.arcade-mosaic span { position: absolute; right: .8rem; bottom: .8rem; left: .8rem; padding: .7rem .8rem; color: var(--paper); background: rgba(10,14,28,.82); font-size: .57rem; font-weight: 900; letter-spacing: .1em; text-align: left; text-transform: uppercase; backdrop-filter: blur(8px); }
.arcade-room { grid-row: 1 / 3; }
.arcade-tile img { image-rendering: pixelated; }

.gallery-filters { display: flex; flex-wrap: wrap; gap: .55rem; }
.gallery-filters button { padding: .72rem 1rem; border: 1px solid var(--line-bright); color: var(--muted); background: var(--ink-2); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gallery-filters button:hover, .gallery-filters button.active { border-color: var(--gold); color: var(--ink); background: var(--gold); }
.gallery-status { margin: 1.2rem 0 1.7rem; color: #858a9d; font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.gallery-shot { position: relative; min-height: 240px; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--ink-2); text-align: left; }
.gallery-shot.gallery-wide { grid-column: span 2; grid-row: span 2; }
.gallery-shot img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; image-rendering: auto; transition: transform .55s, filter .3s; }
.gallery-shot.gallery-wide img { min-height: 496px; }
.gallery-shot > span { position: absolute; right: .8rem; bottom: .8rem; left: .8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem .9rem; color: var(--paper); background: rgba(11,14,27,.84); font-size: .58rem; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.gallery-shot b { font-weight: 900; }
.gallery-shot i { color: var(--gold); font-style: normal; white-space: nowrap; }
.gallery-shot:hover img { filter: brightness(1.12); transform: scale(1.018); }
.noscript { padding: 2rem; border: 1px solid var(--line); color: var(--muted); }

.final-cta { position: relative; isolation: isolate; display: grid; align-items: center; min-height: 720px; padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); overflow: hidden; border-top: 1px solid var(--line); }
.final-cta > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.final-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(16,20,38,.98), rgba(16,20,38,.76) 53%, rgba(16,20,38,.2)), linear-gradient(to top, rgba(16,20,38,.88), transparent); }
.final-copy { max-width: 760px; }
.final-copy h2 { color: var(--paper); }
.final-copy > p:not(.kicker) { max-width: 610px; color: #d1cec5; line-height: 1.75; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.25rem, 5vw, 5rem); border-top: 1px solid var(--line); color: #818697; background: #090d19; font-size: .6rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-brand { display: flex; align-items: center; gap: .65rem; color: var(--paper); }
.footer-brand img { width: 30px; filter: invert(1); }
.footer-links { display: flex; gap: 1.4rem; }
.footer-links a:hover { color: var(--gold); }

.gallery-dialog { width: min(96vw, 1500px); max-width: none; padding: 0; border: 1px solid var(--line-bright); color: var(--paper); background: #080b15; box-shadow: 0 35px 120px rgba(0,0,0,.72); }
.gallery-dialog::backdrop { background: rgba(3,5,12,.9); backdrop-filter: blur(10px); }
.gallery-dialog figure { margin: 0; }
.gallery-dialog img { width: 100%; max-height: 88vh; object-fit: contain; }
.gallery-dialog figcaption { padding: 1rem 1.2rem; color: var(--muted); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dialog-close { position: absolute; top: .8rem; right: .8rem; z-index: 3; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--cream); color: var(--ink); background: var(--cream); font-size: 1.6rem; line-height: 1; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-nav { gap: .8rem; }
  .site-nav a:not(.nav-play) { display: none; }
  .hero-art { left: 30%; }
  .hero-copy { width: min(760px, 72vw); }
  .game-facts { grid-template-columns: repeat(3, 1fr); }
  .game-facts div:nth-child(3) { border-right: 0; }
  .game-facts div:nth-child(n+4) { border-top: 1px solid var(--line); }
  .story-grid, .arcade-lead { grid-template-columns: 1fr; }
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .store-card:nth-child(3) { border-right: 1px solid var(--line); }
  .store-card:nth-child(even) { border-right: 0; }
  .store-card:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .store-card:last-child { border-bottom: 0; }
  .space-grid { grid-template-columns: 1fr; }
  .space-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
  .space-card img { height: 100%; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 66px; }
  .cursor-glow { display: none; }
  .site-header { height: 66px; }
  .brand-name em { display: none; }
  .site-nav { position: fixed; inset: 66px 0 auto; display: none; align-items: stretch; padding: 1rem; border-bottom: 1px solid var(--line); background: rgba(16,20,38,.98); }
  .site-nav.open { display: grid; }
  .site-nav a:not(.nav-play) { display: block; padding: .9rem; border-bottom: 1px solid var(--line); }
  .site-nav .nav-play { margin-top: .5rem; text-align: center; }
  .nav-toggle { display: grid; gap: 6px; padding: .6rem; }
  .nav-toggle span { display: block; width: 24px; height: 2px; background: var(--paper); }
  .hero { min-height: 0; padding-block: 7.5rem 6rem; }
  .hero-art { inset: 0; opacity: .32; }
  .hero-shade { background: linear-gradient(to bottom, rgba(16,20,38,.88), rgba(16,20,38,.98) 68%); }
  .hero-copy { width: 100%; }
  .hero h1 b { font-size: clamp(3.55rem, 17vw, 5.7rem); }
  .hero h1 em { font-size: clamp(3.5rem, 16.5vw, 5.5rem); }
  .hero-sticker { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-fineprint { line-height: 1.6; }
  .game-facts { grid-template-columns: 1fr 1fr; }
  .game-facts div, .game-facts div:nth-child(3) { border-right: 1px solid var(--line); }
  .game-facts div:nth-child(even) { border-right: 0; }
  .game-facts div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .game-facts div:last-child { grid-column: 1 / -1; }
  .section-shell { width: min(100% - 2.5rem, 1420px); }
  .section-heading { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .section-heading > * { min-width: 0; }
  .section-heading h2, .story-copy h2, .arcade-lead h2, .final-copy h2 { font-size: clamp(3rem, 11vw, 4rem); overflow-wrap: break-word; }
  .story-grid { display: flex; flex-direction: column; }
  .store-grid { grid-template-columns: 1fr; }
  .store-card, .store-featured { grid-column: auto; min-height: 290px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .store-card:last-child { border-bottom: 0 !important; }
  .store-featured { min-height: 430px; }
  .space-card { display: block; }
  .space-card img { aspect-ratio: 16 / 10; height: auto; }
  .arcade-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .arcade-room { grid-column: 1 / -1; grid-row: auto; min-height: 290px; }
  .arcade-tile { min-height: 180px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-shot, .gallery-shot.gallery-wide { grid-column: auto; grid-row: auto; min-height: 210px; }
  .gallery-shot img, .gallery-shot.gallery-wide img { min-height: 210px; }
  .gallery-shot i { display: none; }
  .final-cta { min-height: 680px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-ticker div { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .feature-image img, .space-card img, .arcade-mosaic img, .gallery-shot img { transition: none; }
}
