:root {
  --void: #090510;
  --plum: #160818;
  --wine: #3a1028;
  --pink: #ff3d9a;
  --hot: #ff2d6f;
  --magenta: #e11d8a;
  --orange: #ff7a1a;
  --gold: #f5c542;
  --sunset: #ff9a4a;
  --teal: #2ee6d6;
  --cyan: #5ad4ff;
  --cream: #fff3e4;
  --ink: #14080f;
  --chrome: rgba(255, 243, 228, 0.12);
  --line: rgba(255, 61, 154, 0.35);
  --font-gta: Pricedown, "Pricedown Bl", Impact, "Arial Black", sans-serif;
  --font-ui: Oswald, "Franklin Gothic Medium", sans-serif;
  --font-hud: Teko, Oswald, sans-serif;
  --max: 1180px;
}

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

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  color: var(--cream);
  font-family: var(--font-ui);
  font-weight: 400;
  letter-spacing: 0.04em;
  background: var(--void);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
code { font-family: var(--font-hud); }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

/* ---------- background ---------- */
.bg-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 70% 0%, rgba(255, 61, 154, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 45% at 10% 10%, rgba(90, 212, 255, 0.08), transparent 50%),
    linear-gradient(180deg, #12071a 0%, #1a0a22 38%, #4a1630 68%, #c44a28 88%, #f5a24a 100%);
}

.bg-sun {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: min(42vw, 420px);
  aspect-ratio: 1;
  margin-left: calc(min(42vw, 420px) / -2);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #ffe08a 0%, #ff9a3c 35%, #ff4d7a 68%, transparent 72%);
  filter: blur(2px);
  animation: sunPulse 8s ease-in-out infinite;
}

.bg-haze {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(255, 122, 26, 0.18) 40%, rgba(9, 5, 16, 0.55));
  animation: hazeDrift 14s ease-in-out infinite alternate;
}

.bg-city {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22vh;
  background:
    linear-gradient(180deg, transparent 0%, rgba(9, 5, 16, 0.75) 100%),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 61, 154, 0.18) 18px 19px),
    linear-gradient(#1a0d24, #1a0d24);
  clip-path: polygon(
    0 100%, 0 58%, 4% 58%, 4% 40%, 8% 40%, 8% 52%, 12% 28%, 16% 52%, 18% 36%, 22% 36%,
    22% 18%, 28% 18%, 28% 42%, 34% 42%, 36% 22%, 42% 48%, 48% 30%, 54% 54%, 60% 24%,
    66% 46%, 70% 16%, 76% 40%, 82% 28%, 88% 50%, 94% 34%, 100% 46%, 100% 100%
  );
  opacity: 0.55;
}

.bg-palms {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2vh;
  width: 100%;
  height: 28vh;
  fill: #07040c;
  opacity: 0.85;
  animation: palmSway 10s ease-in-out infinite;
}

.bg-scan {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 2px,
    rgba(0, 0, 0, 0.08) 2px 3px
  );
  opacity: 0.35;
  mix-blend-mode: multiply;
}

.bg-grain,
.bg-grain::after {
  position: absolute;
  inset: -20%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  opacity: 0.12;
  animation: grain 0.8s steps(2) infinite;
}

.bg-dust {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@keyframes sunPulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.06); opacity: 1; }
}
@keyframes hazeDrift {
  from { opacity: 0.7; transform: translateY(0); }
  to { opacity: 1; transform: translateY(-10px); }
}
@keyframes palmSway {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(8px) rotate(0.4deg); }
}
@keyframes grain {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-2%, 1%); }
}

/* ---------- type ---------- */
.gta-title {
  font-family: var(--font-gta);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #fff;
  -webkit-text-stroke: 5px #090509;
  paint-order: stroke fill;
  text-shadow:
    5px 7px 0 rgba(0, 0, 0, 0.55),
    0 0 28px rgba(255, 61, 154, 0.45);
}

.gta-sub {
  display: block;
  font-size: 0.28em;
  letter-spacing: 0.08em;
  margin-bottom: 0.18em;
  -webkit-text-stroke-width: 3px;
}

.eyebrow,
.sec-kicker,
.wanted-label,
.art-caption,
.radar-top,
.plate-state,
.tape {
  font-family: var(--font-hud);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 28px;
  background: rgba(9, 5, 16, 0.62);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.nav.scrolled { padding-block: 10px; background: rgba(9, 5, 16, 0.86); }

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.nav-mark {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--pink);
  box-shadow: 0 0 18px rgba(255, 61, 154, 0.45);
}

.nav-mark img { width: 100%; height: 100%; object-fit: cover; }

.nav-word {
  font-family: var(--font-gta);
  font-size: 1.55rem;
  line-height: 0.9;
  text-transform: lowercase;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
}

.nav-word small {
  display: block;
  font-size: 0.42em;
  letter-spacing: 0.12em;
}

.nav-links {
  display: flex;
  gap: 26px;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.nav-links a {
  position: relative;
  opacity: 0.82;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  transition: width 0.3s ease;
}

.nav-links a:hover { opacity: 1; }
.nav-links a:hover::after { width: 100%; }

.nav-tools { display: flex; align-items: center; gap: 14px; }

.wanted {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wanted-label { font-size: 0.72rem; color: var(--gold); }

.stars { display: flex; gap: 3px; }

.stars i {
  width: 14px;
  height: 14px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  box-shadow: 0 0 10px rgba(245, 197, 66, 0.8);
  animation: starFlick 2.4s ease-in-out infinite;
}

.stars i:nth-child(2) { animation-delay: 0.15s; }
.stars i:nth-child(3) { animation-delay: 0.3s; }
.stars i:nth-child(4) { animation-delay: 0.45s; }
.stars i:nth-child(5) { animation-delay: 0.6s; }

@keyframes starFlick {
  0%, 100% { filter: brightness(1); transform: scale(1); }
  50% { filter: brightness(1.35); transform: scale(1.08); }
}

.nav-burger {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  gap: 5px;
  flex-direction: column;
}

.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cream);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn img { width: 22px; height: 22px; object-fit: contain; }
.btn:hover { transform: translateY(-2px); }

.btn-buy,
.btn-pink {
  background: linear-gradient(90deg, var(--pink), var(--orange));
  color: #14060c;
  box-shadow: 0 0 22px rgba(255, 61, 154, 0.35);
}

.btn-ghost {
  border: 1px solid rgba(255, 243, 228, 0.28);
  background: rgba(9, 5, 16, 0.35);
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.28) 45%, transparent 70%);
  transform: translateX(-120%);
  animation: sweep 4.5s ease-in-out infinite;
  z-index: -1;
}

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

/* ---------- hero ---------- */
.hero {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: 48px 0 80px;
}

.side-rail {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: var(--font-hud);
  letter-spacing: 0.28em;
  color: rgba(255, 243, 228, 0.28);
  font-size: 0.95rem;
}

.flamingo {
  position: absolute;
  right: 4%;
  top: 12%;
  width: 72px;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(255, 61, 154, 0.8));
  animation: flamingoGlow 3.4s ease-in-out infinite;
  opacity: 0.85;
}

@keyframes flamingoGlow {
  0%, 100% { opacity: 0.45; }
  40% { opacity: 1; }
  42% { opacity: 0.35; }
  46% { opacity: 1; }
}

.hero-speed {
  position: absolute;
  inset: 18% 0 auto;
  height: 40%;
  background: repeating-linear-gradient(
    100deg,
    transparent 0 40px,
    rgba(255, 243, 228, 0.03) 40px 41px
  );
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  animation: speedMove 8s linear infinite;
  pointer-events: none;
}

@keyframes speedMove {
  from { transform: translateX(0); }
  to { transform: translateX(-40px); }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.hero-copy .gta-title { font-size: clamp(5rem, 12vw, 9.4rem); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 1.05rem;
  margin-bottom: 16px;
}

.eyebrow img { width: 22px; height: 22px; }

.hero-tag {
  margin-top: 16px;
  font-family: var(--font-hud);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 18px rgba(245, 197, 66, 0.45);
  animation: neonFlick 5s infinite;
}

.hero-lead {
  max-width: 520px;
  margin: 16px 0 26px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255, 243, 228, 0.82);
}

@keyframes neonFlick {
  0%, 19%, 21%, 23%, 80%, 100% { opacity: 1; }
  20%, 22% { opacity: 0.45; }
  81% { opacity: 0.7; }
}

.plate {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  max-width: 560px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff6d8, #e9d48a);
  color: #1a2744;
  box-shadow: 0 10px 0 #2a1a08, 0 0 30px rgba(245, 197, 66, 0.25);
  margin-bottom: 22px;
}

.plate-state {
  display: grid;
  place-items: center;
  padding: 0 14px;
  background: #1d4e9a;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1.1rem;
}

.plate-body { padding: 10px 14px; }

.plate-body small {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  opacity: 0.7;
}

.plate-body code {
  font-size: 1.15rem;
  word-break: break-all;
}

.plate-copy {
  padding: 0 16px;
  background: #1a2744;
  color: #fff6d8;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-art { position: relative; }

.art-frame {
  position: relative;
  padding: 10px;
  background: linear-gradient(160deg, rgba(255, 61, 154, 0.35), rgba(255, 122, 26, 0.15) 40%, rgba(20, 8, 24, 0.8));
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  animation: frameGlow 4s ease-in-out infinite;
}

.art-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%, 0 8%);
}

.art-neon {
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, var(--pink), transparent 40%, var(--orange));
  opacity: 0.7;
  filter: blur(16px);
  z-index: -1;
  animation: neonSpin 8s linear infinite;
}

.art-caption {
  display: flex;
  justify-content: space-between;
  padding: 10px 8px 2px;
  font-size: 0.95rem;
  color: var(--gold);
}

.hud-chip {
  position: absolute;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: rgba(9, 5, 16, 0.72);
  font-family: var(--font-hud);
  letter-spacing: 0.16em;
  font-size: 0.95rem;
  backdrop-filter: blur(8px);
}

.hud-chip-a { top: 8%; left: -8%; animation: floatY 5s ease-in-out infinite; }
.hud-chip-b { bottom: 14%; right: -4%; animation: floatY 6s ease-in-out infinite reverse; }

@keyframes frameGlow {
  0%, 100% { box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 0 rgba(255, 61, 154, 0.2); }
  50% { box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 40px rgba(255, 61, 154, 0.35); }
}
@keyframes neonSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes floatY {
  from { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  to { transform: translateY(0); }
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 18px;
  font-family: var(--font-hud);
  letter-spacing: 0.22em;
  font-size: 0.95rem;
  color: rgba(255, 243, 228, 0.7);
  animation: cue 2s ease-in-out infinite;
}

@keyframes cue {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.55; }
  50% { transform: translate(-50%, 8px); opacity: 1; }
}

/* ---------- sections ---------- */
.about,
.howto,
.chart,
.join {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(9, 5, 16, 0.42), rgba(9, 5, 16, 0.78));
}

.about::before,
.howto::before,
.chart::before,
.join::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18px;
  background: linear-gradient(135deg, #090509 33%, transparent 33% 66%, #090509 66%);
  background-size: 36px 18px;
  opacity: 0.85;
}

.sec-head { margin-bottom: 42px; max-width: 720px; }
.sec-kicker { color: var(--teal); margin-bottom: 10px; font-size: 1.05rem; }
.sec-head .gta-title { font-size: clamp(3.4rem, 8vw, 6rem); text-transform: lowercase; }
.sec-lead { margin-top: 14px; color: rgba(255, 243, 228, 0.78); font-size: 1.08rem; line-height: 1.6; }

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

.dossier {
  position: relative;
  padding: 28px 24px 32px;
  background: linear-gradient(180deg, rgba(255, 243, 228, 0.08), rgba(9, 5, 16, 0.55));
  border: 1px solid rgba(255, 61, 154, 0.22);
  overflow: hidden;
  transform: translateY(24px);
  opacity: 0;
}

.dossier.in { transform: none; opacity: 1; transition: 0.7s ease; }

.dossier::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--gold));
}

.dossier-no { color: var(--gold); font-family: var(--font-hud); letter-spacing: 0.16em; }
.dossier h3 {
  font-family: var(--font-gta);
  font-size: 2.1rem;
  margin: 10px 0 12px;
  text-transform: lowercase;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
}
.dossier p { color: rgba(255, 243, 228, 0.8); line-height: 1.65; }

.stamp { display: flex; justify-content: flex-end; margin-top: 28px; }

.stamp-ring {
  width: 150px;
  height: 150px;
  border: 6px solid var(--hot);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(-12deg);
  color: var(--hot);
  box-shadow: inset 0 0 0 3px rgba(255, 45, 111, 0.35), 0 0 24px rgba(255, 45, 111, 0.25);
  animation: stampPulse 3.2s ease-in-out infinite;
}

.stamp-ring strong {
  font-family: var(--font-gta);
  font-size: 1.8rem;
  text-transform: lowercase;
}
.stamp-ring span { font-family: var(--font-hud); letter-spacing: 0.12em; font-size: 0.95rem; }

@keyframes stampPulse {
  0%, 100% { transform: rotate(-12deg) scale(1); }
  50% { transform: rotate(-10deg) scale(1.04); }
}

/* ---------- how to buy ---------- */
.missions {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mission {
  position: relative;
  padding: 28px 18px 24px;
  background: rgba(9, 5, 16, 0.58);
  border: 1px solid rgba(255, 243, 228, 0.1);
  box-shadow: 8px 8px 0 rgba(255, 61, 154, 0.12);
  transform: perspective(800px) rotateY(8deg);
  opacity: 0;
}

.mission.in {
  opacity: 1;
  transform: none;
  transition: 0.7s ease;
}

.tape {
  position: absolute;
  top: 10px;
  right: -6px;
  background: var(--gold);
  color: #1a1204;
  padding: 4px 10px;
  transform: rotate(6deg);
  font-size: 0.85rem;
}

.mission-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: rgba(255, 243, 228, 0.06);
  border: 1px solid var(--line);
  margin-bottom: 16px;
}

.mission-icon img { width: 34px; height: 34px; object-fit: contain; }
.mission h3 { font-size: 1.25rem; text-transform: uppercase; margin-bottom: 10px; }
.mission p { color: rgba(255, 243, 228, 0.75); line-height: 1.55; font-size: 0.98rem; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.88rem;
}

.text-link img { width: 16px; height: 16px; }

/* ---------- chart ---------- */
.radar { position: relative; }

.radar-sweep {
  position: absolute;
  inset: -20px;
  border-radius: 24px;
  background: conic-gradient(from 0deg, transparent 0 70%, rgba(46, 230, 214, 0.12) 85%, transparent 100%);
  animation: radar 6s linear infinite;
  pointer-events: none;
}

.radar-frame {
  position: relative;
  background: rgba(9, 5, 16, 0.72);
  border: 1px solid rgba(46, 230, 214, 0.28);
  box-shadow: 0 0 40px rgba(46, 230, 214, 0.08), inset 0 0 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.radar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(46, 230, 214, 0.2);
  color: var(--teal);
}

.radar-top img { width: 18px; height: 18px; }

.radar-frame iframe {
  width: 100%;
  height: 640px;
  border: 0;
  background: #0b0e13;
}

@keyframes radar { to { transform: rotate(360deg); } }

/* ---------- join / banner only here ---------- */
.join .poster {
  position: relative;
  margin: 0 0 28px;
}

.poster-neon {
  position: absolute;
  inset: -8px;
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--teal), var(--pink));
  background-size: 300% 100%;
  filter: blur(14px);
  opacity: 0.7;
  animation: neonRun 6s linear infinite;
  z-index: -1;
}

.poster img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: center;
  border: 4px solid #090509;
  box-shadow: 0 20px 0 rgba(0, 0, 0, 0.45);
}

.poster figcaption {
  margin-top: 12px;
  font-family: var(--font-gta);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  text-transform: lowercase;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
  text-align: center;
}

@keyframes neonRun {
  to { background-position: 300% 0; }
}

.join-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.join-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 16px;
  border: 1px solid rgba(255, 243, 228, 0.14);
  background: rgba(9, 5, 16, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: 0.25s ease;
}

.join-card img { width: 28px; height: 28px; object-fit: contain; }
.join-card:hover {
  border-color: var(--pink);
  box-shadow: 0 0 24px rgba(255, 61, 154, 0.25);
  transform: translateY(-3px);
}

/* ---------- footer ---------- */
.foot {
  position: relative;
  z-index: 1;
  padding: 36px 0 48px;
  border-top: 1px solid var(--line);
  background: rgba(9, 5, 16, 0.72);
}

.foot-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.foot p { color: rgba(255, 243, 228, 0.62); font-size: 0.92rem; line-height: 1.5; }
.foot-links { display: flex; gap: 12px; }
.foot-links img { width: 26px; height: 26px; object-fit: contain; }

/* ---------- toast / cursor ---------- */
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  translate: -50% 20px;
  padding: 10px 16px;
  background: var(--gold);
  color: #1a1204;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
  transition: 0.3s ease;
}

.toast.show { opacity: 1; translate: -50% 0; }

.cursor-glow {
  position: fixed;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 61, 154, 0.16), transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
}

/* ---------- reveal ---------- */
.sec-head,
.poster,
.radar-frame,
.join-card {
  opacity: 0;
  transform: translateY(20px);
}

.sec-head.in,
.poster.in,
.radar-frame.in,
.join-card.in {
  opacity: 1;
  transform: none;
  transition: 0.7s ease;
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .missions,
  .join-row,
  .foot-grid { grid-template-columns: 1fr; }

  .nav-links {
    position: fixed;
    inset: 74px 16px auto;
    display: none;
    flex-direction: column;
    padding: 18px;
    background: rgba(9, 5, 16, 0.95);
    border: 1px solid var(--line);
  }

  .nav-links.open { display: flex; }
  .nav-burger { display: flex; }
  .wanted { display: none; }
  .hud-chip,
  .side-rail,
  .flamingo { display: none; }
  .hero-copy .gta-title { font-size: clamp(4.2rem, 22vw, 6.4rem); }
  .radar-frame iframe { height: 480px; }
}

@media (max-width: 640px) {
  .wrap { width: min(var(--max), calc(100% - 24px)); }
  .nav { padding: 12px 14px; }
  .btn-buy span, .nav-tools .btn-buy { font-size: 0.78rem; }
  .plate { grid-template-columns: 1fr; }
  .plate-state { writing-mode: horizontal-tb; transform: none; padding: 8px; }
  .hero { padding-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  html { scroll-behavior: auto; }
}
