:root {
  --bg: #2c2408;
  --bg-soft: #57460f;
  --ink: #fff9df;
  --muted: #f4e4a7;
  --neon: #f8e15b;
  --rose: #f9a5c3;
  --cyan: #b9f2ff;
  --sky: #84d1ff;
  --sky-soft: #ffe9f6;
  --panel: rgba(71, 57, 15, 0.72);
  --line: rgba(255, 244, 181, 0.22);
  --shadow: 0 20px 80px rgba(32, 20, 0, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--ink);
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.6),
    1px -1px 0 rgba(0, 0, 0, 0.6),
    -1px 1px 0 rgba(0, 0, 0, 0.6),
    1px 1px 0 rgba(0, 0, 0, 0.6);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.52), transparent 16%),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.38), transparent 18%),
    linear-gradient(180deg, #89d2ff 0%, #b8e7ff 16%, #e8f6ff 30%, #f5efb9 44%, #a78927 63%, #54420d 80%, #241b06 100%);
  overflow-x: hidden;
}

body.intro-lock {
  overflow: hidden;
}

.intro-screen,
.message-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.message-modal[hidden] {
  display: none !important;
}

.intro-screen {
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background:
    radial-gradient(circle at top, rgba(255, 245, 173, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(19, 15, 5, 0.94), rgba(10, 8, 2, 0.98));
  transition: opacity 700ms ease, visibility 700ms ease;
  overflow: hidden;
}

.intro-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.intro-flash {
  position: absolute;
  inset: -10%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 249, 209, 0.22), transparent 22%),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 2px,
      transparent 2px,
      transparent 6px
    );
  animation: introPulse 2.6s ease forwards;
  pointer-events: none;
}

.intro-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 44rem;
  animation: introRise 2.6s ease forwards;
}

.intro-kicker {
  margin: 0 0 0.8rem;
  color: #ffe98b;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.intro-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 12vw, 8rem);
  color: #fff7d5;
  margin: 0;
  text-shadow:
    0 0 18px rgba(255, 235, 137, 0.45),
    -2px -2px 0 rgba(0, 0, 0, 0.52),
    2px -2px 0 rgba(0, 0, 0, 0.52),
    -2px 2px 0 rgba(0, 0, 0, 0.52),
    2px 2px 0 rgba(0, 0, 0, 0.52);
}

.intro-copy {
  margin: 1rem auto 0;
  max-width: 34rem;
  color: #f6ebba;
  line-height: 1.8;
}

.message-modal {
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.message-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 4, 1, 0.64);
  backdrop-filter: blur(12px);
}

.message-card {
  position: relative;
  z-index: 1;
  width: min(42rem, 100%);
  padding: 1.7rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(92, 73, 18, 0.92), rgba(58, 46, 12, 0.9));
  border: 1px solid rgba(255, 244, 181, 0.22);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.42);
}

.message-card h2 {
  margin: 0.35rem 0 0.9rem;
}

.message-card p {
  color: var(--muted);
  line-height: 1.8;
}

.message-close {
  margin-top: 0.8rem;
  cursor: pointer;
  border: 0;
  font: inherit;
}

.section-intro {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

body.vhs-mode::before {
  background:
    linear-gradient(rgba(255, 248, 205, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 205, 0.02) 1px, transparent 1px);
  background-size: 100% 4px, 38px 38px;
  opacity: 1;
}

body.vhs-mode .hero-slide img,
body.vhs-mode .gallery-image-wrap img {
  filter: sepia(0.3) contrast(1.18) saturate(0.82) brightness(0.56);
}

body.vhs-mode .video-frame,
body.vhs-mode .hero-media,
body.vhs-mode .gallery-card,
body.vhs-mode .roadmap-card,
body.vhs-mode .detail-card,
body.vhs-mode .incident-card {
  box-shadow: 0 0 0 1px rgba(255, 240, 170, 0.16), 0 18px 60px rgba(48, 22, 0, 0.48);
}

.dream-sky {
  position: fixed;
  inset: 0 0 auto 0;
  height: 36rem;
  pointer-events: none;
  z-index: -3;
  overflow: hidden;
}

.sun-haze {
  position: absolute;
  top: 2rem;
  right: 14%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.42) 38%, transparent 72%);
  filter: blur(14px);
}

.cloud {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  filter: blur(12px);
  animation: drift 20s ease-in-out infinite;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: inherit;
}

.cloud-one {
  top: 4rem;
  left: 8%;
  width: 16rem;
  height: 4.75rem;
}

.cloud-one::before {
  width: 7rem;
  height: 7rem;
  left: 1.25rem;
  top: -2.4rem;
}

.cloud-one::after {
  width: 8rem;
  height: 6rem;
  right: 1.4rem;
  top: -1.4rem;
}

.cloud-two {
  top: 7rem;
  right: 24%;
  width: 18rem;
  height: 5rem;
  animation-duration: 24s;
}

.cloud-two::before {
  width: 8rem;
  height: 7rem;
  left: 2rem;
  top: -2.5rem;
}

.cloud-two::after {
  width: 7rem;
  height: 6rem;
  right: 2rem;
  top: -1.2rem;
}

.cloud-three {
  top: 13rem;
  left: 26%;
  width: 14rem;
  height: 4rem;
  animation-duration: 18s;
}

.cloud-three::before {
  width: 6rem;
  height: 5rem;
  left: 1rem;
  top: -1.6rem;
}

.cloud-three::after {
  width: 6rem;
  height: 5rem;
  right: 1.4rem;
  top: -1rem;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 248, 205, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 205, 0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent);
  pointer-events: none;
}

.noise,
.orb {
  position: fixed;
  pointer-events: none;
}

.noise {
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(0deg, transparent 24%, rgba(255, 243, 182, 0.34) 25%, transparent 26%),
    linear-gradient(90deg, transparent 24%, rgba(255, 243, 182, 0.2) 25%, transparent 26%);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
}

.orb {
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.24;
}

.orb-one {
  top: -10rem;
  left: -8rem;
  background: #f7ef96;
  animation: drift 14s ease-in-out infinite;
}

.orb-two {
  right: -8rem;
  bottom: 8rem;
  background: #9ad7ff;
  animation: drift 18s ease-in-out infinite reverse;
}

.hero,
.section,
.footer {
  position: relative;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 2rem;
  align-items: center;
  padding: 7.5rem 0 4rem;
  isolation: isolate;
}

.release-label {
  color: #ffe98b;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topbar-release strong {
  color: #fffbe8;
  font-size: 0.92rem;
}

.topbar {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(1120px, calc(100% - 2rem));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  z-index: 20;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  background: rgba(76, 61, 12, 0.62);
  border: 1px solid rgba(255, 244, 181, 0.22);
  box-shadow: 0 16px 40px rgba(33, 24, 3, 0.24);
  backdrop-filter: blur(16px);
}

.topbar-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.topbar-release {
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 244, 181, 0.18);
  white-space: nowrap;
}

.hero-media {
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 244, 181, 0.25);
  box-shadow: var(--shadow);
}

.hero-slide,
.hero-slide img,
.hero-media-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transition: opacity 800ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.24) saturate(1.05) contrast(1.04) brightness(0.58);
}

.hero-media-overlay {
  background:
    linear-gradient(90deg, rgba(32, 23, 5, 0.94) 0%, rgba(98, 78, 14, 0.34) 46%, rgba(31, 21, 4, 0.9) 100%),
    linear-gradient(180deg, rgba(255, 233, 178, 0.12), rgba(28, 20, 4, 0.64));
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-mark {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neon), #fff8bb);
  box-shadow: 0 0 20px rgba(248, 225, 91, 0.9);
}

.nav-link,
.button {
  text-decoration: none;
}

.nav-link {
  color: var(--ink);
  padding: 0.35rem 0.2rem;
  font-size: 0.92rem;
}

.hero-copy {
  max-width: 42rem;
  padding-top: 2rem;
  position: relative;
  z-index: 2;
}

.eyebrow,
.panel-label,
.small-print {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow,
.panel-label {
  color: var(--neon);
  font-size: 0.76rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.95;
}

h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

h1 {
  margin-top: 0.5rem;
  font-size: clamp(4.4rem, 11vw, 8.8rem);
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.lede,
.card p,
.feature-card p,
.memory-block p,
.discord-copy p,
.panel-copy,
.footer p,
.detail-card p,
.gallery-copy p,
.roadmap-card p {
  line-height: 1.7;
  color: var(--muted);
}

.lede {
  max-width: 38rem;
  font-size: 1.05rem;
  margin: 1.4rem 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.control-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
  margin-top: 1rem;
}

.utility-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.signal-box {
  min-width: 18rem;
  flex: 1;
  padding: 0.95rem 1.1rem;
  border-radius: 0.95rem;
  background: rgba(72, 57, 12, 0.56);
  border: 1px solid rgba(255, 242, 169, 0.2);
  box-shadow: 0 18px 40px rgba(43, 31, 4, 0.22);
}

.signal-box strong {
  display: block;
  margin-top: 0.2rem;
  color: #fffceb;
  font-size: 1rem;
}

.soundtrack-panel {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  max-width: 38rem;
  border-radius: 1.2rem;
  background: rgba(72, 57, 12, 0.42);
  border: 1px solid rgba(255, 242, 169, 0.2);
  box-shadow: 0 18px 40px rgba(43, 31, 4, 0.22);
}

.soundtrack-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.soundtrack-toggle {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.soundtrack-nowplaying {
  margin: 0;
  color: #fff3ba;
  font-size: 0.95rem;
}

.soundtrack-nowplaying span {
  color: #ffffff;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.hero-tags span {
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(255, 242, 169, 0.28);
  border-radius: 999px;
  background: rgba(64, 50, 11, 0.42);
  color: #fff2b2;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  border-radius: 0.95rem;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible,
.nav-link:hover,
.nav-link:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #2f2206;
  background: linear-gradient(135deg, #fff4a6, #e3bf3e);
  box-shadow: 0 15px 40px rgba(248, 225, 91, 0.32);
}

.button-secondary {
  color: var(--ink);
  background: rgba(74, 57, 11, 0.38);
  border: 1px solid rgba(255, 242, 169, 0.24);
}

.wide {
  width: 100%;
}

.status-panel,
.card,
.feature-card,
.discord-panel,
.gallery-card,
.roadmap-card {
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(92, 73, 18, 0.82), rgba(58, 46, 12, 0.78));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.status-panel {
  border-radius: 1.2rem;
  padding: 1.5rem;
  align-self: end;
  position: relative;
  z-index: 2;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.9rem 0 1rem;
}

.status-dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #ffce5b;
  box-shadow: 0 0 16px rgba(255, 206, 91, 0.85);
}

.signal-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.signal-list span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff0a4;
  margin-bottom: 0.2rem;
}

.ticker {
  width: 100%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: rgba(77, 60, 12, 0.62);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  padding: 1rem 0;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #fff1a8;
  animation: scroll 22s linear infinite;
}

.section {
  padding: 7rem 0;
}

.section-heading {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.world-grid,
.feature-stack,
.discord-section {
  display: grid;
  gap: 1.25rem;
}

.world-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.feature-card,
.discord-panel,
.gallery-card,
.roadmap-card {
  border-radius: 1.2rem;
  padding: 1.5rem;
}

.card h3,
.feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.5rem;
  align-items: start;
}

.quote-band {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.quote-band p {
  margin: 0;
  max-width: 54rem;
  color: #fff8d4;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 0.03em;
  line-height: 1;
  text-shadow: 0 0 24px rgba(255, 227, 116, 0.2);
}

.memory-block {
  padding-right: 1rem;
}

.trailer-layout,
.details-grid {
  display: grid;
  gap: 1.25rem;
}

.trailer-layout {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: start;
}

.video-shell,
.detail-card {
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(92, 73, 18, 0.82), rgba(58, 46, 12, 0.78));
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  box-shadow: var(--shadow);
}

.video-shell {
  padding: 1rem;
}

.feature-video {
  width: 100%;
  display: block;
  border-radius: 1rem;
  background: #000;
}

.video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 1rem;
  overflow: hidden;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 242, 169, 0.18);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.trailer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.trailer-copy {
  display: grid;
  gap: 1rem;
}

.feature-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--neon);
  font-size: 1.6rem;
  font-family: "Bebas Neue", sans-serif;
}

.discord-section {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.gallery-grid,
.roadmap-grid,
.incident-grid,
.credits-grid {
  display: grid;
  gap: 1.25rem;
}

.gallery-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.gallery-card {
  padding: 0;
  overflow: hidden;
}

.gallery-card.tall {
  min-height: 34rem;
}

.gallery-image-wrap {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  background: #1c1605;
}

.gallery-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: sepia(0.2) contrast(1.06) saturate(0.95);
}

.tall-image {
  min-height: 34rem;
}

.gallery-visual {
  min-height: 16rem;
  position: relative;
  overflow: hidden;
}

.gallery-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(9, 7, 13, 0.92), rgba(9, 7, 13, 0.05)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 55%);
}

.visual-hall {
  min-height: 34rem;
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 230, 146, 0.55), transparent 18%),
    linear-gradient(180deg, rgba(255, 234, 167, 0.18), rgba(34, 27, 10, 0.1)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 247, 190, 0.14) 0,
      rgba(255, 247, 190, 0.14) 11%,
      rgba(91, 74, 18, 0.08) 11%,
      rgba(91, 74, 18, 0.08) 22%
    ),
    linear-gradient(180deg, #6d5f24 0%, #2a2413 45%, #0f0c0c 100%);
}

.visual-pink {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 193, 214, 0.7), transparent 26%),
    radial-gradient(circle at 70% 35%, rgba(164, 240, 255, 0.45), transparent 24%),
    linear-gradient(180deg, #5f2b47 0%, #261428 55%, #120c14 100%);
}

.visual-sky {
  background:
    radial-gradient(circle at 68% 20%, rgba(255, 255, 255, 0.96), transparent 16%),
    radial-gradient(circle at 22% 32%, rgba(255, 255, 255, 0.74), transparent 18%),
    linear-gradient(180deg, #80ceff 0%, #bfe9ff 44%, #f4fbff 72%, #fff7d2 100%);
}

.gallery-copy {
  padding: 1.5rem;
}

.gallery-copy h3,
.roadmap-card span {
  margin: 0.3rem 0 0.65rem;
}

.roadmap-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.details-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.incident-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.credits-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-card {
  padding: 1.5rem;
  border-radius: 1.2rem;
}

.detail-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
}

.roadmap-card span {
  display: block;
  color: var(--neon);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.incident-card {
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(92, 73, 18, 0.82), rgba(58, 46, 12, 0.78));
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  box-shadow: var(--shadow);
  padding: 1.2rem 1.3rem;
}

.incident-card summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #fff5bf;
}

.incident-card summary::-webkit-details-marker {
  display: none;
}

.incident-card p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.credit-panel {
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(92, 73, 18, 0.82), rgba(58, 46, 12, 0.78));
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.credit-panel-featured {
  position: relative;
  overflow: hidden;
}

.credit-panel-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 247, 181, 0.08), transparent 55%);
  pointer-events: none;
}

.credit-panel h3 {
  margin: 0.2rem 0 0.7rem;
  font-size: 1.35rem;
}

.credit-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.credit-panel strong {
  color: #fff8d5;
}

.credit-people {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.credit-people.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.credit-person {
  padding: 0.9rem 1rem;
  border-radius: 0.95rem;
  background: rgba(255, 248, 202, 0.08);
  border: 1px solid rgba(255, 242, 169, 0.12);
}

.credit-person strong {
  display: block;
  font-size: 1.05rem;
}

.credit-role {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffe98b;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.credit-note {
  max-width: 40rem;
}

.small-print {
  color: var(--muted);
  font-size: 0.7rem;
  margin-top: 1rem;
}

.footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 0 2.5rem;
  font-size: 0.95rem;
  border-top: 1px solid rgba(255, 244, 181, 0.16);
}

.footer div {
  padding-top: 1.5rem;
}

.footer strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff7ca;
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.5rem, 2rem, 0) scale(1.05);
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes introRise {
  0% {
    opacity: 0;
    transform: translateY(2rem) scale(0.96);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes introPulse {
  0% {
    opacity: 0;
    transform: scale(1.12);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.32;
    transform: scale(1);
  }
}

@media (max-width: 960px) {
  .hero,
  .split-section,
  .trailer-layout,
  .discord-section,
  .world-grid,
  .feature-stack,
  .gallery-grid,
  .roadmap-grid,
  .details-grid,
  .incident-grid,
  .credits-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 5rem;
  }

  .topbar {
    position: fixed;
    margin-bottom: 2rem;
    border-radius: 1.2rem;
  }

  .status-panel {
    order: -1;
  }

  .memory-block {
    padding-right: 0;
  }

  .footer {
    display: grid;
  }
}

@media (max-width: 640px) {
  .hero,
  .section,
  .footer {
    width: min(100% - 1.25rem, 1120px);
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }

  h2 {
    font-size: clamp(2.6rem, 12vw, 3.5rem);
  }

  .topbar {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-links {
    flex-wrap: wrap;
  }

  .topbar-release {
    padding-left: 0;
    border-left: 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .soundtrack-row {
    align-items: stretch;
  }

  .control-strip {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .credit-people.compact {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .orb-one,
  .orb-two,
  .ticker-track,
  .cloud {
    animation: none;
  }

  .button,
  .nav-link {
    transition: none;
  }
}
