@font-face {
  font-family: ArtDecoBold;
  src: url("../assets/font_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ArtDecoMedium;
  src: url("../assets/font_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ArtDecoRegular;
  src: url("../assets/font_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ArtDecoCondensedBold;
  src: url("../assets/font_cond_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ArtDecoCondensedHeavy;
  src: url("../assets/font_cond_heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #111117;
  --bg-deep: #0c0d1b;
  --bg-mid: #18182d;
  --bg-hi: #1f1f38;
  --text: #f8fdf9;
  --white: #fdfbff;
  --cream: #fff9cb;
  --pink: #ffb2c6;
  --pink-hot: #ffb0c4;
  --ink: #0c0d1b;
  --ink-soft: #2d2b4f;
  --lilac: #e5ddff;
  --muted: #ccc2f5;
  --blue-btn: #2f2e52;
  --blue-txt: #adb5ff;
  --card-a: #2c3868;
  --card-b: #4b2f54;
  --card-c: #243152;
  --radius: 32px;
  --radius-sm: 16px;
  --header-h: 72px;
  --banner-h: 60px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

html.reduce-motion {
  scroll-behavior: auto;
}

html.reduce-motion *,
html.reduce-motion *::before,
html.reduce-motion *::after {
  animation: none !important;
  transition: none !important;
}

body {
  font-family: ArtDecoMedium, "Segoe UI", sans-serif;
  background: #0c0d1b;
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.3;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(1200px 640px at 50% 8%, rgba(52, 36, 86, 0.55), transparent 70%),
    linear-gradient(180deg, rgba(26, 26, 50, 0.92) 0%, rgba(17, 17, 23, 0.94) 30%, rgba(12, 13, 27, 0.98) 100%);
  pointer-events: none;
}

main,
.footer {
  position: relative;
  z-index: 1;
}

.scroll-bgs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #0c0d1b;
}

.scroll-bg {
  --bg-scale: 1;
  --bg-y: 0px;
  position: absolute;
  inset: -7%;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: translate3d(0, var(--bg-y), 0) scale(var(--bg-scale));
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.12s linear;
  filter: saturate(0.92) brightness(0.48);
  will-change: opacity, transform;
}

.scroll-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 45% at 50% 42%, rgba(34, 28, 60, 0.18), rgba(12, 13, 27, 0.58) 70%),
    linear-gradient(180deg, rgba(12, 13, 27, 0.7), rgba(12, 13, 27, 0.45) 45%, rgba(12, 13, 27, 0.92));
}

.scroll-bg.active {
  opacity: 0.56;
}

.bg-hero {
  background-image: url("../assets/poster_full.jpg");
}

.bg-trailers {
  background-image: url("../assets/featured.jpg");
}

.bg-editions {
  background-image: url("../assets/ultimate_desktop.jpg");
}

.bg-story {
  background-image: url("../assets/vintage.jpg");
}

.bg-leonida {
  background-image: url("../assets/leonida_desktop.jpg");
}

.bg-news {
  background-image: url("../assets/art1.jpg");
}

img {
  max-width: 100%;
  display: block;
}

button,
a {
  font-family: inherit;
}

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  background: var(--white);
  color: var(--ink);
  border: 0;
  border-radius: 1000px;
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
}

.skip:focus {
  top: 12px;
}

/* Promo banner */
.promo {
  position: relative;
  height: var(--banner-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  overflow: hidden;
  background: #3a1d4a url("../assets/skybox.jpg") center / cover no-repeat;
  text-decoration: none;
  color: var(--white);
}

.promo-art {
  display: block;
  min-width: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-art-l {
  background-image: url("../assets/art_left.svg");
  background-position: 100% 50%;
}

.promo-art-r {
  background-image: url("../assets/art_right.svg");
  background-position: 0 50%;
}

.promo-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-family: ArtDecoBold, sans-serif;
  font-size: clamp(12px, 1.4vw, 18px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(12, 13, 27, 0.55), rgba(12, 13, 27, 0));
  transition: background 0.45s ease, backdrop-filter 0.45s ease, box-shadow 0.45s ease;
}

.header.is-solid {
  background: rgba(12, 13, 27, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.logo-vi {
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-family: ArtDecoCondensedHeavy, sans-serif;
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 4px 8px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 1000px;
  font-family: ArtDecoMedium, sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease, background 0.45s ease, letter-spacing 0.45s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn:hover {
  transform: scale(1.045);
  filter: brightness(1.08);
}

.btn-pink {
  background: var(--pink);
  color: var(--ink);
  height: 47px;
  padding: 0 22px;
  font-size: 16px;
}

.btn-ghost {
  background: var(--blue-btn);
  color: var(--blue-txt);
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
}

.btn-menu {
  width: 56px;
  height: 56px;
  border-radius: 1000px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  gap: 7px;
}

.btn-menu i,
.btn-menu i::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: relative;
}

.btn-menu i::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}

.header-preorder {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.96);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.header.is-solid .header-preorder {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: max(600px, calc(100svh - var(--banner-h) - var(--header-h) - 72px));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(38px, 6.5vh, 84px) 20px 22px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(55% 50% at 50% 42%, rgba(80, 48, 110, 0.35), transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(12, 13, 27, 0.78));
  z-index: 1;
  pointer-events: none;
}

.coming,
.platforms {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
}

.hero-art {
  position: relative;
  z-index: 2;
  width: min(1386px, 74vw);
  aspect-ratio: 1590 / 894;
  margin: 0 auto;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.4));
  will-change: transform;
  transition: transform 0.12s linear, opacity 0.12s linear;
}

.hero-art img,
.hero-art .poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  animation: rise 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hero-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 16px;
  width: min(1386px, 74vw);
  margin: 28px auto 0;
  position: relative;
  z-index: 3;
  animation: fadeup 1s 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.coming {
  text-transform: uppercase;
  font-family: ArtDecoMedium, sans-serif;
  letter-spacing: -0.01em;
}

.coming small {
  display: block;
  font-size: 15px;
  opacity: 0.9;
}

.coming strong {
  display: block;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 500;
}

.hero-cta {
  height: 59px;
  padding: 0 28px;
  font-size: 21px;
  color: var(--ink-soft);
  background: var(--pink-hot);
}

.platforms {
  justify-self: end;
  text-align: right;
}

.platforms .label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  opacity: 0.9;
}

.platform-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.ps5-badge {
  height: 26px;
  width: auto;
}

.xbox {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 11px;
  font-family: ArtDecoBold, sans-serif;
  letter-spacing: 0.04em;
}

.xbox svg {
  width: 22px;
  height: 22px;
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--pink);
  cursor: pointer;
  z-index: 3;
  animation: bob 2s ease-in-out infinite;
  transition: color 0.35s ease, transform 0.35s ease;
}

.scroll-hint:hover {
  color: #fff;
}

@keyframes bob {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

/* Sections */
.wrap {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 16px 0 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

html.reduce-motion .reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}

.cards-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.card {
  position: relative;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  color: inherit;
  text-align: left;
  display: block;
  width: 100%;
  background: var(--card-a);
  isolation: isolate;
  min-height: 520px;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.cards-2 .card {
  min-height: min(82vh, 860px);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  inset: 0;
  transform: scale(1.06);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.card:hover img {
  transform: scale(1.14);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: clamp(56px, 5vw, 78px);
  height: clamp(56px, 5vw, 78px);
  border-radius: 50%;
  background: rgba(255, 178, 198, 0.94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%) scale(0.96);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease;
}

.play-button::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--ink);
}

.card:hover .play-button {
  background: #fdfbff;
  transform: translate(-50%, -50%) scale(1.08);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 13, 27, 0.02) 28%, rgba(12, 13, 27, 0.78) 100%);
  z-index: 1;
  transition: opacity 0.6s ease;
}

.card-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  transform: translateY(8px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.card:hover .card-copy {
  transform: none;
}

.eyebrow {
  font-family: ArtDecoMedium, sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.9;
}

.title-xl {
  font-family: ArtDecoCondensedBold, sans-serif;
  font-size: clamp(42px, 5.4vw, 84px);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 700;
}

.title-lg {
  font-family: ArtDecoCondensedBold, sans-serif;
  font-size: clamp(36px, 4.4vw, 66px);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--cream);
}

.card p,
.feature-copy p {
  margin-top: 10px;
  font-size: clamp(16px, 1.3vw, 21px);
  letter-spacing: -0.015em;
  max-width: 36ch;
}

.linkish {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--pink);
  transition: gap 0.4s ease, color 0.4s ease;
}

.card:hover .linkish {
  gap: 12px;
  color: #fff;
}

.extended-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: min(62vh, 640px);
  color: inherit;
  text-decoration: none;
  isolation: isolate;
  background: #2a2048;
}

.extended-card picture,
.extended-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.extended-card img {
  object-fit: cover;
  object-position: center 32%;
  transform: scale(1.08);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.extended-card:hover img {
  transform: scale(1.14);
}

.extended-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 3.2vw, 48px) clamp(24px, 12vw, 180px) 20px;
}

.extended-titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.extended-titles h2 {
  font-family: ArtDecoRegular, sans-serif;
  font-size: clamp(22px, 2.4vw, 38px);
  line-height: 0.9;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.extended-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fdfbff;
  font-family: ArtDecoBold, sans-serif;
  font-size: clamp(13px, 1.15vw, 19px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.netflix-wordmark {
  width: clamp(72px, 6.4vw, 96px);
  height: auto;
  color: #e50914;
  display: block;
}

.extended-rule {
  width: 2px;
  height: 18px;
  background: rgba(255, 255, 255, 0.55);
  flex: 0 0 auto;
}

.remind-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 42px;
  padding: 0 21px 0 16px;
  border-radius: 1000px;
  color: var(--blue-txt);
  background: rgba(18, 18, 36, 0.42);
  border: 1px solid rgba(173, 181, 255, 0.28);
  font-family: ArtDecoMedium, sans-serif;
  font-size: 15px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.extended-card:hover .remind-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.wide {
  min-height: 620px;
  margin-top: 16px;
  background: var(--card-b);
}

.wide .card-copy {
  left: auto;
  right: clamp(28px, 5.5vw, 80px);
  bottom: auto;
  top: 50%;
  width: min(430px, 46%);
  transform: translateY(calc(-50% + 8px));
}

.wide:hover .card-copy {
  transform: translateY(-50%);
}

.wide.alt {
  background: var(--card-c);
}

.story {
  padding: clamp(64px, 9vw, 128px) 0 clamp(28px, 5vw, 64px);
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: start;
}

.story-text {
  max-width: 1120px;
}

.story h2 {
  font-family: ArtDecoCondensedBold, sans-serif;
  font-size: clamp(56px, 8vw, 124px);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: clamp(18px, 2.4vw, 34px);
  text-shadow: 0 8px 34px rgba(255, 178, 198, 0.2);
}

.story .lede {
  font-family: ArtDecoBold, sans-serif;
  font-size: clamp(34px, 4.8vw, 78px);
  letter-spacing: -0.032em;
  max-width: 22ch;
  font-weight: 700;
  line-height: 0.98;
  color: var(--cream);
  background: linear-gradient(180deg, #fff9cb 0%, #ffc3cc 48%, #d9ccff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 18px 46px rgba(9, 7, 20, 0.5);
}

.story-art {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  height: min(72vh, 760px);
}

.story-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.04);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.story-art:hover img {
  transform: scale(1.1);
}

.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 64px 0 24px;
}

.news-head h2 {
  font-family: ArtDecoCondensedBold, sans-serif;
  font-size: clamp(38px, 4.2vw, 70px);
  line-height: 0.92;
  color: var(--cream);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.view-all {
  color: var(--ink);
  background: var(--pink);
  border: 0;
  border-radius: 1000px;
  cursor: pointer;
  min-height: 48px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 1;
  font-family: ArtDecoBold, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

.view-all:hover {
  transform: scale(1.045);
  filter: brightness(1.08);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.news-card {
  color: inherit;
  text-decoration: none;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), background 0.55s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
}

.news-thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card:hover img {
  transform: scale(1.12);
}

.news-card h3 {
  padding: 16px 8px 4px;
  font-size: 21px;
  color: var(--lilac);
  font-weight: 500;
  letter-spacing: -0.015em;
}

.news-card time {
  display: block;
  padding: 0 8px 18px;
  color: var(--muted);
  font-family: ArtDecoRegular, sans-serif;
  font-size: 18px;
}

.propaganda {
  margin: 72px auto 28px;
  text-align: center;
  max-width: 720px;
}

.propaganda h2 {
  font-family: ArtDecoBold, sans-serif;
  font-size: 19px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.propaganda p {
  margin: 10px auto 18px;
  color: var(--muted);
  max-width: 46ch;
  font-size: 16px;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 28px 0 48px;
}

.socials a {
  width: 56px;
  height: 56px;
  border-radius: 1000px;
  display: grid;
  place-items: center;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.35s ease, background 0.35s ease, transform 0.35s ease;
}

.socials a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-3px);
}

.socials svg {
  width: 22px;
  height: 22px;
}

.footer {
  padding: 12px 24px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-family: ArtDecoRegular, sans-serif;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer a,
.footer button {
  color: var(--muted);
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.footer a:hover,
.footer button:hover {
  color: var(--white);
}

.esrb {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 420px;
  font-size: 12px;
  line-height: 1.35;
}

.esrb img {
  height: 64px;
  width: auto;
}

/* Overlays */
.overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(8, 8, 16, 0.72);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overlay .modal {
  transform: translateY(18px) scale(0.98);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.overlay.open .modal {
  transform: none;
}

.nav-panel {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(560px, 100%);
  background:
    radial-gradient(520px 420px at 70% 8%, rgba(255, 178, 198, 0.14), transparent 62%),
    linear-gradient(180deg, rgba(20, 18, 34, 0.98), rgba(10, 10, 18, 0.98));
  z-index: 90;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0;
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.48);
  overflow: hidden;
}

.nav-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/poster_full.jpg") center / cover no-repeat;
  opacity: 0.08;
  transform: scale(1.12);
  pointer-events: none;
}

.nav-panel-inner {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: clamp(88px, 12vh, 132px) clamp(30px, 5vw, 56px) 36px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nav-panel.open {
  transform: none;
}

.nav-kicker {
  color: var(--pink);
  font-family: ArtDecoBold, sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.nav-panel a,
.nav-panel button.nav-link {
  background: none;
  border: 0;
  color: var(--white);
  font-family: ArtDecoCondensedBold, sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.92;
  text-transform: uppercase;
  text-align: left;
  padding: 8px 0;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.025em;
  transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.nav-panel a:hover,
.nav-panel button.nav-link:hover {
  color: var(--cream);
  transform: translateX(10px);
  opacity: 0.95;
}

.nav-actions {
  margin-top: auto;
  display: grid;
  gap: 14px;
}

.nav-preorder {
  width: fit-content;
  min-width: 190px;
}

.nav-panel .motion-link {
  color: var(--muted);
  font-family: ArtDecoBold, sans-serif;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.nav-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
  font-family: ArtDecoRegular, sans-serif;
  font-size: 14px;
}

.modal {
  width: min(960px, 100%);
  background: #161622;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.modal iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.close-x {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  z-index: 2;
}

.preorder-box {
  padding: 36px 28px 28px;
}

.preorder-box h2 {
  font-family: ArtDecoCondensedBold, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  color: var(--cream);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.preorder-box .note {
  color: var(--muted);
  margin-bottom: 22px;
}

.editions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.edition {
  background: #1d1d2e;
  border-radius: 18px;
  padding: 20px;
}

.edition h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.edition ul {
  list-style: none;
  color: var(--lilac);
  font-size: 15px;
}

.edition li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.edition .btn {
  margin-top: 16px;
  width: 100%;
}

.cookies {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: min(380px, calc(100% - 32px));
  background: #1a1a24;
  border-radius: 16px;
  padding: 22px;
  z-index: 70;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4);
  animation: fadeup 0.7s 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cookies.hide {
  animation: none;
  opacity: 0;
  transform: translateY(16px);
  visibility: hidden;
  pointer-events: none;
}

.cookies h2 {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.cookies p {
  font-size: 13px;
  color: #cfc9e0;
  margin-bottom: 14px;
}

.cookies a {
  color: #fff;
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cookie-actions .btn {
  height: 42px;
  font-size: 13px;
  background: #ff7a1a;
  color: #1a120c;
  letter-spacing: 0.04em;
}

.cookie-settings {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: #3a3a43;
  color: #fff;
  font-size: 13px;
  font-family: ArtDecoBold, sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.cookie-settings:hover {
  background: #51515c;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .cards-2,
  .news-grid,
  .editions,
  .hero-bar {
    grid-template-columns: 1fr;
  }

  .hero-bar {
    text-align: center;
    justify-items: center;
  }

  .platforms,
  .coming {
    justify-self: center;
    text-align: center;
  }

  .platform-row {
    justify-content: center;
  }

  .hero {
    height: auto;
    min-height: max(600px, calc(100svh - var(--banner-h) - var(--header-h)));
    padding: 30px 14px 76px;
  }

  .hero-art {
    width: min(980px, 94vw);
    height: auto;
  }

  .hero-bar {
    width: min(980px, 94vw);
    margin-top: 24px;
  }

  .card,
  .wide,
  .cards-2 .card,
  .extended-card {
    min-height: 420px;
  }

  .extended-overlay {
    flex-direction: column;
    align-items: center;
    padding: 28px 18px 20px;
  }

  .wide .card-copy {
    left: 24px;
    right: 24px;
    bottom: 24px;
    top: auto;
    width: auto;
    transform: translateY(8px);
  }

  .wide:hover .card-copy {
    transform: none;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .story-art {
    height: min(52vh, 420px);
  }

  .story .lede {
    max-width: none;
  }

  .header-preorder {
    display: none;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 28px);
  }

  .promo-label {
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
