:root {
  --bg: #020407;
  --bg-soft: #081018;
  --surface: rgba(4, 10, 17, 0.9);
  --surface-strong: rgba(6, 14, 24, 0.98);
  --line: rgba(122, 244, 255, 0.32);
  --text: #f4fbff;
  --muted: #a7b8c8;
  --accent: #7af4ff;
  --accent-strong: #38d9f6;
  --accent-warm: #ff7f3f;
  --accent-lime: #d2ff54;
  --accent-violet: #8ea2ff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(122, 244, 255, 0.1) 0 1px, transparent 1px 34px),
    linear-gradient(45deg, rgba(255, 127, 63, 0.07) 0 1px, transparent 1px 46px),
    linear-gradient(180deg, #010204 0%, #03070c 44%, #07111b 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 50%, transparent 50%);
  background-size: 100% 4px, 100% 6px;
  opacity: 0.08;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(122, 244, 255, 0.1), transparent 26%, transparent 74%, rgba(255, 127, 63, 0.08)),
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(255, 255, 255, 0.025) 7px 8px);
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
}

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

.hero-illustration,
.side-illustration {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}

.card-photo {
  width: 100%;
  height: 15.5rem;
  object-fit: cover;
  object-position: center;
  border-radius: 1.1rem;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.crop-left {
  object-position: left center;
}

.crop-center {
  object-position: center center;
}

.crop-right {
  object-position: right center;
}

.photo-card-copy,
.card-meta {
  display: flex;
  gap: 1rem;
}

.photo-card-copy {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.photo-card-copy span,
.card-meta span {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.photo-card-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.card-meta {
  align-items: center;
  justify-content: space-between;
  margin: 0.2rem 0 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.card-meta strong {
  font-family: "Orbitron", sans-serif;
  font-size: 0.84rem;
  color: #e8f7ff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.ambient {
  display: none;
}

.ambient-a {
  top: 4rem;
  left: -8rem;
  background: rgba(55, 243, 255, 0.4);
}

.ambient-b {
  right: -8rem;
  bottom: 10rem;
  background: rgba(255, 107, 44, 0.35);
  animation-delay: -7s;
}

.grid-overlay {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 92%);
  opacity: 0.35;
  pointer-events: none;
  z-index: -2;
}

.topbar,
.section,
.footer {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.75rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(122, 244, 255, 0.18);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(3, 10, 17, 0.92), rgba(2, 5, 9, 0.82));
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #ffffff, var(--accent) 42%, rgba(55, 243, 255, 0.1) 76%);
  box-shadow: 0 0 20px rgba(55, 243, 255, 0.6);
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Orbitron", sans-serif;
}

.brand span {
  display: grid;
  gap: 0.15rem;
}

.brand small {
  color: var(--muted);
}

.nav {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.nav-link,
.hotline,
.button {
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.nav-link {
  padding: 0.7rem 1rem;
  border-radius: 0.8rem;
  color: var(--muted);
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--text);
  background: rgba(55, 243, 255, 0.12);
}

.hotline {
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(55, 243, 255, 0.25);
  background: linear-gradient(135deg, rgba(122, 244, 255, 0.12), rgba(210, 255, 84, 0.07));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.section {
  padding: 3.2rem 0;
}

.hero,
.page-hero,
.split-section,
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 2rem;
  align-items: center;
}

.hero {
  position: relative;
  grid-template-columns: 1fr;
  min-height: auto;
  align-items: start;
  margin-top: 0.9rem;
  padding: 2.2rem 0 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
  clip-path: none;
}

.page-hero {
  grid-template-columns: 1fr;
  min-height: auto;
  padding-top: 2.4rem;
  padding-bottom: 1.6rem;
  align-items: start;
}

.hero-copy,
.page-hero-copy,
.split-copy {
  max-width: 58rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker,
.floating-chip,
.weapon-badge,
.competition-label,
.info-ribbon {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.eyebrow-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
  animation: pulseDot 1.6s ease-in-out infinite;
}

h1 {
  margin: 0;
  font-size: 3.65rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(122, 244, 255, 0.14);
}

.title-line {
  display: block;
}

h2 {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
}

.lead,
.split-copy p,
.feature-card p,
.weapon-card p,
.competition-card p,
.timeline-item p,
.side-copy p {
  color: #c7d5e0;
  line-height: 1.55;
  font-size: 1.05rem;
}

.hero .lead {
  max-width: 44rem;
  font-size: 1.1rem;
  color: #eef7ff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.75);
}

.glitch {
  position: relative;
}

.glitch::before,
.glitch::after {
  display: none;
}

.glitch::before {
  color: var(--accent);
  transform: translate(2px, -1px);
  animation: glitchShift 2.8s infinite;
}

.glitch::after {
  color: var(--accent-warm);
  transform: translate(-2px, 1px);
  animation: glitchShift 3.2s infinite reverse;
}

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

.hero-tags span {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  color: #cfe8f5;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.1rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.95rem 1.4rem;
  border-radius: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.84rem;
}

.button:active,
.hotline:active,
.nav-link:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(122, 244, 255, 0.28), rgba(210, 255, 84, 0.2)),
    rgba(122, 244, 255, 0.12);
  border-color: rgba(122, 244, 255, 0.48);
  box-shadow: 0 18px 52px rgba(56, 217, 246, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.button-primary:hover,
.button-secondary:hover,
.hotline:hover {
  transform: translateY(-2px);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.hero-stats,
.feature-grid,
.weapon-grid,
.competition-grid,
.photo-grid {
  display: grid;
  gap: 0.9rem;
}

.signal-strip {
  width: 100%;
  overflow: hidden;
  padding: 0.55rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(122, 244, 255, 0.14), rgba(255, 127, 63, 0.09), rgba(210, 255, 84, 0.09));
}

.signal-track {
  width: max-content;
  white-space: nowrap;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.84rem;
  color: rgba(244, 251, 255, 0.88);
  animation: signalRun 22s linear infinite;
}

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

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

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

.stat-card,
.feature-card,
.weapon-card,
.competition-card,
.timeline-item,
.split-card,
.booking-form,
.booking-side,
.cta-panel,
.page-hero-art,
.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(122, 244, 255, 0.14);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(12, 28, 44, 0.95), rgba(2, 7, 12, 0.96));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.stat-card,
.feature-card,
.weapon-card,
.competition-card,
.split-card,
.timeline-item,
.booking-side {
  padding: 1.15rem;
}

.hero-panel,
.page-hero-art {
  min-height: 28rem;
  padding: 0.8rem;
}

.hero-visual {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
}

.hero-panel {
  position: relative;
  min-height: 30rem;
  padding: 0.75rem;
  border: 1px solid rgba(122, 244, 255, 0.18);
  border-radius: 1rem;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(8, 18, 31, 0.96), rgba(2, 7, 12, 0.98));
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 3, 6, 0.02) 0%, rgba(1, 3, 6, 0.28) 100%);
  pointer-events: none;
}

.page-hero-art {
  min-height: 30rem;
  margin-top: 1.2rem;
}

.hero-panel::before,
.feature-card::before,
.weapon-card::before,
.competition-card::before,
.split-card::before,
.booking-form::before,
.booking-side::before,
.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.08) 42%, transparent 64%);
  transform: translateX(-120%);
  animation: shimmer 7s linear infinite;
  pointer-events: none;
}

.hero-panel {
  display: grid;
  place-items: center;
}

.hero .hero-panel::before {
  display: none;
}

.reticle {
  position: absolute;
  top: 12%;
  right: 10%;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(55, 243, 255, 0.55);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(55, 243, 255, 0.16);
  animation: targetPulse 3.4s ease-in-out infinite;
}

.reticle::before,
.reticle::after {
  content: "";
  position: absolute;
  background: rgba(55, 243, 255, 0.7);
}

.reticle::before {
  top: 50%;
  left: 16%;
  right: 16%;
  height: 1px;
}

.reticle::after {
  left: 50%;
  top: 16%;
  bottom: 16%;
  width: 1px;
}

.reticle-small {
  top: auto;
  bottom: 8%;
  right: 8%;
  width: 6rem;
  height: 6rem;
}

.hud-stack {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.8rem;
  width: min(14rem, 45%);
}

.hud-card {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(55, 243, 255, 0.18);
  border-radius: 1rem;
  background: rgba(5, 12, 23, 0.74);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hud-card span,
.leaderboard-head span {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  margin-bottom: 0.3rem;
}

.hud-card strong,
.leaderboard-head strong {
  font-family: "Orbitron", sans-serif;
  font-size: 1.15rem;
}

.hero-visual,
.page-hero-art {
  position: relative;
}

.hero .hero-visual {
  position: relative;
  inset: auto;
  z-index: 1;
}

.panel-glow {
  position: absolute;
  inset: auto 10% 5% 10%;
  height: 4rem;
  background: rgba(122, 244, 255, 0.2);
  filter: blur(36px);
}

.floating-chip {
  position: absolute;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.95rem;
  z-index: 2;
  background: rgba(2, 8, 14, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.chip-a {
  top: 2rem;
  left: -1rem;
  animation: floatChip 7s ease-in-out infinite;
}

.chip-b {
  top: 44%;
  right: -1rem;
  animation: floatChip 6.5s ease-in-out infinite reverse;
}

.chip-c {
  bottom: 1.5rem;
  left: 12%;
  animation: floatChip 8s ease-in-out infinite;
}

.stat-card strong {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}

.stat-card span,
.feature-card p,
.weapon-card li,
.competition-card p,
.info-list span,
.timeline-item p,
.form-note,
.form-message {
  color: var(--muted);
}

.feature-index,
.weapon-badge,
.competition-label {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--accent);
}

.weapon-meter {
  height: 0.55rem;
  margin: 1rem 0 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.weapon-meter span {
  display: block;
  width: var(--value);
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm), var(--accent-lime));
  box-shadow: 0 0 18px rgba(55, 243, 255, 0.24);
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  max-width: 48rem;
  margin-bottom: 1.35rem;
}

.address-panel {
  display: inline-grid;
  gap: 0.5rem;
  margin-top: 1.4rem;
  padding: 1rem 1.2rem;
  border-left: 2px solid var(--accent);
  background: rgba(255, 255, 255, 0.04);
}

.address-panel span {
  color: var(--muted);
}

.address-panel a {
  font-size: 1.2rem;
}

.info-ribbon {
  display: inline-flex;
  margin-bottom: 1.5rem;
  color: var(--accent-warm);
}

.info-list,
.weapon-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.info-list li,
.weapon-card li {
  display: grid;
  gap: 0.3rem;
}

.booking-form {
  display: grid;
  gap: 0.85rem;
  padding: 1.2rem;
}

.booking-form label {
  display: grid;
  gap: 0.5rem;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  outline: none;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(55, 243, 255, 0.5);
  box-shadow: 0 0 0 4px rgba(55, 243, 255, 0.12);
}

.booking-side {
  min-height: 100%;
  display: grid;
  gap: 1.2rem;
  align-content: center;
}

.photo-card {
  min-height: 21rem;
  padding: 0.85rem;
}

.split-media {
  display: grid;
  align-content: start;
  gap: 0.4rem;
}

.split-photo {
  height: 14rem;
  margin-bottom: 0.2rem;
}

.side-copy {
  max-width: 28rem;
}

.form-message {
  min-height: 1.5rem;
}

.form-message.is-success {
  color: var(--accent);
}

.form-message.is-error {
  color: #ff8a69;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-section {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  align-items: start;
}

.timeline-section .section-heading {
  grid-column: 1 / -1;
}

.timeline-item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  align-items: start;
}

.timeline-item span {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(55, 243, 255, 0.12);
  color: var(--accent);
  font-family: "Orbitron", sans-serif;
}

.leaderboard {
  padding: 1.4rem;
  max-width: none;
}

.leaderboard-row {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.leaderboard-row b,
.leaderboard-row strong {
  font-family: "Orbitron", sans-serif;
}

.leaderboard-row strong {
  color: var(--accent);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem;
}

body[data-page="home"] .hero-panel,
body[data-page="home"] .booking-side {
  border-color: rgba(122, 244, 255, 0.18);
}

body[data-page="weapons"] .page-hero-art,
body[data-page="weapons"] .weapon-card {
  border-color: rgba(255, 127, 63, 0.18);
}

body[data-page="competitions"] .page-hero-art,
body[data-page="competitions"] .competition-card,
body[data-page="competitions"] .leaderboard {
  border-color: rgba(210, 255, 84, 0.16);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 2rem;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}

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

@keyframes pulseDot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.7);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(140%);
  }
}

@keyframes floatOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.2rem, -1.8rem, 0) scale(1.08);
  }
}

@keyframes floatChip {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

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

@keyframes targetPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.45;
  }
}

@keyframes glitchShift {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
  }
  20% {
    clip-path: inset(8% 0 58% 0);
  }
  40% {
    clip-path: inset(62% 0 12% 0);
  }
  60% {
    clip-path: inset(34% 0 28% 0);
  }
  80% {
    clip-path: inset(10% 0 74% 0);
  }
}

@media (max-width: 1024px) {
  .topbar {
    width: min(1180px, calc(100% - 1.2rem));
    border-radius: 1.5rem;
    padding: 1rem;
    flex-wrap: wrap;
  }

  .hero,
  .page-hero,
  .split-section,
  .booking-layout,
  .feature-grid,
  .weapon-grid,
  .competition-grid,
  .photo-grid,
  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .timeline-section {
    grid-template-columns: 1fr;
  }

  .hud-stack {
    width: calc(100% - 2rem);
  }
}

@media (max-width: 720px) {
  .section {
    padding: 2.5rem 0;
  }

  .hero {
    min-height: auto;
    padding: 1.6rem 0 0;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .hero-panel,
  .page-hero-art {
    min-height: 22rem;
  }

  .topbar {
    position: static;
  }

  .nav,
  .footer,
  .cta-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions,
  .footer-links {
    flex-direction: column;
  }

  .button,
  .hotline {
    width: 100%;
  }

  .floating-chip {
    position: static;
    margin-top: 0.8rem;
    width: fit-content;
  }

  .glitch::before,
  .glitch::after,
  .reticle,
  .reticle-small {
    display: none;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }
}
