
:root {
  --black: #060709;
  --dark: #0d0f13;
  --card: #14161b;
  --card2: #1b1e25;
  --white: #f6f6f6;
  --muted: #b8bec8;
  --red: #dc2027;
  --line: #333842;
  --navy: #041832;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: relative;
  z-index: 100;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background: rgba(5,6,8,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-banner {
  display: block;
  width: 100%;
  height: clamp(92px, 13vw, 150px);
  overflow: hidden;
  background: #050608;
}
.header-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-nav {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 8px 38px;
  background: rgba(5,6,8,.96);
}
.nav { display: flex; gap: 28px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.nav a { color: #d7dbe2; }
.nav a:hover { color: var(--red); }
.header-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.header-socials a {
  color: white;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.05);
}
.header-socials a:hover {
  border-color: var(--red);
  color: var(--red);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}
.btn-primary { background: var(--red); color: white; }
.btn-outline { border: 1px solid white; color: white; background: rgba(0,0,0,.25); }

.hero {
  position: relative;
  min-height: 760px;
  background-image: url("../assets/homepage-hero-class-grayscale.jpg");
  background-size: cover;
  background-position: center 46%;
  display: flex;
  align-items: flex-start;
  padding-top: 86px;
  padding-bottom: 150px;
  border-bottom: 1px solid var(--line);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.55), rgba(0,0,0,.2));
}
.hero-content {
  position: relative;
  width: min(720px, 92%);
  margin-left: 7vw;
  padding: 34px;
  background: rgba(0,0,0,.62);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
}
.eyebrow {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
  margin: 0 0 12px;
}
h1, h2, h3 { margin: 0; line-height: .98; text-transform: uppercase; }
h1 { font-size: clamp(48px, 6vw, 92px); letter-spacing: -.04em; }
h2 { font-size: clamp(34px, 4vw, 58px); letter-spacing: -.03em; }
h3 { font-size: 26px; }
.hero h1 span, .red { color: var(--red); }
.hero-sub { font-size: 21px; color: #e8e8e8; max-width: 620px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.hero-proof {
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.hero-proof div {
  background: rgba(0,0,0,.72);
  border: 1px solid rgba(255,255,255,.12);
  padding: 18px;
  border-radius: 6px;
}
.hero-proof strong { display: block; color: white; }
.hero-proof span { color: var(--muted); font-size: 13px; }

.section {
  padding: 80px 7vw;
  border-bottom: 1px solid var(--line);
}
.center { text-align: center; max-width: 850px; margin: 0 auto 42px; }
.center p { color: var(--muted); }

.tour, .about-grid, .split, .success-band, .community, .final-cta {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 46px;
  align-items: center;
}
.tour p, .panel p, .split-copy p, .success-copy p, .community p, .final-cta p {
  color: var(--muted);
  font-size: 18px;
}
.video-frame {
  background: #000;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0,0,0,.45);
}
.video-frame video,
.video-frame .tour-image {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  object-fit: cover;
  display: block;
}
.tour-video {
  border: 0;
}
.video-note { padding: 10px 14px; color: var(--muted); font-size: 12px; background: var(--card); }

.feature-image, .split-image, .success-band img, .community img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.panel, .contact-card {
  background: linear-gradient(145deg, var(--card), #0b0c0f);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 38px;
}
.contact-details {
  margin-top: 28px;
}
.contact-details p {
  margin: 0 0 12px;
}
.social-links,
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.social-links a,
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 4px;
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: rgba(255,255,255,.05);
}
.social-links a:hover,
.footer-socials a:hover {
  border-color: var(--red);
  color: var(--red);
}
.local-service-note,
.footer-seo {
  color: var(--muted);
}
.contact-form {
  display: grid;
  gap: 16px;
}
.contact-form h3 {
  margin-bottom: 6px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #090a0d;
  color: var(--white);
  padding: 0 13px;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.contact-form input:focus,
.contact-form select:focus {
  outline: 2px solid rgba(220,32,39,.55);
  outline-offset: 2px;
}
.contact-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-top: 26px;
}
.check-grid span::before, .clean-list li::before {
  content: "✓";
  color: var(--red);
  font-weight: 900;
  margin-right: 9px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.program-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.program-card img { height: 250px; width: 100%; object-fit: cover; }
.program-card div { padding: 24px; }
.program-card p { color: var(--muted); }
.program-card a { color: var(--red); font-weight: 900; text-transform: uppercase; font-size: 13px; }

.split.reverse { grid-template-columns: 1.35fr 1fr; }
.clean-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  color: var(--white);
  font-weight: 700;
}
.clean-list li { margin: 9px 0; }

.success-band {
  background: radial-gradient(circle at top right, rgba(220,32,39,.17), transparent 30%), var(--dark);
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.mini-stats span {
  border: 1px solid var(--line);
  background: var(--card);
  padding: 14px;
  border-radius: 5px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.schedule-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
  background: var(--card);
}
.schedule-table th, .schedule-table td {
  border: 1px solid var(--line);
  padding: 16px 12px;
  text-align: center;
  vertical-align: middle;
}
.schedule-table th { background: #20232a; text-transform: uppercase; font-size: 13px; }
.schedule-table td:first-child { font-weight: 900; color: white; }
.schedule-table td { color: var(--muted); }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.price-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 38px;
  text-align: center;
}
.price-card.featured { border: 2px solid var(--red); transform: translateY(-10px); }
.badge {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: var(--red);
  padding: 8px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}
.price { font-size: 64px; font-weight: 900; margin: 26px 0 6px; }
.price span { font-size: 16px; color: var(--muted); }

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
blockquote {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}
blockquote strong { color: var(--red); }
blockquote p { color: var(--white); }
blockquote cite { color: var(--muted); font-style: normal; font-weight: 900; }

.community {
  grid-template-columns: 1.25fr 1fr;
  background: var(--dark);
}
.final-cta {
  grid-template-columns: 1.3fr .8fr;
  background: linear-gradient(90deg, #07080a, #13090a);
}
.site-footer {
  padding: 34px 7vw;
  background: #030405;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.site-footer img { width: 230px; }
.site-footer p {
  margin: 0 0 8px;
}
.footer-seo {
  font-size: 14px;
  max-width: 760px;
}
.footer-socials {
  justify-content: flex-end;
  margin-top: 12px;
}

@media (max-width: 980px) {
  .site-header { height: auto; }
  .header-banner { height: clamp(76px, 22vw, 120px); }
  .header-nav { flex-wrap: wrap; gap: 16px; padding: 14px 18px; }
  .nav {
    width: 100%;
    overflow-x: visible;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 16px;
    padding-bottom: 0;
  }
  .header-socials { width: 100%; justify-content: center; }
  .header-cta { display: none; }
  .hero-proof, .tour, .about-grid, .split, .split.reverse, .success-band, .community, .final-cta {
    position: relative;
    grid-template-columns: 1fr;
  }
  .hero {
    display: block;
    min-height: auto;
    padding: 0 0 28px;
    background-position: center top;
  }
  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 20px;
    gap: 12px;
  }
  h1 { font-size: clamp(38px, 11vw, 48px); letter-spacing: -.02em; overflow-wrap: break-word; }
  h2 { font-size: clamp(30px, 9vw, 40px); letter-spacing: -.02em; overflow-wrap: break-word; }
  .hero-content { width: auto; margin: 40px 20px 18px; padding: 26px; }
  .hero-sub { font-size: 18px; }
  .btn { width: 100%; padding: 0 16px; text-align: center; }
  .schedule-table-wrap { max-width: 100%; }
  .program-grid, .pricing-grid, .review-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .check-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .footer-socials { justify-content: flex-start; }
}
