:root{
  --bg:#050506;
  --bg-soft:#0d0d12;
  --panel:#121119;
  --panel-2:#181521;
  --text:#ffffff;
  --muted:#c9c5d4;
  --purple:#8b47ff;
  --purple-2:#c9a0ff;
  --green:#31d47c;
  --red:#f44355;
  --line:rgba(255,255,255,.13);
  --border:rgba(201,160,255,.32);
  --shadow:0 24px 80px rgba(0,0,0,.42);
  --max:1180px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Inter,system-ui,sans-serif;
  background:
    linear-gradient(180deg,rgba(139,71,255,.13),transparent 340px),
    var(--bg);
  color:var(--text);
  line-height:1.6;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

@keyframes logoFloat{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-8px,0)}
}

@keyframes brandMarkFloat{
  0%,100%{transform:translate3d(-50%,-50%,0)}
  50%{transform:translate3d(-50%,calc(-50% - 12px),0)}
}

@keyframes slowZoom{
  from{transform:scale(1)}
  to{transform:scale(1.05)}
}

@keyframes buttonBreathe{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.03)}
}

.reveal{
  opacity:0;
  transform:translateY(35px);
  transition:opacity .7s ease,transform .7s ease;
}

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

.section{
  position:relative;
  padding:96px max(6vw,24px);
}

.site-header{
  position:fixed;
  top:0;
  width:100%;
  z-index:20;
  background:rgba(5,5,6,.76);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
}

.nav{
  height:78px;
  max-width:1440px;
  margin:auto;
  padding:0 max(3vw,18px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.brand img{
  width:88px;
  filter:drop-shadow(0 8px 24px rgba(139,71,255,.38));
}

.nav-links{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:nowrap;
  white-space:nowrap;
}

.nav-links a{
  color:rgba(255,255,255,.72);
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:color .2s ease;
}

.nav-links a:hover{color:var(--purple-2)}

.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.04);
  cursor:pointer;
}

.menu-toggle span{
  display:block;
  width:20px;
  height:2px;
  margin:5px auto;
  background:white;
}

.hero{
  min-height:100svh;
  padding-top:148px;
  padding-bottom:70px;
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
}

.hero-bg{
  position:absolute;
  inset:0;
  z-index:-2;
}

.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  animation:slowZoom 18s ease-in-out infinite alternate;
  transform-origin:68% 42%;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 76% 38%,rgba(139,71,255,.42),transparent 28%),
    linear-gradient(90deg,rgba(5,5,6,.97) 0%,rgba(5,5,6,.86) 38%,rgba(5,5,6,.7) 100%),
    linear-gradient(0deg,#050506 0%,rgba(5,5,6,.22) 38%,rgba(5,5,6,.72) 100%);
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.16;
  background:
    linear-gradient(rgba(201,160,255,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(201,160,255,.1) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,#000 0%,#000 54%,transparent 100%);
}

.hero-content{
  position:relative;
  z-index:1;
  width:min(820px,100%);
  max-width:var(--max);
  margin:0 auto;
}

.hero-content > *{
  position:relative;
  z-index:1;
}

.hero-brand-mark{
  position:absolute;
  left:50%;
  top:50%;
  width:clamp(520px,54vw,860px);
  opacity:.055;
  filter:drop-shadow(0 0 58px rgba(160,70,255,.72));
  transform:translate3d(-50%,-50%,0);
  z-index:0;
  pointer-events:none;
  animation:brandMarkFloat 14s ease-in-out infinite;
}

.hero-watermark-logo {
  position: absolute;
  left: -92px;
  top: -28px;
  width: 300px;
  opacity: 0.16;
  filter: drop-shadow(0 0 42px rgba(160, 70, 255, 0.68));
  z-index: 0;
  pointer-events: none;
  animation:logoFloat 8s ease-in-out infinite;
}

.hero-kicker{
  display:inline-flex;
  align-items:flex-start;
  margin-bottom:34px;
  font-size:clamp(.9rem,1.2vw,1.12rem);
  line-height:1.12;
  letter-spacing:.26em;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  color:var(--purple-2);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.eyebrow::before{
  content:"";
  width:32px;
  height:2px;
  background:linear-gradient(90deg,var(--green),var(--purple));
}

.hero-logo{
  width:205px;
  margin-bottom:18px;
  filter:drop-shadow(0 20px 38px rgba(0,0,0,.45));
}

.hero h1{
  position:relative;
  z-index:1;
  max-width:820px;
  font-size:clamp(4.2rem,10vw,9.2rem);
  line-height:.86;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.hero h1 span,
.section-heading span{
  color:var(--purple-2);
}

.hero-text{
  max-width:620px;
  margin:34px 0 0;
  color:#eeeaf7;
  font-size:clamp(1.08rem,1.8vw,1.34rem);
  line-height:1.55;
}

.hero-mini-cards.elite-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.hero-mini-cards.elite-tags div{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  padding:10px 16px;
  border:1px solid rgba(201,160,255,.34);
  border-radius:999px;
  background:rgba(12,11,18,.62);
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  backdrop-filter:blur(14px);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.hero-mini-cards.elite-tags div::before{
  content:"";
  width:16px;
  height:1px;
  background:linear-gradient(90deg,var(--purple),var(--purple-2));
  box-shadow:0 0 14px rgba(201,160,255,.55);
}

.hero-mini-cards.elite-tags div:hover{
  transform:translateY(-8px);
  border-color:rgba(201,160,255,.66);
  box-shadow:0 24px 64px rgba(0,0,0,.32),0 0 38px rgba(139,71,255,.26);
}

.hero-mini-cards.elite-tags strong{
  color:#f4efff;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}

.trust-line{
  margin-top:16px;
  color:#fff7cf;
  font-size:.92rem;
  font-weight:800;
  letter-spacing:.04em;
}

.hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:42px;
}

.hero-actions .btn{
  min-height:74px;
  padding:22px 42px;
  font-size:1.08rem;
  box-shadow:0 22px 60px rgba(139,71,255,.32);
  animation:buttonBreathe 3.5s ease-in-out infinite;
}

.hero-actions .btn-primary{
  box-shadow:0 28px 82px rgba(139,71,255,.62),0 0 48px rgba(139,71,255,.36);
}

.hero-actions .btn-outline{
  border-color:rgba(201,160,255,.5);
  box-shadow:0 22px 58px rgba(0,0,0,.34),0 0 34px rgba(139,71,255,.22);
}

.hero-actions .btn:hover{
  animation-play-state:paused;
  transform:translateY(-4px) scale(1.04);
  box-shadow:0 32px 92px rgba(139,71,255,.62),0 0 56px rgba(139,71,255,.42);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:8px;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.btn-primary{
  color:white;
  background:linear-gradient(135deg,var(--purple),#5b22d6);
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 16px 42px rgba(139,71,255,.35);
}

.btn-light{
  color:#11091d;
  background:linear-gradient(135deg,#ffffff,var(--purple-2));
  border:1px solid white;
}

.btn-outline{
  color:white;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.25);
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 48px rgba(0,0,0,.35);
}

.hero-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  width:min(920px,100%);
  margin-top:58px;
}

.hero-stats div{
  min-height:132px;
  padding:22px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center;
  border:1px solid rgba(201,160,255,.3);
  border-radius:8px;
  background:rgba(10,10,14,.68);
  box-shadow:0 14px 34px rgba(0,0,0,.24),0 0 20px rgba(139,71,255,.08);
  backdrop-filter:blur(14px);
}

.hero-stats svg{
  width:30px;
  height:30px;
  color:var(--purple-2);
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.hero-stats strong,
.quick-facts strong{
  display:block;
  color:white;
  font-size:1rem;
  font-weight:800;
  line-height:1.2;
}

.hero-stats span,
.quick-facts p{
  color:var(--muted);
  font-size:.9rem;
}

.brand-divider{
  width:100%;
  padding:34px max(6vw,24px) 0;
  display:flex;
  justify-content:center;
}

.brand-divider img{
  width:clamp(140px,13vw,180px);
  opacity:.9;
  filter:drop-shadow(0 0 34px rgba(139,71,255,.38));
}

.page-hero{
  min-height:520px;
  padding-top:150px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 32%,rgba(139,71,255,.24),transparent 34%),
    linear-gradient(180deg,#050506,#0b0a10 58%,#050506);
}

.page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.13;
  background:
    linear-gradient(rgba(201,160,255,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(201,160,255,.1) 1px,transparent 1px);
  background-size:56px 56px;
}

.page-hero-content{
  position:relative;
  z-index:1;
  width:min(980px,100%);
  margin:0 auto;
  text-align:center;
}

.page-hero-content .eyebrow{
  justify-content:center;
}

.page-hero-content h1{
  color:white;
  font-size:clamp(3.4rem,8vw,7.4rem);
  line-height:.9;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.page-hero-content p:not(.eyebrow){
  max-width:720px;
  margin:24px auto 0;
  color:#eeeaf7;
  font-size:clamp(1.06rem,1.8vw,1.28rem);
}

.page-hero-content .hero-actions{
  justify-content:center;
}

.preview-actions{
  max-width:var(--max);
  margin:28px auto 0;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.preview-actions.left{
  justify-content:flex-start;
}

.section-line{
  width:min(1180px,100%);
  height:1px;
  margin:0 auto 56px;
  background:linear-gradient(90deg,transparent,var(--purple),var(--green),transparent);
}

.mission,
.why,
.services,
.reviews{
  background:var(--bg);
}

.mission-cards{
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 10%,rgba(139,71,255,.18),transparent 34%),
    linear-gradient(180deg,#050506,#090811 58%,#050506);
}

.mission-cards .compact-heading{
  margin-bottom:70px;
}

.mission-cards .eyebrow{
  margin-bottom:18px;
  font-size:.68rem;
  letter-spacing:.28em;
}

.mission-cards .eyebrow::before{
  width:44px;
  background:linear-gradient(90deg,var(--purple),var(--purple-2));
}

.mission-cards .section-heading h2{
  max-width:980px;
  font-size:clamp(4.2rem,10vw,9.5rem);
  line-height:.86;
  letter-spacing:0;
}

.mission-cards .section-heading p{
  max-width:700px;
  margin-top:24px;
  color:#f0ecf8;
  font-size:clamp(.98rem,1.45vw,1.12rem);
}

.mission-box-grid{
  max-width:var(--max);
  margin:0 auto 62px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.mission-box-grid article{
  position:relative;
  min-height:232px;
  padding:34px 30px;
  overflow:hidden;
  border:1px solid rgba(201,160,255,.24);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.025)),
    rgba(18,17,25,.58);
  box-shadow:
    0 22px 70px rgba(0,0,0,.34),
    0 0 34px rgba(139,71,255,.14);
  backdrop-filter:blur(18px);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.mission-box-grid article::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--purple-2),var(--purple),transparent);
  box-shadow:0 0 22px rgba(201,160,255,.78);
}

.mission-box-grid article::after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 0%,rgba(139,71,255,.18),transparent 42%);
  pointer-events:none;
}

.mission-box-grid article:hover{
  transform:translateY(-8px);
  border-color:rgba(201,160,255,.62);
  box-shadow:
    0 30px 92px rgba(0,0,0,.44),
    0 0 54px rgba(139,71,255,.3);
}

.mission-box-grid span{
  position:relative;
  z-index:1;
  display:block;
  margin-bottom:38px;
  color:rgba(201,160,255,.72);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.22em;
}

.mission-box-grid h3{
  position:relative;
  z-index:1;
  margin-bottom:14px;
  color:white;
  font-size:clamp(1.45rem,2.4vw,2rem);
  line-height:1;
  letter-spacing:.04em;
}

.mission-box-grid p{
  position:relative;
  z-index:1;
  max-width:260px;
  color:var(--muted);
  font-size:1rem;
  line-height:1.55;
}

.coach-section{
  background:
    radial-gradient(circle at 12% 20%,rgba(139,71,255,.16),transparent 34%),
    linear-gradient(180deg,#050506,#0b0a10 58%,#050506);
}

.page-coach{
  padding-top:150px;
}

.coach-layout{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:42% 58%;
  gap:42px;
  align-items:center;
}

.coach-image{
  overflow:hidden;
  border:1px solid rgba(201,160,255,.3);
  border-radius:10px;
  background:rgba(18,17,25,.7);
  box-shadow:0 24px 80px rgba(0,0,0,.34),0 0 34px rgba(139,71,255,.12);
}

.coach-image img{
  width:100%;
  height:700px;
  object-fit:cover;
  object-position:left center;
}

.page-coach .coach-layout{
  align-items:start;
}

.page-coach .coach-image{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:visible;
}

.page-coach .coach-image img{
  height:760px;
  object-fit:contain;
  object-position:left center;
  background:rgba(18,17,25,.7);
}

.coach-preview .coach-image img{
  height:540px;
}

.coach-content h2{
  max-width:720px;
  color:white;
  font-size:clamp(3rem,6.8vw,6.6rem);
  line-height:.9;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.coach-content h2 span{
  display:block;
}

.coach-content h2 span:last-child{
  color:var(--purple-2);
  display:inline-block;
  font-size:.76em;
  line-height:1.12;
  padding-right:.08em;
  padding-bottom:.04em;
  white-space:nowrap;
  background:linear-gradient(135deg,var(--purple-2),var(--purple),#ffffff);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.coach-content > p:not(.eyebrow){
  max-width:650px;
  margin-top:24px;
  color:var(--muted);
  font-size:1.12rem;
}

.coach-quote{
  position:relative;
  max-width:690px;
  margin-top:38px;
  padding:30px 30px 30px 34px;
  border-left:3px solid var(--purple-2);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(18,17,25,.66);
  box-shadow:0 22px 64px rgba(0,0,0,.26),0 0 30px rgba(139,71,255,.12);
  backdrop-filter:blur(16px);
}

.coach-quote::before{
  content:"";
  position:absolute;
  top:18px;
  right:24px;
  width:44px;
  height:3px;
  background:linear-gradient(90deg,var(--purple),var(--purple-2));
  box-shadow:0 0 20px rgba(201,160,255,.55);
}

.coach-quote p{
  color:#f4efff;
  font-size:clamp(1.15rem,2vw,1.48rem);
  font-weight:750;
  line-height:1.45;
}

.coach-quote p + p{
  margin-top:16px;
  color:var(--purple-2);
}

.coach-quote .coach-helper{
  margin-top:24px;
  color:rgba(201,160,255,.72);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.08em;
  line-height:1.5;
}

.coach-highlights{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:44px;
}

.coach-highlights article{
  min-height:92px;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(201,160,255,.28);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(18,17,25,.72);
  color:white;
  box-shadow:0 18px 48px rgba(0,0,0,.2),0 0 22px rgba(139,71,255,.08);
  backdrop-filter:blur(16px);
}

.coach-highlights article > button{
  width:100%;
  min-height:92px;
  padding:20px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  border:0;
  background:transparent;
  color:white;
  cursor:pointer;
  font:inherit;
  font-weight:800;
  line-height:1.25;
  text-align:left;
}

.coach-highlights article > p{
  max-height:0;
  overflow:hidden;
  padding:0 20px;
  color:var(--muted);
  font-size:.94rem;
  line-height:1.5;
  opacity:0;
  transition:max-height .28s ease,opacity .25s ease,padding .28s ease;
}

.coach-highlights article.open > p{
  max-height:160px;
  padding:0 20px 20px;
  opacity:1;
}

.coach-card-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border:1px solid rgba(201,160,255,.34);
  border-radius:50%;
  color:var(--purple-2);
  font-size:1.15rem;
  line-height:1;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}

.coach-highlights article.open .coach-card-icon{
  transform:rotate(45deg);
  border-color:rgba(201,160,255,.72);
  box-shadow:0 0 18px rgba(139,71,255,.24);
}

.coach-highlights article,
.service-cards article,
.why-showcase-card,
.team-cards article,
.reviews blockquote{
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.coach-highlights article:hover,
.coach-highlights article.open,
.service-cards article:hover,
.why-showcase-card:hover,
.team-cards article:hover,
.reviews blockquote:hover{
  transform:translateY(-8px);
  border-color:rgba(201,160,255,.6);
  box-shadow:0 28px 76px rgba(0,0,0,.34),0 0 42px rgba(139,71,255,.24);
}

.mission-grid{
  max-width:var(--max);
  margin:auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:68px;
  align-items:end;
}

.big-outline{
  font-family:Anton,Impact,sans-serif;
  color:transparent;
  font-size:clamp(3rem,8vw,7.4rem);
  line-height:.9;
  text-transform:uppercase;
  -webkit-text-stroke:1.5px var(--purple-2);
}

.mission h2{
  margin-top:22px;
  font-size:clamp(2rem,4.4vw,4.8rem);
  line-height:1;
  text-transform:uppercase;
}

.mission-copy{
  padding-left:28px;
  border-left:3px solid var(--green);
}

.mission-copy p{
  color:#edeaf4;
  font-size:clamp(1.05rem,2vw,1.32rem);
  margin-bottom:18px;
}

.photo-grid{
  max-width:var(--max);
  margin:58px auto 0;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
}

.photo-grid img{
  width:100%;
  height:330px;
  object-fit:cover;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
  filter:saturate(.98) contrast(1.04);
  transition:filter .25s ease,box-shadow .25s ease;
  animation:slowZoom 18s ease-in-out infinite alternate;
  transform-origin:center;
}

.photo-grid img:hover{
  filter:saturate(1.04) contrast(1.08);
  box-shadow:0 28px 88px rgba(0,0,0,.38),0 0 28px rgba(139,71,255,.14);
}

.photo-grid img:first-child{
  grid-row:span 2;
  height:678px;
}

.summer{
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(139,71,255,.2),rgba(49,212,124,.1)),
    url("assets/training-cones.jpeg") center/cover;
  isolation:isolate;
}

.summer::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:rgba(5,5,6,.82);
}

.summer-card{
  max-width:var(--max);
  margin:auto;
  padding:54px;
  border:1px solid var(--border);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(18,17,25,.88),rgba(5,5,6,.72));
  box-shadow:var(--shadow);
}

.summer-card h2{
  font-size:clamp(4.4rem,13vw,10.8rem);
  line-height:.82;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.summer-card h2 span{
  display:block;
  color:white;
}

.summer-card > p:not(.eyebrow){
  max-width:520px;
  margin-top:20px;
  color:#efeaf8;
  font-size:1.14rem;
}

.feature-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  margin-top:42px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:var(--line);
}

.feature-list div{
  min-height:138px;
  padding:20px;
  background:rgba(7,7,10,.86);
}

.feature-list span,
.service-cards span{
  display:block;
  color:var(--green);
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:18px;
}

.feature-list strong{
  display:block;
  line-height:1.35;
}

.quick-facts{
  max-width:var(--max);
  margin:24px auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.quick-facts div{
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(5,5,6,.78);
}

.quick-facts span{
  display:block;
  margin-bottom:10px;
  color:var(--purple-2);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.package-banner{
  max-width:var(--max);
  margin:0 auto;
  padding:24px;
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:24px;
  align-items:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(139,71,255,.92),rgba(35,16,82,.92));
}

.package-banner small,
.package-banner strong{
  display:block;
  text-transform:uppercase;
}

.package-banner small{
  color:#e7d9ff;
  font-weight:800;
  letter-spacing:.12em;
}

.package-banner strong{
  font-size:clamp(1.8rem,4vw,3.2rem);
  line-height:1;
}

.package-banner span{
  color:white;
  font-size:clamp(3rem,7vw,5.2rem);
  font-weight:900;
  line-height:1;
}

.section-heading{
  max-width:var(--max);
  margin:0 auto 44px;
}

.section-heading h2{
  max-width:850px;
  font-size:clamp(3rem,8vw,7.4rem);
  line-height:.95;
  letter-spacing:0;
  text-transform:uppercase;
}

.section-heading p{
  max-width:650px;
  margin-top:16px;
  color:var(--muted);
  font-size:1.08rem;
}

.why{
  background:
    linear-gradient(180deg,var(--bg),#0b0a10),
    var(--bg);
}

.why-showcase{
  background:linear-gradient(180deg,#050506,#0b0a10 55%,#050506);
}

.why-showcase-header{
  max-width:780px;
  margin:0 auto 42px;
  text-align:center;
}

.why-showcase-header .eyebrow{
  justify-content:center;
  margin-bottom:21px;
  color:var(--purple-2);
  font-size:.82rem;
  font-weight:950;
  letter-spacing:.23em;
}

.why-showcase-header .eyebrow::before{
  width:38px;
  height:3px;
  background:linear-gradient(90deg,var(--purple),var(--purple-2));
}

.why-showcase-header h2{
  margin:0 auto;
  max-width:680px;
  color:white;
  font-size:clamp(3.8rem,7vw,7rem);
  line-height:.98;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.why-showcase-grid{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.why-showcase-grid.preview-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.why-showcase-grid.session-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.why-showcase-card,
.why-showcase-card.wide,
.why-showcase-card.dark-card{
  grid-column:auto;
  min-height:245px;
  padding:28px;
  border:1px solid rgba(201,160,255,.28);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(18,17,25,.74);
  box-shadow:0 18px 48px rgba(0,0,0,.2),0 0 24px rgba(139,71,255,.08);
  backdrop-filter:blur(16px);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.why-showcase-card:hover{
  transform:translateY(-8px);
  border-color:rgba(201,160,255,.6);
  box-shadow:0 28px 76px rgba(0,0,0,.34),0 0 42px rgba(139,71,255,.24);
}

.why-showcase-card span{
  display:block;
  margin-bottom:26px;
  color:var(--purple-2);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.why-showcase-card h3{
  margin-bottom:12px;
  color:white;
  font-size:1.22rem;
  line-height:1.18;
}

.why-showcase-card p{
  color:var(--muted);
  font-size:.96rem;
  line-height:1.55;
}

.why-grid{
  max-width:var(--max);
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.why-grid article{
  min-height:245px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(139,71,255,.16),rgba(255,255,255,.035)),
    var(--panel);
}

.why-grid span,
.badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  margin-bottom:20px;
  padding:5px 10px;
  border:1px solid rgba(49,212,124,.45);
  border-radius:999px;
  color:var(--green);
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.why-grid h3{
  margin-bottom:10px;
  font-size:1.22rem;
  line-height:1.18;
}

.why-grid p{
  color:var(--muted);
}

.service-cards,
.pricing-grid,
.reviews-grid{
  max-width:var(--max);
  margin:auto;
  display:grid;
  gap:16px;
}

.service-cards{
  grid-template-columns:repeat(5,1fr);
}

.tech-services{
  max-width:820px;
  grid-template-columns:repeat(2,1fr);
}

.service-cards article,
.price-card,
.reviews blockquote{
  position:relative;
  min-height:230px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:8px;
  background:linear-gradient(180deg,var(--panel-2),rgba(15,14,20,.84));
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}

.service-cards article::after{
  content:"";
  position:absolute;
  left:26px;
  right:26px;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg,var(--purple),var(--green));
}

.service-cards h3{
  margin-bottom:10px;
  color:white;
  font-size:1.15rem;
  line-height:1.2;
}

.service-cards p,
.price-card li{
  color:var(--muted);
}

.small-group-card{
  min-height:auto;
}

.small-group-card p{
  max-width:100%;
  margin-bottom:18px;
}

.service-points{
  display:grid;
  gap:8px;
  list-style:none;
}

.service-points li{
  position:relative;
  padding-left:18px;
  color:#f3effb;
  font-size:.92rem;
  line-height:1.35;
}

.service-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--purple-2);
  box-shadow:0 0 14px rgba(201,160,255,.5);
}

.service-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:16px;
}

.service-badges span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid rgba(201,160,255,.26);
  border-radius:999px;
  background:rgba(0,0,0,.22);
  color:#f4efff;
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.04em;
  line-height:1;
  text-transform:uppercase;
}

.small-group-book{
  width:100%;
  margin-top:22px;
}

.small-group-pricing-table{
  display:grid;
  gap:0;
  overflow:hidden;
  border:1px solid rgba(201,160,255,.22);
  border-radius:10px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015)),
    rgba(0,0,0,.2);
}

.small-group-pricing-row{
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.small-group-pricing-row:last-child{
  border-bottom:0;
}

.small-group-pricing-row strong{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:white;
  font-size:.96rem;
  font-weight:850;
  line-height:1.15;
}

.small-group-pricing-row svg{
  width:19px;
  height:19px;
  flex:0 0 19px;
  fill:none;
  stroke:var(--purple-2);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 10px rgba(201,160,255,.32));
}

.small-group-pricing-row span{
  display:inline-flex;
  width:auto;
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--purple-2);
  font-size:.92rem;
  font-weight:850;
  letter-spacing:0;
  line-height:1.15;
  text-transform:none;
  white-space:nowrap;
}

.small-group-pricing-labels{
  display:flex;
  flex-wrap:wrap;
  gap:10px 16px;
  margin-top:16px;
}

.small-group-pricing-labels span{
  display:inline-flex;
  width:auto;
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#f4efff;
  font-size:.86rem;
  font-weight:800;
  line-height:1.2;
}

.locations-section{
  background:
    radial-gradient(circle at 76% 18%,rgba(139,71,255,.16),transparent 34%),
    linear-gradient(180deg,#050506,#0a0910 60%,#050506);
}

.locations-header{
  max-width:var(--max);
  margin:0 auto 38px;
  text-align:center;
}

.locations-header .eyebrow{
  justify-content:center;
}

.locations-header h2{
  max-width:820px;
  margin:0 auto;
  color:white;
  font-size:clamp(2.8rem,6.5vw,6.2rem);
  line-height:.95;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.locations-header p{
  max-width:680px;
  margin:18px auto 0;
  color:var(--muted);
  font-size:1.08rem;
}

.map-panel{
  position:relative;
  max-width:var(--max);
  min-height:430px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid rgba(201,160,255,.28);
  border-radius:10px;
  background:
    linear-gradient(rgba(201,160,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(201,160,255,.045) 1px,transparent 1px),
    radial-gradient(circle at 32% 40%,rgba(139,71,255,.18),transparent 28%),
    rgba(8,8,12,.78);
  background-size:44px 44px,44px 44px,auto,auto;
  box-shadow:0 24px 80px rgba(0,0,0,.34),0 0 34px rgba(139,71,255,.12);
  backdrop-filter:blur(16px);
}

.map-lines{
  position:absolute;
  inset:70px 9% 88px;
  border:1px solid rgba(201,160,255,.2);
  border-radius:999px;
  transform:rotate(-7deg);
}

.map-lines::before,
.map-lines::after{
  content:"";
  position:absolute;
  inset:28px 70px;
  border-top:1px solid rgba(201,160,255,.22);
  transform:rotate(18deg);
}

.map-lines::after{
  inset:auto 44px 64px;
  transform:rotate(-15deg);
}

.map-pin{
  position:absolute;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(201,160,255,.38);
  border-radius:50%;
  background:rgba(10,10,14,.82);
  box-shadow:0 0 32px rgba(139,71,255,.28);
}

.map-pin svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:var(--purple-2);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pin-one{left:20%;top:27%}
.pin-two{left:48%;top:42%}
.pin-three{right:18%;top:24%}

.location-cards{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.home-location-preview{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  max-width:var(--max);
  margin:0 auto;
}

.location-card{
  min-height:88px;
  padding:0;
  border:1px solid rgba(201,160,255,.28);
  border-radius:8px;
  background:rgba(10,10,14,.78);
  color:white;
  backdrop-filter:blur(14px);
  overflow:hidden;
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;
}

.location-card:hover,
.location-card.open{
  border-color:rgba(201,160,255,.64);
  box-shadow:0 28px 76px rgba(0,0,0,.34),0 0 42px rgba(139,71,255,.24);
  transform:translateY(-8px);
}

.location-card button{
  width:100%;
  min-height:88px;
  padding:22px 44px 22px 22px;
  position:relative;
  border:0;
  background:transparent;
  color:white;
  cursor:pointer;
  font:inherit;
  font-weight:900;
  letter-spacing:.06em;
  text-align:left;
  text-transform:uppercase;
}

.location-card button::after{
  content:"+";
  position:absolute;
  top:50%;
  right:22px;
  color:var(--purple-2);
  font-size:1.35rem;
  line-height:1;
  transform:translateY(-50%);
}

.location-card.open button::after{
  content:"-";
}

.location-options{
  display:grid;
  gap:8px;
  max-height:0;
  overflow:hidden;
  padding:0 16px;
  transition:max-height .3s ease,padding .3s ease;
}

.location-card.open .location-options{
  padding:0 16px 18px;
}

.location-options span{
  padding:10px 12px;
  border:1px solid rgba(201,160,255,.2);
  border-radius:8px;
  background:rgba(0,0,0,.28);
  color:#f2ecff;
  font-size:.88rem;
  font-weight:700;
  line-height:1.25;
  text-transform:none;
}

.location-note{
  max-width:var(--max);
  margin:18px auto 0;
  color:var(--purple-2);
  font-weight:800;
  letter-spacing:.08em;
  text-align:center;
  text-transform:uppercase;
}

.locations-page-hero{
  background:
    radial-gradient(circle at 72% 28%,rgba(139,71,255,.28),transparent 34%),
    linear-gradient(135deg,#050506 0%,#0c0a12 58%,#050506 100%);
}

.location-details-section{
  background:
    radial-gradient(circle at 18% 12%,rgba(139,71,255,.14),transparent 34%),
    #050506;
}

.location-detail-grid{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.location-detail-card,
.location-support-card{
  position:relative;
  min-height:340px;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(201,160,255,.3);
  border-radius:10px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(12,11,18,.76);
  box-shadow:0 24px 72px rgba(0,0,0,.32),0 0 30px rgba(139,71,255,.1);
  backdrop-filter:blur(16px);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.location-detail-card::before,
.location-support-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--purple-2),transparent);
  box-shadow:0 0 18px rgba(201,160,255,.54);
}

.location-detail-card:hover,
.location-support-card:hover{
  transform:translateY(-8px);
  border-color:rgba(201,160,255,.62);
  box-shadow:0 30px 82px rgba(0,0,0,.4),0 0 44px rgba(139,71,255,.22);
}

.location-pin-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:26px;
  border:1px solid rgba(201,160,255,.36);
  border-radius:50%;
  background:rgba(139,71,255,.1);
  box-shadow:0 0 28px rgba(139,71,255,.22);
}

.location-pin-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:var(--purple-2);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.location-detail-card h3{
  color:white;
  font-size:clamp(1.6rem,2.7vw,2.45rem);
  line-height:1;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.static-options{
  max-height:none;
  overflow:visible;
  padding:0;
  margin-top:24px;
}

.location-support-section{
  background:
    radial-gradient(circle at 78% 22%,rgba(139,71,255,.16),transparent 34%),
    linear-gradient(180deg,#050506,#0a0910);
}

.location-support-grid{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.location-support-card{
  min-height:420px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.location-support-card .eyebrow{
  margin-bottom:18px;
}

.location-support-card h2{
  max-width:560px;
  color:white;
  font-size:clamp(2.25rem,5vw,4.8rem);
  line-height:.95;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.location-support-card p:not(.eyebrow){
  max-width:620px;
  margin-top:24px;
  color:var(--muted);
  font-size:1.04rem;
}

.location-support-card .btn{
  margin-top:auto;
}

.location-process-list{
  display:grid;
  gap:12px;
  width:100%;
  margin:28px 0 32px;
  list-style:none;
  counter-reset:location-step;
}

.location-process-list li{
  counter-increment:location-step;
  min-height:58px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px;
  border:1px solid rgba(201,160,255,.22);
  border-radius:8px;
  background:rgba(0,0,0,.26);
  color:#f4efff;
  font-size:.95rem;
  font-weight:700;
  line-height:1.35;
}

.location-process-list li::before{
  content:counter(location-step);
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--purple),#5b22d6);
  color:white;
  font-size:.82rem;
  font-weight:900;
  box-shadow:0 0 18px rgba(139,71,255,.3);
}

.train-section{
  background:
    radial-gradient(circle at 20% 12%,rgba(139,71,255,.16),transparent 34%),
    linear-gradient(180deg,#050506,#0b0a10 58%,#050506);
}

.train-header{
  max-width:var(--max);
  margin:0 auto 44px;
  text-align:center;
}

.train-header .eyebrow{
  justify-content:center;
}

.train-header h2{
  color:white;
  font-size:clamp(3.4rem,7.5vw,7.2rem);
  line-height:.9;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.train-header p{
  max-width:720px;
  margin:20px auto 0;
  color:var(--muted);
  font-size:1.08rem;
}

.train-grid{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}

.train-card{
  min-height:188px;
  padding:26px 22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid rgba(201,160,255,.28);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(18,17,25,.72);
  box-shadow:0 18px 48px rgba(0,0,0,.2),0 0 24px rgba(139,71,255,.08);
  backdrop-filter:blur(16px);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.train-card svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:var(--purple-2);
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .25s ease,filter .25s ease;
}

.train-card h3{
  color:white;
  font-size:1.08rem;
  line-height:1.15;
}

.train-card:hover{
  transform:translateY(-7px);
  border-color:rgba(201,160,255,.64);
  box-shadow:0 28px 76px rgba(0,0,0,.34),0 0 42px rgba(139,71,255,.24);
}

.train-card:hover svg{
  transform:translateY(-3px) scale(1.08);
  filter:drop-shadow(0 0 16px rgba(201,160,255,.6));
}

.pricing{
  background:linear-gradient(180deg,#08080b,var(--bg-soft));
}

.pricing-grid{
  grid-template-columns:repeat(4,1fr);
}

.pricing-grid.preview-packages{
  grid-template-columns:repeat(3,1fr);
}

.price-card{
  min-height:280px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.price-card h3{
  margin-bottom:18px;
  font-size:1.45rem;
  line-height:1.15;
}

.price-card p{
  max-width:260px;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.55;
}

.price-row{
  margin-top:auto;
  padding-top:28px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.price-row strong{
  font-size:clamp(1.35rem,2.4vw,1.8rem);
  line-height:1.1;
}

.price-row a{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  background:var(--purple);
  font-size:1.35rem;
}

.featured{
  border-color:rgba(201,160,255,.55);
  background:
    linear-gradient(180deg,rgba(139,71,255,.42),rgba(18,17,25,.9)),
    var(--panel-2);
}

.badge{
  width:max-content;
  border-color:rgba(201,160,255,.55);
  color:white;
  background:rgba(139,71,255,.32);
}

.package-includes{
  max-width:var(--max);
  margin:18px auto 0;
  padding:26px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.035);
}

.package-includes h3{
  margin-bottom:16px;
  font-size:1rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.package-includes div{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.package-includes span{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  color:#f3effb;
  background:rgba(0,0,0,.18);
  font-size:.88rem;
}

.group-pricing-panel .small-group-pricing-table{
  display:grid;
  flex-wrap:initial;
  gap:0;
}

.group-pricing-panel .small-group-pricing-row{
  display:flex;
  flex-wrap:nowrap;
  gap:18px;
}

.group-pricing-panel .small-group-pricing-row span,
.group-pricing-panel .small-group-pricing-labels span{
  width:auto;
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}

.group-pricing-panel .small-group-pricing-row span{
  color:var(--purple-2);
  font-size:.92rem;
}

.group-pricing-panel .small-group-pricing-labels span{
  color:#f4efff;
  font-size:.86rem;
}

.package-training-tags{
  max-width:var(--max);
  margin:18px auto 0;
  padding:22px 24px;
  border:1px solid rgba(201,160,255,.24);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(8,8,12,.6);
  box-shadow:0 18px 48px rgba(0,0,0,.22),0 0 26px rgba(139,71,255,.09);
  backdrop-filter:blur(14px);
}

.package-training-tags h3{
  margin-bottom:14px;
  color:var(--purple-2);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.package-training-tags div{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.package-training-tags span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 11px;
  border:1px solid rgba(201,160,255,.22);
  border-radius:999px;
  background:rgba(0,0,0,.2);
  color:#f4efff;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.04em;
}

.player-receives-section{
  background:
    radial-gradient(circle at 18% 12%,rgba(139,71,255,.16),transparent 34%),
    linear-gradient(180deg,#050506,#0a0910 58%,#050506);
}

.player-receives-grid{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.player-receives-grid article{
  position:relative;
  min-height:300px;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(201,160,255,.28);
  border-radius:10px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(12,11,18,.76);
  box-shadow:0 24px 72px rgba(0,0,0,.28),0 0 30px rgba(139,71,255,.08);
  backdrop-filter:blur(16px);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.player-receives-grid article::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--purple-2),transparent);
  box-shadow:0 0 18px rgba(201,160,255,.54);
}

.player-receives-grid article:hover{
  transform:translateY(-8px);
  border-color:rgba(201,160,255,.62);
  box-shadow:0 30px 82px rgba(0,0,0,.4),0 0 44px rgba(139,71,255,.22);
}

.player-receives-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:28px;
  border:1px solid rgba(201,160,255,.36);
  border-radius:50%;
  background:rgba(139,71,255,.1);
  box-shadow:0 0 28px rgba(139,71,255,.22);
}

.player-receives-icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:var(--purple-2);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.player-receives-grid h3{
  color:white;
  font-size:clamp(1.35rem,2.2vw,2rem);
  line-height:1.05;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.player-receives-grid p{
  margin-top:18px;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.58;
}

.player-receives-note{
  max-width:850px;
  margin:32px auto 0;
  color:#f4efff;
  font-size:clamp(1.08rem,2vw,1.35rem);
  font-weight:800;
  line-height:1.45;
  text-align:center;
}

.reviews-grid{
  grid-template-columns:repeat(5,1fr);
}

.impact-section{
  padding:34px 6% 22px;
  background:#050506;
}

.impact-stats{
  max-width:860px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
}

.impact-stats div{
  min-height:92px;
  padding:6px 26px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  position:relative;
  text-align:center;
}

.impact-stats div + div{
  border-left:1px solid rgba(201,160,255,.22);
}

.impact-stats strong{
  color:white;
  font-size:clamp(3rem,5vw,4rem);
  font-weight:900;
  line-height:1;
  letter-spacing:0;
}

.impact-stats div:nth-child(2) strong{
  color:var(--purple-2);
}

.impact-stats span:last-child{
  max-width:190px;
  color:rgba(255,255,255,.72);
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.13em;
  line-height:1.35;
  text-transform:uppercase;
}

.testimonials-section{
  padding-top:34px;
  overflow:hidden;
  background:linear-gradient(180deg,#050506,#08070d 58%,#050506);
}

.testimonial-header{
  max-width:640px;
  margin:0 auto 34px;
  text-align:center;
}

.testimonial-header .eyebrow{
  justify-content:center;
  margin-bottom:14px;
}

.testimonial-header h2{
  color:white;
  font-size:clamp(2.45rem,4.8vw,3.25rem);
  line-height:1.04;
  font-weight:900;
  letter-spacing:0;
  text-transform:none;
}

.testimonial-header > p:not(.eyebrow){
  max-width:540px;
  margin:14px auto 0;
  color:var(--muted);
  font-size:1rem;
}

.testimonial-carousel{
  position:relative;
  max-width:var(--max);
  margin:0 auto;
}

.testimonial-track{
  display:flex;
  gap:24px;
  overflow-x:auto;
  padding:6px 2px 20px;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}

.testimonial-track::-webkit-scrollbar{
  display:none;
}

.testimonial-card{
  flex:0 0 calc((100% - 48px) / 3);
  min-height:360px;
  scroll-snap-align:start;
}

.testimonial-arrow{
  position:absolute;
  top:50%;
  z-index:2;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(201,160,255,.34);
  border-radius:50%;
  background:rgba(8,8,12,.78);
  color:white;
  cursor:pointer;
  font-size:2rem;
  line-height:1;
  box-shadow:0 18px 44px rgba(0,0,0,.32),0 0 24px rgba(139,71,255,.16);
  transform:translateY(-50%);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  backdrop-filter:blur(14px);
}

.testimonial-arrow:hover{
  border-color:rgba(201,160,255,.7);
  box-shadow:0 24px 60px rgba(0,0,0,.36),0 0 34px rgba(139,71,255,.26);
}

.testimonial-prev{left:-22px}
.testimonial-next{right:-22px}

.testimonial-dots{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:16px;
}

.testimonial-dots button{
  width:9px;
  height:9px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.26);
  cursor:pointer;
  transition:width .2s ease,background .2s ease,box-shadow .2s ease;
}

.testimonial-dots button.is-active{
  width:30px;
  border-radius:999px;
  background:var(--purple-2);
  box-shadow:0 0 18px rgba(201,160,255,.42);
}

.review-action{
  display:flex;
  justify-content:center;
  margin-top:32px;
}

.review-stats{
  max-width:var(--max);
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.review-stats div{
  min-height:132px;
  padding:22px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(201,160,255,.28);
  border-radius:10px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.02)),
    rgba(10,10,14,.7);
  box-shadow:0 18px 48px rgba(0,0,0,.22),0 0 24px rgba(139,71,255,.08);
  text-align:center;
  backdrop-filter:blur(14px);
}

.review-stats strong{
  color:white;
  font-size:clamp(2rem,4vw,3.35rem);
  font-weight:900;
  line-height:1;
  letter-spacing:0;
}

.review-stats span:last-child{
  color:var(--purple-2);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.1em;
  line-height:1.25;
  text-transform:uppercase;
}

.reviews-grid.preview-reviews{
  grid-template-columns:repeat(3,1fr);
}

.reviews blockquote{
  min-height:220px;
  height:auto;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.reviews-grid.preview-reviews blockquote:nth-child(4){
  grid-column:1 / span 1;
  justify-self:end;
  width:100%;
}

.reviews-grid.preview-reviews blockquote:nth-child(5){
  grid-column:2 / span 1;
  justify-self:start;
  width:100%;
}

.review-stars{
  margin-bottom:18px;
  color:var(--purple-2);
  font-size:1rem;
  letter-spacing:.12em;
  text-shadow:0 0 18px rgba(201,160,255,.36);
}

.testimonial-card{
  padding:32px;
  border-color:rgba(201,160,255,.24);
  border-radius:10px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),
    rgba(12,11,18,.78);
  box-shadow:0 22px 62px rgba(0,0,0,.24),0 0 28px rgba(139,71,255,.08);
}

.testimonial-card:hover{
  transform:translateY(-8px);
  border-color:rgba(201,160,255,.62);
  box-shadow:0 30px 82px rgba(0,0,0,.4),0 0 44px rgba(139,71,255,.22);
}

.reviews p{
  color:#f6f3fb;
  font-size:clamp(1.04rem,1.4vw,1.18rem);
  line-height:1.65;
}

.reviews cite{
  display:block;
  margin-top:22px;
  color:var(--purple-2);
  font-size:.78rem;
  font-style:normal;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.team{
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 12%,rgba(139,71,255,.18),transparent 34%),
    linear-gradient(180deg,#050506,#0b0a10 58%,#050506);
}

.team-shell{
  max-width:var(--max);
  margin:0 auto;
}

.team-intro{
  max-width:860px;
  margin:0 auto 34px;
  text-align:center;
}

.team-intro .eyebrow{
  justify-content:center;
  margin-bottom:18px;
  color:var(--purple-2);
}

.team-intro h2{
  color:white;
  font-size:clamp(3rem,7vw,6.8rem);
  line-height:.9;
  font-weight:900;
  letter-spacing:0;
}

.team-intro h3{
  margin-top:18px;
  color:var(--purple-2);
  font-size:clamp(1.4rem,2.4vw,2rem);
  line-height:1.1;
}

.team-intro p{
  max-width:720px;
  margin:18px auto 28px;
  color:var(--muted);
  font-size:1.08rem;
}

.team-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:0 auto 28px;
}

.team-cards article{
  min-height:120px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid rgba(201,160,255,.28);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(18,17,25,.7);
  box-shadow:0 18px 48px rgba(0,0,0,.2),0 0 24px rgba(139,71,255,.08);
  backdrop-filter:blur(16px);
}

.team-cards span{
  color:var(--purple-2);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.16em;
}

.team-cards strong{
  color:white;
  font-size:1.12rem;
  line-height:1.2;
}

.coach-form{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  max-height:0;
  overflow:hidden;
  padding:0 30px;
  border:1px solid transparent;
  border-radius:10px;
  opacity:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(8,8,12,.78);
  box-shadow:0 24px 80px rgba(0,0,0,.34),0 0 34px rgba(139,71,255,.12);
  backdrop-filter:blur(18px);
  scroll-margin-top:110px;
  pointer-events:none;
  transform:translateY(-10px);
  visibility:hidden;
  transition:max-height .45s ease,opacity .3s ease,padding .3s ease,border-color .3s ease,transform .3s ease,visibility .3s ease;
}

.coach-form.is-visible{
  max-height:3200px;
  padding:30px;
  border-color:rgba(201,160,255,.3);
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
  visibility:visible;
}

.form-heading{
  grid-column:1/-1;
  max-width:680px;
  margin-bottom:4px;
}

.form-heading span{
  color:var(--purple-2);
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.form-heading h3{
  margin-top:8px;
  color:white;
  font-size:clamp(1.6rem,3vw,2.5rem);
  line-height:1.05;
}

.form-status{
  grid-column:1/-1;
  min-height:22px;
  color:var(--muted);
  font-size:.92rem;
  font-weight:700;
}

.form-status.is-success{
  color:var(--purple-2);
}

.form-status.is-error{
  color:#ff8b9a;
}

.coach-form label{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.coach-form label span{
  color:#f4efff;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.coach-form input,
.coach-form textarea,
.coach-form select{
  width:100%;
  min-height:48px;
  padding:13px 14px;
  border:1px solid rgba(201,160,255,.26);
  border-radius:8px;
  outline:0;
  background:rgba(0,0,0,.34);
  color:white;
  font:inherit;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}

.coach-form textarea{
  resize:vertical;
}

.coach-form input:focus,
.coach-form textarea:focus,
.coach-form select:focus{
  border-color:rgba(201,160,255,.7);
  background:rgba(0,0,0,.46);
  box-shadow:0 0 0 3px rgba(139,71,255,.16);
}

.coach-form .full-field,
.coach-form button{
  grid-column:1/-1;
}

.coach-form button{
  width:max-content;
  min-width:210px;
  border:1px solid rgba(255,255,255,.2);
  cursor:pointer;
}

.coach-form button:disabled,
.contact-page-form button:disabled{
  cursor:wait;
  opacity:.72;
}

.faq-section{
  background:
    radial-gradient(circle at 18% 12%,rgba(139,71,255,.14),transparent 34%),
    linear-gradient(180deg,#050506,#0b0a10 58%,#050506);
}

.faq-shell{
  max-width:920px;
  margin:0 auto;
}

.faq-header{
  margin-bottom:34px;
  text-align:center;
}

.faq-header .eyebrow{
  justify-content:center;
}

.faq-header h2{
  color:white;
  font-size:clamp(2.8rem,6vw,5.8rem);
  line-height:.95;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.faq-list{
  display:grid;
  gap:12px;
}

.faq-item{
  overflow:hidden;
  border:1px solid rgba(201,160,255,.26);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),
    rgba(12,11,18,.72);
  box-shadow:0 16px 42px rgba(0,0,0,.18),0 0 20px rgba(139,71,255,.07);
  backdrop-filter:blur(14px);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.faq-item:hover,
.faq-item.open{
  transform:translateY(-8px);
  border-color:rgba(201,160,255,.6);
  box-shadow:0 28px 76px rgba(0,0,0,.34),0 0 42px rgba(139,71,255,.24);
}

.faq-item button{
  width:100%;
  min-height:68px;
  padding:20px 54px 20px 22px;
  position:relative;
  border:0;
  background:transparent;
  color:white;
  cursor:pointer;
  font:inherit;
  font-size:1rem;
  font-weight:850;
  text-align:left;
}

.faq-item button::after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  color:var(--purple-2);
  font-size:1.5rem;
  line-height:1;
  transform:translateY(-50%);
}

.faq-item.open button::after{
  content:"-";
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .28s ease;
}

.faq-answer p{
  padding:0 22px 22px;
  color:var(--muted);
}

.contact{
  min-height:560px;
  display:grid;
  place-items:center;
  text-align:center;
  background:
    linear-gradient(180deg,rgba(5,5,6,.72),#050506),
    url("assets/player-training.jpeg") center/cover;
}

.contact-logo{
  width:170px;
  margin:0 auto 18px;
}

.contact h2{
  font-size:clamp(3.5rem,10vw,8.8rem);
  line-height:.9;
  font-weight:900;
  text-transform:uppercase;
}

.contact p{
  max-width:620px;
  margin:24px auto;
  color:#f0edf6;
  font-size:1.14rem;
}

.contact-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.contact-page-hero{
  background:
    radial-gradient(circle at 72% 28%,rgba(139,71,255,.28),transparent 34%),
    linear-gradient(135deg,#050506 0%,#0b0a12 60%,#050506 100%);
}

.contact-details-section{
  background:
    radial-gradient(circle at 18% 12%,rgba(139,71,255,.15),transparent 34%),
    linear-gradient(180deg,#050506,#0a0910);
}

.contact-page-grid{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:22px;
  align-items:start;
}

.contact-detail-card,
.contact-page-form{
  position:relative;
  padding:30px;
  overflow:hidden;
  border:1px solid rgba(201,160,255,.3);
  border-radius:10px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),
    rgba(8,8,12,.78);
  box-shadow:0 24px 80px rgba(0,0,0,.34),0 0 34px rgba(139,71,255,.12);
  backdrop-filter:blur(18px);
}

.contact-detail-card::before,
.contact-page-form::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--purple-2),transparent);
  box-shadow:0 0 18px rgba(201,160,255,.54);
}

.contact-detail-card h2{
  color:white;
  font-size:clamp(2.4rem,5vw,5rem);
  line-height:.95;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.contact-detail-list{
  display:grid;
  gap:14px;
  margin-top:28px;
}

.contact-detail-list div{
  padding:18px;
  border:1px solid rgba(201,160,255,.22);
  border-radius:8px;
  background:rgba(0,0,0,.26);
}

.contact-detail-list span{
  display:block;
  margin-bottom:8px;
  color:var(--purple-2);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.contact-detail-list strong{
  display:block;
  color:white;
  font-size:1rem;
  line-height:1.4;
}

.contact-page-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.contact-page-form label{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.contact-page-form label span{
  color:#f4efff;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.contact-page-form input,
.contact-page-form textarea{
  width:100%;
  min-height:48px;
  padding:13px 14px;
  border:1px solid rgba(201,160,255,.26);
  border-radius:8px;
  outline:0;
  background:rgba(0,0,0,.34);
  color:white;
  font:inherit;
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}

.contact-page-form textarea{
  resize:vertical;
}

.contact-page-form input:focus,
.contact-page-form textarea:focus{
  border-color:rgba(201,160,255,.7);
  background:rgba(0,0,0,.46);
  box-shadow:0 0 0 3px rgba(139,71,255,.16);
}

.contact-page-form .full-field,
.contact-page-form button{
  grid-column:1/-1;
}

.contact-page-form button{
  width:max-content;
  min-width:210px;
  border:1px solid rgba(255,255,255,.2);
  cursor:pointer;
}

.booking-form-section{
  background:
    radial-gradient(circle at 20% 12%,rgba(139,71,255,.14),transparent 34%),
    linear-gradient(180deg,#050506,#0a0910);
}

.booking-form-shell{
  max-width:860px;
  margin:0 auto;
}

.booking-page-form{
  width:100%;
}

footer{
  padding:58px max(6vw,24px) 46px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  color:var(--muted);
  text-align:center;
  border-top:1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%,rgba(139,71,255,.16),transparent 42%),
    #050506;
}

.footer-logo{
  width:132px;
  margin-bottom:8px;
  opacity:.98;
  filter:drop-shadow(0 0 28px rgba(139,71,255,.42));
}

footer strong{
  color:white;
  font-family:Anton,Inter,system-ui,sans-serif;
  font-size:clamp(2.2rem,4vw,3.6rem);
  font-weight:400;
  letter-spacing:.12em;
  line-height:.95;
}

footer span{
  color:var(--purple-2);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

footer p{
  margin-top:8px;
  color:rgba(255,255,255,.58);
  font-size:.92rem;
}

@media(max-width:1180px){
  .nav-links{
    gap:10px;
  }

  .nav-links a{
    font-size:.6rem;
    letter-spacing:.06em;
  }
}

@media(max-width:1100px){
  .why-showcase-grid,
  .why-grid,
  .mission-box-grid,
  .coach-layout,
  .train-grid,
  .player-receives-grid,
  .pricing-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .service-cards,
  .team-cards,
  .reviews-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .feature-list,
  .quick-facts{
    grid-template-columns:repeat(2,1fr);
  }

  .coach-layout{
    grid-template-columns:1fr;
  }

  .coach-image img{
    height:480px;
  }
}

@media(max-width:1020px){
  .section{padding:76px max(5vw,20px)}

  .menu-toggle{display:block}

  .nav-links{
    position:absolute;
    top:78px;
    left:0;
    width:100%;
    display:none;
    flex-direction:column;
    gap:18px;
    padding:26px;
    background:rgba(5,5,6,.96);
    border-bottom:1px solid var(--line);
  }

  .nav-links.open{display:flex}

  .hero{
    min-height:auto;
    padding-top:126px;
    padding-bottom:70px;
  }

  .hero::before{
    background:
      linear-gradient(90deg,rgba(5,5,6,.96),rgba(5,5,6,.72)),
      linear-gradient(0deg,#050506 0%,transparent 40%);
  }

  .hero-content{
    margin:0;
  }

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

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

  .mission-copy{
    padding-left:0;
    padding-top:22px;
    border-left:0;
    border-top:3px solid var(--green);
  }

  .mission-cards .compact-heading{
    margin-bottom:52px;
  }

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

  .photo-grid img,
  .photo-grid img:first-child{
    grid-row:auto;
    height:340px;
  }

  .package-banner{
    grid-template-columns:1fr;
    text-align:center;
  }

  .coach-highlights,
  .location-cards{
    grid-template-columns:1fr;
  }

  .map-panel{
    min-height:620px;
  }

  .location-cards{
    position:absolute;
  }

  .home-location-preview{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
  }

  .coach-form{
    grid-template-columns:1fr;
  }
}

@media (max-width: 768px) {
  .hero-watermark-logo {
    width: 190px;
    left: -28px;
    top: -12px;
    opacity: 0.13;
  }
}

@media(max-width:620px){
  .nav{padding:0 18px}
  .brand img{width:74px}
  .hero-logo{width:160px}

  .hero-brand-mark{
    width:clamp(360px,115vw,520px);
    top:48%;
    opacity:.045;
  }

  .hero h1{
    font-size:clamp(3.35rem,15vw,5.4rem);
    line-height:.86;
  }

  .hero-actions .btn,
  .contact-actions .btn{
    width:100%;
  }

  .hero-actions .btn{
    min-height:68px;
    padding:20px 28px;
    font-size:1rem;
  }

  .hero-stats,
  .feature-list,
  .quick-facts,
  .mission-box-grid,
  .coach-layout,
  .coach-highlights,
  .why-showcase-grid,
  .why-grid,
  .location-cards,
  .train-grid,
  .team-cards,
  .service-cards,
  .pricing-grid,
  .reviews-grid{
    grid-template-columns:1fr;
  }

  .hero-stats{
    gap:10px;
  }

  .why-showcase-header{
    margin-bottom:32px;
  }

  .why-showcase-header h2{
    font-size:clamp(3rem,13vw,4.8rem);
  }

  .why-showcase-card,
  .why-showcase-card.wide,
  .why-showcase-card.dark-card{
    min-height:auto;
    padding:24px;
  }

  .mission-cards .section-heading h2{
    font-size:clamp(3.25rem,16vw,5.25rem);
  }

  .mission-box-grid{
    margin-bottom:44px;
  }

  .mission-box-grid article{
    min-height:220px;
    padding:28px 24px;
  }

  .coach-image img{
    height:340px;
  }

  .coach-content h2,
  .train-header h2,
  .locations-header h2,
  .faq-header h2{
    font-size:clamp(2.55rem,13vw,4.4rem);
  }

  .coach-content h2 span:last-child{
    font-size:clamp(1.78rem,9.5vw,3.35rem);
    line-height:1.14;
  }

  .map-panel{
    min-height:660px;
  }

  .map-pin{
    width:46px;
    height:46px;
  }

  .pin-one{left:15%;top:18%}
  .pin-two{left:44%;top:31%}
  .pin-three{right:13%;top:20%}

  .hero-stats div,
  .feature-list div,
  .quick-facts div{
    padding:16px;
  }

  .summer-card{
    padding:30px 20px;
  }

  .summer-card h2{
    font-size:clamp(3.35rem,18vw,5.5rem);
  }

  .photo-grid img,
  .photo-grid img:first-child{
    height:270px;
  }

  .section-heading h2,
  .contact h2{
    font-size:clamp(2.8rem,15vw,4.8rem);
  }

  .service-cards article,
  .price-card,
  .team-cards article,
  .reviews blockquote{
    min-height:auto;
  }

  .coach-form{
    padding:0 22px;
  }

  .coach-form.is-visible{
    padding:22px;
  }

  .coach-form button{
    width:100%;
  }
}

@media(max-width:900px){
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .section{
    padding:72px 22px;
    overflow:hidden;
  }

  .nav{
    height:74px;
    padding:0 20px;
    gap:14px;
  }

  .menu-toggle{
    display:block;
    flex:0 0 44px;
    position:relative;
    z-index:2;
  }

  .nav-links{
    position:absolute;
    top:74px;
    left:0;
    width:100%;
    max-height:calc(100svh - 74px);
    overflow-y:auto;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:18px 20px;
    background:rgba(5,5,6,.97);
    border-bottom:1px solid var(--line);
    box-shadow:0 24px 70px rgba(0,0,0,.48),0 0 34px rgba(139,71,255,.12);
  }

  .nav-links.open{
    display:flex;
  }

  .nav-links a{
    display:block;
    padding:13px 0;
    font-size:.78rem;
    letter-spacing:.1em;
    text-align:center;
  }

  .hero{
    min-height:auto;
    padding:126px 22px 72px;
    padding-bottom:72px;
    align-items:flex-start;
  }

  .page-hero{
    min-height:440px;
    padding:124px 22px 70px;
  }

  .page-hero-content h1{
    font-size:clamp(3rem,11vw,5rem);
  }

  .page-coach{
    padding-top:124px;
  }

  .hero-content{
    width:100%;
    margin:0 auto;
    text-align:center;
  }

  .hero-kicker,
  .eyebrow{
    justify-content:center;
  }

  .hero h1{
    max-width:100%;
    font-size:clamp(3.35rem,13vw,6.5rem);
    line-height:.9;
  }

  .hero-text{
    max-width:34rem;
    margin-inline:auto;
    font-size:1.08rem;
  }

  .hero-mini-cards.elite-tags,
  .hero-actions{
    justify-content:center;
  }

  .hero-actions .btn,
  .contact-actions .btn,
  .team-intro .btn{
    width:min(100%,420px);
  }

  .hero-stats,
  .mission-grid,
  .mission-box-grid,
  .coach-layout,
  .coach-highlights,
  .why-showcase-grid,
  .why-showcase-grid.preview-grid,
  .why-showcase-grid.session-grid,
  .why-grid,
  .service-cards,
  .train-grid,
  .player-receives-grid,
  .pricing-grid,
  .pricing-grid.preview-packages,
  .reviews-grid,
  .reviews-grid.preview-reviews,
  .team-cards,
  .quick-facts,
  .feature-list,
  .location-cards,
  .photo-grid,
  .coach-form{
    grid-template-columns:1fr !important;
  }

  .coach-layout{
    gap:32px;
    align-items:start;
  }

  .coach-image{
    order:0;
  }

  .coach-content{
    order:1;
  }

  .coach-image img{
    height:min(68svh,520px);
    object-fit:cover;
    object-position:center top !important;
  }

  .coach-preview .coach-image img{
    height:min(64svh,460px);
  }

  .section-heading h2,
  .locations-header h2,
  .train-header h2,
  .why-showcase-header h2,
  .coach-content h2,
  .team-intro h2,
  .faq-header h2,
  .contact h2{
    font-size:clamp(2.8rem,11vw,5rem);
  }

  .price-card,
  .train-card,
  .why-showcase-card,
  .service-cards article,
  .reviews blockquote,
  .team-cards article,
  .mission-box-grid article{
    min-height:auto;
  }

  .location-cards{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
  }

  .home-location-preview{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
  }

  .price-row{
    align-items:flex-end;
  }

  .contact-actions{
    width:100%;
  }

  .brand-divider{
    padding-top:18px;
  }

  .footer-logo{
    width:116px;
  }

  .preview-actions,
  .preview-actions.left{
    justify-content:center;
  }
}

@media(max-width:520px){
  .section{
    padding:58px 16px;
  }

  .nav{
    height:72px;
    padding:0 16px;
  }

  .brand img{
    width:68px;
  }

  .nav-links{
    top:72px;
    max-height:calc(100svh - 72px);
    padding:14px 18px 18px;
  }

  .nav-links a{
    padding:12px 0;
    font-size:.72rem;
  }

  .hero{
    padding:112px 16px 56px;
    padding-bottom:56px;
  }

  .page-hero{
    min-height:400px;
    padding:108px 16px 58px;
  }

  .page-hero-content h1{
    font-size:clamp(2.45rem,13vw,3.75rem);
  }

  .page-hero-content p:not(.eyebrow){
    font-size:1rem;
  }

  .hero h1{
    font-size:clamp(2.85rem,16vw,4.25rem);
    line-height:.9;
  }

  .hero-kicker{
    margin-bottom:24px;
    font-size:.72rem;
    letter-spacing:.2em;
  }

  .hero-text{
    max-width:22rem;
    font-size:1rem;
  }

  .hero-mini-cards.elite-tags{
    gap:10px;
  }

  .hero-mini-cards.elite-tags div{
    width:100%;
    justify-content:center;
  }

  .hero-actions{
    gap:12px;
  }

  .hero-actions .btn,
  .contact-actions .btn,
  .team-intro .btn{
    width:100%;
    max-width:none;
    min-height:62px;
    padding:18px 20px;
    font-size:.92rem;
  }

  .hero-stats div,
  .price-card,
  .train-card,
  .why-showcase-card,
  .service-cards article,
  .mission-box-grid article,
  .team-cards article,
  .reviews blockquote,
  .faq-item button{
    padding:22px;
  }

  .hero-stats{
    grid-template-columns:1fr;
  }

  .coach-image img{
    height:380px;
    object-fit:cover;
    object-position:center top !important;
  }

  .coach-preview .coach-image img{
    height:360px;
  }

  .coach-quote{
    padding:24px;
  }

  .section-heading h2,
  .locations-header h2,
  .train-header h2,
  .why-showcase-header h2,
  .coach-content h2,
  .team-intro h2,
  .faq-header h2,
  .contact h2{
    font-size:clamp(2.25rem,13vw,3.75rem);
  }

  .coach-content h2 span:last-child{
    font-size:clamp(1.65rem,8.8vw,2.7rem);
    line-height:1.18;
    white-space:nowrap;
  }

  .map-panel{
    min-height:620px;
  }

  .location-cards{
    left:16px;
    right:16px;
    bottom:16px;
  }

  .home-location-preview{
    left:auto;
    right:auto;
    bottom:auto;
  }

  .coach-form{
    padding:0 18px;
  }

  .coach-form.is-visible{
    padding:20px 18px;
  }

  .coach-form button{
    width:100%;
  }

  .package-includes{
    padding:22px 18px;
  }

  .package-includes span{
    width:100%;
    justify-content:center;
    text-align:center;
  }

  .small-group-pricing-row{
    padding:15px 14px;
  }

  .small-group-pricing-row span{
    text-align:right;
  }
}

@media(max-width:900px){
  .location-detail-grid,
  .location-support-grid,
  .contact-page-grid{
    grid-template-columns:1fr;
  }

  .location-detail-card,
  .location-support-card{
    min-height:auto;
  }
}

@media(max-width:520px){
  .location-detail-card,
  .location-support-card,
  .contact-detail-card,
  .contact-page-form{
    padding:24px 20px;
  }

  .location-support-card h2{
    font-size:clamp(2.1rem,12vw,3.35rem);
  }

  .location-support-card .btn{
    width:100%;
  }

  .location-process-list li{
    align-items:flex-start;
  }

  .contact-page-form{
    grid-template-columns:1fr;
  }

  .contact-page-form button{
    width:100%;
  }
}

.reviews-grid.preview-reviews{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

.reviews-grid.preview-reviews blockquote:nth-child(4),
.reviews-grid.preview-reviews blockquote:nth-child(5){
  grid-column:auto;
}

.reviews-grid.preview-reviews blockquote:nth-child(4){
  grid-column:1 / span 1;
  justify-self:end;
}

.reviews-grid.preview-reviews blockquote:nth-child(5){
  grid-column:2 / span 1;
  justify-self:start;
}

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

.page-coach .coach-image img{
  object-fit:contain !important;
  object-position:left center !important;
}

@media(max-width:900px){
  .impact-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:20px;
    max-width:620px;
  }

  .impact-stats div + div{
    border-left:0;
  }

  .impact-stats div:nth-child(even){
    border-left:1px solid rgba(201,160,255,.22);
  }

  .impact-stats div:nth-child(3){
    grid-column:1 / -1;
    width:50%;
    justify-self:center;
    border-left:0;
  }

  .testimonial-card{
    flex-basis:calc((100% - 24px) / 2);
  }

  .testimonial-prev{left:6px}
  .testimonial-next{right:6px}

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

  .player-receives-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .reviews-grid.preview-reviews{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .reviews-grid.preview-reviews blockquote:nth-child(4),
  .reviews-grid.preview-reviews blockquote:nth-child(5){
    grid-column:auto;
    justify-self:stretch;
  }

  .page-coach .coach-image img{
    height:min(76svh,680px);
  }
}

@media(max-width:620px){
  .impact-section{
    padding-top:26px;
    padding-bottom:18px;
  }

  .impact-stats{
    gap:16px 0;
  }

  .impact-stats div{
    min-height:86px;
    padding:10px 14px;
  }

  .impact-stats strong{
    font-size:clamp(2.35rem,12vw,3.25rem);
  }

  .impact-stats span:last-child{
    font-size:.64rem;
    letter-spacing:.1em;
  }

  .testimonial-header{
    margin-bottom:28px;
  }

  .testimonial-header h2{
    font-size:clamp(2.25rem,12vw,3rem);
  }

  .testimonial-card{
    flex-basis:100%;
    min-height:auto;
    padding:26px;
  }

  .testimonial-arrow{
    display:none;
  }

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

  .player-receives-grid{
    grid-template-columns:1fr;
  }

  .reviews-grid.preview-reviews{
    grid-template-columns:1fr !important;
  }

  .page-coach .coach-image img{
    height:min(72svh,560px);
    object-position:center center !important;
  }
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }

  .reveal{
    opacity:1;
    transform:none;
  }
}
