/* Shared light premium styling for the three service pages. */
:root{
  --service-paper:#f2efe6;
  --service-surface:#fffdf7;
  --service-surface-2:#e9e4d7;
  --service-ink:#171711;
  --service-copy:#565449;
  --service-line:#d9d3c4;
  --service-yellow:#f0dd38;
  --service-olive:#918b22;
  --service-dark:#171713;
  --bg:var(--service-paper);
  --card:var(--service-surface);
  --border:var(--service-line);
  --yellow:var(--service-yellow);
  --muted:#6c695e;
  --soft:var(--service-copy);
  --white:var(--service-ink);
  --shadow:0 24px 70px rgba(34,31,18,.08);
  --shadow2:0 14px 36px rgba(39,35,20,.07);
}

html{background:var(--service-paper)}
body{
  background:var(--service-paper);
  color:var(--service-ink);
  font-family:"Barlow", ui-sans-serif, system-ui, sans-serif;
}

.wrap{max-width:1160px}
.muted,.lead,.heroLead{color:var(--service-copy)}

/* Navigation stays dark for a clear visual anchor, matching the homepage. */
.nav{
  background:rgba(17,17,14,.94);
  border-bottom:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(14px);
}
.nav-links{gap:20px}
.nav-links a{
  color:#d8d6cc;
  font-family:"Barlow Condensed", sans-serif;
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
}
.nav-links a:hover{color:#fff}
#mobileMenu{background:rgba(17,17,14,.98); border-bottom-color:rgba(255,255,255,.09)}
#mobileMenu a{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
  color:#f4f2e9;
}
#mobileMenu a:hover{border-color:rgba(255,255,255,.30); background:rgba(255,255,255,.08)}

.btn{
  min-height:48px;
  height:auto;
  border-radius:999px;
  border:1px solid var(--service-line);
  background:transparent;
  color:var(--service-ink);
  font-family:"Barlow Condensed", sans-serif;
  font-weight:900;
  letter-spacing:.035em;
  box-shadow:none;
}
.btn:hover{border-color:#a69f83; background:rgba(255,255,255,.55)}
.btn.primary{
  border-color:var(--service-yellow);
  background:var(--service-yellow);
  color:var(--service-ink);
  box-shadow:0 12px 28px rgba(145,139,34,.16);
}
.btn.primary:hover{border-color:#e0ca28; background:#f5e453}
.nav .btn.primary{box-shadow:none}
.nav .btn.primary:hover{background:#f5e453}
.nav .burger{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.05);
  color:#fff;
}
.nav .burger:hover{border-color:rgba(255,255,255,.45); background:rgba(255,255,255,.10)}

/* Hero: copy and imagery are separated so both remain calm and readable. */
.hero{
  min-height:0;
  padding:28px 0 64px;
  overflow:visible;
  border:0;
  background:
    radial-gradient(circle at 12% 12%, rgba(240,221,56,.22), transparent 24%),
    var(--service-paper);
}
.hero::before,.hero::after{display:none}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  gap:22px;
  align-items:stretch;
}
.hero-left{
  min-height:620px;
  overflow:hidden;
  border:1px solid var(--service-line);
  border-radius:32px;
  background:rgba(255,253,247,.96);
  box-shadow:var(--shadow);
}
.hero-left::before,.hero-left::after{display:none}
.hero-bg{display:none}
.hero-content{
  position:relative;
  z-index:2;
  min-height:620px;
  padding:clamp(34px,5vw,64px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  color:var(--service-ink);
}
.ribbon,.kicker,.tag{
  width:fit-content;
  border:0;
  border-radius:999px;
  background:var(--service-yellow);
  color:var(--service-ink);
  font-family:"Barlow", ui-sans-serif, system-ui, sans-serif;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  box-shadow:none;
  transform:none;
  clip-path:none;
}
.ribbon{margin:0 0 24px; padding:10px 14px}
.kicker{margin-bottom:12px; padding:0; border-radius:0; background:transparent; color:#77711d}
.tag{padding:9px 12px}
.h1,.h2,h1,h2,.hero-info-card h2{
  color:var(--service-ink);
  font-family:"Barlow", ui-sans-serif, system-ui, sans-serif;
  font-weight:900;
  text-transform:none;
  letter-spacing:-.035em;
  text-shadow:none;
}
.h1{
  max-width:760px;
  margin:0;
  font-size:clamp(46px,5.7vw,76px);
  line-height:.98;
}
.h1 .big,.h1 .mid{
  display:block;
  color:var(--service-ink);
  font-family:"Barlow", ui-sans-serif, system-ui, sans-serif;
}
.h1 .mid{color:var(--service-olive)}
.h1::after,.h2::after{display:none}
.slash{display:none}
.heroLead{
  max-width:620px;
  margin:26px 0 0;
  font-size:clamp(17px,1.7vw,20px);
  line-height:1.55;
  text-shadow:none;
}
.chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px 22px;
  margin-top:28px;
}
.chip{
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#3f3d35;
  font-family:"Barlow", ui-sans-serif, system-ui, sans-serif;
  font-size:14px;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
  box-shadow:none;
}
.tick{
  width:22px;
  height:22px;
  border:0;
  border-radius:50%;
  background:var(--service-yellow);
  color:var(--service-ink);
  font-size:12px;
}
.heroActions{
  width:100%;
  margin-top:30px;
  padding:0;
  display:flex;
  align-items:center;
  gap:14px;
}
.heroActions .btn.ghost{
  border-color:transparent;
  color:#3f3d35;
  padding-inline:8px;
}
.heroActions .btn.ghost::after{content:"→"; color:var(--service-olive)}
.miniTrust{
  width:100%;
  margin-top:4px;
  padding-top:20px;
  border-top:1px solid var(--service-line);
  color:#656257;
  text-shadow:none;
}
.miniTrust .dot{background:var(--service-olive); box-shadow:none}
.price-line{width:100%; margin-top:0}
.price-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#e8e2bd;
  color:#3e3b21;
  font-weight:850;
}

.hero-stack{display:grid; grid-template-rows:minmax(360px,1.08fr) minmax(230px,.72fr); gap:22px}
.hero-image-card{
  min-height:0;
  overflow:hidden;
  border:1px solid var(--service-line);
  border-radius:32px;
  background:var(--service-surface);
  box-shadow:var(--shadow);
}
.hero-image{
  filter:none;
  transform:none;
  background-image:var(--hero-side-img);
  background-position:center;
  background-size:cover;
}
.hero-image::before,.hero-image::after{display:none}
.hero-image-label{padding:22px}
.hero-image-label .tag{background:rgba(255,253,247,.92); color:var(--service-ink); backdrop-filter:blur(8px)}
.hero-info-card{
  min-height:0;
  padding:clamp(26px,3vw,34px);
  border:1px solid var(--service-line);
  border-radius:32px;
  background:var(--service-surface);
  color:var(--service-ink);
  box-shadow:var(--shadow2);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-info-card::before{display:none}
.hero-info-card h2{margin:0; font-size:clamp(28px,3vw,38px); line-height:1.05}
.hero-info-card h2 span{color:var(--service-olive)}
.hero-info-card p{margin:14px 0 0; color:var(--service-copy); line-height:1.6}
.hero-info-card .btn.primary{font-size:13px}

/* Content sections */
body > section{
  padding:76px 0;
  border-top:1px solid var(--service-line);
  background:var(--service-paper);
}
body > section:nth-of-type(even){background:var(--service-surface-2)}
.section-head{margin-bottom:30px}
.h2{
  margin:0 0 14px;
  font-size:clamp(32px,4vw,54px);
  line-height:1.04;
}
.lead{font-size:18px; line-height:1.6}
.grid2,.grid3{gap:18px}
.card{
  padding:clamp(24px,3vw,32px);
  border:1px solid var(--service-line);
  border-radius:24px;
  background:var(--service-surface);
  color:var(--service-ink);
  box-shadow:var(--shadow2);
}
.card::before{display:none}
.card strong{color:var(--service-ink); font-size:18px}
.card .h2{font-size:clamp(28px,3.2vw,42px)}
.card .tag{background:#e8e2bd; color:#49451c}
.hero-bullets{color:var(--service-copy)}
.hero-bullets li::before{color:var(--service-olive)}
.steps{gap:10px}
.step{
  border-color:var(--service-line);
  background:#f5f1e7;
  color:var(--service-copy);
}
.badge{background:var(--service-yellow); color:var(--service-ink)}

/* Galleries become restrained, editorial image cards. */
.slider,.gallery{
  overflow:hidden;
  border:1px solid var(--service-line);
  border-radius:28px;
  background:var(--service-surface);
  box-shadow:var(--shadow2);
}
.slide{background:#ddd8ca}
.slide img{
  width:100%;
  height:520px !important;
  object-fit:cover;
  object-position:center;
}
.slider-btn{
  width:48px;
  height:48px;
  border:1px solid var(--service-line);
  background:rgba(255,253,247,.9);
  color:var(--service-ink);
  box-shadow:none;
}
.slider-dot{background:#c1bcad}
.slider-dot.is-active{background:var(--service-olive)}

.trust-strip{
  border:1px solid var(--service-line);
  border-radius:24px;
  background:var(--service-surface);
  color:var(--service-ink);
  box-shadow:var(--shadow2);
}
.stars{color:#b29b00}
.cta-band{
  border:0;
  border-radius:24px;
  background:var(--service-yellow);
  color:var(--service-ink);
  box-shadow:none;
}
.cta-band .muted{color:#4c491f}
.cta-band .btn.primary{border-color:var(--service-dark); background:var(--service-dark); color:#fff; box-shadow:none}

details{
  border:1px solid var(--service-line);
  border-radius:18px;
  background:var(--service-surface);
  color:var(--service-ink);
  box-shadow:none;
}
details + details{margin-top:10px}
summary{color:var(--service-ink); font-family:"Barlow", sans-serif; font-weight:800; text-transform:none; letter-spacing:0}
details p{color:var(--service-copy)}
.chev{color:var(--service-olive)}

.contact{gap:18px}
#coaches .card img{
  width:100%;
  height:auto !important;
  aspect-ratio:2/3;
  object-fit:cover;
  object-position:center;
  border:0;
  border-radius:18px !important;
}

footer{
  border-top:0;
  background:var(--service-dark);
  color:#d8d6cc;
}
footer .kicker{color:var(--service-yellow)}
footer .muted,footer .tiny{color:#aaa89f}
footer [style*="color:var(--soft)"]{color:#f3f1e8 !important}
footer .btn.ghost{border-color:rgba(255,255,255,.18); color:#f3f1e8}

.cookie-settings-link{
  background:rgba(23,23,19,.88);
  border-color:rgba(255,255,255,.18);
  color:#f0eee6;
}
.mobile-cta{
  background:rgba(23,23,19,.95);
  border-color:rgba(255,255,255,.15);
}
.mobile-cta .btn.ghost{border-color:rgba(255,255,255,.22); color:#fff}

@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-left,.hero-content{min-height:auto}
  .hero-stack{grid-template-columns:1fr 1fr; grid-template-rows:minmax(310px,auto)}
  .hero-info-card{border-radius:28px}
  .hero-image-card{border-radius:28px}
}

@media (max-width:720px){
  .nav-cta > .btn.primary{display:none}
  .hero{padding:16px 0 46px}
  .hero-grid{gap:14px}
  .hero-left{border-radius:24px}
  .hero-content{padding:30px 24px}
  .h1{font-size:clamp(42px,13vw,58px)}
  .heroLead{font-size:17px}
  .heroActions{align-items:stretch}
  .heroActions .btn{width:100%}
  .heroActions .btn.ghost{width:auto; align-self:flex-start}
  .miniTrust{gap:8px 14px}
  .hero-stack{grid-template-columns:1fr; grid-template-rows:320px auto; gap:14px}
  .hero-image-card,.hero-info-card{border-radius:24px}
  .hero-info-card{padding:28px 24px}
  body > section{padding:58px 0}
  .grid2,.grid3{grid-template-columns:1fr}
  .card{padding:24px; border-radius:20px}
  .slide img{height:340px !important}
  .trust-strip,.cta-band{border-radius:20px}
  #coaches .card img{height:auto !important}
  .mobile-cta{left:14px; right:14px; bottom:12px; padding:8px}
}

@media (prefers-reduced-motion:reduce){
  .card,.btn,.hero-image{transition:none !important}
}
