:root {
  --bg: #0f0f12;
  --surface: #17171d;
  --text: #f7f7f7;
  --muted: #c7c7cc;
  --brand: #d73131;
  --brand-dark: #a91d1d;
}

body.site {
  background: radial-gradient(circle at 15% 15%, #23232a 0%, #101015 40%, #0b0b0f 100%);
  color: var(--text);
  font-family: "Muli", sans-serif;
}

.site a {
  color: var(--text);
}

.site a:hover {
  color: var(--brand);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 7, 10, 0.93);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 700;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
}

.brand-text {
  line-height: 1;
}

.brand span {
  color: var(--brand);
}

.nav-links {
  display: flex;
  gap: 20px;
  list-style: none;
}

.nav-links a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 13px;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(8, 8, 10, 0.85), rgba(8, 8, 10, 0.35)), url("../img/hero/9weapons-hero.jpg") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(15, 15, 18, 0) 0%, rgba(15, 15, 18, 1) 100%);
}

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

.kicker {
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

.hero h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 66px;
  line-height: 1.05;
  margin: 14px 0 18px;
}

.hero p {
  color: #ddd;
  max-width: 520px;
  font-size: 18px;
}

.btn-main {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 26px;
  background: var(--brand);
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

.btn-main:hover {
  background: var(--brand-dark);
  color: #fff;
}

.section {
  padding: 90px 0;
}

.section h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.muted {
  color: var(--muted);
  font-size: 16px;
}

.panel {
  background: linear-gradient(180deg, #1c1c24 0%, #15151c 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 26px;
  height: 100%;
}

.panel h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
}

.icon-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #f0f0f0;
}

.icon-row i {
  margin-top: 4px;
  color: var(--brand);
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px;
  text-align: left;
}

.schedule-table th {
  background: #1d1d26;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.schedule-table td {
  color: #dedee2;
}

.map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
}

.review-summary {
  margin: 14px 0 12px;
  color: #f3f3f7;
}

.review-stars {
  color: #ffd25e;
  margin: 0 6px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 12px 0 6px;
}

.review-card {
  background: linear-gradient(180deg, #1e1e28 0%, #171720 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 16px;
}

.review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
}

.review-head span {
  color: #ffd25e;
}

.review-card p {
  color: #dedee2;
  margin-bottom: 8px;
}

.review-card small {
  color: #b8b8bf;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  color: #c7c7cc;
  font-size: 14px;
  background: rgba(7, 7, 10, 0.9);
}

.pw-gate {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: radial-gradient(circle at 20% 10%, #2a2a34 0%, #0d0d12 60%, #060608 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pw-panel {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, #1f1f2a 0%, #161620 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 28px;
  text-align: center;
}

.pw-logo {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.pw-panel h2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 34px;
}

.pw-panel p {
  color: #d5d5db;
  margin-bottom: 14px;
}

.pw-panel input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #111119;
  color: #fff;
  margin-bottom: 10px;
}

.pw-panel button {
  width: 100%;
  border: 0;
  border-radius: 6px;
  padding: 12px 14px;
  background: #d73131;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.pw-panel button:hover {
  background: #a91d1d;
}

.pw-error {
  color: #ff9898;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .hero h1 {
    font-size: 44px;
  }

  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand-text {
    font-size: 24px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .hero {
    min-height: 68vh;
  }

  .hero h1 {
    font-size: 34px;
  }

  .section {
    padding: 70px 0;
  }

  .section h2 {
    font-size: 34px;
  }

  .brand-text {
    font-size: 20px;
  }
}
