:root {
  --ink: #f6efdf;
  --muted: #c6b891;
  --quiet: #8f8366;
  --black: #080906;
  --deep: #10120b;
  --night: #0b0f0c;
  --field: #181d12;
  --olive: #344127;
  --moss: #68724f;
  --sand: #d7b979;
  --dust: #8c7149;
  --orange: #ff7a1a;
  --amber: #f2a93b;
  --signal: #8fe8d2;
  --danger: #ff4b2f;
  --line: rgba(246, 239, 223, .15);
  --line-strong: rgba(246, 239, 223, .24);
  --panel: rgba(13, 16, 12, .78);
  --panel-solid: #12160e;
  --glass: rgba(246, 239, 223, .055);
  --focus: #ffd08a;
  --shadow: 0 30px 90px rgba(0, 0, 0, .52);
  --shadow-soft: 0 18px 54px rgba(0, 0, 0, .34);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-inout: cubic-bezier(.65, 0, .35, 1);
  --display: "Arial Black", Impact, Haettenschweiler, "Segoe UI", sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 74% 12%, rgba(143, 232, 210, .09), transparent 30rem),
    radial-gradient(circle at 18% 48%, rgba(215, 185, 121, .12), transparent 34rem),
    radial-gradient(circle at 82% 74%, rgba(255, 122, 26, .1), transparent 28rem),
    linear-gradient(125deg, #050604 0%, #0d110c 46%, #16130b 100%);
  color: var(--ink);
  font-family: var(--body);
  letter-spacing: 0;
}

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

@media (pointer: fine) {
  body.has-tactical-cursor { cursor: none; }
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -3;
  background:
    linear-gradient(rgba(246, 239, 223, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 223, .04) 1px, transparent 1px),
    repeating-linear-gradient(135deg, rgba(255, 122, 26, .045) 0 1px, transparent 1px 18px);
  background-size: 76px 76px, 76px 76px, 230px 230px;
  animation: mapDrift 32s linear infinite;
}

body::after {
  z-index: -2;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 50% 34%, transparent 0 44%, rgba(0, 0, 0, .82) 100%);
  opacity: .26;
  mix-blend-mode: overlay;
}

a,
button { color: inherit; font: inherit; }
a { text-decoration: none; }
button { cursor: pointer; }
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(255, 208, 138, .12);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 120;
  transform: translateY(-140%);
  border: 1px solid var(--focus);
  padding: 10px 14px;
  background: var(--black);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .18s ease;
}

.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(1220px, calc(100% - 36px));
  margin: 0 auto;
}

.cursor {
  position: fixed;
  z-index: 100;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 122, 26, .85);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: width .22s var(--ease-out), height .22s var(--ease-out), opacity .18s ease, border-color .18s ease;
  opacity: 0;
}

body.has-tactical-cursor .cursor { opacity: 1; }

body.is-hovering .cursor {
  width: 48px;
  height: 48px;
  border-color: var(--signal);
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  pointer-events: none;
}

.ambient-grid,
.ambient-scanline,
.particle-field,
.hud-corner {
  position: absolute;
  inset: 0;
}

.ambient-grid {
  background:
    linear-gradient(rgba(143, 232, 210, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 232, 210, .026) 1px, transparent 1px);
  background-size: 132px 132px;
  mask-image: radial-gradient(circle at 50% 20%, black, transparent 76%);
}

.ambient-scanline {
  background: linear-gradient(180deg, transparent, rgba(143, 232, 210, .09), transparent);
  height: 30vh;
  animation: verticalScan 8s ease-in-out infinite;
}

.particle-field {
  background-image:
    radial-gradient(circle, rgba(246, 239, 223, .28) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 122, 26, .22) 0 1px, transparent 1.5px);
  background-size: 74px 74px, 127px 127px;
  opacity: .16;
  animation: particleDrift 18s linear infinite;
}

.film-grain {
  position: absolute;
  inset: -20%;
  opacity: .075;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .5) 0 1px, transparent 1px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, .28) 0 1px, transparent 1px),
    radial-gradient(circle at 42% 78%, rgba(0, 0, 0, .45) 0 1px, transparent 1px);
  background-size: 19px 19px, 31px 31px, 23px 23px;
  mix-blend-mode: overlay;
  animation: grainShift 1.8s steps(4) infinite;
}

.hud-corner {
  inset: auto auto 9vh 6vw;
  width: min(180px, 28vw);
  aspect-ratio: 1;
  border-left: 1px solid rgba(143, 232, 210, .28);
  border-bottom: 1px solid rgba(143, 232, 210, .28);
}

.hud-corner.top-left {
  inset: 12vh auto auto 5vw;
  border: 0;
  border-left: 1px solid rgba(255, 122, 26, .28);
  border-top: 1px solid rgba(255, 122, 26, .28);
}

.hud-corner.bottom-right {
  inset: auto 5vw 8vh auto;
  border: 0;
  border-right: 1px solid rgba(143, 232, 210, .24);
  border-bottom: 1px solid rgba(143, 232, 210, .24);
}

.cursor::before,
.cursor::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 46px;
  height: 1px;
  background: rgba(255, 122, 26, .5);
  transform: translate(-50%, -50%);
}

.cursor::after {
  width: 1px;
  height: 46px;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(8, 9, 6, .98), rgba(8, 9, 6, .94)),
    repeating-linear-gradient(90deg, rgba(215, 185, 121, .1) 0 1px, transparent 1px 18px);
  transition: opacity .56s var(--ease-out), visibility .56s var(--ease-out);
}

.loader.is-hidden { opacity: 0; visibility: hidden; }

.loader-card {
  width: min(580px, calc(100vw - 40px));
  padding: clamp(24px, 5vw, 34px);
  border: 1px solid rgba(255, 122, 26, .45);
  background: rgba(13, 15, 10, .94);
  box-shadow: 0 0 80px rgba(255, 122, 26, .16);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  overflow: hidden;
}

.loader-meta,
.kicker,
.nav-links,
.language-switch,
.card-label,
.stats dt,
.member-card span,
.timeline-item span,
.footer {
  color: var(--quiet);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.loader-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--orange);
}

.loader-title {
  max-width: 100%;
  margin: 34px 0 24px;
  font-family: var(--display);
  font-size: clamp(2.35rem, 6.8vw, 4.85rem);
  line-height: .88;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
}

.loader-radar {
  position: relative;
  width: min(210px, 54vw);
  aspect-ratio: 1;
  margin: 0 auto 24px;
  border: 1px solid rgba(143, 232, 210, .28);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(143, 232, 210, .22) 0 2px, transparent 3px),
    repeating-radial-gradient(circle, transparent 0 22px, rgba(143, 232, 210, .18) 23px 24px),
    conic-gradient(from 0deg, rgba(143, 232, 210, .28), transparent 28%, rgba(255, 122, 26, .18), transparent 58%);
  box-shadow: inset 0 0 34px rgba(0, 0, 0, .58), 0 0 42px rgba(143, 232, 210, .12);
}

.loader-radar span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, var(--signal), transparent);
  transform-origin: left center;
  animation: radarSweep 1.8s linear infinite;
}

.loader-radar span:last-child {
  width: 1px;
  height: 100%;
  inset: 0 auto auto 50%;
  background: rgba(255, 122, 26, .2);
  transform: none;
  animation: none;
}

.loader-bar {
  height: 10px;
  border: 1px solid rgba(246, 239, 223, .22);
  background: rgba(246, 239, 223, .05);
  overflow: hidden;
}

.loader-bar span {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, var(--sand), var(--orange));
  animation: sweep 1.2s cubic-bezier(.2, .8, .2, 1) infinite;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(246, 239, 223, .1);
  background: rgba(8, 9, 6, .65);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-weight: 950;
  line-height: .95;
  text-transform: uppercase;
}

.brand em {
  color: var(--sand);
  font-size: 11px;
  font-style: normal;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 122, 26, .7);
  color: var(--orange);
  background: rgba(255, 122, 26, .1);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.nav-links,
.nav-actions,
.language-switch,
.cta-row {
  display: flex;
  align-items: center;
}

.nav-links { gap: 18px; }
.nav-actions { gap: 12px; }

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: color .18s var(--ease-out);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s var(--ease-out);
}

.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }

.language-switch {
  min-height: 42px;
  padding: 3px;
  border: 1px solid var(--line);
  background: rgba(246, 239, 223, .06);
}

.language-switch button {
  min-width: 44px;
  min-height: 34px;
  border: 0;
  background: transparent;
  color: var(--muted);
}

.language-switch button.is-active {
  background: var(--orange);
  color: #160c05;
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 122, 26, .55);
  padding: 0 14px;
  color: var(--sand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-telegram {
  border-color: rgba(215, 185, 121, .46);
  color: var(--muted);
}

.nav-donate {
  border-color: rgba(143, 232, 210, .62);
  color: var(--signal);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(246, 239, 223, .18);
  background: rgba(246, 239, 223, .055);
  padding: 10px;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--sand);
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease;
}

.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: clamp(760px, 94svh, 980px);
  display: grid;
  align-items: center;
  padding: clamp(96px, 11svh, 126px) 0 54px;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 72px 0 30px;
  z-index: -1;
  border-top: 1px solid rgba(246, 239, 223, .14);
  border-bottom: 1px solid rgba(246, 239, 223, .14);
  background:
    radial-gradient(circle at calc(73% + var(--aim-x, 0px)) calc(34% + var(--aim-y, 0px)), rgba(143, 232, 210, .18), transparent 18rem),
    radial-gradient(circle at 62% 68%, rgba(255, 122, 26, .16), transparent 25rem),
    linear-gradient(115deg, rgba(8, 9, 6, .12), rgba(8, 9, 6, .88) 62%),
    repeating-linear-gradient(135deg, rgba(215, 185, 121, .09) 0 1px, transparent 1px 18px);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 78% 88%, 74% 100%, 0 100%);
}

.hero-grid,
.split,
.community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.hero-grid {
  padding-top: 8px;
}

.hero-copy {
  align-self: center;
  position: relative;
}

.hero-copy::after {
  content: "CAMPAIGN";
  position: absolute;
  left: -1vw;
  bottom: -66px;
  z-index: -1;
  color: rgba(246, 239, 223, .03);
  font-family: var(--display);
  font-size: clamp(78px, 13vw, 180px);
  line-height: .8;
  pointer-events: none;
}

.hero-classification,
.hero-brief {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--quiet);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-classification {
  margin-bottom: clamp(18px, 3vw, 30px);
}

.hero-classification span {
  border: 1px solid rgba(246, 239, 223, .16);
  padding: 8px 10px;
  background: rgba(8, 9, 6, .46);
}

.hero-classification span:first-child {
  color: var(--sand);
  border-color: rgba(215, 185, 121, .28);
}

.hero-brief {
  max-width: 690px;
  margin-top: 18px;
  gap: 1px;
}

.hero-brief span {
  flex: 1 1 160px;
  min-height: 42px;
  display: grid;
  place-items: center start;
  border: 1px solid rgba(246, 239, 223, .12);
  padding: 0 12px;
  background: rgba(246, 239, 223, .045);
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--sand);
}

.eyebrow::before,
.kicker::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--orange);
  box-shadow: 0 0 14px var(--orange);
}

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

h1,
h2,
h3 {
  font-family: var(--display);
  text-transform: uppercase;
  text-wrap: balance;
}

h1 {
  width: min(100%, 980px);
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(48px, 8.5vw, 122px);
  line-height: .78;
  text-shadow: 0 24px 70px rgba(0, 0, 0, .5);
  overflow-wrap: normal;
  word-break: keep-all;
}

h1 span {
  display: block;
  margin-bottom: clamp(8px, 1.1vw, 14px);
  color: var(--sand);
  font-family: var(--display);
  font-size: clamp(34px, 6.4vw, 92px);
  line-height: .86;
  text-shadow: 0 18px 54px rgba(0, 0, 0, .45);
  white-space: nowrap;
}

h1 em {
  display: block;
  color: var(--orange);
  font-style: normal;
  font-size: clamp(46px, 7.8vw, 112px);
  line-height: .78;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(36px, 6.3vw, 78px);
  line-height: .9;
}

h3 {
  margin-bottom: 10px;
  font-size: 29px;
  line-height: .92;
}

.lede,
.section-head > p,
.section-copy > p,
.timeline-item p,
.member-card p,
.slide p,
.rules li,
.final-cta p {
  color: var(--muted);
  line-height: 1.58;
}

.lede {
  max-width: 690px;
  margin: clamp(22px, 3vw, 34px) 0 0;
  font-size: clamp(16px, 2vw, 21px);
}

.cta-row {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

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

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 239, 223, .22);
  padding: 0 20px;
  background: rgba(246, 239, 223, .07);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .24s var(--ease-out), border-color .24s ease, background .24s ease, box-shadow .24s ease;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  position: relative;
  overflow: hidden;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .22), transparent);
  transform: translateX(-120%);
  transition: transform .48s var(--ease-out);
}

.button.primary {
  border-color: rgba(255, 122, 26, .72);
  background: linear-gradient(135deg, #f1913a, #bd5016);
  color: #140c05;
  box-shadow: 0 16px 46px rgba(255, 122, 26, .18);
}

.button.telegram {
  border-color: rgba(215, 185, 121, .54);
  background:
    linear-gradient(135deg, rgba(104, 114, 79, .28), rgba(255, 122, 26, .1)),
    rgba(246, 239, 223, .055);
  color: var(--sand);
}

.button.donate {
  border-color: rgba(143, 232, 210, .66);
  background:
    linear-gradient(135deg, rgba(143, 232, 210, .18), rgba(255, 122, 26, .08)),
    rgba(246, 239, 223, .055);
  color: var(--signal);
}

.button:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 26, .78);
  background: rgba(255, 122, 26, .12);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .28), 0 0 28px rgba(143, 232, 210, .08);
}

.button:hover::before { transform: translateX(120%); }

.mission-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 690px;
  margin-top: 28px;
  border: 1px solid rgba(246, 239, 223, .14);
  background: rgba(246, 239, 223, .08);
}

.mission-strip span {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
  background: rgba(8, 9, 6, .64);
  color: var(--quiet);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mission-strip strong {
  color: var(--signal);
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 34px);
  line-height: .9;
}

.mission-strip em {
  font-style: normal;
}

.hero-depth {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  transform: translate3d(calc(var(--aim-x, 0px) * .22), calc(var(--aim-y, 0px) * .22), 0);
  animation: heroCameraDrift 14s var(--ease-inout) infinite;
}

.dust {
  position: absolute;
  width: 38vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(48px);
  background: rgba(215, 185, 121, .12);
  animation: floatDust 12s ease-in-out infinite;
}

.dust-one { right: 6%; top: 18%; }
.dust-two { left: 8%; bottom: 10%; animation-delay: -4s; background: rgba(255, 122, 26, .1); }

.drop-vector {
  position: absolute;
  right: 11%;
  top: 18%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  transform: rotate(-28deg);
}

.safe-zone {
  position: absolute;
  right: 16%;
  top: 15%;
  width: min(420px, 42vw);
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 122, 26, .48);
  border-radius: 50%;
  animation: safeShrink 5.8s ease-in-out infinite;
}

.hero-light-sweep {
  position: absolute;
  inset: 8% -20% auto;
  height: 36%;
  background: linear-gradient(100deg, transparent 20%, rgba(246, 239, 223, .08), transparent 58%);
  transform: translateX(-32%) rotate(-8deg);
  animation: lightSweep 9s ease-in-out infinite;
}

.hero-hud,
.dossier-card,
.member-card,
.rules,
.carousel,
.final-cta {
  border: 1px solid var(--line);
  background:
    linear-gradient(155deg, rgba(255, 122, 26, .08), transparent 45%),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-hud {
  position: relative;
  min-height: clamp(500px, 58svh, 600px);
  padding: clamp(18px, 2vw, 24px);
  overflow: hidden;
  transform-style: preserve-3d;
  align-self: center;
  border-color: rgba(246, 239, 223, .18);
  background:
    linear-gradient(155deg, rgba(143, 232, 210, .08), transparent 42%),
    linear-gradient(25deg, rgba(255, 122, 26, .07), transparent 54%),
    rgba(11, 14, 10, .82);
}

.hero-hud::before,
.hero-hud::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-hud::before {
  inset: 0;
  border: 1px solid rgba(143, 232, 210, .08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 26%),
    radial-gradient(circle at 72% 18%, rgba(143, 232, 210, .13), transparent 15rem);
  opacity: .78;
}

.hero-hud::after {
  inset: 14px;
  border: 1px solid rgba(246, 239, 223, .08);
  clip-path: polygon(0 0, 28% 0, 28% 1px, 1px 1px, 1px 28%, 0 28%);
}

.hud-top,
.card-label {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.hud-top {
  color: var(--quiet);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hud-top strong,
.online { color: var(--orange); }

.hud-readout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  border: 1px solid rgba(246, 239, 223, .12);
  padding: 10px 12px;
  background: rgba(246, 239, 223, .04);
  color: var(--quiet);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hud-readout strong {
  color: var(--signal);
  font-family: var(--display);
  font-size: 24px;
  line-height: .9;
}

.zone-timer {
  min-width: 68px;
  text-align: center;
  text-shadow: 0 0 18px rgba(143, 232, 210, .28);
}

.zone-timer.is-ticking {
  animation: timerPulse .42s var(--ease-out);
}

.hud-readout span:last-child { text-align: right; }

.map-panel {
  position: relative;
  min-height: clamp(330px, 40svh, 410px);
  margin: 22px 0;
  border: 1px solid rgba(215, 185, 121, .2);
  background:
    radial-gradient(circle at 24% 70%, rgba(255, 122, 26, .18), transparent 7rem),
    radial-gradient(circle at 76% 28%, rgba(143, 232, 210, .14), transparent 9rem),
    linear-gradient(rgba(246, 239, 223, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 223, .06) 1px, transparent 1px),
    rgba(13, 16, 9, .8);
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
  overflow: hidden;
  perspective: 760px;
}

.grid-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, .16), transparent);
  transform: translateX(-100%);
  animation: scan 3.6s ease-in-out infinite;
}

.map-ring {
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(246, 239, 223, .34);
  border-radius: 50%;
  animation: rotate 24s linear infinite;
}

.map-ring.inner {
  inset: 28%;
  border-color: rgba(255, 122, 26, .45);
  animation-duration: 14s;
  animation-direction: reverse;
}

.map-ring.lock {
  inset: auto;
  left: 50%;
  top: 52%;
  width: 108px;
  aspect-ratio: 1;
  border-color: rgba(143, 232, 210, .58);
  box-shadow:
    0 0 18px rgba(143, 232, 210, .16),
    inset 0 0 18px rgba(143, 232, 210, .08);
  transform: translate(-50%, -50%);
  animation: radarLockOrbit 16s var(--ease-inout) infinite;
}

.map-ring.lock::before,
.map-ring.lock::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 140%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 232, 210, .8), transparent);
  transform: translate(-50%, -50%);
}

.map-ring.lock::after {
  width: 1px;
  height: 140%;
}

.safe-zone-ring {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(72%, 300px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 122, 26, .18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: safeZoneBreathe 8s var(--ease-inout) infinite;
}

.safe-zone-ring.safe-two {
  width: min(48%, 210px);
  border-color: rgba(143, 232, 210, .18);
  animation-delay: -3.4s;
}

.route {
  position: absolute;
  left: 22%;
  top: 67%;
  width: 52%;
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(255, 122, 26, .08));
  transform: rotate(-25deg);
}

.pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 22px var(--orange);
  animation: pulse 1.8s ease-in-out infinite;
}

.pin.alpha { left: 20%; top: 66%; }
.pin.bravo { left: 72%; top: 27%; animation-delay: .35s; }
.pin.charlie { left: 52%; top: 50%; animation-delay: .7s; }

.drop-system {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(220px, 58%);
  aspect-ratio: 1;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(60deg);
  animation: dropOrbit 20s var(--ease-inout) infinite;
  will-change: transform;
}

.drop-system:hover,
.drop-system:focus-visible {
  animation-duration: 28s;
}

.drop-system:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 8px;
  border-radius: 50%;
}

.drop-beacon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #fff0c2, var(--orange) 42%, var(--signal) 68%);
  box-shadow:
    0 0 22px rgba(143, 232, 210, .95),
    0 0 70px rgba(143, 232, 210, .36);
  transform: translate(-50%, -50%) translateZ(82px);
  animation: beaconPulse 2.4s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(143, 232, 210, .36);
  border-radius: 50%;
  transform-style: preserve-3d;
  animation: orbitSpin 9s linear infinite;
  transition: border-color .24s ease, box-shadow .24s ease;
}

.orbit-two {
  inset: 26%;
  border-color: rgba(255, 122, 26, .28);
  animation-duration: 6.5s;
  animation-direction: reverse;
}

.crate-shadow {
  position: absolute;
  inset: 62% 15% 12%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, .64), rgba(255, 122, 26, .14) 42%, rgba(143, 232, 210, .08) 58%, transparent 74%);
  filter: blur(8px);
  transform: translateZ(-28px);
}

.drop-smoke {
  content: "";
  position: absolute;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 185, 121, .18), transparent 68%);
  filter: blur(18px);
  transform: translate3d(8%, 42%, 2px);
  animation: smokeDrift 8s ease-in-out infinite;
}

.smoke-two {
  width: 120px;
  transform: translate3d(46%, 34%, 1px);
  animation-delay: -3s;
  opacity: .72;
}

.landing-glow {
  position: absolute;
  left: 50%;
  top: 62%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(255, 122, 26, .42), rgba(143, 232, 210, .16) 44%, transparent 72%);
  filter: blur(10px);
  transform: translate(-50%, -50%) translateZ(-18px);
  animation: landingGlow 3.8s var(--ease-inout) infinite;
}

.supply-crate {
  position: absolute;
  left: 50%;
  top: 50%;
  --crate-scale: 1;
  --crate-open-scale: 1.05;
  width: 132px;
  height: 88px;
  transform-style: preserve-3d;
  transform: translate(-50%, -56%) rotateX(-18deg) rotateY(36deg) translateZ(34px) scale(var(--crate-scale));
  animation: crateHover 5.8s var(--ease-inout) infinite;
  will-change: transform;
}

.crate-tarp,
.crate-edge,
.crate-shell,
.crate-strap,
.crate-lock {
  position: absolute;
  transform-style: preserve-3d;
}

.crate-shell {
  border: 1px solid rgba(225, 205, 171, .34);
  background:
    linear-gradient(135deg, rgba(223, 58, 43, .96), rgba(119, 18, 17, .98) 58%, rgba(55, 10, 9, .99)),
    linear-gradient(90deg, rgba(255, 216, 150, .22), transparent 27%, rgba(18, 10, 8, .24) 75%, transparent),
    repeating-linear-gradient(0deg, rgba(246, 239, 223, .08) 0 1px, transparent 1px 14px);
  box-shadow:
    inset 0 0 24px rgba(0, 0, 0, .42),
    inset 0 1px rgba(255, 255, 255, .08),
    0 0 26px rgba(143, 232, 210, .12);
}

.crate-front,
.crate-back {
  width: 132px;
  height: 88px;
}

.crate-front { transform: translateZ(40px); }
.crate-back { transform: rotateY(180deg) translateZ(40px); }

.crate-front::before,
.crate-back::before,
.crate-front::after,
.crate-back::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.crate-front::before,
.crate-back::before {
  inset: 10px;
  border: 1px solid rgba(246, 239, 223, .2);
  background:
    linear-gradient(90deg, rgba(10, 11, 9, .52) 0 3px, transparent 3px calc(100% - 3px), rgba(10, 11, 9, .52) calc(100% - 3px)),
    linear-gradient(90deg, transparent 0 42%, rgba(8, 9, 6, .42) 42% 58%, transparent 58%),
    linear-gradient(0deg, transparent 0 42%, rgba(8, 9, 6, .3) 42% 58%, transparent 58%);
}

.crate-front::after,
.crate-back::after {
  left: 13px;
  right: 13px;
  top: 11px;
  height: 9px;
  background: linear-gradient(90deg, rgba(22, 34, 46, .95), rgba(78, 128, 161, .96), rgba(14, 25, 36, .98));
  box-shadow:
    0 54px 0 rgba(8, 9, 6, .32),
    0 0 0 1px rgba(246, 239, 223, .08);
}

.crate-left,
.crate-right {
  width: 80px;
  height: 88px;
  left: 26px;
}

.crate-left { transform: rotateY(-90deg) translateZ(66px); }
.crate-right { transform: rotateY(90deg) translateZ(66px); }

.crate-top,
.crate-bottom {
  width: 132px;
  height: 80px;
  top: 5px;
}

.crate-top {
  transform: rotateX(90deg) translateZ(44px);
  background:
    radial-gradient(circle at 34% 24%, rgba(143, 232, 210, .2), transparent 34%),
    linear-gradient(135deg, #173754, #5792bd 44%, #0d2234 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .14) 0 6px, rgba(0, 0, 0, .18) 6px 14px);
  border-color: rgba(143, 232, 210, .3);
}

.crate-top::before {
  content: "";
  position: absolute;
  inset: 8px 10px;
  border: 1px solid rgba(246, 239, 223, .2);
  background: linear-gradient(90deg, transparent, rgba(246, 239, 223, .14), transparent);
}

.crate-bottom { transform: rotateX(-90deg) translateZ(44px); }

.crate-tarp {
  left: -8px;
  top: -24px;
  width: 148px;
  height: 50px;
  border: 1px solid rgba(143, 232, 210, .26);
  border-radius: 4px 4px 1px 1px;
  background:
    linear-gradient(180deg, rgba(108, 169, 206, .98), rgba(22, 63, 94, .98)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .12) 0 8px, rgba(0, 0, 0, .16) 8px 17px);
  box-shadow:
    inset 0 -13px 18px rgba(3, 8, 13, .42),
    0 12px 18px rgba(0, 0, 0, .28);
  transform: translateZ(46px) rotateX(4deg);
}

.crate-tarp::before,
.crate-tarp::after {
  content: "";
  position: absolute;
  inset: 8px 12px auto;
  height: 2px;
  background: rgba(246, 239, 223, .18);
  box-shadow: 0 14px 0 rgba(8, 9, 6, .25);
}

.crate-edge {
  top: 0;
  width: 12px;
  height: 88px;
  border: 1px solid rgba(246, 239, 223, .2);
  background: linear-gradient(180deg, rgba(88, 92, 82, .95), rgba(16, 18, 15, .98));
  transform: translateZ(47px);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, .08);
}

.edge-left { left: -2px; }
.edge-right { right: -2px; }

.crate-strap {
  background:
    linear-gradient(180deg, rgba(8, 9, 6, .94), rgba(25, 30, 23, .96)),
    repeating-linear-gradient(90deg, rgba(246, 239, 223, .12) 0 1px, transparent 1px 8px);
  border: 1px solid rgba(246, 239, 223, .16);
  transform: translateZ(39px);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .44);
}

.strap-vertical {
  left: 57px;
  top: -14px;
  width: 18px;
  height: 104px;
}

.strap-horizontal {
  left: -7px;
  top: 36px;
  width: 146px;
  height: 16px;
}

.crate-lock {
  left: 52px;
  top: 31px;
  width: 28px;
  height: 24px;
  border: 1px solid rgba(143, 232, 210, .52);
  background:
    radial-gradient(circle, rgba(143, 232, 210, .35), transparent 54%),
    rgba(8, 9, 6, .72);
  box-shadow: 0 0 18px rgba(143, 232, 210, .32);
  transform: translateZ(44px);
  animation: lockScan 2.8s ease-in-out infinite;
}

.loot-burst {
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 4;
  display: contents;
  pointer-events: none;
}

.loot-burst i {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 58px;
  min-height: 34px;
  border: 1px solid rgba(143, 232, 210, .46);
  padding: 16px 7px 6px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .18), transparent 18%),
    linear-gradient(135deg, rgba(143, 232, 210, .14), transparent 44%),
    rgba(8, 9, 6, .9);
  color: var(--signal);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, -50%) translateZ(90px) scale(.78);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .34);
  transform-style: preserve-3d;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.loot-burst i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 28px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
  opacity: .7;
}

.loot-burst i[data-loot="rifle"]::before {
  width: 34px;
  height: 6px;
  box-shadow:
    -10px 5px 0 -2px currentColor,
    12px 3px 0 -2px currentColor;
}

.loot-burst i:nth-child(1) { --loot-x: -74px; --loot-y: -56px; }
.loot-burst i:nth-child(2) { --loot-x: 62px; --loot-y: -66px; }
.loot-burst i:nth-child(3) { --loot-x: -42px; --loot-y: -108px; }
.loot-burst i:nth-child(4) { --loot-x: 34px; --loot-y: -112px; }
.loot-burst i:nth-child(5) { --loot-x: -96px; --loot-y: -4px; }
.loot-burst i:nth-child(6) { --loot-x: 86px; --loot-y: -10px; }

.drop-status {
  position: absolute;
  left: 50%;
  bottom: 7%;
  min-width: 112px;
  border: 1px solid rgba(246, 239, 223, .16);
  padding: 7px 9px;
  background: rgba(8, 9, 6, .76);
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%) rotateX(-60deg);
}

.drop-system:hover .crate-shell,
.drop-system:focus-visible .crate-shell {
  box-shadow:
    inset 0 0 24px rgba(0, 0, 0, .42),
    inset 0 1px rgba(255, 255, 255, .08),
    0 0 34px rgba(255, 122, 26, .22),
    0 0 38px rgba(143, 232, 210, .12);
}

.drop-system:hover .orbit-ring,
.drop-system:focus-visible .orbit-ring,
.drop-system.is-opened .orbit-ring {
  border-color: rgba(143, 232, 210, .68);
  box-shadow: 0 0 22px rgba(143, 232, 210, .15);
}

.drop-system.is-opened {
  animation-play-state: paused;
}

.map-panel.is-confirmed .map-ring.lock {
  animation: radarConfirm .62s var(--ease-out);
}

.map-panel.is-confirmed .safe-zone-ring {
  border-color: rgba(143, 232, 210, .42);
}

.drop-system.is-opened .supply-crate {
  animation: crateOpen 1.2s var(--ease-out);
}

.drop-system.is-opened .crate-top {
  animation: tarpKick .9s var(--ease-out);
}

.drop-system.is-opened .loot-burst i {
  animation: lootFall 1.38s var(--ease-out) forwards;
}

.drop-system.is-opened .loot-burst i:nth-child(2) { animation-delay: .04s; }
.drop-system.is-opened .loot-burst i:nth-child(3) { animation-delay: .08s; }
.drop-system.is-opened .loot-burst i:nth-child(4) { animation-delay: .12s; }
.drop-system.is-opened .loot-burst i:nth-child(5) { animation-delay: .16s; }
.drop-system.is-opened .loot-burst i:nth-child(6) { animation-delay: .2s; }

.drop-system.is-opened .drop-status {
  color: var(--signal);
  border-color: rgba(143, 232, 210, .42);
  box-shadow: 0 0 28px rgba(143, 232, 210, .12);
}

.drop-particle {
  position: fixed;
  z-index: 96;
  width: var(--particle-size, 7px);
  height: var(--particle-size, 7px);
  border-radius: 50%;
  background: var(--signal);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: dropParticle .9s var(--ease-out) forwards;
}

.drop-particle:nth-child(even) {
  background: var(--orange);
}

.ticker {
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.ticker span {
  flex: 1;
  min-width: 130px;
  border: 1px solid rgba(246, 239, 223, .13);
  padding: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(246, 239, 223, .045);
}

.match-feed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid rgba(246, 239, 223, .14);
  padding-top: 14px;
}

.feed-label {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.match-feed strong {
  color: var(--signal);
  font-family: var(--display);
  font-size: 18px;
  line-height: .95;
  text-align: right;
  text-transform: uppercase;
}

.section {
  padding: clamp(82px, 9vw, 124px) 0;
  border-top: 1px solid rgba(246, 239, 223, .1);
  position: relative;
  overflow: clip;
  isolation: isolate;
}

.section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: max(18px, calc((100vw - 1220px) / 2));
  width: min(220px, 38vw);
  height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent);
}

.section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 10%, rgba(143, 232, 210, .045), transparent 22rem),
    linear-gradient(180deg, rgba(246, 239, 223, .018), transparent 22%);
  opacity: .72;
  pointer-events: none;
}

.section-head {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-head > p:last-child,
.section-copy > p {
  max-width: 660px;
  margin-bottom: 0;
  font-size: clamp(16px, 1.4vw, 18px);
}

.dossier-card {
  padding: 22px;
  min-height: 470px;
  transform-style: preserve-3d;
  transition: border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.dossier-card:hover {
  border-color: rgba(255, 122, 26, .42);
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 122, 26, .12), transparent 34%),
    linear-gradient(155deg, rgba(255, 122, 26, .1), transparent 45%),
    var(--panel);
}

.portrait-frame {
  position: relative;
  width: min(310px, 82%);
  aspect-ratio: 1;
  margin: 30px auto 36px;
  border: 1px solid rgba(255, 122, 26, .62);
  border-radius: 50%;
  padding: 11px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 122, 26, .42), transparent 34%),
    radial-gradient(circle at 50% 70%, rgba(215, 185, 121, .16), transparent 42%),
    conic-gradient(from 26deg, rgba(255, 122, 26, .68), rgba(215, 185, 121, .2), transparent, rgba(255, 122, 26, .48));
  box-shadow:
    0 0 62px rgba(255, 122, 26, .29),
    0 22px 78px rgba(0, 0, 0, .42),
    inset 0 0 34px rgba(0, 0, 0, .7);
  transform: translateZ(34px);
  transition: box-shadow .34s ease, transform .34s ease, filter .34s ease;
}

.portrait-frame::before,
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: -14px;
  border: 1px dashed rgba(255, 122, 26, .34);
  border-radius: 50%;
  pointer-events: none;
}

.portrait-frame::after {
  inset: 14px;
  border-style: solid;
  border-color: rgba(246, 239, 223, .14);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 38%;
  border-radius: 50%;
  filter: contrast(1.08) saturate(.98) brightness(.96);
}

.dossier-card:hover .portrait-frame {
  transform: translateZ(52px) scale(1.035);
  box-shadow:
    0 0 84px rgba(255, 122, 26, .42),
    0 24px 86px rgba(0, 0, 0, .5),
    inset 0 0 34px rgba(0, 0, 0, .7);
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.stats div {
  min-height: 74px;
  padding: 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats dd {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--display);
  line-height: .95;
  text-transform: uppercase;
}

.story-section {
  background: linear-gradient(180deg, rgba(255, 122, 26, .04), transparent);
  overflow: visible;
}

.story-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  margin-bottom: clamp(38px, 5vw, 64px);
  overflow: visible;
}

.story-layout::before {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: calc(56% - 1px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 122, 26, .42), rgba(246, 239, 223, .12), transparent);
  pointer-events: none;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: 22px 0;
  overflow: visible;
}

.story-signal {
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 122, 26, .34);
  padding: 8px 10px;
  background: rgba(255, 122, 26, .08);
  color: var(--sand);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-copy h2 {
  max-width: 760px;
  font-size: clamp(34px, 5.35vw, 68px);
  line-height: .92;
  overflow-wrap: anywhere;
}

.story-copy p:last-child {
  max-width: 720px;
  margin: clamp(20px, 3vw, 30px) 0 0;
  color: var(--muted);
  font-size: clamp(15.5px, 1.35vw, 17px);
  line-height: 1.82;
  overflow-wrap: break-word;
}

.clan-poster {
  position: relative;
  min-height: clamp(430px, 48vw, 560px);
  margin: 0;
  border: 1px solid rgba(255, 122, 26, .44);
  background: var(--panel-solid);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, .52),
    0 0 70px rgba(255, 122, 26, .16);
  overflow: hidden;
  transform-style: preserve-3d;
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
}

.clan-poster::before,
.clan-poster::after {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(246, 239, 223, .16);
  pointer-events: none;
}

.clan-poster::after {
  inset: 0;
  border: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 6, .08), rgba(8, 9, 6, .42) 54%, rgba(8, 9, 6, .9)),
    radial-gradient(circle at 68% 22%, rgba(255, 122, 26, .26), transparent 18rem),
    repeating-linear-gradient(90deg, rgba(246, 239, 223, .045) 0 1px, transparent 1px 22px);
}

.clan-poster img {
  width: 100%;
  height: 100%;
  min-height: clamp(430px, 48vw, 560px);
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform .42s ease, filter .42s ease;
  filter: contrast(1.06) saturate(.92);
  will-change: transform;
}

.clan-poster:hover img {
  transform: scale(1.055) translate3d(var(--aim-x, 0), var(--aim-y, 0), 0);
  filter: contrast(1.12) saturate(1);
}

.clan-poster figcaption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 122, 26, .34);
  padding-top: 16px;
}

.clan-poster figcaption span,
.member-index,
.member-meta dt {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.clan-poster figcaption strong {
  max-width: 260px;
  color: var(--sand);
  font-family: var(--display);
  font-size: 24px;
  line-height: .92;
  text-align: right;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.timeline-item {
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(8, 9, 6, .5);
  position: relative;
  transition: transform .32s var(--ease-out), border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

.timeline-item::after,
.member-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
}

.timeline-item:hover,
.member-card:hover,
.rules:hover,
.carousel:hover,
.final-cta:hover {
  border-color: rgba(143, 232, 210, .24);
  box-shadow:
    var(--shadow),
    0 0 54px rgba(143, 232, 210, .08);
}

.timeline-item:hover,
.member-card:hover {
  transform: translateY(-4px);
}

.timeline-item h3 { margin-top: 48px; }

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.member-card {
  position: relative;
  min-height: 310px;
  padding: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
}

.operator-card {
  min-height: clamp(500px, 42vw, 610px);
  padding: 0;
  isolation: isolate;
  border-color: rgba(246, 239, 223, .16);
  background: rgba(10, 13, 9, .72);
  transition: transform .34s var(--ease-out), border-color .3s ease, box-shadow .3s ease, background .3s ease, filter .3s ease;
}

.member-card::before {
  content: "";
  position: absolute;
  right: -44px;
  top: 42px;
  width: 150px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 122, 26, .28);
  border-radius: 50%;
}

.operator-card::before {
  z-index: 2;
  right: -60px;
  top: 54px;
  width: 190px;
}

.operator-card::after {
  z-index: 4;
}

.operator-card .member-content::before {
  content: "";
  position: absolute;
  inset: -28px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 232, 210, .44), transparent);
  transform: translateX(-40%);
  opacity: 0;
  transition: transform .48s var(--ease-out), opacity .32s ease;
}

.operator-card:hover .member-content::before {
  transform: translateX(40%);
  opacity: 1;
}

.member-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.member-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 6, .1), rgba(8, 9, 6, .3) 38%, rgba(8, 9, 6, .92)),
    radial-gradient(circle at 64% 20%, rgba(143, 232, 210, .15), transparent 15rem),
    linear-gradient(90deg, rgba(246, 239, 223, .04) 1px, transparent 1px);
  background-size: auto, auto, 34px 34px;
}

.member-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform .52s var(--ease-out), filter .52s ease;
  filter: contrast(1.05) saturate(.9);
  will-change: transform;
}

.founder-01-image {
  object-position: 50% 13%;
  filter: grayscale(.18) contrast(1.12) brightness(.92);
}
.founder-02-image { object-position: 50% 20%; }
.founder-03-image { object-position: 50% 18%; }

.operator-card:hover .member-media img {
  transform: scale(1.07) translate3d(var(--aim-x, 0), var(--aim-y, 0), 0);
  filter: contrast(1.12) saturate(1);
}

.operator-card:hover {
  filter: saturate(1.04);
}

.member-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(8, 9, 6, 0), rgba(8, 9, 6, .9) 18%, rgba(8, 9, 6, .96));
  backdrop-filter: blur(2px);
}

.member-card h3 {
  margin-top: 12px;
  font-size: clamp(24px, 2.2vw, 34px);
  overflow-wrap: anywhere;
}

.role-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 122, 26, .42);
  padding: 0 10px;
  background: rgba(255, 122, 26, .12);
  color: var(--signal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.member-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(246, 239, 223, .14);
  border-left: 1px solid rgba(246, 239, 223, .14);
}

.member-meta div {
  min-height: 70px;
  padding: 10px;
  border-right: 1px solid rgba(246, 239, 223, .14);
  border-bottom: 1px solid rgba(246, 239, 223, .14);
}

.member-meta dd {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.member-card.empty,
.recruit-card {
  background:
    radial-gradient(circle at 70% 18%, rgba(143, 232, 210, .08), transparent 12rem),
    repeating-linear-gradient(135deg, rgba(246, 239, 223, .03) 0 8px, transparent 8px 16px),
    rgba(8, 9, 6, .42);
}

.member-card.empty h3 {
  margin-top: 86px;
}

.member-card.empty strong {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: var(--orange);
  font-size: 12px;
  text-transform: uppercase;
}

.recruit-card {
  min-height: 360px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-style: dashed;
  border-color: rgba(143, 232, 210, .22);
  background:
    radial-gradient(circle at 50% 22%, rgba(143, 232, 210, .12), transparent 12rem),
    linear-gradient(rgba(246, 239, 223, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 223, .035) 1px, transparent 1px),
    rgba(8, 9, 6, .48);
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.recruit-card::before {
  right: 50%;
  top: 36px;
  width: 128px;
  transform: translateX(50%);
  border-color: rgba(143, 232, 210, .24);
  box-shadow: 0 0 36px rgba(143, 232, 210, .08);
}

.recruit-card h3 {
  max-width: 270px;
  margin-top: 20px;
}

.recruit-card > p:not(.role-badge) {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.recruit-visual {
  position: absolute;
  left: 50%;
  top: 38px;
  width: 138px;
  aspect-ratio: 1;
  border: 1px solid rgba(143, 232, 210, .25);
  border-radius: 50%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle, rgba(143, 232, 210, .12) 0 2px, transparent 3px),
    repeating-radial-gradient(circle, transparent 0 20px, rgba(143, 232, 210, .13) 21px 22px);
}

.recruit-visual span {
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255, 122, 26, .42);
  clip-path: polygon(50% 0, 86% 28%, 76% 100%, 24% 100%, 14% 28%);
  background: linear-gradient(180deg, rgba(255, 122, 26, .16), rgba(143, 232, 210, .06));
}

.recruit-visual i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--signal), transparent);
  transform: translate(-50%, -50%) rotate(-28deg);
  animation: recruitScan 3.2s var(--ease-inout) infinite;
}

.recruit-visual.open span {
  border-color: rgba(143, 232, 210, .48);
  clip-path: polygon(18% 18%, 82% 18%, 82% 82%, 18% 82%);
}

.recruit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.recruit-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(246, 239, 223, .16);
  padding: 0 12px;
  color: var(--sand);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(246, 239, 223, .055);
  transition: transform .2s var(--ease-out), border-color .2s ease, background .2s ease;
}

.recruit-actions a:hover,
.recruit-actions a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(143, 232, 210, .44);
  background: rgba(143, 232, 210, .08);
}

.recruit-card strong {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--orange);
  font-size: 12px;
  text-transform: uppercase;
}

.moments-section {
  overflow: hidden;
}

.carousel {
  position: relative;
  min-height: clamp(460px, 48vw, 600px);
  display: grid;
  grid-template-columns: 58px 1fr 58px;
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.carousel-btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 122, 26, .45);
  background: rgba(255, 122, 26, .08);
  color: var(--sand);
  font-size: 38px;
  line-height: 1;
}

.slides {
  position: relative;
  min-height: clamp(400px, 42vw, 540px);
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .72fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  padding: 30px;
  opacity: 0;
  transform: translateX(24px) scale(.98);
  transition: opacity .38s ease, transform .38s ease;
  border: 1px solid rgba(246, 239, 223, .14);
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 122, 26, .23), transparent 15rem),
    linear-gradient(rgba(246, 239, 223, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 223, .05) 1px, transparent 1px),
    rgba(10, 12, 8, .82);
  background-size: auto, 52px 52px, 52px 52px, auto;
  overflow: hidden;
}

.slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.highlight-copy {
  position: relative;
  z-index: 3;
}

.highlight-copy span {
  color: var(--orange);
  font-family: var(--display);
}

.highlight-copy h3 {
  margin: 16px 0 12px;
  font-size: clamp(42px, 6vw, 82px);
}

.highlight-copy p {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 18px;
}

.highlight-visual {
  position: relative;
  z-index: 2;
  min-height: clamp(270px, 32vw, 430px);
  border: 1px solid rgba(246, 239, 223, .18);
  background:
    radial-gradient(circle at 68% 32%, rgba(255, 122, 26, .22), transparent 11rem),
    linear-gradient(rgba(246, 239, 223, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 223, .045) 1px, transparent 1px),
    rgba(7, 9, 7, .74);
  background-size: auto, 34px 34px, 34px 34px, auto;
  box-shadow:
    inset 0 0 42px rgba(0, 0, 0, .56),
    0 24px 70px rgba(0, 0, 0, .34);
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.highlight-visual::before,
.highlight-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.highlight-visual::before {
  background:
    linear-gradient(180deg, transparent, rgba(143, 232, 210, .09), transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 5px);
  transform: translateY(-60%);
  animation: highlightScan 4.4s var(--ease-inout) infinite;
}

.highlight-visual::after {
  background:
    linear-gradient(180deg, rgba(3, 4, 3, .12), rgba(3, 4, 3, .42) 58%, rgba(3, 4, 3, .88)),
    linear-gradient(130deg, transparent 20%, rgba(246, 239, 223, .12), transparent 54%),
    radial-gradient(circle at 22% 82%, rgba(215, 185, 121, .16), transparent 9rem);
  opacity: .78;
}

.highlight-gif {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.02);
  filter: contrast(1.08) saturate(.94) brightness(.82);
  transition: opacity .24s ease, transform .6s var(--ease-out), filter .4s ease;
}

.slide.has-gif .highlight-gif {
  opacity: .88;
}

.slide.is-active.has-gif .highlight-gif {
  transform: scale(1.045);
}

.hud-tag,
.mini-caption,
.replay-timeline {
  position: absolute;
  z-index: 4;
}

.hud-tag {
  left: 18px;
  top: 18px;
  border: 1px solid rgba(255, 122, 26, .34);
  padding: 7px 9px;
  background: rgba(8, 9, 6, .68);
  color: var(--sand);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-caption {
  right: 18px;
  bottom: 18px;
  max-width: min(260px, calc(100% - 36px));
  border: 1px solid rgba(143, 232, 210, .3);
  padding: 8px 10px;
  background: rgba(8, 9, 6, .72);
  color: var(--signal);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

.replay-timeline {
  left: 18px;
  right: 18px;
  bottom: 132px;
  height: 3px;
  background: rgba(246, 239, 223, .16);
  overflow: hidden;
}

.replay-timeline::before {
  content: "";
  display: block;
  width: 38%;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--signal));
  animation: replayRun 5.2s var(--ease-inout) infinite;
}

.mini-map {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 112px;
  aspect-ratio: 1;
  border: 1px solid rgba(143, 232, 210, .35);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(143, 232, 210, .88) 0 2px, transparent 3px),
    repeating-radial-gradient(circle, transparent 0 18px, rgba(143, 232, 210, .18) 19px 20px),
    conic-gradient(from 20deg, rgba(143, 232, 210, .28), transparent 28%, rgba(255, 122, 26, .22), transparent 60%);
  box-shadow: 0 0 28px rgba(143, 232, 210, .14);
  animation: miniMapPulse 2.6s var(--ease-inout) infinite;
}

.reticle {
  position: absolute;
  left: 48%;
  top: 50%;
  width: 86px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 122, 26, .62);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: reticleTrack 5.2s var(--ease-inout) infinite;
}

.reticle::before,
.reticle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, .9), transparent);
  transform: translate(-50%, -50%);
}

.reticle::after {
  width: 1px;
  height: 130%;
}

.tactical-feed {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(270px, calc(100% - 36px));
  height: 96px;
  border: 1px solid rgba(246, 239, 223, .13);
  background:
    linear-gradient(90deg, rgba(255, 122, 26, .18) 0 28%, transparent 28%),
    repeating-linear-gradient(180deg, rgba(246, 239, 223, .11) 0 1px, transparent 1px 24px),
    rgba(8, 9, 6, .78);
}

.tactical-feed::before {
  content: "Q_NI / LOCK\A ROUTE / SET\A SIGNAL / CLEAN";
  white-space: pre;
  position: absolute;
  left: 12px;
  top: 10px;
  color: var(--signal);
  font-size: 10px;
  font-weight: 900;
  line-height: 2.35;
  text-transform: uppercase;
}

.dust-layer {
  position: absolute;
  inset: auto -10% -20% 10%;
  height: 44%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(215, 185, 121, .2), transparent 68%);
  filter: blur(18px);
  animation: highlightDust 7s var(--ease-inout) infinite;
}

.highlight-hot .highlight-visual {
  background:
    radial-gradient(circle at 34% 72%, rgba(255, 122, 26, .26), transparent 9rem),
    linear-gradient(rgba(246, 239, 223, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 239, 223, .045) 1px, transparent 1px),
    rgba(11, 10, 7, .76);
}

.highlight-final .highlight-visual {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(143, 232, 210, .16) 29% 30%, transparent 31%),
    radial-gradient(circle at 72% 28%, rgba(143, 232, 210, .18), transparent 10rem),
    rgba(7, 10, 8, .78);
}

.highlight-push .highlight-visual {
  background:
    linear-gradient(120deg, transparent 18%, rgba(255, 122, 26, .14) 18% 19%, transparent 19% 38%, rgba(143, 232, 210, .12) 38% 39%, transparent 39%),
    rgba(8, 10, 8, .78);
}

.highlight-clutch .highlight-visual {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 75, 47, .2), transparent 12rem),
    radial-gradient(circle at 18% 76%, rgba(143, 232, 210, .18), transparent 9rem),
    rgba(8, 8, 7, .82);
}

.community-grid { align-items: stretch; }

.rules {
  padding: 26px;
}

.rules span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rules ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.rules li {
  min-height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 16px;
  background: rgba(246, 239, 223, .055);
  font-weight: 900;
  text-transform: uppercase;
}

.contact-section { padding-bottom: 72px; }

.final-cta {
  padding: clamp(28px, 5vw, 58px);
  text-align: center;
}

.final-cta .kicker { justify-content: center; }
.final-cta p:not(.kicker) {
  max-width: 760px;
  margin: 24px auto 0;
}

.footer {
  padding: 28px 0 40px;
}

.footer .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid rgba(246, 239, 223, .1);
  padding-top: 24px;
}

.footer-contact {
  color: var(--sand);
  overflow-wrap: anywhere;
}

.footer-contact:hover {
  color: var(--signal);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .78s var(--ease-out), transform .78s var(--ease-out);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hit {
  position: fixed;
  z-index: 95;
  width: 34px;
  height: 34px;
  border: 1px solid var(--orange);
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: hit .42s ease-out forwards;
}

.hit::before,
.hit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 1px;
  background: var(--orange);
  transform: translate(-50%, -50%);
}

.hit::after { width: 1px; height: 44px; }

@keyframes sweep {
  0% { transform: translateX(-105%); }
  100% { transform: translateX(245%); }
}

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

@keyframes mapDrift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 76px 76px, -76px 76px, 230px 230px; }
}

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

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

@keyframes pulse {
  0%, 100% { transform: scale(.86); opacity: .72; }
  50% { transform: scale(1.16); opacity: 1; }
}

@keyframes safeShrink {
  0%, 100% { transform: scale(1); opacity: .72; }
  50% { transform: scale(.72); opacity: 1; }
}

@keyframes floatDust {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18px, -26px, 0) scale(1.08); }
}

@keyframes hit {
  to { opacity: 0; transform: translate(-50%, -50%) scale(1.8); }
}

@keyframes verticalScan {
  0%, 100% { transform: translateY(-40vh); opacity: 0; }
  20%, 74% { opacity: .9; }
  100% { transform: translateY(120vh); }
}

@keyframes particleDrift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-127px, 74px, 0); }
}

@keyframes grainShift {
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(-2%, 1%, 0); }
  50% { transform: translate3d(1%, -2%, 0); }
  75% { transform: translate3d(2%, 2%, 0); }
  100% { transform: translate3d(-1%, 0, 0); }
}

@keyframes lightSweep {
  0%, 62%, 100% { opacity: 0; transform: translateX(-34%) rotate(-8deg); }
  18%, 42% { opacity: .9; }
  58% { opacity: 0; transform: translateX(36%) rotate(-8deg); }
}

@keyframes heroCameraDrift {
  0%, 100% { translate: 0 0; scale: 1; }
  50% { translate: 10px -8px; scale: 1.012; }
}

@keyframes timerPulse {
  0% { transform: translateY(0) scale(1); color: var(--signal); }
  45% { transform: translateY(-1px) scale(1.045); color: #f7e4ad; }
  100% { transform: translateY(0) scale(1); color: var(--signal); }
}

@keyframes dropOrbit {
  0%, 100% { transform: translate(calc(-50% + 0px), calc(-50% - 22px)) rotateX(60deg) rotateZ(-1deg); }
  25% { transform: translate(calc(-50% + 34px), calc(-50% + 0px)) rotateX(60deg) rotateZ(1.2deg); }
  50% { transform: translate(calc(-50% + 0px), calc(-50% + 24px)) rotateX(60deg) rotateZ(.4deg); }
  75% { transform: translate(calc(-50% - 34px), calc(-50% + 0px)) rotateX(60deg) rotateZ(-1.1deg); }
}

@keyframes radarLockOrbit {
  0%, 100% { transform: translate(calc(-50% + 0px), calc(-50% - 22px)) scale(.92); opacity: .86; }
  25% { transform: translate(calc(-50% + 34px), calc(-50% + 0px)) scale(1); opacity: 1; }
  50% { transform: translate(calc(-50% + 0px), calc(-50% + 24px)) scale(.94); opacity: .88; }
  75% { transform: translate(calc(-50% - 34px), calc(-50% + 0px)) scale(1.02); opacity: .98; }
}

@keyframes safeZoneBreathe {
  0%, 100% { transform: translate(-50%, -50%) scale(.96); opacity: .54; }
  25% { transform: translate(calc(-50% + 10px), calc(-50% - 5px)) scale(1.02); opacity: .72; }
  50% { transform: translate(-50%, -50%) scale(.9); opacity: .48; }
  75% { transform: translate(calc(-50% - 8px), calc(-50% + 6px)) scale(1); opacity: .66; }
}

@keyframes radarConfirm {
  0% { transform: translate(-50%, -50%) scale(.82); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(1.7); opacity: 0; }
}

@keyframes crateHover {
  0%, 100% { transform: translate(-50%, -56%) rotateX(-18deg) rotateY(36deg) translateZ(34px) scale(var(--crate-scale)); }
  50% { transform: translate(-50%, -62%) rotateX(-14deg) rotateY(48deg) translateZ(44px) scale(var(--crate-scale)); }
}

@keyframes orbitSpin {
  to { transform: rotateZ(360deg); }
}

@keyframes beaconPulse {
  0%, 100% { opacity: .68; transform: translate(-50%, -50%) translateZ(82px) scale(.82); }
  50% { opacity: 1; transform: translate(-50%, -50%) translateZ(82px) scale(1.2); }
}

@keyframes smokeDrift {
  0%, 100% { opacity: .42; filter: blur(18px); }
  50% { opacity: .72; filter: blur(24px); transform: translate3d(18%, 36%, 2px) scale(1.12); }
}

@keyframes lockScan {
  0%, 100% { box-shadow: 0 0 18px rgba(143, 232, 210, .24); }
  50% { box-shadow: 0 0 30px rgba(143, 232, 210, .5), 0 0 12px rgba(255, 122, 26, .16); }
}

@keyframes crateOpen {
  0% { transform: translate(-50%, -56%) rotateX(-18deg) rotateY(36deg) translateZ(34px) scale(var(--crate-scale)); }
  34% { transform: translate(-50%, -66%) rotateX(-10deg) rotateY(48deg) translateZ(58px) scale(var(--crate-open-scale)); }
  100% { transform: translate(-50%, -56%) rotateX(-18deg) rotateY(36deg) translateZ(34px) scale(var(--crate-scale)); }
}

@keyframes tarpKick {
  0% { transform: rotateX(90deg) translateZ(44px); }
  42% { transform: rotateX(68deg) translateZ(60px) translateY(-10px); }
  100% { transform: rotateX(90deg) translateZ(44px); }
}

@keyframes lootFall {
  0% { opacity: 0; transform: translate(-50%, -64%) translateZ(120px) rotateX(54deg) rotateZ(-8deg) scale(.7); }
  18% { opacity: 1; }
  52% { opacity: 1; transform: translate(calc(-50% + var(--loot-x)), calc(-50% + var(--loot-y))) translateZ(142px) rotateX(18deg) rotateZ(4deg) scale(1); }
  78% { opacity: 1; transform: translate(calc(-50% + var(--loot-x)), calc(-50% + var(--loot-y) + 28px)) translateZ(86px) rotateX(64deg) rotateZ(-3deg) scale(.96); }
  100% { opacity: 0; transform: translate(calc(-50% + var(--loot-x)), calc(-50% + var(--loot-y) + 42px)) translateZ(70px) rotateX(72deg) rotateZ(-5deg) scale(.9); }
}

@keyframes dropParticle {
  0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(calc(-50% + var(--drift-x)), calc(-50% + var(--drift-y))) scale(.22); }
}

@keyframes landingGlow {
  0%, 100% { opacity: .42; transform: translate(-50%, -50%) translateZ(-18px) scale(.9); }
  50% { opacity: .82; transform: translate(-50%, -50%) translateZ(-18px) scale(1.08); }
}

@keyframes recruitScan {
  0%, 100% { transform: translate(-50%, -50%) rotate(-28deg) translateX(-18px); opacity: .4; }
  50% { transform: translate(-50%, -50%) rotate(-28deg) translateX(18px); opacity: 1; }
}

@keyframes highlightScan {
  0%, 100% { transform: translateY(-68%); opacity: 0; }
  20%, 72% { opacity: .9; }
  100% { transform: translateY(78%); }
}

@keyframes miniMapPulse {
  0%, 100% { transform: scale(.96); opacity: .78; }
  50% { transform: scale(1.04); opacity: 1; }
}

@keyframes reticleTrack {
  0%, 100% { transform: translate(-50%, -50%) translate3d(-16px, 8px, 0) scale(.94); }
  35% { transform: translate(-50%, -50%) translate3d(18px, -10px, 0) scale(1.05); }
  70% { transform: translate(-50%, -50%) translate3d(4px, 16px, 0) scale(.98); }
}

@keyframes highlightDust {
  0%, 100% { transform: translate3d(-4%, 0, 0) scale(1); opacity: .52; }
  50% { transform: translate3d(10%, -8%, 0) scale(1.08); opacity: .78; }
}

@keyframes replayRun {
  0%, 100% { transform: translateX(-14%); }
  50% { transform: translateX(168%); }
}

@media (max-width: 980px) {
  body { cursor: auto; }
  .cursor { display: none; }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 82px;
    display: grid;
    gap: 0;
    border: 1px solid rgba(246, 239, 223, .14);
    background: rgba(8, 9, 6, .94);
    box-shadow: var(--shadow);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }
  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-links a {
    min-height: 54px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(246, 239, 223, .1);
  }
  .hero-grid,
  .split,
  .community-grid,
  .story-layout,
  .section-head {
    grid-template-columns: 1fr;
  }
  .story-layout {
    gap: 28px;
    margin-bottom: 38px;
  }
  .story-layout::before {
    display: none;
  }
  .story-copy {
    min-height: auto;
    padding: 0;
  }
  .story-copy h2 {
    max-width: 820px;
    font-size: clamp(34px, 8vw, 62px);
  }
  .story-copy p:last-child {
    max-width: 820px;
  }
  .hero {
    min-height: auto;
    align-items: start;
    padding: 108px 0 62px;
  }
  .hero-grid {
    padding-top: 0;
  }
  .hero-copy { padding-top: 0; }
  .hero-copy::after {
    bottom: -38px;
    font-size: clamp(64px, 18vw, 140px);
  }
  h1 {
    font-size: clamp(48px, 10vw, 94px);
  }
  h1 span {
    font-size: clamp(30px, 7.4vw, 70px);
    white-space: normal;
  }
  h1 em {
    font-size: clamp(44px, 9vw, 84px);
  }
  .hero-hud { min-height: 460px; }
  .drop-system {
    width: min(230px, 62%);
  }
  .timeline,
  .lineup-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .operator-card {
    min-height: 560px;
  }
  .recruit-card {
    min-height: 420px;
  }
  .carousel {
    grid-template-columns: 1fr;
  }
  .slide {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .highlight-copy {
    align-self: end;
  }
  .carousel-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-btn.prev { left: 14px; }
  .carousel-btn.next { right: 14px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 24px, 1220px); }
  .nav { min-height: 68px; }
  .brand span:last-child { display: none; }
  .nav-cta { display: none; }
  .nav-cta.nav-donate {
    min-height: 40px;
    display: inline-flex;
    padding: 0 12px;
  }
  .language-switch button {
    min-width: 40px;
  }
  .mission-strip {
    grid-template-columns: 1fr;
  }
  .mission-strip span {
    min-height: 58px;
  }
  .hero { padding: 94px 0 54px; }
  .hero::before { inset-top: 74px; clip-path: none; }
  h1 {
    font-size: clamp(38px, 14vw, 66px);
    line-height: .82;
  }
  h1 span {
    font-size: clamp(24px, 10vw, 46px);
    line-height: .9;
  }
  h1 em {
    font-size: clamp(34px, 12vw, 58px);
    line-height: .84;
  }
  .hero-classification span {
    width: 100%;
  }
  .hero-brief span {
    flex-basis: 100%;
  }
  .cta-row .button {
    width: 100%;
  }
  .hero-hud { min-height: 390px; padding: 14px; }
  .map-panel { min-height: 260px; }
  .drop-system {
    width: 190px;
  }
  .supply-crate {
    --crate-scale: .78;
    --crate-open-scale: .82;
  }
  .loot-burst i { min-width: 48px; font-size: 8px; }
  .hud-readout {
    grid-template-columns: 1fr;
  }
  .hud-readout span:last-child {
    text-align: left;
  }
  .section { padding: 72px 0; }
  .timeline,
  .lineup-grid,
  .stats {
    grid-template-columns: 1fr;
  }
  .clan-poster,
  .clan-poster img {
    min-height: 390px;
  }
  .clan-poster figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    flex-direction: column;
    align-items: flex-start;
  }
  .clan-poster figcaption strong {
    text-align: left;
  }
  .operator-card { min-height: 560px; }
  .recruit-card { min-height: 380px; }
  .member-content { padding: 20px; }
  .member-meta {
    grid-template-columns: 1fr;
  }
  .timeline-item,
  .member-card { min-height: 230px; }
  .slide { padding: 22px; }
  .slide h3 { font-size: 42px; }
  .highlight-visual { min-height: 260px; }
  .mini-map { width: 84px; right: 14px; top: 14px; }
  .tactical-feed { height: 82px; }
  .hud-tag { left: 14px; top: 14px; }
  .mini-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    text-align: left;
  }
  .replay-timeline {
    left: 14px;
    right: 14px;
    bottom: 110px;
  }
  .match-feed {
    align-items: flex-start;
    flex-direction: column;
  }
  .match-feed strong {
    text-align: left;
  }
  .footer .shell { flex-direction: column; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 20px, 1220px); }
  .hero-hud { min-height: 360px; }
  .map-panel { min-height: 236px; }
  .drop-system { width: 180px; }
  .supply-crate {
    --crate-scale: .66;
    --crate-open-scale: .7;
  }
  .map-ring.lock { width: 92px; }
  .ticker { flex-direction: column; }
  .ticker span { min-width: 0; }
  .operator-card { min-height: 520px; }
  .recruit-card { min-height: 360px; }
  .highlight-visual { min-height: 230px; }
  .reticle { width: 68px; }
  .tactical-feed {
    left: 14px;
    width: calc(100% - 28px);
  }
}

@media (min-width: 1600px) {
  .shell { width: min(1440px, calc(100% - 72px)); }
  .hero-grid,
  .split,
  .community-grid {
    gap: 64px;
  }
  .section { padding: 132px 0; }
}

@media (min-width: 1900px) {
  .shell { width: min(1680px, calc(100% - 96px)); }
  .hero {
    min-height: min(980px, 92svh);
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(460px, .78fr);
  }
  .slides {
    min-height: 600px;
  }
  .highlight-visual {
    min-height: 500px;
  }
}

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