/* ==========================================================
   Supersonic Badminton — Tushar coaching site
   Design language aligned to chrislangridge.co.uk:
   pure black, coral-orange accent, rounded geometric sans,
   huge centered section headings, one-page anchor layout.
   Type: Quicksand (headings) · Mulish (body)
   ========================================================== */

:root {
  --black: #000000;
  --panel: #101318;
  --panel-2: #14181f;
  --edge: #23272f;
  --orange: #e8744b;
  --orange-soft: rgba(232, 116, 75, 0.14);
  --white: #ffffff;
  --body: #c9c9c9;
  --dim: #8b8f98;
  --maxw: 1160px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Mulish", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  background: var(--black);
  color: var(--body);
  line-height: 1.8;
  font-size: 16px;
}

h1, h2, h3, h4, .hfont {
  font-family: "Quicksand", "Mulish", sans-serif;
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
}

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

a { color: var(--orange); text-decoration: none; }

::selection { background: var(--orange); color: var(--black); }

/* ---------- Fixed nav ---------- */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

.brand {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: var(--white);
  font-size: 1.05rem;
  letter-spacing: 0.22em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand .logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--white);
  object-fit: cover;
  flex-shrink: 0;
}
.brand em { font-style: normal; color: var(--orange); }
.brand .sub { display: block; font-size: 0.56rem; letter-spacing: 0.42em; color: var(--dim); font-weight: 600; }

/* Single-row nav must never wrap: the bar has a fixed height, so a wrapped
   second line would overflow it. Below 960px it collapses into a hamburger. */
nav.menu { display: flex; align-items: center; gap: 4px; flex-wrap: nowrap; }

nav.menu a {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: var(--white);
  font-size: 0.95rem;
  padding: 26px 11px;
  position: relative;
  white-space: nowrap;
  transition: color 0.2s;
}

nav.menu a:hover { color: var(--orange); }

nav.menu a.active { color: var(--orange); }
nav.menu a.active::after {
  content: "";
  position: absolute;
  left: 12px; right: 12px; bottom: 14px;
  height: 3px;
  background: var(--orange);
}

nav.menu a.nav-book {
  background: var(--orange);
  color: var(--black);
  padding: 10px 22px;
  border-radius: 4px;
  margin-left: 12px;
  font-weight: 700;
}
nav.menu a.nav-book:hover { background: #f08a63; color: var(--black); }
nav.menu a.nav-book::after { display: none; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--edge);
  border-radius: 4px;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1;
  padding: 9px 14px;
  cursor: pointer;
}
.nav-toggle:hover { border-color: var(--orange); color: var(--orange); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 120px 24px 80px;
  background: var(--black);
  overflow: hidden;
}

/* Crossfading photo backdrop: .slide layers under a fixed gradient scrim.
   With JS off (or reduced motion) only the first slide shows — same as a
   static hero. */
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slides .slide {
  position: absolute;
  inset: 0;
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.8s ease;
}
.hero-slides .slide.on { opacity: 1; }

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 110%, rgba(232, 116, 75, 0.14), transparent 55%),
    linear-gradient(rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.72) 55%, rgba(0, 0, 0, 0.9) 100%);
}

.hero .kicker, .hero h1, .hero .role, .hero .promise, .hero .cta-row { position: relative; z-index: 2; }

.hero .kicker {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 26px;
}

.hero h1 {
  font-size: clamp(3rem, 8.5vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero .role {
  margin-top: 18px;
  font-family: "Quicksand", sans-serif;
  color: var(--white);
  font-weight: 500;
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero .role span { color: var(--orange); padding: 0 10px; }

.hero .promise {
  margin-top: 30px;
  max-width: 560px;
  color: var(--body);
  font-size: 1.06rem;
}

.hero .cta-row { margin-top: 40px; display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }

.scroll-cue {
  position: absolute;
  bottom: 34px; left: 50%;
  transform: translateX(-50%);
  color: var(--dim);
  font-size: 1.4rem;
  z-index: 2;
  animation: cue 2.2s ease-in-out infinite;
}
@keyframes cue { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 36px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}

.btn-solid { background: var(--orange); color: var(--black); }
.btn-solid:hover { background: #f08a63; transform: translateY(-2px); }

.btn-line { border: 2px solid rgba(255, 255, 255, 0.4); color: var(--white); }
.btn-line:hover { border-color: var(--orange); color: var(--orange); }

.btn:focus-visible, a:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

/* ---------- Sections & headings ---------- */
section.sect { padding: 110px 0; }
section.sect.tint { background: #07080a; }

.sect-head { text-align: center; margin-bottom: 64px; }

.sect-head h2 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 700;
}

/* ornament divider: — ✕ — */
.orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
.orn::before, .orn::after {
  content: "";
  width: 44px;
  height: 2px;
  background: var(--orange);
  opacity: 0.85;
}
.orn span {
  color: var(--orange);
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  opacity: 0.9;
}

.sect-head .intro { max-width: 640px; margin: 26px auto 0; color: var(--body); }

/* ---------- Coaching cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.ccard {
  background: var(--panel);
  border: 1px solid var(--edge);
  padding: 48px 34px 40px;
  text-align: center;
  transition: transform 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ccard:hover { transform: translateY(-6px); border-color: rgba(232, 116, 75, 0.5); }

.ccard .icon { font-size: 2.6rem; margin-bottom: 22px; }

/* photo-topped cards (club section) */
.ccard.has-img { padding: 0 0 40px; overflow: hidden; }
.ccard.has-img .card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
  filter: saturate(0.94) contrast(1.03);
}
.ccard.has-img h3, .ccard.has-img p { padding: 0 30px; }

.ccard h3 { font-size: 1.6rem; font-weight: 600; margin-bottom: 18px; }

.ccard p { color: var(--body); font-size: 0.97rem; }

.ccard .price {
  font-family: "Quicksand", sans-serif;
  color: var(--white);
  font-weight: 700;
  margin-top: 20px;
  font-size: 1.05rem;
}
.ccard .price small { color: var(--dim); font-weight: 400; }

.rule-link {
  display: inline-block;
  margin-top: 26px;
  padding: 10px 4px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #b9bdc6;
  border-top: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transition: color 0.2s;
}
.rule-link:hover { color: var(--orange); }

.featured-note {
  margin-top: 60px;
  text-align: center;
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.about-grid .copy p { margin-bottom: 22px; }
.about-grid .copy strong { color: var(--white); font-weight: 600; }

/* photo placeholder */
.photo-ph {
  background: var(--panel);
  border: 1px dashed #3a3f48;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--dim);
  font-size: 0.9rem;
  padding: 24px;
  position: relative;
}
.photo-ph.portrait { aspect-ratio: 3 / 4; }
.photo-ph.wide { aspect-ratio: 16 / 9; }
.photo-ph.square { aspect-ratio: 1; }
.photo-ph::before {
  content: "🏸";
  position: absolute;
  font-size: 4rem;
  opacity: 0.12;
}

/* ---------- Experience / proof ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; margin-bottom: 70px; }

.stat .num {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: var(--orange);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1;
}
.stat .lab {
  margin-top: 12px;
  font-family: "Quicksand", sans-serif;
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.cred-list { max-width: 720px; margin: 0 auto; }
.cred-list li {
  list-style: none;
  padding: 18px 0 18px 40px;
  border-bottom: 1px solid var(--edge);
  position: relative;
  color: var(--body);
}
.cred-list li::before {
  content: "✕";
  position: absolute;
  left: 6px;
  color: var(--orange);
  font-size: 0.8rem;
  top: 22px;
}
.cred-list li strong { color: var(--white); font-weight: 600; }

/* ---------- Video ---------- */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.video-ph {
  background: var(--panel);
  border: 1px dashed #3a3f48;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--dim);
  font-size: 0.88rem;
  text-align: center;
  padding: 18px;
  min-width: 0;
}

.play-badge {
  width: 58px; height: 58px;
  border-radius: 6px;
  background: rgba(232, 116, 75, 0.85);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.video-grid .main { grid-column: 1 / -1; aspect-ratio: 21 / 9; }

/* ---------- Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--panel);
  border: 1px solid var(--edge);
}

.gallery figure.wide { grid-column: span 2; }

.gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  filter: saturate(0.94) contrast(1.03);
  transition: transform 0.4s ease;
}

.gallery figure.wide img { aspect-ratio: auto; }

.gallery figure:hover img { transform: scale(1.04); }

.gallery figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 30px 18px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: var(--white);
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

@media (prefers-reduced-motion: reduce) {
  .gallery img { transition: none; }
  .gallery figure:hover img { transform: none; }
}

/* ---------- Testimonials ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.tquote {
  background: var(--panel);
  border: 1px solid var(--edge);
  padding: 42px 34px;
  text-align: center;
}

.tquote .mark { color: var(--orange); font-size: 2.6rem; font-family: Georgia, serif; line-height: 1; }

.tquote blockquote { margin: 16px 0 22px; color: var(--body); font-size: 0.97rem; }

.tquote cite {
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  color: var(--white);
  font-weight: 600;
  display: block;
}
.tquote cite span { display: block; color: var(--dim); font-size: 0.85rem; font-family: "Mulish", sans-serif; font-weight: 400; margin-top: 4px; }

/* ---------- Book ---------- */
.book-table {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  border-collapse: collapse;
}

.book-table th, .book-table td { padding: 20px 22px; text-align: left; border-bottom: 1px solid var(--edge); }

.book-table th {
  font-family: "Quicksand", sans-serif;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.book-table td { color: var(--body); font-size: 0.97rem; }
.book-table td.price-cell { font-family: "Quicksand", sans-serif; color: var(--orange); font-weight: 700; white-space: nowrap; }

.book-note { max-width: 860px; margin: 26px auto 0; color: var(--dim); font-size: 0.9rem; text-align: center; }

/* ---------- Club ---------- */
.club-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

/* ---------- Signup band ---------- */
.signup {
  background: var(--panel);
  border: 1px solid var(--edge);
  max-width: 720px;
  margin: 0 auto;
  padding: 54px 40px;
  text-align: center;
}

.signup h3 { font-size: 1.9rem; font-weight: 600; }
.signup p { margin: 16px 0 28px; color: var(--body); }

.signup form { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.signup input {
  background: var(--black);
  border: 1px solid #3a3f48;
  color: var(--white);
  font-family: "Mulish", sans-serif;
  font-size: 0.95rem;
  padding: 14px 18px;
  min-width: 260px;
  border-radius: 4px;
}
.signup input:focus { outline: 2px solid var(--orange); border-color: var(--orange); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }

.contact-list { list-style: none; }
.contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--edge);
}
.contact-list .ico { font-size: 1.3rem; width: 34px; text-align: center; }
.contact-list a { color: var(--white); font-family: "Quicksand", sans-serif; font-weight: 600; }
.contact-list a:hover { color: var(--orange); }
.contact-list .tag { margin-left: auto; color: var(--dim); font-size: 0.85rem; }

.map-frame {
  width: 100%;
  height: 340px;
  border: 1px solid var(--edge);
  filter: grayscale(1) invert(0.92) contrast(0.9);
}

address { font-style: normal; color: var(--body); }

/* ---------- Floating WhatsApp + back-to-top ---------- */
.wa-float {
  position: fixed;
  right: 26px; bottom: 26px;
  z-index: 90;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 8px 24px rgba(232, 116, 75, 0.45);
  transition: transform 0.2s;
}
.wa-float svg { width: 30px; height: 30px; fill: var(--white); display: block; }
.wa-float:hover { transform: scale(1.08); }

.to-top {
  position: fixed;
  right: 38px; bottom: 100px;
  z-index: 90;
  color: var(--dim);
  font-size: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { color: var(--orange); }

/* ---------- Placeholder editorial system (dark theme) ---------- */
.tbc {
  border: 1px dashed var(--orange);
  background: var(--orange-soft);
  color: #f0a385;
  border-radius: 4px;
  padding: 1px 8px;
  font-size: 0.86em;
  font-weight: 600;
}

.notice {
  background: var(--orange-soft);
  border: 1px dashed var(--orange);
  border-radius: 6px;
  padding: 14px 20px;
  color: #f0a385;
  font-size: 0.9rem;
  margin: 30px auto 0;
  max-width: 760px;
  text-align: center;
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-cue { animation: none; }
  .btn-solid:hover, .ccard:hover, .wa-float:hover { transform: none; }
}

/* ---------- Footer ---------- */
footer {
  border-top: 1px solid var(--edge);
  padding: 44px 0;
  text-align: center;
  color: var(--dim);
  font-size: 0.88rem;
}
footer .brandline { font-family: "Quicksand", sans-serif; letter-spacing: 0.22em; color: var(--white); font-weight: 600; margin-bottom: 10px; }
footer .brandline em { font-style: normal; color: var(--orange); }
footer .links { margin-bottom: 14px; }
footer .links a { padding: 0 10px; color: var(--body); }
footer .links a:hover { color: var(--orange); }

/* ---------- Page hero (subpages) ---------- */
.page-hero {
  padding: 190px 24px 92px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background:
    radial-gradient(ellipse at 50% 130%, rgba(232, 116, 75, 0.14), transparent 55%),
    linear-gradient(rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.94) 100%),
    url("assets/hero-action.jpg") center 35% / cover no-repeat,
    var(--black);
}
.page-hero.ph-club { background-image:
    radial-gradient(ellipse at 50% 130%, rgba(232, 116, 75, 0.14), transparent 55%),
    linear-gradient(rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.94) 100%),
    url("assets/club-night.jpg"); }
.page-hero.ph-team { background-image:
    radial-gradient(ellipse at 50% 130%, rgba(232, 116, 75, 0.14), transparent 55%),
    linear-gradient(rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.78) 55%, rgba(0, 0, 0, 0.94) 100%),
    url("assets/team-2022.jpg"); }

.page-hero .kicker {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.page-hero h1 { font-size: clamp(2.6rem, 6.5vw, 4.6rem); letter-spacing: 0.04em; }
.page-hero .promise { margin-top: 24px; max-width: 620px; color: var(--body); font-size: 1.05rem; }

/* ---------- Coaching format rows ---------- */
.format-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 56px 0;
  border-bottom: 1px solid var(--edge);
}
.format-row:last-of-type { border-bottom: none; }
.format-row.flip .format-copy { order: -1; }

.format-copy h3 { font-size: 1.9rem; font-weight: 600; margin-bottom: 18px; }
.format-copy p { margin-bottom: 18px; }
.format-copy ul { list-style: none; margin: 0 0 22px; }
.format-copy ul li {
  padding: 8px 0 8px 30px;
  position: relative;
  color: var(--body);
}
.format-copy ul li::before {
  content: "✕";
  position: absolute;
  left: 2px;
  top: 10px;
  color: var(--orange);
  font-size: 0.72rem;
}
.format-copy .price {
  font-family: "Quicksand", sans-serif;
  color: var(--white);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 22px;
}
.format-copy .price small { color: var(--dim); font-weight: 400; }

/* ---------- Booking steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }

.step {
  background: var(--panel);
  border: 1px solid var(--edge);
  padding: 44px 32px 38px;
  text-align: center;
  position: relative;
}
.step .n {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: var(--orange);
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 18px;
}
.step h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 12px; }
.step p { font-size: 0.95rem; color: var(--body); }

/* ---------- Player improvement stories ---------- */
.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

.story {
  background: var(--panel);
  border: 1px solid var(--edge);
  border-top: 3px solid var(--orange);
  padding: 40px 32px;
}
.story h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 14px; }
.story p { font-size: 0.95rem; color: var(--body); }
.story .meta {
  margin-top: 18px;
  font-family: "Quicksand", sans-serif;
  color: var(--dim);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }

.faq details { border-bottom: 1px solid var(--edge); }
.faq summary {
  cursor: pointer;
  list-style: none;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: var(--white);
  font-size: 1.05rem;
  padding: 22px 40px 22px 4px;
  position: relative;
  transition: color 0.2s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "＋";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  font-size: 1.1rem;
  transition: transform 0.2s;
}
.faq details[open] summary::after { content: "－"; }
.faq summary:hover { color: var(--orange); }
.faq details p { padding: 0 4px 24px; color: var(--body); font-size: 0.97rem; max-width: 680px; }

/* ---------- Club story band ---------- */
.club-story {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.club-story img {
  width: 100%;
  display: block;
  border: 1px solid var(--edge);
  filter: saturate(0.94) contrast(1.03);
}
.club-story h3 { font-size: 1.9rem; font-weight: 600; margin-bottom: 18px; }
.club-story p { margin-bottom: 18px; }

/* ---------- Facts strip (selling the sport) ---------- */
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 70px;
  text-align: center;
}
.fact {
  border-top: 2px solid var(--orange);
  padding-top: 22px;
}
.fact .big {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: var(--orange);
  font-size: 1.9rem;
  line-height: 1.2;
}
.fact p { margin-top: 10px; color: var(--body); font-size: 0.93rem; }

/* ---------- Newsletter popup (site-wide, shown once) ---------- */
.popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.popup-backdrop.show { opacity: 1; }

.popup {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  max-width: 720px;
  width: 100%;
  background: #0a0c0f;
  border: 1px solid var(--orange);
  border-radius: 14px;
  box-shadow: 0 0 60px rgba(232, 116, 75, 0.55);
  overflow: hidden;
  position: relative;
}

.popup-img {
  background-position: center;
  background-size: cover;
  min-height: 100%;
}

.popup-body { padding: 44px 38px; text-align: center; }
.popup-body .popup-logo { width: 54px; height: 54px; border-radius: 50%; background: #fff; margin-bottom: 16px; }
.popup-body h3 { font-size: 1.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.popup-body p { margin: 12px 0 22px; color: var(--body); font-size: 0.95rem; }
.popup-body form { display: flex; flex-direction: column; gap: 12px; }
.popup-body input {
  background: var(--black);
  border: 1px solid #3a3f48;
  color: var(--white);
  font-family: "Mulish", sans-serif;
  font-size: 0.95rem;
  padding: 13px 16px;
  border-radius: 4px;
  width: 100%;
}
.popup-body input:focus { outline: 2px solid var(--orange); border-color: var(--orange); }
.popup-body .popup-note { margin: 16px 0 0; font-size: 0.78rem; color: #f0a385; }

.popup-close {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 1;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.popup-close:hover { border-color: var(--orange); color: var(--orange); }

/* ---------- Gallery lightbox ---------- */
.gallery figure { cursor: zoom-in; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 210;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  cursor: zoom-out;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox.show { opacity: 1; }
.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 80vh;
  object-fit: contain;
  border: 1px solid var(--edge);
}
.lightbox figcaption {
  margin-top: 16px;
  color: var(--white);
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
}
.lightbox .lb-hint { margin-top: 8px; color: var(--dim); font-size: 0.8rem; }

/* ---------- 404 ---------- */
.error-page {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 24px 100px;
}
.error-page .code {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: var(--orange);
  font-size: clamp(4rem, 14vw, 8rem);
  line-height: 1;
}
.error-page h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-top: 18px; }
.error-page p { max-width: 460px; margin: 18px auto 34px; color: var(--body); }

/* ---------- CTA band (end of subpages) ---------- */
.cta-band {
  text-align: center;
  padding: 100px 24px;
  background:
    radial-gradient(ellipse at 50% 140%, rgba(232, 116, 75, 0.16), transparent 60%),
    #07080a;
  border-top: 1px solid var(--edge);
}
.cta-band h2 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); font-weight: 600; }
.cta-band p { max-width: 560px; margin: 20px auto 34px; color: var(--body); }
.cta-band .cta-row { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }

/* ---------- Responsive ---------- */

@media (max-width: 940px) {
  .cards, .quotes, .video-grid, .club-grid, .steps, .stories { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery figure.wide { grid-column: span 2; }
  .video-grid .main { grid-column: auto; }
  .about-grid, .contact-grid, .format-row, .format-row.flip, .club-story { grid-template-columns: 1fr; gap: 40px; }
  .format-row.flip .format-copy { order: 0; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .facts { grid-template-columns: 1fr; gap: 34px; }
  section.sect { padding: 80px 0; }
  .page-hero { padding: 150px 24px 70px; }
  /* Popup: drop the photo column on small screens */
  .popup { grid-template-columns: 1fr; max-width: 440px; }
  .popup-img { display: none; }
}

/* Below 960px the menu collapses into a hamburger-toggled dropdown.
   (Brand lockup + 5 links + Book button need ~940px on one row.) */
@media (max-width: 960px) {
  .nav-toggle { display: block; }
  nav.menu {
    display: none;
    position: absolute;
    top: 76px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    background: rgba(0, 0, 0, 0.96);
    border-bottom: 1px solid var(--edge);
    padding: 8px 0 22px;
  }
  nav.menu.open { display: flex; }
  nav.menu a { padding: 13px 16px; }
  nav.menu a.active::after { left: 50%; right: auto; bottom: 8px; width: 34px; transform: translateX(-50%); }
  nav.menu a.nav-book { margin: 12px auto 0; }
}

@media (max-width: 620px) {
  /* Let these grow taller instead of letting 16/9 dictate a width the
     screen can't hold. */
  .video-ph, .video-grid .main { aspect-ratio: auto; min-height: 190px; }
}

@media (max-width: 430px) {
  /* The brand lockup is nowrap, so shrink it rather than let it push the
     page sideways. */
  .brand { font-size: 0.88rem; letter-spacing: 0.14em; gap: 10px; }
  .brand .logo { width: 38px; height: 38px; }
  .brand .sub { font-size: 0.5rem; letter-spacing: 0.24em; }
  .book-table th, .book-table td { padding: 14px 10px; }
  .book-table td { font-size: 0.9rem; }
}
