:root {
  color-scheme: dark;
  --bg: #100d0b;
  --ink: #fffdf8;
  --muted: #c8c3bd;
  --line: #443b34;
  --accent: #f47959;
  --gutter: clamp(24px, 5.8vw, 112px);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--ink);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; }
a { color: inherit; text-underline-offset: 5px; }
button, input { font: inherit; }
button { cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
main:focus { outline: none; }
[hidden] { display: none !important; }
.wrap { width: calc(100% - 2 * var(--gutter)); max-width: 1720px; margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 14px; background: var(--ink); color: var(--bg); z-index: 10; }
.skip-link:focus { top: 16px; }

/* A single image logo, with no navigation competing with the artwork. */
.header { display: flex; align-items: flex-start; padding-block: 24px 0; }
.brand { display: inline-block; text-decoration: none; line-height: 0; }
.brand-logo { display: block; width: clamp(160px, 16vw, 240px); height: auto; }
.home-page .header { position: absolute; top: 0; left: 0; right: 0; z-index: 3; }

/* The image is content, not a generated substitute or a remote background. */
.hero { position: relative; isolation: isolate; min-height: 100vh; min-height: 100svh; overflow: hidden; background: #0d0b0a; }
.hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.36), rgba(0,0,0,.12) 36%, transparent 62%); }
.hero-inner { padding-top: clamp(128px, 23vh, 260px); padding-bottom: 100px; }
.hero-copy { width: min(48%, 610px); }
/* Lighter native glyphs and positive tracking, without horizontal squeezing. */
.hero h1 { font-family: "Arial Narrow", "Roboto Condensed", "Liberation Sans Narrow", Arial, Helvetica, sans-serif; font-stretch: condensed; font-size: clamp(48px, 6.2vw, 96px); font-weight: 600; line-height: 1.06; letter-spacing: .025em; text-transform: uppercase; margin: 0; width: 100%; text-shadow: 0 2px 16px rgba(0,0,0,.12); }
.tagline { font-size: clamp(18px, 1.8vw, 26px); line-height: 1.5; color: #efede7; margin: 24px 0 30px; }
.store-grid { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; scroll-margin-top: 24px; }
.store-card { display: inline-flex; align-items: center; gap: 15px; min-width: 184px; min-height: 72px; padding: 14px 22px; border-radius: 6px; color: #fff; text-decoration: none; background: #203249; box-shadow: 0 5px 18px rgba(0,0,0,.16); transition: filter .15s ease, transform .15s ease; }
.store-card[data-store="xbox"] { background: #26751a; }
.store-card:hover { filter: brightness(1.12); transform: translateY(-2px); }
.store-card:active { transform: none; }
.store-icon { display: block; flex: 0 0 36px; width: 36px; height: 36px; }
.store-text { display: flex; flex-direction: column; gap: 2px; }
.store-category { font-size: 12px; font-weight: 700; line-height: 1.25; }
.store-label { font-size: 22px; font-weight: 700; line-height: 1.1; }
.footer { display: flex; justify-content: flex-end; padding-block: 22px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 28px; font-size: 12px; color: var(--muted); }
.footer nav a { display: inline-flex; align-items: center; min-height: 44px; }

/* Content routes retain readable policy and error-page presentation. */
h2 { font-size: 32px; line-height: 1.2; letter-spacing: -1px; margin: 0; }
.eyebrow { font-size: 11px; letter-spacing: 2px; font-weight: 700; line-height: 1.7; color: var(--muted); margin: 0 0 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 16px 22px; border: 1px solid var(--line); border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 700; line-height: 1.3; background: #28211c; color: var(--ink); }
.primary { background: var(--accent); color: #17191c; border-color: var(--accent); }
.button:hover { filter: brightness(1.08); }
.policy { max-width: 800px; padding-block: 42px 70px; line-height: 1.8; overflow-wrap: anywhere; color: #dedbd6; }
.policy h1, .not-found h1 { font-size: clamp(34px, 5vw, 48px); line-height: 1.15; letter-spacing: -1.5px; margin: 0; color: var(--ink); }
.policy h2 { font-size: 28px; line-height: 1.3; margin: 42px 0 14px; color: var(--ink); }
.policy h3 { font-size: 21px; line-height: 1.4; margin: 28px 0 12px; color: var(--ink); }
.policy h4 { font-size: 17px; line-height: 1.5; margin: 20px 0 10px; }
.policy li { margin-bottom: 12px; }
.policy ul { padding-left: 23px; }
.policy a { color: var(--accent); }
.not-found { padding-block: 75px; min-height: 60vh; }
.not-found > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin: 25px 0; }

/* Optional media is below the hero; the default homepage enables neither. */
.hero-video, .trailer { width: min(100% - 2 * var(--gutter), 1000px); margin-inline: auto; padding-block: 56px; }
.hero-video-heading { margin-bottom: 20px; }
.hero-video-heading .eyebrow { margin-bottom: 8px; }
.trailer h2 { margin-bottom: 24px; }
.trailer-stage { aspect-ratio: 16 / 9; background: #1b1714; display: grid; place-items: center; position: relative; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.trailer-stage > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.trailer-stage > button { z-index: 1; max-width: calc(100% - 24px); }
.trailer-stage > iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.trailer-note, .hero-video-notice { font-size: 14px; line-height: 1.6; color: var(--muted); }
.hero-video-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 700; }
.video-play-icon { font-size: 17px; }

@media (min-width: 651px) and (max-width: 1050px) {
  .header { padding-top: 18px; }
  .hero-copy { width: 53%; }
  .tagline { margin: 20px 0 24px; }
  .store-grid { gap: 12px; }
  .store-card { min-width: 136px; min-height: 60px; padding: 12px 16px; gap: 12px; }
  .store-icon { width: 30px; height: 30px; flex-basis: 30px; }
  .store-category { font-size: 11px; }
  .store-label { font-size: 18px; }
}
@media (max-width: 650px) {
  .header { padding-top: 18px; }
  .brand-logo { width: 166px; }
  .hero { min-height: 780px; min-height: max(780px, 100svh); }
  .hero-background { top: auto; height: 62%; object-position: 76% bottom; }
  .hero::after { background: linear-gradient(180deg, #0d0b0a 0%, #0d0b0a 33%, rgba(13,11,10,.92) 42%, rgba(13,11,10,.25) 59%, transparent 76%); }
  .hero-inner { padding-top: 126px; padding-bottom: 370px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px, 13.3vw, 68px); }
  .tagline { font-size: 19px; margin: 18px 0 24px; }
  .store-grid { gap: 12px; flex-wrap: nowrap; }
  .store-card { flex: 1 1 0; min-width: 0; min-height: 62px; padding: 13px 14px; gap: 10px; }
  .store-icon { width: 30px; height: 30px; flex-basis: 30px; }
  .store-category { font-size: 11px; }
  .store-label { font-size: 18px; }
  .footer { justify-content: flex-start; padding-block: 12px; }
  .policy { padding-block: 30px 44px; font-size: 15px; }
  .policy h2 { font-size: 25px; }
  .hero-video, .trailer { padding-block: 36px; }
  .hero-video h2 { font-size: 26px; }
}
@media (max-width: 360px) {
  .store-card { padding: 12px 10px; gap: 8px; }
  .store-icon { width: 26px; height: 26px; flex-basis: 26px; }
  .store-label { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Portrait tablets need the same clear upper copy / lower artwork composition as phones. */
@media (min-width: 651px) and (max-width: 1050px) and (max-aspect-ratio: 1/1) {
  .hero-background { top: auto; bottom: 0; height: 70%; object-position: 76% bottom; }
  .hero::after { background: linear-gradient(to bottom, #100d0b 0%, #100d0b 26%, rgba(16,13,11,.85) 35%, transparent 57%); }
  .hero-inner { padding-top: 165px; padding-bottom: 530px; }
  .hero-copy { width: 100%; max-width: 530px; }
  .hero h1 { font-size: 70px; }
}
