/* =========================================================
   EMPIRE OF FITNESS — Design System
   Palette: obsidian + imperial gold + ember
   ========================================================= */

:root {
  /* Color */
  --bg:        #0a0a0c;
  --bg-2:      #101014;
  --bg-3:      #16161c;
  --surface:   #1b1b22;
  --ink:       #f6f5f3;
  --muted:     #a2a1ab;
  --muted-2:   #6f6e79;
  --gold:      #e6b325;
  --gold-2:    #f4d67a;
  --gold-deep: #b98a10;
  --ember:     #ff4d2e;
  --line:      rgba(255,255,255,.09);
  --line-2:    rgba(255,255,255,.14);

  /* Type */
  --font-display: "Anton", "Archivo", sans-serif;
  --font-head:    "Archivo", sans-serif;
  --font-body:    "Inter", system-ui, sans-serif;

  /* Space / layout */
  --container: 1200px;
  --radius:    18px;
  --radius-sm: 12px;

  --ease: cubic-bezier(.16,1,.3,1);
  --shadow: 0 30px 60px -20px rgba(0,0,0,.6);
  --gold-grad: linear-gradient(135deg, var(--gold-2), var(--gold) 55%, var(--gold-deep));
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration:.001ms!important; transition-duration:.001ms!important; } }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.container { width: min(100% - 2.4rem, var(--container)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; }

/* ---------- Grain + progress ---------- */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 60;
  background: var(--gold-grad);
  box-shadow: 0 0 12px rgba(230,179,37,.6);
}

/* ---------- Typography helpers ---------- */
h1,h2,h3,h4 { font-family: var(--font-head); font-weight: 800; line-height: 1.05; letter-spacing: -.02em; }
.text-gold { color: var(--gold); }
.eyebrow {
  font-family: var(--font-head); font-weight: 700; font-size: .82rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1rem;
  display: inline-flex; align-items: center; gap: .6rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); display: inline-block; }

.section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head h2, .about h2, .contact h2 { font-size: clamp(2.2rem, 5.2vw, 3.8rem); }
.section-head__sub { color: var(--muted); font-size: 1.05rem; margin-top: 1rem; }
.section-head__sub a { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
  --pad-y: .85rem; --pad-x: 1.5rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: var(--pad-y) var(--pad-x);
  font-family: var(--font-head); font-weight: 700; font-size: .95rem; letter-spacing: .02em;
  border-radius: 100px; position: relative; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
  white-space: nowrap; will-change: transform;
}
.btn--lg { --pad-y: 1.1rem; --pad-x: 2rem; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn--gold { background: var(--gold-grad); color: #1a1305; box-shadow: 0 12px 30px -10px rgba(230,179,37,.55); }
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(230,179,37,.7); }
.btn--ghost { border: 1.5px solid var(--line-2); color: var(--ink); background: rgba(255,255,255,.02); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.btn--wa { background: #25d366; color: #05300f; box-shadow: 0 12px 30px -10px rgba(37,211,102,.5); }
.btn--wa:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(37,211,102,.65); background: #22c35d; }
.btn--dark { background: #17130a; color: var(--gold-2); box-shadow: 0 14px 30px -12px rgba(0,0,0,.5); }
.btn--dark:hover { background: #000; transform: translateY(-3px); }

.link-arrow {
  font-family: var(--font-head); font-weight: 700; color: var(--gold);
  display: inline-flex; align-items: center; gap: .5rem;
}
.link-arrow span { transition: transform .3s var(--ease); }
.link-arrow:hover span { transform: translateX(5px); }

/* ---------- Media placeholders ---------- */
.media-ph {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background:
    radial-gradient(120% 120% at 15% 10%, rgba(230,179,37,.10), transparent 55%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 12px, rgba(255,255,255,.045) 12px 24px),
    var(--bg-3);
  border: 1px dashed var(--line-2);
  display: grid; place-items: center; min-height: 180px; isolation: isolate;
}
.media-ph::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(80% 60% at 50% 120%, rgba(255,77,46,.12), transparent 70%);
}
.media-ph__label {
  font-family: var(--font-body); font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  color: var(--muted); background: rgba(0,0,0,.4); padding: .45rem .7rem; border-radius: 8px;
  border: 1px solid var(--line); text-align: center; max-width: 90%;
}
.media-ph__label code { color: var(--gold-2); font-size: .72rem; }
.media-ph--video::before {
  content: ""; position: absolute; width: 66px; height: 66px; border-radius: 50%;
  background: rgba(10,10,12,.55); border: 2px solid var(--gold);
  box-shadow: 0 0 0 0 rgba(230,179,37,.4); animation: pulse 2.4s infinite;
  z-index: 2;
}
.media-ph--video .media-ph__label { position: absolute; bottom: 1rem; z-index: 3; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(230,179,37,.4);} 70%{box-shadow:0 0 0 22px rgba(230,179,37,0);} 100%{box-shadow:0 0 0 0 rgba(230,179,37,0);} }

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 50;
  transition: background .4s var(--ease), border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  background: rgba(10,10,12,.82); backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }

.logo { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); }
.logo__mark { color: var(--gold); display: grid; place-items: center; }
.logo__text {
  font-family: var(--font-display); font-size: 1.25rem; letter-spacing: .02em; line-height: .9;
  display: flex; flex-direction: column;
}
.logo__thin { font-family: var(--font-head); font-weight: 600; font-size: .58rem; letter-spacing: .34em; color: var(--gold); }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav > a:not(.nav__cta) {
  font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--muted);
  position: relative; transition: color .3s;
}
.nav > a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav > a:not(.nav__cta):hover, .nav > a.is-current { color: var(--ink); }
.nav > a:not(.nav__cta):hover::after, .nav > a.is-current::after { width: 100%; }
.nav__cta { padding: .6rem 1.3rem; font-size: .9rem; }

.hamburger { display: none; width: 44px; height: 44px; position: relative; z-index: 60; }
.hamburger span { position: absolute; left: 11px; width: 22px; height: 2px; background: var(--ink); transition: .3s var(--ease); }
.hamburger span:nth-child(1){ top: 16px; } .hamburger span:nth-child(2){ top: 22px; } .hamburger span:nth-child(3){ top: 28px; }
.hamburger.is-open span:nth-child(1){ top: 22px; transform: rotate(45deg); }
.hamburger.is-open span:nth-child(2){ opacity: 0; }
.hamburger.is-open span:nth-child(3){ top: 22px; transform: rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: 76px; overflow: hidden; }
.hero__media { position: absolute; inset: 0; border-radius: 0; border: none; min-height: 0; z-index: 0; }
.hero__media.media-ph { background:
  radial-gradient(90% 80% at 70% 10%, rgba(230,179,37,.14), transparent 55%),
  radial-gradient(70% 70% at 10% 90%, rgba(255,77,46,.14), transparent 60%),
  repeating-linear-gradient(45deg, rgba(255,255,255,.015) 0 14px, rgba(255,255,255,.03) 14px 28px),
  #0c0c10; }
.hero__scrim { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(10,10,12,.55) 0%, rgba(10,10,12,.35) 40%, rgba(10,10,12,.92) 100%); }
.hero__content { position: relative; z-index: 3; max-width: 820px; padding-block: 6rem; }
.hero__eyebrow {
  font-family: var(--font-head); font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
  font-size: .82rem; color: var(--gold); margin-bottom: 1.2rem;
}
.hero__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(3.4rem, 12vw, 9rem); line-height: .86; letter-spacing: .01em; }
.hero__title span { display: block; }
.hero__title--accent { color: transparent; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; }
.hero__lede { color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.22rem); max-width: 560px; margin: 1.6rem 0 2.2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero__stats { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 5vw, 3.5rem); margin-top: 3.2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats b { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.8rem, 4vw, 2.7rem); color: var(--ink); line-height: 1; }
.hero__stats span { color: var(--muted-2); font-size: .82rem; letter-spacing: .04em; margin-top: .35rem; }

.hero__scroll {
  position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: var(--muted-2);
}
.hero__scroll span { width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); position: relative; overflow: hidden; }
.hero__scroll span::after { content:""; position:absolute; top:0; left:0; width:100%; height:40%; background: var(--gold); animation: scrolldot 2s infinite; }
@keyframes scrolldot { 0%{ transform: translateY(-100%);} 100%{ transform: translateY(250%);} }

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--bg-2); padding: 1.2rem 0; }
.marquee__track { display: inline-flex; align-items: center; gap: 1.6rem; white-space: nowrap; animation: marquee 30s linear infinite; }
.marquee__track span { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2.2rem); color: var(--ink); text-transform: uppercase; }
.marquee__track i { color: var(--gold); font-style: normal; font-size: .9rem; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =========================================================
   ABOUT
   ========================================================= */
.about__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.about__media { position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 1rem; min-height: 480px; }
.about__ph1 { grid-row: 1 / 3; }
.about__ph2 { align-self: end; }
.about__badge {
  position: absolute; right: -12px; bottom: -18px; background: var(--gold-grad); color: #1a1305;
  padding: 1rem 1.3rem; border-radius: 16px; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.about__badge b { font-family: var(--font-display); font-size: 1.7rem; line-height: 1; }
.about__badge span { font-size: .74rem; font-weight: 600; }
.about__body p { color: var(--muted); margin-top: 1rem; }
.about__body h2 { margin-top: .3rem; }
.about__list { margin: 1.8rem 0; display: grid; gap: .9rem; }
.about__list li { display: flex; align-items: center; gap: .8rem; color: var(--ink); font-weight: 500; }
.about__list svg { color: var(--gold); flex-shrink: 0; }

/* =========================================================
   PROGRAMS
   ========================================================= */
.programs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.prog {
  position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  background: var(--bg-2); transition: transform .4s var(--ease), border-color .4s;
}
.prog:hover { transform: translateY(-6px); border-color: var(--gold); }
.prog__media { min-height: 200px; border-radius: 0; border: none; border-bottom: 1px solid var(--line); }
.prog__body { padding: 1.3rem; position: relative; }
.prog__num { font-family: var(--font-display); color: var(--gold-deep); font-size: 1rem; opacity: .8; }
.prog__body h3 { font-size: 1.14rem; margin: .3rem 0 .5rem; }
.prog__body p { color: var(--muted); font-size: .9rem; }

/* =========================================================
   WHY / FEATURES
   ========================================================= */
.why { background: var(--bg-2); }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.feature {
  padding: 2rem 1.6rem; border-radius: var(--radius); border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), var(--bg-3)); transition: transform .4s var(--ease), box-shadow .4s;
}
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature__icon { font-size: 2rem; display: block; margin-bottom: 1rem; }
.feature h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.feature p { color: var(--muted); font-size: .95rem; }

/* =========================================================
   TRAINERS
   ========================================================= */
.trainers__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.coach { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); }
.coach__media { min-height: 300px; border: none; border-radius: 0; }
.coach__info { padding: 1.2rem 1.3rem 1.5rem; }
.coach__info h3 { font-size: 1.2rem; }
.coach__role { color: var(--gold); font-size: .85rem; font-weight: 600; margin-top: .15rem; }
.coach__tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .8rem; }
.coach__tags li { font-size: .74rem; color: var(--muted); border: 1px solid var(--line-2); padding: .2rem .6rem; border-radius: 100px; }

/* =========================================================
   SCHEDULE
   ========================================================= */
.schedule { background: var(--bg-2); }
.schedule__tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.schedule__tab {
  font-family: var(--font-head); font-weight: 700; padding: .6rem 1.4rem; border-radius: 100px;
  border: 1px solid var(--line-2); color: var(--muted); transition: .3s var(--ease);
}
.schedule__tab.is-active { background: var(--gold-grad); color: #1a1305; border-color: transparent; }
.schedule__tab:hover:not(.is-active) { color: var(--ink); border-color: var(--gold); }

.schedule__panel { display: grid; gap: .7rem; }
.slot {
  display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 1rem;
  padding: 1.05rem 1.4rem; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--line);
  animation: fadeUp .5s var(--ease) both;
}
.slot__time { font-family: var(--font-head); font-weight: 800; color: var(--gold); }
.slot__name { font-weight: 600; }
.slot__coach { color: var(--muted); font-size: .88rem; }
.slot__tag { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); border: 1px solid var(--line-2); padding: .25rem .65rem; border-radius: 100px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px);} to { opacity:1; transform: none; } }

/* =========================================================
   PRICING
   ========================================================= */
.pricing__toggle { display: inline-flex; gap: .3rem; padding: .35rem; border: 1px solid var(--line-2); border-radius: 100px; margin-bottom: 3rem; }
.pricing__toggle button {
  font-family: var(--font-head); font-weight: 700; font-size: .9rem; color: var(--muted);
  padding: .6rem 1.3rem; border-radius: 100px; transition: .3s var(--ease); display: inline-flex; align-items: center; gap: .5rem;
}
.pricing__toggle button.is-active { background: var(--gold-grad); color: #1a1305; }
.pricing__toggle .save { font-size: .66rem; background: var(--ember); color: #fff; padding: .1rem .45rem; border-radius: 100px; }
.pricing__toggle button.is-active .save { background: rgba(0,0,0,.25); color: #1a1305; }

.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: start; }
.plan {
  position: relative; padding: 2.2rem 1.8rem; border-radius: var(--radius); border: 1px solid var(--line);
  background: var(--bg-2); transition: transform .4s var(--ease), border-color .4s;
}
.plan:hover { transform: translateY(-6px); border-color: var(--line-2); }
.plan--featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(230,179,37,.08), var(--bg-2)); box-shadow: var(--shadow); }
.plan__badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--gold-grad); color: #1a1305; font-family: var(--font-head); font-weight: 800;
  font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; padding: .35rem 1rem; border-radius: 100px;
}
.plan__name { font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; letter-spacing: .02em; }
.plan__desc { color: var(--muted); font-size: .9rem; margin: .4rem 0 1.4rem; min-height: 2.6em; }
.plan__price { display: flex; align-items: flex-start; gap: .15rem; margin-bottom: 1.5rem; }
.plan__cur { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; margin-top: .5rem; color: var(--muted); }
.plan__price b { font-family: var(--font-display); font-weight: 400; font-size: 3rem; line-height: 1; letter-spacing: .01em; }
.plan__per { align-self: flex-end; color: var(--muted); font-size: .9rem; margin-bottom: .4rem; }
.plan__features { display: grid; gap: .7rem; margin-bottom: 1.8rem; }
.plan__features li { position: relative; padding-left: 1.6rem; color: var(--muted); font-size: .93rem; }
.plan__features li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
.pricing__note { text-align: center; color: var(--muted); margin-top: 2rem; font-size: .95rem; }
.pricing__note strong { color: var(--gold); }

/* =========================================================
   GALLERY / REELS
   ========================================================= */
.reels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1rem; }
.reel { aspect-ratio: 9/16; min-height: 0; }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 1rem; }
.gallery__grid .media-ph { min-height: 0; }
.g1 { grid-column: span 2; grid-row: span 2; }
.g2 { grid-column: span 2; }
.g4 { grid-column: span 2; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testi { position: relative; }
.testi__viewport { overflow: hidden; }
.testi__track { display: flex; transition: transform .6s var(--ease); }
.testi__card { flex: 0 0 100%; padding: clamp(2rem, 5vw, 3.5rem); text-align: center; }
.testi__stars { color: var(--gold); letter-spacing: .15em; font-size: 1.2rem; margin-bottom: 1.2rem; }
.testi__card p { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.2rem, 2.6vw, 1.9rem); line-height: 1.4; letter-spacing: -.01em; max-width: 820px; margin-inline: auto; }
.testi__card footer { margin-top: 1.6rem; display: flex; flex-direction: column; gap: .1rem; }
.testi__card footer b { color: var(--gold); font-family: var(--font-head); }
.testi__card footer span { color: var(--muted-2); font-size: .85rem; }
.testi__dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1rem; }
.testi__dots button { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); transition: .3s; }
.testi__dots button.is-active { background: var(--gold); width: 26px; border-radius: 100px; }

/* =========================================================
   LOCATIONS
   ========================================================= */
.loc__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.loc { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-2); transition: transform .4s var(--ease), border-color .4s; }
.loc:hover { transform: translateY(-5px); border-color: var(--gold); }
.loc__media { min-height: 180px; border: none; border-radius: 0; border-bottom: 1px solid var(--line); }
.loc__body { padding: 1.5rem; }
.loc__body h3 { font-size: 1.35rem; display: flex; align-items: center; gap: .6rem; }
.loc__flag { font-family: var(--font-head); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; background: var(--gold-grad); color: #1a1305; padding: .2rem .55rem; border-radius: 100px; }
.loc__addr { color: var(--muted); font-size: .92rem; margin: .7rem 0; }
.loc__meta { font-size: .85rem; color: var(--muted-2); margin-bottom: 1rem; }
.loc__actions { display: flex; gap: 1.4rem; }
.loc__actions .link-arrow { font-size: .9rem; }

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band { background: var(--gold-grad); color: #1a1305; padding: clamp(3rem, 6vw, 4.5rem) 0; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); color: #17130a; }
.cta-band p { color: #3a2f12; font-weight: 500; margin-top: .4rem; }
.cta-band .btn--gold { background: #17130a; color: var(--gold-2); box-shadow: 0 14px 30px -12px rgba(0,0,0,.5); }
.cta-band .btn--gold:hover { background: #000; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.contact__info p { color: var(--muted); margin-top: 1rem; max-width: 440px; }
.contact__list { margin: 2rem 0; display: grid; gap: 1.2rem; }
.contact__list li { display: flex; flex-direction: column; gap: .2rem; border-left: 2px solid var(--gold); padding-left: 1rem; }
.contact__list span { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-2); }
.contact__list a, .contact__list b { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; }
.contact__list a:hover { color: var(--gold); }
.contact__socials { display: flex; gap: 1rem; }
.contact__socials a { border: 1px solid var(--line-2); padding: .5rem 1.1rem; border-radius: 100px; font-weight: 600; font-size: .9rem; transition: .3s; }
.contact__socials a:hover { border-color: var(--gold); color: var(--gold); }

.contact__form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; padding: clamp(1.6rem, 4vw, 2.4rem); background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 600; color: var(--muted); }
.field .opt { color: var(--muted-2); font-weight: 400; }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink); background: var(--bg-3); border: 1px solid var(--line-2);
  border-radius: var(--radius-sm); padding: .8rem .9rem; transition: border-color .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: none; }
.field textarea { resize: vertical; }
.contact__form .btn { grid-column: 1 / -1; }
.contact__ok { grid-column: 1/-1; text-align: center; color: var(--gold); font-weight: 600; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding-top: 4rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 3rem; }
.footer__brand p { color: var(--muted); font-size: .92rem; margin-top: 1rem; max-width: 320px; }
.footer__col h4 { font-family: var(--font-head); font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold); margin-bottom: 1.1rem; }
.footer__col a { display: block; color: var(--muted); font-size: .93rem; margin-bottom: .6rem; transition: color .3s; }
.footer__col a:hover { color: var(--ink); }
.footer__bottom { display: flex; justify-content: space-between; padding: 1.6rem 0; border-top: 1px solid var(--line); color: var(--muted-2); font-size: .85rem; flex-wrap: wrap; gap: .5rem; }
.footer__credit { color: var(--gold-deep); }

/* ---------- Back to top ---------- */
.to-top {
  position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 40; width: 46px; height: 46px;
  display: grid; place-items: center; border-radius: 50%; background: var(--gold-grad); color: #1a1305;
  font-size: 1.2rem; font-weight: 800; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px) scale(.8);
  pointer-events: none; transition: .4s var(--ease);
}
.to-top.is-visible { opacity: 1; transform: none; pointer-events: auto; }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* =========================================================
   MOBILE NAV DRAWER + RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .programs__grid, .trainers__grid { grid-template-columns: repeat(2, 1fr); }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .hamburger { display: block; }
  .nav {
    position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 1.8rem;
    background: rgba(10,10,12,.97); backdrop-filter: blur(10px);
    transform: translateX(100%); transition: transform .45s var(--ease); z-index: 55;
  }
  .nav.is-open { transform: none; }
  .nav > a:not(.nav__cta) { font-size: 1.4rem; color: var(--ink); font-family: var(--font-display); font-weight: 400; }
  .nav__cta { font-size: 1rem; }

  .about__grid { grid-template-columns: 1fr; }
  .about__media { min-height: 380px; margin-bottom: 2.5rem; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
  .plan--featured { order: -1; }
  .loc__grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__form { grid-template-columns: 1fr 1fr; }
  .reels { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .g1 { grid-column: span 2; }
  .slot { grid-template-columns: 90px 1fr; }
  .slot__tag { display: none; }
}

@media (max-width: 560px) {
  .programs__grid, .trainers__grid, .why__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__stats { gap: 1.4rem 2rem; }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .contact__form { grid-template-columns: 1fr; }
  .about__media { grid-template-columns: 1fr; grid-template-rows: auto; }
  .about__ph1 { grid-row: auto; min-height: 220px; }
}

/* =========================================================
   v2 — real images, topbar, whatsapp, faq, mobile bar
   ========================================================= */

/* Anchor offset so fixed header doesn't cover section titles */
section[id], main [id] { scroll-margin-top: 96px; }

/* ---------- Top announcement bar ---------- */
.topbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 49; height: 40px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold) 50%, var(--gold-deep));
  color: #1a1305; transition: transform .4s var(--ease);
}
.topbar__inner { height: 40px; display: flex; align-items: center; justify-content: center; gap: 1rem; font-size: .84rem; font-weight: 600; }
.topbar__inner a { text-decoration: underline; white-space: nowrap; font-weight: 800; }
html.scrolled .topbar { transform: translateY(-100%); }

.header { top: 40px; }
html.scrolled .header { top: 0; }

/* ---------- Real image treatments ---------- */
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.about__media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.prog__media { width: 100%; height: 210px; object-fit: cover; border-bottom: 1px solid var(--line); display: block; }
.coach__media { width: 100%; height: 320px; object-fit: cover; object-position: top center; display: block; }
.gallery__grid img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); display: block; }

/* ---------- Reels (real posters + play badge) ---------- */
.reel { position: relative; display: block; aspect-ratio: 9/16; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.reel img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.reel:hover img { transform: scale(1.06); }
.reel__play {
  position: absolute; inset: 0; margin: auto; width: 56px; height: 56px; display: grid; place-items: center;
  background: rgba(10,10,12,.5); border: 2px solid var(--gold); border-radius: 50%; color: var(--gold);
  backdrop-filter: blur(2px); transition: .3s var(--ease);
}
.reel:hover .reel__play { background: var(--gold); color: #1a1305; }

/* ---------- Amenities chips ---------- */
.amenities { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.5rem; justify-content: center; }
.amenities li {
  font-size: .9rem; font-weight: 500; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line-2); padding: .55rem 1.1rem; border-radius: 100px;
}

/* ---------- Location maps ---------- */
.loc__map { position: relative; height: 200px; border-bottom: 1px solid var(--line); background: var(--bg-3); }
.loc__map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.3) contrast(1.05) brightness(.85); }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-2); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.faq__head h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
.faq__cta-text { color: var(--muted); margin: 1rem 0 1.2rem; }
.faq__list { display: grid; gap: .8rem; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); overflow: hidden; transition: border-color .3s; }
.faq__item[open] { border-color: var(--gold); }
.faq__item summary {
  list-style: none; cursor: pointer; padding: 1.1rem 1.3rem; font-family: var(--font-head); font-weight: 700;
  font-size: 1.02rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__ico { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.faq__ico::before, .faq__ico::after { content: ""; position: absolute; background: var(--gold); transition: transform .3s var(--ease); }
.faq__ico::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq__ico::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq__item[open] .faq__ico::after { transform: scaleY(0); }
.faq__ans { padding: 0 1.3rem 1.2rem; color: var(--muted); font-size: .96rem; }
.faq__ans strong { color: var(--ink); }

/* ---------- Footer social ---------- */
.footer__social { display: flex; gap: 1rem; margin-top: 1.2rem; }
.footer__social a { color: var(--gold); font-weight: 600; font-size: .9rem; }
.footer__hours { color: var(--muted-2); font-size: .85rem; margin-top: .3rem; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 1.4rem; bottom: 5rem; z-index: 42; width: 58px; height: 58px;
  display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff;
  box-shadow: 0 14px 34px -8px rgba(37,211,102,.6); transition: transform .3s var(--ease);
  animation: waPulse 2.6s infinite;
}
.wa-float:hover { transform: scale(1.08); }
@keyframes waPulse { 0%{ box-shadow: 0 14px 34px -8px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,.45);} 70%{ box-shadow: 0 14px 34px -8px rgba(37,211,102,.6), 0 0 0 16px rgba(37,211,102,0);} 100%{ box-shadow: 0 14px 34px -8px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,0);} }
.to-top { bottom: 1.4rem; }

/* ---------- Mobile sticky action bar ---------- */
.mobile-bar { display: none; }

/* =========================================================
   MOBILE OPTIMIZATION PASS
   ========================================================= */
@media (max-width: 860px) {
  .topbar__inner span { font-size: .78rem; }
  .topbar__inner span strong { white-space: nowrap; }

  /* Mobile bottom action bar */
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1.3fr 1.2fr; gap: .5rem;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    padding: .6rem .7rem calc(.6rem + env(safe-area-inset-bottom));
    background: rgba(12,12,16,.92); backdrop-filter: blur(12px); border-top: 1px solid var(--line);
  }
  .mobile-bar__btn {
    display: flex; align-items: center; justify-content: center; gap: .4rem;
    font-family: var(--font-head); font-weight: 700; font-size: .9rem; padding: .8rem .5rem;
    border-radius: 12px; border: 1px solid var(--line-2); color: var(--ink); min-height: 46px;
  }
  .mobile-bar__btn--wa { background: #25d366; color: #05300f; border-color: transparent; }
  .mobile-bar__btn--gold { background: var(--gold-grad); color: #1a1305; border-color: transparent; }

  /* keep floating buttons clear of the bar */
  .wa-float { bottom: 5.6rem; width: 52px; height: 52px; }
  .to-top { bottom: 5.6rem; }
  body { padding-bottom: 4.5rem; }

  .faq__grid { grid-template-columns: 1fr; }
  .reels { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .section { padding: 3.5rem 0; }
  .container { width: min(100% - 2rem, var(--container)); }
  .section-head { margin-bottom: 2rem; }

  /* Hero fits one screen cleanly */
  .hero { min-height: 92svh; }
  .hero__content { padding-block: 3rem; }
  .hero__title { font-size: clamp(3rem, 17vw, 4.6rem); }
  .hero__lede { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .hero__stats { gap: 1.2rem 1.8rem; margin-top: 2.2rem; padding-top: 1.4rem; }
  .hero__stats li { flex: 1 1 40%; }
  .hero__scroll { display: none; }

  .marquee__track span { font-size: 1.4rem; }

  .about__media { min-height: 320px; }
  .about__badge { right: 8px; bottom: -14px; padding: .8rem 1rem; }
  .about__badge b { font-size: 1.4rem; }

  .prog__media { height: 190px; }
  .coach__media { height: 260px; }

  .amenities { gap: .5rem; }
  .amenities li { font-size: .82rem; padding: .45rem .85rem; }

  .pricing__toggle { width: 100%; justify-content: center; flex-wrap: wrap; }
  .plan__price b { font-size: 2.6rem; }

  .cta-band__inner .btn { width: 100%; }

  .contact__list a, .contact__list b { font-size: 1.05rem; }
  .footer__bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 400px) {
  .mobile-bar__btn { font-size: .82rem; padding: .75rem .3rem; }
  .mobile-bar__btn span { display: none; }
}

/* Larger tap targets everywhere on touch */
@media (hover: none) {
  .nav__cta, .btn { min-height: 44px; }
  a.link-arrow { padding-block: .2rem; }
}
