:root {
  color-scheme: dark;
  --ink: #020309;
  --space: #060914;
  --cyan: #29e9ff;
  --cyan-soft: rgba(41, 233, 255, 0.2);
  --red: #ff2d3d;
  --red-soft: rgba(255, 45, 61, 0.2);
  --amber: #ffb000;
  --white: #f7fbff;
  --muted: #a9b8c6;
  --line: rgba(104, 234, 255, 0.32);
  --panel: rgba(4, 9, 18, 0.78);
  --radius: 6px;
  font-family: Inter, "Arial Narrow", "Roboto Condensed", system-ui, sans-serif;
  background: var(--ink);
  color: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(41, 233, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(255, 45, 61, 0.24), transparent 30rem),
    linear-gradient(180deg, #020309 0%, #070a12 42%, #020309 100%);
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.12;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 4px, 72px 100%;
  mix-blend-mode: screen;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fx-canvas {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 30;
  display: flex;
  width: min(1280px, calc(100% - 32px));
  height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transform: translateX(-50%);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 10px -10px;
  z-index: -1;
  opacity: 0.72;
  background: linear-gradient(90deg, rgba(2, 3, 9, 0.98), rgba(2, 3, 9, 0.58), rgba(2, 3, 9, 0.98));
  border-bottom: 1px solid rgba(41, 233, 255, 0.18);
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 1.5% 100%);
  backdrop-filter: blur(14px);
  transition: opacity 180ms ease, background 180ms ease;
}

.site-header[data-scrolled="true"]::before {
  opacity: 0.94;
  background: linear-gradient(90deg, rgba(2, 3, 9, 0.98), rgba(5, 13, 24, 0.9), rgba(2, 3, 9, 0.98));
}

.brand,
.desktop-nav,
.steam-link,
.button,
.feature-row span,
.ship-cards article,
.score-table,
.final-card,
.copy-grid article,
.share-bar {
  letter-spacing: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #eafcff;
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-shadow: 0 0 16px rgba(41, 233, 255, 0.26);
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #05070c;
  background: linear-gradient(135deg, var(--amber), #ffffff 50%, var(--cyan));
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  box-shadow: 0 0 26px rgba(41, 233, 255, 0.25);
}

.brand-mark svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  stroke: none;
}

.brand-mark.large {
  width: 74px;
  height: 74px;
}

.brand-mark.large svg {
  width: 46px;
  height: 46px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #dcecf5;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.steam-link,
.button,
.copy-pitch,
.share-bar a,
.share-bar button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  cursor: pointer;
  background: rgba(2, 3, 9, 0.72);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.steam-link {
  min-width: 144px;
  padding: 0 16px;
  color: var(--cyan);
  background: rgba(4, 11, 21, 0.88);
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.steam-link svg {
  fill: none;
}

.button {
  padding: 0 22px;
  border-color: rgba(41, 233, 255, 0.42);
}

.button.primary {
  position: relative;
  overflow: hidden;
  color: #020309;
  background: linear-gradient(135deg, #ffffff, var(--cyan) 48%, var(--amber));
  box-shadow: 0 0 42px rgba(41, 233, 255, 0.3);
}

.button.primary::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -40%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  transform: skewX(-18deg);
  animation: buttonSheen 3.4s ease-in-out infinite;
}

.button.secondary,
.button.ghost {
  color: var(--white);
}

.button.ghost {
  border-color: rgba(255, 45, 61, 0.56);
  color: #ffdfe2;
}

.button.compact {
  width: fit-content;
}

.steam-link:hover,
.button:hover,
.copy-pitch:hover,
.share-bar a:hover,
.share-bar button:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 28px rgba(41, 233, 255, 0.22);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  border-bottom: 1px solid rgba(41, 233, 255, 0.2);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(2, 3, 9, 0.99) 0%, rgba(2, 3, 9, 0.83) 32%, rgba(2, 3, 9, 0.18) 71%),
    radial-gradient(circle at 75% 28%, rgba(255, 45, 61, 0.16), transparent 20rem),
    linear-gradient(180deg, rgba(2, 3, 9, 0.28) 0%, rgba(2, 3, 9, 0.2) 52%, #020309 100%);
}

.hero::after {
  inset: auto 0 0;
  height: 32vh;
  background: linear-gradient(0deg, #020309, transparent);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(1.16) contrast(1.08);
  transform: scale(1.04);
  transition: transform 120ms linear;
}

.hero-phone-art {
  display: none;
}

.hero-shock {
  pointer-events: none;
  position: absolute;
  right: 8vw;
  top: 14vh;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 45, 61, 0.4);
  border-radius: 999px;
  opacity: 0.28;
  filter: drop-shadow(0 0 32px rgba(255, 45, 61, 0.45));
  animation: shockPulse 4.2s ease-in-out infinite;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: end;
  gap: 40px;
  width: min(1280px, calc(100% - 32px));
  min-height: calc(100svh - 78px);
  margin: 0 auto;
  padding: 140px 0 120px;
}

.hero-copy {
  max-width: 790px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  text-transform: uppercase;
  font-family: Impact, "Arial Black", Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  position: relative;
  max-width: 790px;
  color: #eafcff;
  font-size: clamp(4.8rem, 12vw, 12rem);
  line-height: 0.78;
  text-shadow: 0 0 22px rgba(41, 233, 255, 0.3), 6px 0 rgba(255, 45, 61, 0.38);
}

h1::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: rgba(255, 45, 61, 0.55);
  clip-path: inset(42% 0 43% 0);
  transform: translateX(8px);
  animation: titleGlitch 3.8s steps(1) infinite;
}

h2 {
  font-size: clamp(2.7rem, 6vw, 6.8rem);
  line-height: 0.9;
}

h3 {
  text-transform: uppercase;
}

.hero-line {
  margin-top: 26px;
  color: var(--cyan);
  font-size: clamp(1.15rem, 2.4vw, 2rem);
  font-weight: 950;
  text-transform: uppercase;
  word-spacing: 0.45em;
}

.hero-body,
.section-copy p,
.boss-panel p,
.trailer-copy p,
.studio-copy p,
.cinema-band p,
.creator-kit p {
  color: #c6d6e1;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.68;
}

.hero-body {
  max-width: 650px;
  margin-top: 22px;
}

.hero-actions,
.share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 34px;
}

.share-bar {
  margin-top: 18px;
}

.share-bar a,
.share-bar button {
  min-height: 38px;
  padding: 0 12px;
  border-color: rgba(255, 255, 255, 0.16);
  color: #dffaff;
  font-size: 0.72rem;
}

.combat-readout {
  display: grid;
  gap: 10px;
  align-self: center;
}

.combat-readout div {
  border: 1px solid rgba(41, 233, 255, 0.3);
  padding: 16px 18px;
  background: rgba(2, 3, 9, 0.66);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  animation: readoutPulse 3s ease-in-out infinite;
}

.combat-readout div:nth-child(2) {
  animation-delay: 0.45s;
}

.combat-readout div:nth-child(3) {
  animation-delay: 0.9s;
}

.combat-readout span,
.section-note,
.score-head,
.next-strip {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.combat-readout strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 1.15rem;
  text-transform: uppercase;
}

.next-strip {
  position: absolute;
  right: min(7vw, 80px);
  bottom: 32px;
  left: min(7vw, 80px);
  display: grid;
  place-items: center;
  height: 38px;
  color: var(--red);
  background: linear-gradient(90deg, transparent, rgba(2, 3, 9, 0.82), transparent);
  border-top: 1px solid rgba(41, 233, 255, 0.34);
  border-bottom: 1px solid rgba(255, 45, 61, 0.38);
}

.star-rain {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.star-rain span {
  position: absolute;
  top: -10vh;
  left: var(--x);
  width: 2px;
  height: 56px;
  opacity: 0;
  background: linear-gradient(transparent, rgba(41, 233, 255, 0.9), transparent);
  animation: starDrop var(--s) linear infinite;
  animation-delay: var(--d);
}

.ticker {
  overflow: hidden;
  border-top: 1px solid rgba(41, 233, 255, 0.18);
  border-bottom: 1px solid rgba(255, 45, 61, 0.22);
  background: rgba(5, 8, 16, 0.9);
}

.ticker div {
  display: flex;
  width: max-content;
  min-height: 86px;
  align-items: center;
  gap: 40px;
  animation: tickerMove 24s linear infinite;
}

.ticker span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(41, 233, 255, 0.74);
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.pressure,
.ships,
.bosses,
.trailer,
.leaderboard,
.studio,
.cinema-band,
.art-surge,
.creator-kit {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.pressure {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: 56px;
  padding: 86px 0 96px;
}

.pressure-media,
.bosses,
.steam-trailer-frame,
.score-table,
.final-card,
.cinema-band,
.copy-grid article {
  position: relative;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
}

.holo-frame::after,
.bosses::after,
.cinema-band::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(41, 233, 255, 0.18) 50%, transparent 80%);
  transform: translateX(-120%);
  animation: holoSweep 6s ease-in-out infinite;
}

.pressure-media {
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
}

.pressure-media img,
.bosses > img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.section-copy {
  max-width: 620px;
}

.section-note {
  margin-bottom: 14px;
  color: var(--amber);
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.feature-row span {
  display: grid;
  min-height: 112px;
  place-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 45, 61, 0.38);
  color: #ffdce0;
  background: rgba(255, 45, 61, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
}

.feature-row svg {
  color: var(--red);
  font-size: 1.6rem;
}

.cinema-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 0;
  margin-top: 26px;
  margin-bottom: 28px;
  border-color: rgba(41, 233, 255, 0.38);
}

.cinema-band img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  animation: artDrift 12s ease-in-out infinite alternate;
}

.cinema-band div {
  padding: clamp(28px, 5vw, 64px);
}

.art-surge {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.4fr);
  gap: 16px;
  margin-bottom: 40px;
}

.art-surge article {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(41, 233, 255, 0.28);
  background: #030711;
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
}

.art-surge article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 26%, rgba(2, 3, 9, 0.86)),
    radial-gradient(circle at 72% 14%, rgba(41, 233, 255, 0.18), transparent 16rem);
}

.art-surge img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.05);
  transform: scale(1.02);
  animation: artFloat 13s ease-in-out infinite alternate;
}

.art-surge article:nth-child(2) img {
  object-position: center 22%;
  animation-duration: 16s;
}

.art-surge div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
}

.art-surge span {
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 950;
  text-transform: uppercase;
}

.art-surge strong {
  display: block;
  max-width: 560px;
  margin-top: 8px;
  font-family: Impact, "Arial Black", Inter, sans-serif;
  font-size: clamp(1.8rem, 4vw, 4.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.ships {
  display: grid;
  grid-template-columns: minmax(310px, 0.48fr) minmax(0, 0.88fr);
  align-items: center;
  gap: 48px;
  padding: 96px 0;
  border-top: 1px solid rgba(255, 176, 0, 0.22);
  border-bottom: 1px solid rgba(255, 176, 0, 0.18);
}

.ships h2,
.studio-copy h2 {
  color: var(--amber);
}

.ship-stage {
  display: grid;
  gap: 14px;
}

.ship-stage img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border: 1px solid rgba(255, 176, 0, 0.42);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  clip-path: polygon(28px 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
}

.ship-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ship-cards article {
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(255, 176, 0, 0.3);
  background: rgba(255, 176, 0, 0.07);
}

.ship-cards strong,
.ship-cards span {
  display: block;
}

.ship-cards strong {
  font-size: 0.92rem;
  text-transform: uppercase;
}

.ship-cards span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.bosses {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.48fr);
  align-items: stretch;
  gap: 0;
  margin-top: 96px;
  margin-bottom: 96px;
  border-color: rgba(255, 45, 61, 0.44);
}

.boss-panel {
  display: grid;
  align-content: center;
  gap: 24px;
  padding: clamp(28px, 5vw, 64px);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 45, 61, 0.18), transparent 18rem),
    rgba(2, 3, 9, 0.82);
}

.boss-panel h2 {
  color: var(--red);
}

.trailer {
  display: grid;
  grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.78fr);
  align-items: center;
  gap: 42px;
  padding: 22px 0 104px;
}

.trailer-copy {
  display: grid;
  gap: 20px;
}

.trailer video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #020309;
}

.steam-trailer-frame {
  border-color: rgba(41, 233, 255, 0.4);
  box-shadow: 0 0 80px rgba(41, 233, 255, 0.12);
}

.steam-trailer-frame::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(41, 233, 255, 0.22), transparent 18%, transparent 82%, rgba(255, 45, 61, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%);
  mix-blend-mode: screen;
}

.trailer-fallback {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: none;
  padding: 10px 14px;
  border: 1px solid rgba(41, 233, 255, 0.34);
  background: rgba(2, 3, 9, 0.78);
  color: var(--cyan);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trailer-fallback.visible {
  display: inline-flex;
}

.leaderboard {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 0.72fr);
  align-items: center;
  gap: 56px;
  padding: 96px 0;
  border-top: 1px solid rgba(41, 233, 255, 0.18);
}

.score-table {
  padding: 22px;
  background:
    radial-gradient(circle at 100% 50%, rgba(41, 233, 255, 0.14), transparent 17rem),
    rgba(2, 3, 9, 0.76);
}

.score-head,
.score-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 140px;
  gap: 16px;
  align-items: center;
}

.score-head {
  padding: 0 12px 12px;
  border-bottom: 1px solid rgba(41, 233, 255, 0.24);
}

.score-row {
  min-height: 48px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #d8e6ed;
}

.score-row.active {
  border: 1px solid rgba(41, 233, 255, 0.78);
  color: var(--cyan);
  background: rgba(41, 233, 255, 0.12);
  box-shadow: 0 0 28px rgba(41, 233, 255, 0.18);
}

.score-row strong {
  min-width: 0;
  overflow: hidden;
  font-size: 0.95rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.score-row span:last-child,
.score-head span:last-child {
  text-align: right;
}

.creator-kit {
  display: grid;
  grid-template-columns: minmax(300px, 0.52fr) minmax(0, 0.92fr);
  gap: 44px;
  padding: 92px 0;
  border-top: 1px solid rgba(255, 45, 61, 0.2);
}

.creator-copy {
  display: grid;
  align-content: start;
  gap: 24px;
}

.creator-art {
  position: relative;
  min-height: 300px;
  margin: 8px 0 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid rgba(255, 176, 0, 0.34);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), 0 0 42px rgba(255, 176, 0, 0.1);
  clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px);
}

.creator-art::after,
.copy-card-media::after {
  content: "";
}

.creator-art img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  filter: saturate(1.14) contrast(1.08);
}

.creator-art figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  padding: 16px;
  background: linear-gradient(90deg, rgba(2, 3, 9, 0.88), rgba(2, 3, 9, 0.42));
  border-left: 3px solid var(--amber);
}

.creator-art span {
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.creator-art strong {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.copy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.copy-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 392px;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border-color: rgba(41, 233, 255, 0.26);
}

.copy-grid article:nth-child(2) {
  transform: translateY(24px);
}

.copy-grid article:nth-child(3) {
  transform: translateY(-14px);
}

.copy-card-media {
  width: calc(100% + 44px);
  max-width: none;
  height: 146px;
  margin: -22px -22px 4px;
  object-fit: cover;
  border-bottom: 1px solid rgba(41, 233, 255, 0.2);
  filter: saturate(1.16) contrast(1.08);
}

.copy-grid p {
  font-size: 0.95rem;
}

.copy-pitch {
  width: fit-content;
  min-height: 38px;
  margin-top: auto;
  padding: 0 14px;
  color: var(--cyan);
}

.studio {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(300px, 0.58fr) minmax(280px, 0.46fr);
  align-items: center;
  gap: 42px;
  min-height: 44vh;
  padding: 78px 0 92px;
  border-top: 1px solid rgba(255, 176, 0, 0.22);
}

.studio-mark {
  display: flex;
  align-items: center;
  gap: 18px;
}

.studio-mark strong {
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  font-weight: 950;
  text-transform: uppercase;
}

.studio-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.6rem);
}

.final-card {
  display: grid;
  min-height: 150px;
  align-content: center;
  gap: 8px;
  padding: 28px 34px;
  border-color: rgba(255, 176, 0, 0.7);
  color: #090604;
  background: linear-gradient(135deg, var(--amber), #ffe7a3);
}

.final-card span,
.final-card strong {
  display: block;
  text-transform: uppercase;
}

.final-card span {
  font-size: 0.92rem;
  font-weight: 950;
}

.final-card strong {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  font-weight: 950;
}

.final-card svg {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  animation: revealLift 700ms ease both;
}

.toast {
  pointer-events: none;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid rgba(41, 233, 255, 0.4);
  color: var(--cyan);
  background: rgba(2, 3, 9, 0.92);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateY(140%);
  transition: transform 220ms ease;
}

.toast.show {
  transform: translateY(0);
}

@keyframes starDrop {
  0% {
    opacity: 0;
    transform: translateY(-6vh) translateX(0) rotate(24deg);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(112vh) translateX(4vw) rotate(24deg);
  }
}

@keyframes shockPulse {
  0%,
  100% {
    transform: scale(0.82);
    opacity: 0.14;
  }
  45% {
    transform: scale(1.08);
    opacity: 0.34;
  }
}

@keyframes titleGlitch {
  0%,
  88%,
  100% {
    opacity: 0;
    transform: translateX(0);
  }
  89% {
    opacity: 1;
    transform: translateX(8px);
  }
  91% {
    transform: translateX(-5px);
  }
  93% {
    opacity: 0.7;
    transform: translateX(3px);
  }
}

@keyframes readoutPulse {
  0%,
  100% {
    border-color: rgba(41, 233, 255, 0.24);
  }
  50% {
    border-color: rgba(41, 233, 255, 0.76);
  }
}

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

@keyframes holoSweep {
  0%,
  68% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes buttonSheen {
  0%,
  58% {
    transform: translateX(0) skewX(-18deg);
  }
  100% {
    transform: translateX(360%) skewX(-18deg);
  }
}

@keyframes artDrift {
  from {
    transform: scale(1.01) translateX(0);
  }
  to {
    transform: scale(1.06) translateX(-16px);
  }
}

@keyframes artFloat {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-18px, -10px, 0);
  }
}

@keyframes revealLift {
  from {
    opacity: 0.2;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero-content,
  .pressure,
  .ships,
  .bosses,
  .trailer,
  .leaderboard,
  .studio,
  .cinema-band,
  .art-surge,
  .creator-kit {
    grid-template-columns: 1fr;
  }

  .hero-content {
    min-height: auto;
    padding-top: 132px;
  }

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

  .pressure-media img,
  .bosses > img,
  .ship-stage img,
  .cinema-band img {
    min-height: 320px;
  }

  .bosses {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .copy-grid {
    grid-template-columns: 1fr;
  }

  .copy-grid article:nth-child(2),
  .copy-grid article:nth-child(3) {
    transform: none;
  }
}

@media (max-width: 640px) {
  body {
    background:
      radial-gradient(circle at 80% 6%, rgba(255, 45, 61, 0.16), transparent 16rem),
      radial-gradient(circle at 12% 24%, rgba(41, 233, 255, 0.12), transparent 14rem),
      #020309;
  }

  body::before {
    opacity: 0.08;
    background-size: 100% 5px, 48px 100%;
  }

  .site-header {
    top: 6px;
    width: calc(100% - 22px);
    height: 58px;
  }

  .site-header::before {
    inset: 4px -6px;
    opacity: 0.94;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-mark svg {
    width: 21px;
    height: 21px;
  }

  .brand {
    font-size: 0.98rem;
    max-width: 128px;
  }

  .steam-link {
    min-width: 108px;
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.68rem;
  }

  .hero-content,
  .pressure,
  .ships,
  .bosses,
  .trailer,
  .leaderboard,
  .studio,
  .cinema-band,
  .art-surge,
  .creator-kit {
    width: min(100% - 24px, 1280px);
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(2, 3, 9, 0.32) 0%, rgba(2, 3, 9, 0.88) 48%, #020309 100%),
      linear-gradient(90deg, rgba(2, 3, 9, 0.84), rgba(2, 3, 9, 0.34));
  }

  .hero-art {
    display: none;
  }

  .hero-phone-art {
    display: block;
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(1.12) contrast(1.05);
    opacity: 0.84;
    animation: mobilePosterFloat 12s ease-in-out infinite alternate;
  }

  .hero-shock {
    top: 70px;
    right: -14vw;
    width: 78vw;
    opacity: 0.2;
  }

  .hero-content {
    gap: 20px;
    padding: 118px 0 76px;
  }

  .game-icon {
    display: none;
  }

  h1 {
    max-width: 340px;
    font-size: clamp(3.65rem, 18vw, 5.35rem);
    line-height: 0.82;
  }

  h2 {
    font-size: clamp(2.1rem, 10.6vw, 3.35rem);
    line-height: 0.94;
  }

  .hero-line {
    margin-top: 14px;
    font-size: 1rem;
    word-spacing: 0.2em;
  }

  .hero-body,
  .section-copy p,
  .boss-panel p,
  .trailer-copy p,
  .studio-copy p,
  .cinema-band p,
  .creator-kit p {
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    min-height: 46px;
    font-size: 0.76rem;
  }

  .share-bar {
    gap: 8px;
  }

  .share-bar a,
  .share-bar button {
    flex: 1 1 120px;
    min-height: 34px;
    font-size: 0.64rem;
  }

  .combat-readout,
  .feature-row,
  .ship-cards {
    grid-template-columns: 1fr;
  }

  .combat-readout {
    gap: 8px;
  }

  .combat-readout div {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
  }

  .combat-readout strong {
    margin-top: 0;
    font-size: 0.9rem;
  }

  .next-strip {
    right: 12px;
    bottom: 14px;
    left: 12px;
    height: 30px;
    font-size: 0.62rem;
  }

  .ticker {
    display: none;
  }

  .pressure,
  .ships,
  .bosses,
  .trailer,
  .leaderboard,
  .studio,
  .cinema-band,
  .art-surge,
  .creator-kit {
    gap: 22px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .pressure-media,
  .bosses,
  .steam-trailer-frame,
  .score-table,
  .final-card,
  .cinema-band,
  .art-surge article,
  .copy-grid article {
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }

  .pressure-media img,
  .bosses > img,
  .ship-stage img,
  .cinema-band img {
    min-height: 220px;
  }

  .feature-row span {
    min-height: 66px;
    grid-template-columns: 26px 1fr;
    place-items: center start;
    padding: 0 16px;
    text-align: left;
  }

  .cinema-band div,
  .boss-panel {
    padding: 20px;
  }

  .art-surge {
    margin-bottom: 0;
  }

  .art-surge article,
  .art-surge img {
    min-height: 250px;
  }

  .art-surge article:nth-child(2) {
    min-height: 420px;
  }

  .art-surge article:nth-child(2) img {
    min-height: 420px;
  }

  .art-surge div {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .art-surge strong {
    font-size: clamp(1.7rem, 10vw, 3rem);
  }

  .ship-stage {
    gap: 10px;
  }

  .ship-stage img {
    clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  }

  .ship-cards article {
    min-height: auto;
    padding: 14px;
  }

  .creator-kit {
    border-top-color: rgba(41, 233, 255, 0.14);
  }

  .creator-art,
  .creator-art img {
    min-height: 240px;
  }

  .creator-art figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 12px;
  }

  .copy-grid {
    gap: 10px;
  }

  .copy-grid article {
    min-height: auto;
    padding: 16px;
  }

  .copy-card-media {
    width: calc(100% + 32px);
    height: 128px;
    margin: -16px -16px 2px;
  }

  .copy-pitch {
    min-height: 34px;
    font-size: 0.68rem;
  }

  .studio {
    align-items: start;
  }

  .studio-mark {
    gap: 12px;
  }

  .brand-mark.large {
    width: 48px;
    height: 48px;
  }

  .brand-mark.large svg {
    width: 30px;
    height: 30px;
  }

  .studio-mark strong {
    font-size: 1.45rem;
  }

  .score-table {
    padding: 14px;
  }

  .score-head,
  .score-row {
    grid-template-columns: 46px minmax(0, 1fr) 92px;
    gap: 8px;
    font-size: 0.82rem;
  }

  .final-card {
    min-height: 120px;
    padding-right: 78px;
  }

  .toast {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .fx-canvas {
    display: none;
  }
}

@keyframes mobilePosterFloat {
  from {
    transform: scale(1.01) translateY(0);
  }
  to {
    transform: scale(1.05) translateY(-18px);
  }
}
