:root{
  --bg:#0b0b0f;
  --bg2:#101018;
  --card:#141420;
  --text:#f3f3f7;
  --muted:#b9b9c6;
  --line:rgba(255,255,255,.10);
  --silver:#d0d3da;
  --red:#e11d2e;
  --red2:#b50f1d;
  --shadow: 0 18px 45px rgba(0,0,0,.45);
  --radius: 18px;
  --radius2: 26px;
  --max: 1160px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background: radial-gradient(1200px 600px at 15% 5%, rgba(225,29,46,.18), transparent 60%),
              radial-gradient(900px 500px at 90% 15%, rgba(208,211,218,.10), transparent 55%),
              var(--bg);
  color:var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height:1.55;
}
a{color:inherit}
img{max-width:100%; display:block}
.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}
.center{text-align:center}
.muted{color:var(--muted)}
code{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: .95em}

.skip{position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;}
.skip:focus{left:12px; top:12px; width:auto; height:auto; padding:10px 12px; background:var(--card); border:1px solid var(--line); border-radius:10px; z-index:9999}

.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(11,11,15,.65);
  border-bottom:1px solid var(--line);
}
.header__inner{display:flex; align-items:center; gap:16px; justify-content:space-between; padding:14px 0;}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand__mark{width:12px; height:12px; border-radius:999px; background: linear-gradient(135deg, var(--red), var(--silver)); box-shadow: 0 0 0 6px rgba(225,29,46,.12);}
.brand__text{display:flex; flex-direction:column; line-height:1.05}
.brand__name{font-weight:800; letter-spacing:.3px}
.brand__sub{font-weight:600; color:var(--silver); font-size:.92rem}

.nav{display:flex; gap:18px; align-items:center}
.nav__link{text-decoration:none; color:var(--muted); font-weight:700; font-size:.95rem; padding:8px 10px; border-radius:10px;}
.nav__link:hover{color:var(--text); background:rgba(255,255,255,.06)}
.nav__cta{color:var(--text); border:1px solid rgba(225,29,46,.45); background: rgba(225,29,46,.12);}
.nav__cta:hover{background: rgba(225,29,46,.18)}

.social{display:flex; gap:10px; align-items:center}
.social__icon{width:36px; height:36px; display:grid; place-items:center; border-radius:12px; border:1px solid var(--line); background: rgba(255,255,255,.04);}
.social__icon:hover{border-color:rgba(225,29,46,.45)}
.social__icon svg{width:18px; height:18px; fill:var(--silver)}

.hamburger{display:none; width:44px; height:44px; border-radius:14px; border:1px solid var(--line); background: rgba(255,255,255,.04);}
.hamburger span{display:block; width:18px; height:2px; background:var(--silver); margin:4px auto; border-radius:99px;}

.mobileMenu{border-top:1px solid var(--line); background: rgba(11,11,15,.85)}
.mobileMenu__inner{padding:14px 0; display:grid; gap:10px}
.mobileMenu__link{text-decoration:none; padding:12px 12px; border:1px solid var(--line); border-radius:14px; background: rgba(255,255,255,.04); color:var(--text); font-weight:800;}
.mobileMenu__cta{border-color:rgba(225,29,46,.45); background: rgba(225,29,46,.12)}
.mobileMenu__social{display:flex; gap:14px; color:var(--muted); font-weight:700; padding:6px 4px}

.hero{position:relative; min-height: 80vh; display:grid; place-items:center; border-bottom:1px solid var(--line); overflow:hidden;}
.hero__bg{position:absolute; inset:0; background-size: cover; background-position: center; filter: saturate(1.05) contrast(1.05); transform: scale(1.05);}
.hero__overlay{position:absolute; inset:0; background: radial-gradient(800px 500px at 15% 30%, rgba(225,29,46,.45), transparent 60%), linear-gradient(to bottom, rgba(11,11,15,.55), rgba(11,11,15,.94));}
.hero__content{position:relative; padding:72px 0 56px}
.badge{display:inline-flex; align-items:center; gap:10px; padding:8px 12px; border-radius:999px; border:1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.35); color: var(--silver); font-weight:800; letter-spacing:.2px; width:fit-content;}
.badge__dot{width:8px; height:8px; border-radius:999px; background: var(--red); box-shadow: 0 0 0 6px rgba(225,29,46,.14);}
.hero__title{margin:16px 0 12px; font-size: clamp(2.0rem, 4vw, 3.4rem); line-height:1.06; letter-spacing:-.5px; max-width: 19ch;}
.accent{color:var(--red)}
.hero__subtitle{margin:0 0 20px; color: rgba(243,243,247,.86); font-size: 1.06rem; max-width: 70ch;}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap}

.btn{display:inline-flex; align-items:center; justify-content:center; height:46px; padding:0 16px; border-radius:14px; font-weight:900; text-decoration:none; border:1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease;}
.btn:active{transform: translateY(1px)}
.btn--primary{background: linear-gradient(135deg, var(--red), var(--red2)); color: white; box-shadow: 0 12px 28px rgba(225,29,46,.28);}
.btn--primary:hover{filter: brightness(1.02)}
.btn--ghost{background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: var(--text);}
.btn--ghost:hover{border-color: rgba(225,29,46,.45)}
.btn--full{width:100%}

.hero__trust{margin-top:26px; display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:12px; max-width: 860px;}
.trustCard{padding:14px; border-radius: var(--radius); border:1px solid rgba(255,255,255,.14); background: rgba(0,0,0,.30);}
.trustCard__kicker{color:rgba(208,211,218,.9); font-weight:800; font-size:.92rem}
.trustCard__value{font-weight:950; font-size:1.1rem}
.trustCard__sub{color:rgba(243,243,247,.78); font-weight:700; font-size:.92rem; margin-top:4px}

.section{padding:72px 0}
.section--alt{background: linear-gradient(to bottom, rgba(255,255,255,.02), rgba(255,255,255,.00)); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.section__title{margin:0 0 10px; font-size: clamp(1.6rem, 2.4vw, 2.2rem)}
.section__lead{margin:0 0 18px; color: rgba(243,243,247,.86); font-size:1.05rem; max-width: 78ch}

.grid{display:grid; gap:24px}
.grid--2{grid-template-columns: 1.05fr .95fr}

.checklist{list-style:none; padding:0; margin:0 0 18px; display:grid; gap:10px}
.checklist li{position:relative; padding-left:26px; color:rgba(243,243,247,.90); font-weight:700}
.checklist li:before{content:""; position:absolute; left:0; top:8px; width:14px; height:14px; border-radius:4px; background: rgba(225,29,46,.18); border:1px solid rgba(225,29,46,.55); box-shadow: 0 0 0 4px rgba(225,29,46,.10);}

.miniActions{display:flex; gap:12px; flex-wrap:wrap}

.cardPhoto{position:relative; border-radius: var(--radius2); overflow:hidden; border:1px solid var(--line); background: rgba(255,255,255,.03); box-shadow: var(--shadow);}
.cardPhoto img{width:100%; height:100%; object-fit:cover; min-height:320px}
.cardPhoto__tag{position:absolute; left:16px; bottom:16px; padding:8px 12px; border-radius:999px; background: rgba(0,0,0,.52); border:1px solid rgba(255,255,255,.16); font-weight:900; color:var(--silver);}

.profile{border-radius: var(--radius2); overflow:hidden; border:1px solid var(--line); background: rgba(255,255,255,.03); box-shadow: var(--shadow);}
.profile__img{width:100%; height:100%; object-fit:cover; min-height:360px}

.gallery{margin-top:18px; display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px;}
.gallery__item{border-radius: var(--radius); overflow:hidden; border:1px solid var(--line); background: rgba(255,255,255,.03);}
.gallery__item img{width:100%; height:220px; object-fit:cover}
.gallery__item figcaption{padding:10px 12px; color: var(--silver); font-weight:900; font-size:.95rem; border-top:1px solid var(--line);}

.reviews{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px; margin-top:18px;}
.reviewCard{border-radius: var(--radius); border:1px solid var(--line); background: rgba(255,255,255,.03); padding:16px; box-shadow: 0 10px 24px rgba(0,0,0,.25);}
.reviewCard__stars{color: var(--red); font-weight:950; letter-spacing:.8px}
.reviewCard__text{margin:10px 0 10px; color: rgba(243,243,247,.92); font-weight:700}
.reviewCard__name{color: var(--muted); font-weight:900}

.steps{display:grid; gap:12px; margin-top:16px}
.step{display:flex; gap:12px; align-items:flex-start; padding:14px; border-radius: var(--radius); border:1px solid var(--line); background: rgba(255,255,255,.03);}
.step__num{width:34px; height:34px; border-radius:12px; display:grid; place-items:center; background: rgba(225,29,46,.14); border:1px solid rgba(225,29,46,.55); font-weight:950;}
.step__title{font-weight:950}
.step__text{color: rgba(243,243,247,.84); font-weight:700}

.mapCard{border-radius: var(--radius2); overflow:hidden; border:1px solid var(--line); background: rgba(255,255,255,.03); box-shadow: var(--shadow);}
.mapCard__map iframe{width:100%; height:260px; border:0; display:block}
.mapCard__info{padding:16px}
.kv{display:grid; grid-template-columns: 88px 1fr; gap:8px 12px; margin-top:10px}
.kv__k{color:var(--muted); font-weight:950}
.kv__v a{color: var(--silver)}

.visitPhoto{border-radius: var(--radius2); overflow:hidden; border:1px solid var(--line); background: rgba(255,255,255,.03); box-shadow: var(--shadow); margin-bottom:14px;}
.visitPhoto img{width:100%; height:240px; object-fit:cover}

.contactGrid{display:grid; grid-template-columns: 1.15fr .85fr; gap:16px; margin-top:16px;}
.form{border-radius: var(--radius2); border:1px solid var(--line); background: rgba(255,255,255,.03); padding:18px; box-shadow: var(--shadow);}
.form label{display:grid; gap:8px; margin-bottom:12px; font-weight:900; color: var(--silver)}
.form input, .form textarea{background: rgba(0,0,0,.25); border:1px solid rgba(255,255,255,.14); color: var(--text); border-radius: 14px; padding:12px; font-size:1rem;}
.form input:focus, .form textarea:focus{outline:none; border-color: rgba(225,29,46,.55); box-shadow: 0 0 0 5px rgba(225,29,46,.12);}
.form__note{margin:12px 0 0}

.contactAside{display:grid; gap:14px}
.contactAside__card{border-radius: var(--radius2); border:1px solid var(--line); background: rgba(255,255,255,.03); padding:16px; box-shadow: 0 10px 26px rgba(0,0,0,.25);}
.contactAside__links{display:flex; flex-wrap:wrap; gap:10px; margin-top:10px}

.footer{border-top:1px solid var(--line); background: rgba(0,0,0,.20); padding:18px 0;}
.footer__inner{display:flex; justify-content:space-between; gap:12px; align-items:center; flex-wrap:wrap}
.footer__brand{font-weight:950}
.footer__muted{color:var(--muted); font-weight:800}
.footer__right{display:flex; gap:10px; align-items:center; color:var(--muted); font-weight:800}
.footer__right a{text-decoration:none}
.footer__dot{opacity:.5}

.reveal{opacity:0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease}
.reveal.is-visible{opacity:1; transform:none}

/* Responsive */
@media (max-width: 980px){
  .grid--2{grid-template-columns: 1fr}
  .hero__trust{grid-template-columns:1fr; max-width: 560px}
  .gallery{grid-template-columns: repeat(2, minmax(0,1fr))}
  .reviews{grid-template-columns: 1fr}
  .contactGrid{grid-template-columns:1fr}
  .nav{display:none}
  .social{display:none}
  .hamburger{display:block}
}
@media (max-width: 520px){
  .container{width:min(var(--max), calc(100% - 26px))}
  .section{padding:56px 0}
  .gallery{grid-template-columns:1fr}
  .hero__content{padding:64px 0 48px}
}


/* --- Minor readability upgrades (keeps original vibe) --- */
.tagline{ margin-top:-8px; opacity:.9; font-weight:600; letter-spacing:.5px; }
.brand-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:10px;
  margin:12px 0 6px;
}
.brand-grid > div{
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
}
.photo-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:12px;
}
.photo-grid .photo{ margin:0; border-radius:14px; overflow:hidden; }
.photo-grid img{ width:100%; height:100%; display:block; object-fit:cover; }
.signage{ margin-top:12px; }
.signage img{ width:100%; max-width:520px; border-radius:14px; display:block; }
.caption{ opacity:.85; margin-top:6px; font-size:.95em; }
.manager-photo{ max-width:240px; width:100%; height:auto; border-radius:14px; display:block; margin:12px auto 16px; }
.no-contracts{ margin-top:10px; }
@media (min-width: 900px){
  .brand-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .photo-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}


/* --- Gym Floor mobile scroll gallery --- */
.gym-hscroll{
  display:flex;
  gap:12px;
  overflow-x:auto;
  padding:10px 2px 6px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}
.gym-hscroll::-webkit-scrollbar{ height:10px; }
.gym-hscroll .slide{
  flex:0 0 auto;
  width:min(320px, 82vw);
  scroll-snap-align:start;
  border-radius:14px;
  overflow:hidden;
}
.gym-hscroll img{
  width:100%;
  height:200px;
  object-fit:cover;
  display:block;
}
@media (min-width: 900px){
  .gym-hscroll .slide{ width:360px; }
  .gym-hscroll img{ height:230px; }
}


/* Cache-bust scrollfix v3 */
.gym-hscroll{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:10px 2px 6px;}
.gym-hscroll .slide{flex:0 0 auto;width:min(320px,82vw);scroll-snap-align:start;border-radius:14px;overflow:hidden;}
.gym-hscroll img{width:100%;height:200px;object-fit:cover;display:block;}
@media (min-width:900px){.gym-hscroll .slide{width:360px;}.gym-hscroll img{height:230px;}}


/* --- Full site toggle (Option 1) --- */
.view-toggle{
  display:none;
  width:100%;
  margin-top:14px;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background:transparent;
  color:inherit;
  font-weight:700;
  cursor:pointer;
}

/* Show toggle only in mobile menu */
@media (max-width: 720px){
  html:not(.force-desktop) .view-toggle{ display:block; }
  html.force-desktop .view-toggle{ display:block; } /* keep accessible even in full view on phone */
}

/* When forcing desktop view on small screens, disable the slide-in mobile menu layout */
html.force-desktop #site-nav{
  position:static !important;
  height:auto !important;
  width:auto !important;
  transform:none !important;
  transition:none !important;
  padding:0 !important;
  background:transparent !important;
  backdrop-filter:none !important;
  border-left:none !important;
}

/* Hide hamburger and overlay in forced desktop mode */
html.force-desktop .menu-toggle{ display:none !important; }
html.force-desktop #menu-overlay{ display:none !important; }

/* Restore horizontal nav link layout when forced desktop */
html.force-desktop #site-nav ul{
  flex-direction:row !important;
  gap:18px !important;
  margin-top:0 !important;
}
html.force-desktop #site-nav a{
  padding:0 !important;
  border:none !important;
  border-radius:0 !important;
}

/* Slightly tighter typography on forced desktop to fit phones better */
html.force-desktop body{
  font-size: 15px;
}


/* --- Reviews: gold highlight --- */
.reviews-gold{
  border:1px solid rgba(255, 210, 77, .22);
  background: radial-gradient(1200px 420px at 20% 0%, rgba(255,210,77,.14), rgba(0,0,0,0));
  border-radius:18px;
  padding:22px 18px;
}
.reviews-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.reviews-badge{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255, 210, 77, .28);
  background: rgba(255, 210, 77, .08);
}
.reviews-badge .star{ font-size:18px; line-height:1; }
.reviews-badge .badge-title{ font-weight:800; letter-spacing:.2px; }
.reviews-badge .badge-sub{ opacity:.9; font-size:.92em; }
.reviews-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:14px;
}
.review-card{
  margin:0;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.20);
  padding:14px 14px 12px;
}
.review-card blockquote{
  margin:0 0 10px;
  font-size:1.03em;
  line-height:1.45;
}
.review-card figcaption{ opacity:.85; font-weight:700; }
.reviews-cta{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:14px;
}
.reviews-btn{
  display:inline-flex;
  justify-content:center;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255, 210, 77, .35);
  background: rgba(255, 210, 77, .14);
  font-weight:900;
}
.reviews-note{ opacity:.85; margin:0; font-size:.95em; }

@media (min-width: 900px){
  .reviews-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}


/* --- Social highlight section --- */
.social-highlight{
  margin-top:28px;
  padding:26px 20px;
  border-radius:22px;
  background:
    radial-gradient(1200px 420px at 20% 0%, rgba(255,210,77,.18), rgba(0,0,0,0)),
    rgba(10,10,12,.9);
  border:1px solid rgba(255,210,77,.28);
  text-align:center;
}
.social-highlight h2{
  font-size:1.6em;
  margin-bottom:6px;
}
.social-sub{
  max-width:720px;
  margin:0 auto 18px;
  opacity:.92;
  font-size:1.05em;
}
.social-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
}
.social-btn{
  width:100%;
  max-width:420px;
  padding:14px 16px;
  border-radius:16px;
  font-weight:900;
  letter-spacing:.3px;
  text-decoration:none;
  border:1px solid transparent;
}
.social-btn.fb{
  background:#1877f2;
  color:#fff;
}
.social-btn.ig{
  background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
  color:#fff;
}
.social-btn.google{
  background:#fff;
  color:#111;
  border-color:rgba(255,210,77,.6);
}
@media (min-width:900px){
  .social-buttons{
    flex-direction:row;
    justify-content:center;
  }
  .social-btn{
    width:auto;
    min-width:220px;
  }
}

/* Hide ONLY the menu button (keep dropdown/nav visible) */
.menu-toggle {
  display: none !important;
}

/* Ensure nav is always visible */
#site-nav {
  display: block !important;
}

/* Upscale Reviews Styling */
.section--reviews{
  position:relative;
  padding:64px 20px;
}
.section--reviews .section__title{
  font-size:clamp(28px,3.2vw,42px);
  text-align:center;
}
.section--reviews .section__lead{
  text-align:center;
  max-width:760px;
  margin:0 auto 32px;
  opacity:.9;
}
.reviews-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
  max-width:1100px;
  margin:0 auto;
}
@media(min-width:900px){
  .reviews-grid{grid-template-columns:1fr 1fr 1fr;}
}
.review-card{
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.15);
  border-radius:22px;
  padding:20px;
  box-shadow:0 14px 34px rgba(0,0,0,.4);
  transition:transform .2s ease, box-shadow .2s ease;
}
.review-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 46px rgba(0,0,0,.55);
}
.review-top{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:12px;
}
.review-avatar{
  width:56px;
  height:56px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
}
.review-name{font-weight:900;}
.review-stars{letter-spacing:1px;}
.review-text{line-height:1.6;}

/* Mobile spacing polish for reviews */
@media (max-width: 768px){
  .section--reviews{
    padding:44px 16px;
  }
  .reviews-grid{
    gap:14px;
  }
  .review-card{
    padding:16px 16px 14px;
  }
  .review-top{
    gap:10px;
    margin-bottom:10px;
  }
  .review-avatar{
    width:48px;
    height:48px;
  }
  .review-name{
    font-size:15px;
  }
  .review-stars{
    font-size:14px;
  }
  .review-text{
    font-size:14.5px;
    line-height:1.5;
  }
}

/* Upscale Reviews */
.section--reviews{text-align:center}
.reviews-grid{display:grid;gap:20px;max-width:1100px;margin:0 auto}
@media(min-width:900px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}
.review-card{background:rgba(255,255,255,.08);border-radius:22px;padding:20px;box-shadow:0 14px 36px rgba(0,0,0,.45)}
.review-stars{color:#FFD24D}
.review-name{color:#C9CCD6;font-weight:900}

/* Cardio Scroller */
.cardio-scroller{overflow-x:auto;margin-top:18px}
.cardio-track{display:flex;gap:14px}
.cardio-item{flex:0 0 78vw;max-width:320px;border-radius:18px;overflow:hidden}
.cardio-item img{width:100%;height:220px;object-fit:cover}
