/* Slapper landing page — isolated responsive layer. */
.landing-page {
  --lp-bg: #05090d;
  --lp-panel: #0a1218;
  --lp-cyan: #5de8ee;
  --lp-orange: #ff9f1c;
  --lp-text: #f4f1e9;
  --lp-muted: rgba(244, 241, 233, .64);
  --lp-line: rgba(136, 224, 231, .16);
  background: var(--lp-bg);
  color: var(--lp-text);
  overflow-x: clip;
}

.landing-page .landing-hero {
  min-height: auto;
  padding: 22px clamp(22px, 4vw, 58px) 0;
  background:
    radial-gradient(circle at 78% 32%, rgba(93, 232, 238, .11), transparent 27%),
    linear-gradient(135deg, #05090d, #081117 58%, #05090d);
}

.landing-page .landing-hero::before {
  opacity: .22;
  background-size: 86px 86px;
}

.landing-page .landing-hero::after { display: none; }

.landing-page .landing-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: min(1260px, 100%);
  min-height: 66px;
  margin: 0 auto;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--lp-line);
}

.landing-page .landing-nav .logo {
  flex: 0 0 auto;
  gap: 10px;
  font-size: 1.85rem;
  letter-spacing: .055em;
}

.landing-page .landing-nav .logo img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 10px;
}

.landing-page .landing-links {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 38px);
  margin: 0 34px 0 auto;
}

.landing-page .landing-links a { font-size: .7rem; }

.landing-page .landing-nav .cta.small {
  flex: 0 0 auto;
  margin: 0;
  padding: 12px 16px;
  font-size: .7rem;
}

.landing-page .landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
  align-items: center;
  gap: clamp(38px, 6vw, 84px);
  width: min(1260px, 100%);
  min-height: 640px;
  margin: 0 auto;
  padding: 46px 0 68px;
}

.landing-page .landing-hero-copy {
  max-width: 620px;
  min-width: 0;
}

.landing-page .status-pill {
  margin-bottom: 22px;
  color: var(--lp-muted);
  font-size: .66rem;
}

.landing-page .landing-hero h1 {
  max-width: 600px;
  font-size: clamp(5.4rem, 8.2vw, 8.1rem);
  line-height: .8;
}

.landing-page .landing-hero-copy > p {
  max-width: 560px;
  margin-top: 26px;
  color: var(--lp-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.landing-page .landing-actions {
  gap: 24px;
  margin-top: 30px;
}

.landing-page .landing-primary {
  min-width: 218px;
  width: auto;
  padding: 16px 19px;
}

.landing-page .hero-facts {
  max-width: 560px;
  margin-top: 38px;
  padding-top: 18px;
}

.landing-page .hero-facts div { padding-inline: 16px; }
.landing-page .hero-facts dt { font-size: 1.2rem; }

.landing-page .game-stage {
  position: relative;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  isolation: isolate;
}

.landing-page .stage-ring {
  inset: 14% 3% 2%;
  opacity: .65;
}

.landing-page .phone-preview {
  position: relative;
  z-index: 3;
  width: 246px;
  aspect-ratio: 1200 / 2670;
  padding: 7px;
  border: 1px solid rgba(93, 232, 238, .38);
  border-radius: 29px;
  background: #030609;
  box-shadow: 0 34px 74px rgba(0, 0, 0, .58), 0 0 40px rgba(93, 232, 238, .1);
  transform: none;
}

.landing-page .phone-preview img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  object-position: top center;
}

.landing-page .phone-speaker {
  top: 12px;
  width: 54px;
  height: 4px;
}

.landing-page .stage-fighter {
  z-index: 1;
  bottom: 5%;
  width: min(42%, 260px);
  max-height: 64%;
  opacity: .38;
  filter: saturate(.7) drop-shadow(0 22px 22px rgba(0, 0, 0, .62));
}

.landing-page .stage-fighter-left { left: 0; transform: rotate(-2deg); }
.landing-page .stage-fighter-right { right: 0; transform: rotate(2deg); }
.landing-page .stage-badge { display: none; }

.landing-page .fight-ticker {
  transform: none;
  border: 0;
  background: var(--lp-cyan);
}

.landing-page .ticker-track {
  padding: 10px 0 8px;
  font-size: 1rem;
}

.landing-page .landing-section {
  width: min(1180px, calc(100% - 44px));
  padding: 104px 0;
}

.landing-page .landing-section-head {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 44px;
  margin-bottom: 42px;
}

.landing-page .landing-section h2,
.landing-page .victory-copy h2,
.landing-page .final-fight h2 {
  font-size: clamp(3.7rem, 6.5vw, 6.4rem);
  line-height: .88;
}

.landing-page .landing-section-head > p,
.landing-page .mode-intro > p:last-child,
.landing-page .victory-copy > p:not(.landing-kicker) {
  color: var(--lp-muted);
}

.landing-page .wide-preview {
  aspect-ratio: 16 / 9;
  border-color: var(--lp-line);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}

.landing-page .wide-preview-label { bottom: 28px; left: 28px; }
.landing-page .wide-preview > a {
  top: auto;
  right: 24px;
  bottom: 22px;
  left: auto;
  width: 68px;
  height: 68px;
  transform: none;
}

.landing-page .wide-preview > a:hover { transform: scale(1.06); }

.landing-page .fight-modes {
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 7vw, 90px);
}

.landing-page .mode-intro > p:last-child { margin-top: 22px; }

.landing-page .new-mode-grid { gap: 16px; }

.landing-page .new-mode-card {
  min-height: 390px;
  padding: 28px;
  border-color: var(--lp-line);
  background: var(--lp-panel);
}

.landing-page .pvp-card { transform: none; }
.landing-page .mode-chip { top: 28px; right: 26px; }
.landing-page .new-mode-card h3 { margin-top: 72px; }
.landing-page .new-mode-card a { bottom: 27px; left: 28px; }

.landing-page .victory-section {
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr);
  gap: clamp(44px, 7vw, 88px);
  width: min(1260px, calc(100% - 44px));
  padding: 34px clamp(28px, 4vw, 56px);
  border-color: var(--lp-line);
  background: linear-gradient(110deg, rgba(93, 232, 238, .06), rgba(10, 18, 24, .82));
}

.landing-page .victory-media { min-height: 500px; }
.landing-page .victory-media img { width: min(82%, 520px); }
.landing-page .victory-copy { padding: 36px 0; }

.landing-page .fighter-head { margin-bottom: 34px; }

.landing-page .fighter-roster { border-color: var(--lp-line); }

.landing-page .fighter-roster article {
  padding: 22px 14px 20px;
  border-color: var(--lp-line);
}

.landing-page .fighter-roster img { height: 270px; }
.landing-page .fighter-roster h3 { font-size: 1.55rem; }

.landing-page .final-fight {
  min-height: 590px;
  padding: 80px 24px;
}

.landing-page .final-fight > img {
  right: 5%;
  bottom: -28%;
  opacity: .24;
}

.landing-page .landing-footer {
  width: min(1260px, calc(100% - 44px));
  padding: 28px 0;
}

@media (max-width: 1060px) {
  .landing-page .landing-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr);
    gap: 30px;
  }

  .landing-page .landing-hero h1 { font-size: clamp(4.8rem, 9vw, 6.8rem); }
  .landing-page .game-stage { min-height: 520px; }
  .landing-page .phone-preview { width: 226px; }
  .landing-page .stage-fighter { width: min(39%, 230px); }
  .landing-page .fight-modes { grid-template-columns: 1fr; }
  .landing-page .mode-intro { max-width: 650px; }
  .landing-page .new-mode-grid { max-width: none; }
  .landing-page .fighter-roster { grid-template-columns: repeat(3, 1fr); }
  .landing-page .fighter-roster article:nth-child(3) { border-right: 0; }
  .landing-page .fighter-roster article:nth-child(-n+3) { border-bottom: 1px solid var(--lp-line); }
  .landing-page .fighter-roster article:nth-child(4) { grid-column: auto; }
  .landing-page .fighter-roster article:nth-child(5) { border-right: 1px solid var(--lp-line); }
}

@media (max-width: 820px) {
  .landing-page .landing-links { display: none; }

  .landing-page .landing-nav .cta.small { margin-left: auto; }

  .landing-page .landing-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 60px;
  }

  .landing-page .landing-hero-copy { max-width: 680px; }
  .landing-page .landing-hero h1 { font-size: clamp(5rem, 15vw, 7rem); }
  .landing-page .game-stage { min-height: 520px; }
  .landing-page .phone-preview { width: 226px; }
  .landing-page .stage-fighter-left { left: 12%; }
  .landing-page .stage-fighter-right { right: 12%; }
  .landing-page .landing-section { padding: 82px 0; }
  .landing-page .landing-section-head { grid-template-columns: 1fr; gap: 18px; }
  .landing-page .victory-section { grid-template-columns: 1fr; }
  .landing-page .victory-media { min-height: 440px; }
  .landing-page .victory-copy { padding: 0 10px 34px; }
  .landing-page .landing-footer { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .landing-page .landing-footer .logo,
  .landing-page .landing-footer .footer-links { justify-content: center; }
}

@media (max-width: 580px) {
  .landing-page .landing-hero { padding-inline: 18px; }

  .landing-page .landing-nav {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .landing-page .landing-nav .logo { font-size: 1.45rem; }
  .landing-page .landing-nav .logo img { width: 36px; height: 36px; flex-basis: 36px; }
  .landing-page .landing-nav .cta.small { padding: 9px 11px; font-size: .62rem; }

  .landing-page .landing-hero-grid {
    gap: 10px;
    padding: 44px 0 64px;
  }

  .landing-page .status-pill { margin-bottom: 18px; font-size: .58rem; }
  .landing-page .landing-hero h1 { font-size: clamp(4.2rem, 20vw, 5.8rem); }
  .landing-page .landing-hero-copy > p { margin-top: 22px; font-size: .92rem; }
  .landing-page .landing-actions { align-items: stretch; gap: 18px; margin-top: 26px; }
  .landing-page .landing-primary { width: 100%; min-width: 0; }
  .landing-page .hero-facts { grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 32px; }
  .landing-page .hero-facts div,
  .landing-page .hero-facts div:first-child { display: block; padding: 0 8px; border-left: 1px solid var(--lp-line); }
  .landing-page .hero-facts div:first-child { padding-left: 0; border-left: 0; }
  .landing-page .hero-facts dd { font-size: .52rem; line-height: 1.35; }
  .landing-page .game-stage { min-height: 430px; margin-inline: 0; overflow: clip; }
  .landing-page .phone-preview { width: 190px; border-radius: 24px; }
  .landing-page .phone-preview img { border-radius: 18px; }
  .landing-page .stage-fighter { display: none; }
  .landing-page .stage-ring { inset: 16% 8% 5%; }
  .landing-page .landing-section { width: calc(100% - 36px); padding: 66px 0; }
  .landing-page .landing-section h2,
  .landing-page .victory-copy h2,
  .landing-page .final-fight h2 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .landing-page .wide-preview { aspect-ratio: 4 / 3; }
  .landing-page .wide-preview-label { bottom: 18px; left: 18px; }
  .landing-page .wide-preview > a { right: 16px; bottom: 14px; width: 58px; height: 58px; }
  .landing-page .new-mode-grid { grid-template-columns: 1fr; }
  .landing-page .new-mode-card { min-height: 350px; }
  .landing-page .victory-section { width: calc(100% - 20px); padding: 22px 16px; }
  .landing-page .victory-media { min-height: 350px; }
  .landing-page .victory-media img { width: 92%; }
  .landing-page .fighter-roster { grid-template-columns: repeat(2, 1fr); }
  .landing-page .fighter-roster article,
  .landing-page .fighter-roster article:nth-child(3),
  .landing-page .fighter-roster article:nth-child(5) { border-right: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); }
  .landing-page .fighter-roster article:nth-child(even) { border-right: 0; }
  .landing-page .fighter-roster article:last-child { border-bottom: 0; }
  .landing-page .fighter-roster img { height: 210px; }
  .landing-page .final-fight { min-height: 540px; padding: 68px 20px; }
  .landing-page .final-fight > img { right: -25%; width: 78vw; }
  .landing-page .landing-footer { width: calc(100% - 36px); }
}
