:root {
  --bg: #000000;
  --bg-raised: #0b0d12;
  --charcoal: #1a1e26;
  --red: #e62020;
  --red-deep: #9d1212;
  --yellow: #ffe600;
  --text: #ece8e2;
  --muted: #8d939d;
  --line: #2a303a;
  --font-display: "Orbitron", sans-serif;
  --font-ui: "Rajdhani", sans-serif;
  --font-mono: "Share Tech Mono", ui-monospace, monospace;
  --max: 1120px;
  --radius: 2px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

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

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

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 0.6em;
}

h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

h3 {
  font-size: 1.05rem;
}

p {
  margin: 0 0 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.grid-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(230, 32, 32, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230, 32, 32, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 75%);
}

#spark-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(0, 0, 0, 0.86);
}

.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.brand-mark {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-sala {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
}

.brand-sub {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  color: var(--muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav a {
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--muted);
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.nav-cta {
  color: var(--text) !important;
  background: var(--red);
  padding: 0.55rem 0.9rem;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover {
  background: #ff2a2a;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--charcoal);
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--text);
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.25rem 4rem;
  position: relative;
}

.hero-inner {
  max-width: 760px;
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
}

.moon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: -4px 0 0 0 var(--bg);
  transform: rotate(-25deg);
}

.hero-logo {
  width: min(420px, 86vw);
  margin: 0 auto 1.4rem;
  filter: drop-shadow(0 0 28px rgba(230, 32, 32, 0.35));
}

.hero-lead {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  color: #c8c4bc;
  max-width: 36ch;
  margin: 0 auto 1.8rem;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 0 24px rgba(230, 32, 32, 0.28);
}

.btn-primary:hover {
  background: #ff2c2c;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: var(--red);
  color: #fff;
}

.hero-chevron {
  width: min(520px, 80vw);
  height: 18px;
  margin-top: 2.8rem;
  background:
    linear-gradient(var(--red), var(--red)) left center / calc(50% - 14px) 3px no-repeat,
    linear-gradient(var(--red), var(--red)) right center / calc(50% - 14px) 3px no-repeat;
  position: relative;
}

.hero-chevron::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 16px;
  height: 16px;
  background: var(--charcoal);
  transform: translateX(-50%) rotate(45deg);
  border-right: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
}

.stats {
  border-block: 1px solid var(--line);
  background: var(--bg-raised);
}

.stats-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.6rem 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.stat-value {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--red);
  margin: 0;
}

.stat-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0.2rem 0 0;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 5rem 1.25rem;
}

.section-alt {
  max-width: none;
  padding-inline: 0;
  background: linear-gradient(180deg, #07080b, #000);
  border-block: 1px solid var(--line);
}

.section-alt > * {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.section-head {
  max-width: 640px;
  margin-bottom: 2rem;
}

.section-lead {
  color: var(--muted);
  max-width: 48ch;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.6rem;
}

.chip {
  background: var(--charcoal);
  color: var(--text);
  border: 1px solid var(--line);
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
}

.chip.is-active,
.chip:hover {
  border-color: var(--red);
  color: #fff;
}

.chip.is-active {
  background: var(--red);
}

.zone-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.zone-card,
.plan-card,
.about-panel,
.map-panel {
  background: var(--charcoal);
  border: 1px solid var(--line);
  padding: 1.25rem 1.2rem 1.3rem;
  position: relative;
}

.zone-card::before,
.plan-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--red);
}

.zone-card.is-hidden {
  display: none;
}

.zone-icon {
  color: var(--yellow);
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

.zone-card p,
.plan-card p,
.about-panel p,
.map-panel p {
  color: #b8bdc6;
  font-size: 1rem;
}

.zone-card ul,
.plan-card ul,
.check-list {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.zone-card li,
.plan-card li,
.check-list li {
  padding: 0.28rem 0 0.28rem 1rem;
  position: relative;
  color: var(--muted);
  font-size: 0.95rem;
}

.zone-card li::before,
.plan-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  background: var(--red);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.about-grid,
.hours-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2rem;
  padding-block: 5rem;
}

.check-list {
  margin-top: 1.2rem;
}

.check-list li {
  color: var(--text);
}

.panel-kicker {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  color: var(--yellow);
  margin-bottom: 0.8rem;
}

.about-panel ol {
  margin: 0;
  padding-left: 1.15rem;
  color: #c9cdd4;
}

.about-panel li + li {
  margin-top: 0.7rem;
}

.panel-foot {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dot {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--red);
}

.plan-name {
  font-family: var(--font-display);
  letter-spacing: 0.16em;
  margin: 0 0 0.4rem;
}

.plan-price {
  font-family: var(--font-display);
  font-size: 2rem;
  color: #fff;
  margin: 0 0 0.8rem;
}

.plan-price span {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.plan-card .btn {
  width: 100%;
  margin-top: 1.2rem;
}

.plan-featured {
  outline: 1px solid var(--red);
  box-shadow: 0 0 32px rgba(230, 32, 32, 0.16);
}

.plan-badge {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--yellow);
  margin: 0 0 0.6rem;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0 0.8rem;
}

.hours-table th,
.hours-table td {
  text-align: left;
  padding: 0.7rem 0.2rem;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.hours-table tr.is-today {
  color: #fff;
}

.hours-table tr.is-today th {
  box-shadow: inset 3px 0 0 var(--red);
  padding-left: 0.7rem;
}

.hours-status {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--yellow);
}

.map-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: #fff;
}

.map-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--muted);
}

.map-frame {
  margin-top: 1.2rem;
  min-height: 180px;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 18px,
      rgba(230, 32, 32, 0.08) 19px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 18px,
      rgba(230, 32, 32, 0.08) 19px
    ),
    #0a0c10;
  display: grid;
  place-items: center;
  position: relative;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.map-cross {
  position: absolute;
  width: 18px;
  height: 18px;
}

.map-cross::before,
.map-cross::after {
  content: "";
  position: absolute;
  background: var(--red);
}

.map-cross::before {
  width: 18px;
  height: 2px;
  top: 8px;
}

.map-cross::after {
  width: 2px;
  height: 18px;
  left: 8px;
}

.contact-form {
  max-width: 720px;
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

input,
select,
textarea {
  width: 100%;
  background: #07090d;
  color: var(--text);
  border: 1px solid var(--line);
  padding: 0.75rem 0.8rem;
  font-family: var(--font-ui);
  font-size: 1.05rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: 1px solid var(--red);
  border-color: var(--red);
}

.form-error {
  color: #ff8a8a;
  margin: 0;
}

.form-ok {
  color: var(--yellow);
  margin: 0;
}

.site-footer {
  padding: 2.5rem 1.25rem 3rem;
  text-align: center;
}

.footer-line {
  width: min(420px, 70vw);
  height: 16px;
  margin: 0 auto 1.4rem;
  background:
    linear-gradient(var(--red), var(--red)) left center / calc(50% - 12px) 3px no-repeat,
    linear-gradient(var(--red), var(--red)) right center / calc(50% - 12px) 3px no-repeat;
  position: relative;
}

.footer-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  width: 14px;
  height: 14px;
  transform: translateX(-50%) rotate(45deg);
  border-right: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
}

.footer-logo {
  width: 96px;
  margin: 0 auto 0.8rem;
}

.footer-copy,
.site-footer p {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .stats-grid,
  .zone-grid,
  .plan-grid,
  .about-grid,
  .hours-grid,
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #050608;
    border-bottom: 1px solid var(--line);
    padding: 0.6rem 1.25rem 1rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    text-align: center;
    margin-top: 0.6rem;
  }

  .stats-grid,
  .zone-grid,
  .plan-grid,
  .about-grid,
  .hours-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .about-grid,
  .hours-grid {
    padding-block: 3.2rem;
  }
}
