:root{
  --bg:#f7f4ef; --bg-alt:#ede9e2; --surface:#fefdfa;
  --ink:#1c1a17; --ink-mid:#6b6458; --ink-dim:#958e82;
  --orange:#c85c00; --orange-hi:#e06b00; --orange-f:rgba(200,92,0,.09);
  --purple:#4a2e6b; --purple-f:rgba(74,46,107,.07);
  --rule:rgba(28,26,23,.09); --rule-s:rgba(28,26,23,.18);
  --r:12px; --rl:20px; --rxl:24px; --rpill:999px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{background:var(--bg);color:var(--ink);font-family:'Manrope',sans-serif;overflow-x:hidden;line-height:1.65}
body::before{content:'';position:fixed;inset:0;background-image:radial-gradient(rgba(28,26,23,.016) 1px,transparent 1px);background-size:28px 28px;pointer-events:none;z-index:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.D{font-family:'Bebas Neue',sans-serif;letter-spacing:.03em;line-height:1.03;font-weight:400}

/* FADE */
.fi{opacity:1;transform:none;transition:opacity .72s cubic-bezier(.16,1,.3,1),transform .72s cubic-bezier(.16,1,.3,1)}
.motion-ready .fi:not(.in){opacity:0;transform:translateY(22px)}
.fi.in{opacity:1;transform:none}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.28s}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:10px 5.5vw;height:74px;background:linear-gradient(180deg,rgba(254,253,250,.9),rgba(247,244,239,.82));backdrop-filter:blur(22px) saturate(1.12);border-bottom:1px solid rgba(28,26,23,.08);box-shadow:0 12px 38px rgba(28,26,23,.06);transition:background .35s,box-shadow .35s}
nav.is-scrolled{background:rgba(254,253,250,.96);box-shadow:0 14px 36px rgba(28,26,23,.1)}
.nav-logo{display:inline-flex;align-items:center;gap:12px;width:max-content;padding:7px 12px 7px 8px;border-radius:var(--rpill);background:rgba(255,255,255,.42);border:1px solid rgba(28,26,23,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.nav-eagle{width:48px;height:38px;object-fit:contain;background:transparent;filter:drop-shadow(0 5px 12px rgba(28,26,23,.18));flex-shrink:0}
.nav-wm{font-family:'Bebas Neue',sans-serif;font-size:18px;letter-spacing:.18em;line-height:1}
.nav-wm b{color:var(--orange);font-weight:400}
nav ul{display:flex;align-items:center;gap:4px;list-style:none;padding:5px;border:1px solid rgba(28,26,23,.08);border-radius:var(--rpill);background:rgba(255,255,255,.48);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}
nav ul a{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:var(--rpill);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-dim);transition:color .2s,background .2s,box-shadow .2s}
nav ul a:hover{color:var(--ink);background:#fff;box-shadow:0 6px 18px rgba(28,26,23,.07)}
.nav-cta{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:42px;background:linear-gradient(135deg,var(--orange),var(--orange-hi));color:#fff;padding:10px 22px;border-radius:var(--rpill);font-size:11.5px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;transition:transform .15s,box-shadow .2s;box-shadow:0 10px 28px rgba(200,92,0,.26),inset 0 1px 0 rgba(255,255,255,.22)}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(200,92,0,.34),inset 0 1px 0 rgba(255,255,255,.26)}
.ham{display:none;flex-direction:column;gap:5px;cursor:pointer;border:1px solid rgba(28,26,23,.1);background:rgba(255,255,255,.58);padding:4px;border-radius:50%;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}
.ham span{display:block;width:22px;height:1.5px;background:var(--ink)}

/* HERO */
#hero{min-height:min(100svh,920px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:88px 5.5vw 60px;position:relative;overflow:hidden}
.hero-diag{position:absolute;inset:0;pointer-events:none}
.hero-diag::after{content:'';position:absolute;top:-10%;right:-5%;width:55%;height:130%;background:rgba(200,92,0,.04);clip-path:polygon(20% 0%,100% 0%,100% 100%,0% 100%)}
.hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px}
.chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--rule-s);background:var(--surface);color:var(--ink-mid);font-size:10.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;padding:5px 12px;border-radius:var(--rpill)}
.live{width:5px;height:5px;border-radius:50%;background:var(--orange);animation:blink 2.4s ease-in-out infinite;flex-shrink:0}
@keyframes blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}
h1.hero-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(54px,6.1vw,106px);line-height:.9;letter-spacing:.02em;color:var(--ink);white-space:nowrap}
h1.hero-title .o{color:var(--orange)}
.hero-subtitle{font-family:'Bebas Neue',sans-serif;font-size:clamp(28px,3.1vw,48px);line-height:1.03;letter-spacing:.03em;color:var(--ink);max-width:640px;margin:14px 0 12px}
.hero-subtitle .o{color:var(--orange)}
.hero-sub{font-size:clamp(14px,1.25vw,16px);color:var(--ink-mid);max-width:600px;margin:0 0 32px;line-height:1.65}
.hero-btns{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.btn-dark{display:inline-flex;align-items:center;gap:8px;border-radius:var(--rpill);padding:14px 26px;font-size:13.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--ink);color:#fff;box-shadow:0 4px 22px rgba(28,26,23,.22);transition:transform .15s}
.btn-dark,.btn-ghost,.pt-wa,.btn-wa-big{justify-content:center;text-align:center;line-height:1.25;white-space:normal;max-width:100%}
.btn-dark:hover{transform:translateY(-2px)}
.btn-ghost{display:inline-flex;align-items:center;gap:6px;border-radius:var(--rpill);padding:14px 22px;font-size:13.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:1.5px solid var(--rule-s);color:var(--ink-mid);background:var(--surface);transition:border-color .2s,color .2s}
.btn-ghost:hover{border-color:var(--orange);color:var(--orange)}
.hero-proof{margin-top:40px;display:flex;flex-wrap:wrap;align-items:center;gap:20px}
.proof-sep{width:1px;height:32px;background:var(--rule-s)}
.pn{font-family:'Bebas Neue',sans-serif;font-size:30px;color:var(--orange);line-height:1}
.pl{font-size:10.5px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-dim);margin-top:3px;line-height:1.4;white-space:pre-line}
.hero-visual{position:relative;display:flex;justify-content:flex-end;align-items:flex-end}
.hero-photo{width:100%;max-width:410px;height:588px;object-fit:cover;object-position:top center;border-radius:var(--rxl)}
.hero-ring{position:absolute;inset:-14px;border-radius:38px;border:1px solid var(--rule);pointer-events:none}
.hero-badge{position:absolute;bottom:32px;left:-48px;display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:18px;background:var(--surface);border:1px solid var(--rule);box-shadow:0 8px 32px rgba(28,26,23,.12)}
.hb-icon{font-size:24px}
.hb-t{font-family:'Bebas Neue',sans-serif;font-size:14px;color:var(--orange);line-height:1.1}
.hb-s{font-size:11px;font-weight:600;color:var(--ink-dim);margin-top:2px}

/* MARQUEE */
.marquee{background:var(--ink);overflow:hidden}
.mq-inner{display:flex;width:max-content;animation:mq 30s linear infinite}
.mq-inner:hover{animation-play-state:paused}
@keyframes mq{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.mq-item{display:flex;align-items:center;padding:22px 44px;gap:14px;flex-shrink:0}
.mq-num{font-family:'Bebas Neue',sans-serif;font-size:38px;color:#fff;line-height:1}
.mq-num em{font-style:normal;color:var(--orange)}
.mq-lbl{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);line-height:1.4;white-space:nowrap}
.mq-dot{width:4px;height:4px;border-radius:50%;background:var(--orange);opacity:.4;flex-shrink:0}

/* SECTIONS */
section{padding:96px 5.5vw;position:relative;z-index:1}
.tag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);margin-bottom:14px}
.tag::before{content:'— '}
.sec-h{font-family:'Bebas Neue',sans-serif;font-size:clamp(38px,4.5vw,62px);letter-spacing:.03em;line-height:1.03}
.sec-h em{font-style:normal;color:var(--orange)}
.rl{width:36px;height:2px;background:var(--orange);border-radius:2px;margin:16px 0 40px}
.rl.c{margin:16px auto 40px}
.section-copy{font-size:15px;color:var(--ink-dim);max-width:640px;margin-top:-16px;line-height:1.75}
.section-cta{margin-top:46px;padding:24px 28px;border:1px solid var(--rule);border-radius:var(--rxl);background:var(--bg);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.section-cta p{font-size:14px;color:var(--ink-mid);max-width:560px;line-height:1.65}
.section-cta strong{font-family:'Bebas Neue',sans-serif;font-size:24px;color:var(--ink);letter-spacing:.03em;font-weight:400}
.section-cta .btn-dark{box-shadow:none}

/* OFFER */
#oferta{background:var(--bg)}
.offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:52px auto 0;max-width:980px}
.offer-card{background:var(--surface);border:1px solid var(--rule);border-radius:var(--rxl);padding:30px;display:flex;flex-direction:column;min-height:100%}
.offer-card.featured{background:var(--ink);border-color:rgba(255,255,255,.08);color:#fff;box-shadow:0 12px 38px rgba(28,26,23,.14)}
.offer-kicker{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}
.offer-card h3{font-family:'Bebas Neue',sans-serif;font-size:32px;line-height:1.04;margin-bottom:8px;letter-spacing:.03em}
.offer-food{height:70px;border-radius:var(--r);overflow:hidden;border:1px solid var(--rule);margin:0 0 16px;background:var(--bg);opacity:.76;padding:6px;display:flex;align-items:center;justify-content:center}
.offer-food img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.offer-card p{font-size:13.5px;color:var(--ink-dim);line-height:1.65;margin-bottom:18px}
.offer-card.featured p{color:rgba(255,255,255,.58)}
.offer-price{font-family:'Bebas Neue',sans-serif;font-size:42px;line-height:1;color:var(--orange);margin-bottom:18px}
.offer-price small{font-size:13px;font-family:'Manrope',sans-serif;color:var(--ink-dim);font-weight:600}
.offer-card.featured .offer-price small{color:rgba(255,255,255,.45)}
.offer-list{display:flex;flex-direction:column;gap:9px;margin:0 0 22px;list-style:none}
.offer-list li{font-size:13px;color:var(--ink-mid);line-height:1.45;display:flex;gap:9px}
.offer-list li::before{content:'✓';width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--orange-f);color:var(--orange);font-size:9px;font-weight:800;flex-shrink:0;margin-top:1px}
.offer-card.featured .offer-list li{color:rgba(255,255,255,.72)}
.offer-card.featured .offer-list li::before{background:rgba(200,92,0,.18)}
.offer-fit{margin-top:auto;padding-top:18px;border-top:1px solid var(--rule);font-size:12px;color:var(--ink-dim);line-height:1.55}
.offer-card.featured .offer-fit{border-top-color:rgba(255,255,255,.08);color:rgba(255,255,255,.48)}
.offer-fit strong{display:block;color:var(--ink);font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}
.offer-card.featured .offer-fit strong{color:#fff}

/* CASE STUDIES + OBJECTIONS */
#obiectii{background:var(--surface)}
.objection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-top:52px}
.objection-card{background:var(--bg);border:1px solid var(--rule);border-radius:var(--rxl);padding:24px}
.objection-card h3{font-family:'Bebas Neue',sans-serif;font-size:22px;line-height:1.08;margin-bottom:9px;color:var(--orange)}
.objection-card p{font-size:13px;color:#756d61;line-height:1.65}

/* PERSONAL TRAINING */
#pt{background:var(--surface)}
.how{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--rule);border-radius:var(--rxl);overflow:hidden;margin-bottom:52px}
.how-step{display:flex;align-items:flex-start;gap:18px;padding:28px 30px;border-right:1px solid var(--rule)}
.how-step:last-child{border-right:none}
.how-n{font-family:'Bebas Neue',sans-serif;font-size:44px;color:var(--orange);opacity:.3;line-height:1;flex-shrink:0}
.how-step h4{font-family:'Bebas Neue',sans-serif;font-size:20px;margin-bottom:6px}
.how-step p{font-size:13px;color:var(--ink-dim);line-height:1.6}
.pt-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:52px}
.pt-box{background:var(--bg);border:1px solid var(--rule);border-radius:var(--rxl);padding:40px;position:relative;overflow:hidden}
.pt-box::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--orange),#8b4ab0);border-radius:var(--rxl) var(--rxl) 0 0}
.pt-box h3{font-family:'Bebas Neue',sans-serif;font-size:44px;margin-bottom:6px}
.pt-sub{color:var(--ink-dim);font-size:14px;margin-bottom:28px}
.price-list{display:flex;flex-direction:column;gap:10px}
.pi{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--surface);border-radius:var(--r);border:1px solid var(--rule);transition:border-color .2s,box-shadow .2s}
.pi.hot{border-color:var(--orange);box-shadow:0 0 0 3px rgba(200,92,0,.08)}
.pi-period{font-size:15px;font-weight:600}
.pi-badge{display:inline-block;margin-top:3px;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:2px 8px;border-radius:var(--rpill);color:var(--orange);background:var(--orange-f)}
.pi-badge.hot{color:#fff;background:var(--orange)}
.pi-rec{font-size:12px;color:var(--ink-dim);margin-top:7px;line-height:1.45;max-width:260px}
.pi-price{font-family:'Bebas Neue',sans-serif;font-size:32px;line-height:1;text-align:right}
.pi-price.o{color:var(--orange)}
.pi-per{font-size:12px;font-family:'Manrope',sans-serif;color:var(--ink-dim)}
.pi-strike{font-size:12px;color:var(--ink-dim);text-decoration:line-through;text-align:right}
.incl{margin-top:26px;display:flex;flex-direction:column;gap:9px}
.inc{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--ink-mid)}
.inc-mark{width:17px;height:17px;border-radius:50%;flex-shrink:0;background:var(--orange-f);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:var(--orange)}
.nutr-note{margin-top:18px;padding:13px 16px;border-radius:var(--r);background:var(--purple-f);border:1px solid rgba(74,46,107,.15);font-size:13px;color:var(--purple);font-weight:500}
.pt-wa{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:22px;padding:15px;background:var(--ink);color:#fff;border-radius:var(--rpill);font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 4px 20px rgba(28,26,23,.22);transition:transform .15s}
.pt-wa:hover{transform:translateY(-2px)}
.coach-order{margin-top:34px;background:var(--bg);border:1px solid var(--rule);border-radius:var(--rxl);padding:30px;box-shadow:0 18px 60px rgba(28,26,23,.06)}
.coach-order-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}
.coach-order h3{font-family:'Bebas Neue',sans-serif;font-size:34px;line-height:1;margin-bottom:6px}
.coach-order p{font-size:13px;color:var(--ink-dim);line-height:1.6;max-width:620px}
.coach-form{display:grid;gap:16px}
.coach-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.field{display:flex;flex-direction:column;gap:7px}
.field.full{grid-column:1/-1}
.field label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mid)}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--rule);border-radius:14px;background:var(--surface);color:var(--ink);font:inherit;font-size:14px;padding:13px 14px;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}
.field textarea{min-height:104px;resize:vertical;line-height:1.55}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(200,92,0,.1);background:#fff}
.consent{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;color:var(--ink-mid);font-size:12px;line-height:1.55;text-transform:none;letter-spacing:0}
.consent input{width:18px;height:18px;margin-top:1px;accent-color:var(--orange)}
.consent a{color:var(--orange);font-weight:800;text-decoration:underline;text-underline-offset:2px}
.coach-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.coach-submit{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 22px;border-radius:var(--rpill);background:var(--ink);color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 20px rgba(28,26,23,.22);transition:transform .15s}
.coach-submit:hover{transform:translateY(-2px)}
.form-note{font-size:12px;color:var(--ink-dim);line-height:1.5;max-width:420px}
.form-status{display:none;font-size:13px;font-weight:700;color:var(--orange)}
.form-status.show{display:block}
.form-status.error{color:#b42318}
.pt-side{display:flex;flex-direction:column;gap:18px}
.side-box{background:var(--bg);border:1px solid var(--rule);border-radius:var(--rxl);padding:30px}
.side-box h4{font-family:'Bebas Neue',sans-serif;font-size:24px;margin-bottom:6px}
.side-desc{font-size:13px;color:var(--ink-dim);margin-bottom:18px}
.mp{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;background:var(--surface);border-radius:var(--r);border:1px solid var(--rule);margin-bottom:8px}
.mp-label{font-size:13px;font-weight:500}
.mp-sub{font-size:11px;color:var(--ink-dim)}
.mp-price{font-family:'Bebas Neue',sans-serif;font-size:24px;line-height:1}
.nutr-up{font-size:12px;font-weight:600;color:var(--orange);margin-top:10px}
.loc-box{border-radius:var(--rxl);padding:32px;background:linear-gradient(135deg,var(--orange) 0%,#a04800 100%);color:#fff;position:relative;overflow:hidden}
.loc-box::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
.loc-box h4{font-family:'Bebas Neue',sans-serif;font-size:30px;margin-bottom:22px;position:relative;z-index:1}
.loc-entry{display:flex;align-items:flex-start;gap:14px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.15);position:relative;z-index:1}
.loc-entry:last-child{border-bottom:none;padding-bottom:0}
.loc-ico{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;margin-top:1px}
.loc-name{font-size:15px;font-weight:600;margin-bottom:3px}
.loc-sub{font-size:13px;color:rgba(255,255,255,.65);line-height:1.5}

/* ABOUT */
#about{background:var(--bg-alt);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-vis{position:relative;max-width:620px;width:100%;justify-self:center}
.about-main{width:100%;aspect-ratio:1/1.03;height:auto;object-fit:cover;object-position:center center;border-radius:var(--rxl)}
.about-thumb{position:absolute;bottom:-18px;right:-18px;width:132px;height:132px;object-fit:cover;border-radius:var(--rl);border:4px solid var(--bg-alt)}
.phil-frame{background:var(--surface);border:1px solid var(--rule);border-radius:var(--rl);padding:22px 26px;margin:28px 0}
.phil-q{font-family:'Bebas Neue',sans-serif;font-size:52px;color:var(--orange);opacity:.18;line-height:.6;display:block;margin-bottom:4px}
blockquote{font-size:15px;font-style:italic;line-height:1.8;color:var(--ink)}
.about-copy{max-width:590px;margin:4px 0 0}
.about-intro{font-size:16px;line-height:1.78;color:var(--ink);font-weight:500;margin:0;padding:0 0 22px;border-bottom:1px solid var(--rule)}
.about-intro strong{font-weight:750}
.about-credentials{font-size:15.5px;line-height:1.72;color:var(--ink-mid);font-weight:500;margin:18px 0 0;padding:0;max-width:570px}
.about-credentials::before{content:'CALIFICĂRI';display:block;width:max-content;margin:0 0 8px;padding:3px 0;color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.11em;line-height:1.1;border-bottom:2px solid var(--orange)}
.kick-badge{display:inline-flex;align-items:center;gap:16px;padding:14px 22px;border-radius:18px;background:var(--ink);color:#fff}
.kb-icon{font-size:26px}
.kb-title{font-family:'Bebas Neue',sans-serif;font-size:18px;color:var(--orange);line-height:1.1}
.kb-sub{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-top:2px}

/* SPECS */
#spec{background:var(--bg)}
.spec-2col{display:grid;grid-template-columns:1fr 1fr;gap:72px;margin-top:52px}
.spec-list{display:flex;flex-direction:column}
.spec-row{display:grid;grid-template-columns:36px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--rule)}
.spec-row:first-child{padding-top:0}
.spec-row:last-child{border-bottom:none;padding-bottom:0}
.spec-n{font-family:'Bebas Neue',sans-serif;font-size:18px;color:var(--orange);opacity:.5;padding-top:3px}
.spec-row h3{font-family:'Bebas Neue',sans-serif;font-size:22px;margin-bottom:7px}
.spec-row p{font-size:13.5px;color:var(--ink-dim);line-height:1.65}
.sbadge{display:inline-block;margin-top:9px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);border:1px solid rgba(200,92,0,.3);padding:3px 9px;border-radius:var(--rpill)}
.spec-right{display:flex;flex-direction:column;gap:14px}
.spec-feat{background:var(--surface);border-radius:var(--rxl);padding:30px;border:1px solid var(--rule)}
.spec-feat h3{font-family:'Bebas Neue',sans-serif;font-size:30px;margin-bottom:10px}
.spec-feat p{font-size:14px;color:var(--ink-dim);line-height:1.7}
.spec-minis{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.smini{background:var(--surface);border-radius:var(--rl);padding:18px;border:1px solid var(--rule)}
.smini h4{font-family:'Bebas Neue',sans-serif;font-size:17px;margin-bottom:6px}
.smini p{font-size:12px;color:var(--ink-dim);line-height:1.55}

/* RESULTS CAROUSEL */
#results{background:var(--bg-alt);padding:96px 5.5vw}
.results-hdr{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:52px;flex-wrap:wrap;gap:16px}
.carousel-nav{display:flex;align-items:center;gap:10px}
.cn-count{font-size:13px;font-weight:600;color:var(--ink-dim)}
.cn-btn{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--rule-s);background:var(--bg);cursor:pointer;font-size:18px;transition:all .2s;color:var(--ink)}
.cn-btn:hover{border-color:var(--orange);color:var(--orange)}
.carousel-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);border:1px solid var(--rule);border-radius:var(--rxl);overflow:hidden;height:clamp(460px,68vh,640px)}
.car-img-side{position:relative;overflow:hidden;background:var(--bg);display:flex;align-items:center;justify-content:center}
.car-img{width:100%;height:100%;object-fit:contain;object-position:center;transition:opacity .35s}
.car-img.fade{opacity:0}
.car-testi-side{display:flex;flex-direction:column;justify-content:space-between;padding:34px 34px;background:var(--surface)}
.car-quote{font-family:'Bebas Neue',sans-serif;font-size:72px;color:var(--orange);opacity:.1;line-height:.7;margin-bottom:10px}
.car-text{font-size:14px;line-height:1.7;color:var(--ink-mid);flex:1}
.car-sep{height:1px;background:var(--rule);margin:20px 0}
.car-author{display:flex;align-items:center;gap:12px}
.car-av{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--orange),#8b4ab0);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}
.car-name{font-size:14px;font-weight:600}
.car-meta{font-size:11px;font-weight:600;color:var(--orange);margin-top:1px}
.car-dots{display:flex;gap:7px;margin-top:22px}
.cdot{height:3px;border-radius:99px;background:var(--rule-s);transition:all .3s;cursor:pointer;border:none}
.cdot.active{background:var(--orange);width:24px!important}

/* HALL OF LIFTS */
#hall{background:var(--surface)}
.hall-2col{display:grid;grid-template-columns:1fr 1.05fr;gap:72px;margin-top:52px;align-items:start}
.hall-intro{font-size:15px;color:var(--ink-dim);line-height:1.8;max-width:360px;margin-top:10px}
.lifts{display:flex;flex-direction:column}
.lift-row{display:flex;align-items:baseline;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--rule);gap:12px}
.lift-row:last-child{border-bottom:none}
.lift-ex{font-size:14px;font-weight:500;white-space:nowrap;flex-shrink:0}
.lift-dots{flex:1;height:1px;background:repeating-linear-gradient(to right,var(--rule-s) 0,var(--rule-s) 3px,transparent 3px,transparent 8px);align-self:center;margin:0 14px}
.lift-w{font-family:'Bebas Neue',sans-serif;font-size:30px;color:var(--orange);line-height:1;white-space:nowrap}
.lift-w small{font-size:14px;font-family:'Manrope',sans-serif;color:var(--ink-dim)}
.hall-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:40px}
.hcard{background:var(--ink);border-radius:var(--rl);padding:22px}
.hcard-lbl{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:10px;margin-bottom:12px}
.hcard p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.7}

/* CERTS */
#certs{background:var(--bg)}
.certs-2col{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-top:52px;align-items:start}
.certs-text h3{font-family:'Bebas Neue',sans-serif;font-size:26px;margin-bottom:12px}
.certs-text p{font-size:14px;color:var(--ink-dim);line-height:1.8;margin-bottom:18px}
.phil-box{background:var(--surface);border:1px solid var(--rule);border-radius:var(--rxl);padding:26px;margin-bottom:20px}
.phil-box h4{font-family:'Bebas Neue',sans-serif;font-size:22px;color:var(--orange);margin-bottom:10px}
.phil-box p{font-size:13.5px;color:var(--ink-dim);line-height:1.75}
.cpills{display:flex;flex-wrap:wrap;gap:7px}
.cpill{background:var(--surface);border:1px solid var(--rule-s);border-radius:var(--rpill);padding:7px 15px;font-size:12px;font-weight:600;color:var(--ink-mid)}
.cert-photos{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cert-frame{border-radius:var(--rl);overflow:hidden;aspect-ratio:4/3;border:1px solid var(--rule)}
.cert-frame img{width:100%;height:100%;object-fit:cover;filter:grayscale(15%);transition:transform .4s,filter .3s}
.cert-frame:hover img{transform:scale(1.04);filter:grayscale(0)}

/* PROGRAMS */
#programe{background:var(--surface)}
.prog-feature{display:grid;grid-template-columns:1.7fr 1fr;gap:14px;margin-top:52px}
.prog-hero{background:var(--ink);border-radius:var(--rxl);padding:40px;display:flex;flex-direction:column;position:relative;overflow:hidden;color:#fff}
.prog-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(200,92,0,.14) 0%,transparent 55%)}
.prog-wm{position:absolute;right:-20px;bottom:-30px;font-family:'Bebas Neue',sans-serif;font-size:130px;color:rgba(255,255,255,.04);line-height:1;pointer-events:none;user-select:none;letter-spacing:.02em}
.pbadge{display:inline-block;align-self:flex-start;margin-bottom:14px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 12px;border-radius:var(--rpill);background:var(--orange);color:#fff;position:relative;z-index:1}
.prog-cat{font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--orange);margin-bottom:8px;position:relative;z-index:1}
.prog-hero-cat{color:rgba(255,255,255,.4)}
.prog-hero h3{font-family:'Bebas Neue',sans-serif;font-size:40px;margin-bottom:12px;color:#fff;position:relative;z-index:1}
.prog-hero .pdesc{font-size:14px;line-height:1.65;color:rgba(255,255,255,.55);flex:1;margin-bottom:20px;position:relative;z-index:1}
.prog-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px;position:relative;z-index:1}
.ptag{font-size:11px;font-weight:600;padding:5px 12px;border-radius:var(--rpill);background:rgba(255,255,255,.08);color:rgba(255,255,255,.55)}
.program-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:46px 28px;margin-top:52px}
.program-clarity{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px;max-width:940px}
.program-clarity div{background:var(--bg);border:1px solid var(--rule);border-radius:var(--rl);padding:18px}
.program-clarity strong{display:block;font-family:'Bebas Neue',sans-serif;font-size:20px;color:var(--orange);letter-spacing:.03em;margin-bottom:5px}
.program-clarity p{font-size:12.5px;color:var(--ink-dim);line-height:1.55}
.program-subhead{grid-column:1/-1;border-top:1px solid var(--rule);padding-top:30px;margin-top:2px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;text-align:left}
.program-subhead h3{font-family:'Bebas Neue',sans-serif;font-size:32px;line-height:1.02;letter-spacing:.03em;margin-bottom:8px}
.program-subhead h3 span{color:var(--orange)}
.program-subhead p{font-size:13px;color:var(--ink-dim);line-height:1.6;max-width:520px}
.program-subprice{font-family:'Bebas Neue',sans-serif;font-size:30px;color:var(--orange);line-height:1;white-space:nowrap}
.program-subprice small{font-size:13px;font-family:'Manrope',sans-serif;color:var(--ink-dim)}
.product-card{text-align:center;min-width:0}
.product-card .poster-frame{width:100%;max-width:300px;height:auto;aspect-ratio:2/3;border-radius:0;border:none;box-shadow:none;margin:0 auto 22px;background:var(--ink)}
.product-card.muscle-card .poster-frame{max-width:240px}
.product-card h3{font-family:'Bebas Neue',sans-serif;font-size:24px;line-height:1.08;letter-spacing:.03em;text-transform:uppercase;display:flex;align-items:flex-start;justify-content:center;margin:0 auto 3px;max-width:280px}
.product-level{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mid);line-height:1.25;margin-bottom:6px}
.product-price{font-family:'Bebas Neue',sans-serif;font-size:28px;color:var(--ink);line-height:1}
.product-price small{font-size:13px;font-family:'Manrope',sans-serif;color:var(--ink-dim)}
.product-price.price-placeholder{font-family:'Manrope',sans-serif;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);line-height:1.35;word-break:break-word}
.product-card .pbtn-ghost{width:auto;margin-top:13px;padding:9px 18px}
.poster-badge{position:absolute;top:12px;left:12px;z-index:2;margin:0}
.poster-link{display:block;width:max-content;max-width:100%;margin:0 auto;text-decoration:none;color:inherit}
.poster-link:focus-visible{outline:3px solid var(--orange);outline-offset:5px;border-radius:8px}
.poster-link .poster-frame{transition:transform .18s ease,filter .18s ease}
.poster-link:hover .poster-frame{transform:translateY(-3px);filter:saturate(1.04)}
.poster-frame{width:150px;height:225px;border-radius:14px;overflow:hidden;background:var(--ink);border:1px solid var(--rule-s);box-shadow:0 8px 24px rgba(28,26,23,.12);margin:0 auto 18px;position:relative;z-index:1;user-select:none;-webkit-touch-callout:none}
.poster-frame img{width:100%;height:100%;object-fit:contain;object-position:center;pointer-events:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}
.prog-hero .poster-frame{margin-left:0;background:#111}
.prog-price-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;position:relative;z-index:1}
.prog-price{font-family:'Bebas Neue',sans-serif;font-size:52px;color:#fff;line-height:1}
.prog-price small{font-size:16px;font-family:'Manrope',sans-serif;color:rgba(255,255,255,.45)}
.prog-price.dark{font-size:36px;color:var(--ink)}
.prog-price.dark small{color:var(--ink-dim)}
.pbtn-o{display:inline-flex;align-items:center;padding:12px 22px;border-radius:var(--rpill);background:var(--orange);color:#fff;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;transition:opacity .2s;cursor:pointer;border:none;font-family:'Manrope',sans-serif}
.pbtn-o:hover{opacity:.88}
.pbtn-ghost{display:inline-flex;align-items:center;padding:10px 18px;border-radius:var(--rpill);border:1.5px solid var(--rule-s);color:var(--ink-mid);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:transparent;cursor:pointer;font-family:'Manrope',sans-serif;transition:all .2s;width:100%;justify-content:center;margin-top:14px}
.pbtn-ghost:hover{background:var(--orange);border-color:var(--orange);color:#fff}
.prog-stack{display:flex;flex-direction:column;gap:14px}
.prog-card{background:var(--bg);border:1px solid var(--rule);border-radius:var(--rxl);padding:28px;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}
.prog-card:hover{border-color:var(--rule-s);box-shadow:0 4px 22px rgba(28,26,23,.07)}
.prog-card h3{font-family:'Bebas Neue',sans-serif;font-size:22px;margin-bottom:8px;line-height:1.05}
.prog-desc{font-size:13px;color:var(--ink-dim);line-height:1.6;flex:1;margin-bottom:16px}
.prog-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
/* CONTACT */
#contact{background:var(--ink);text-align:center;padding:120px 5.5vw;position:relative;overflow:hidden}
#contact::before{content:'';position:absolute;top:-250px;left:50%;transform:translateX(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(200,92,0,.1) 0%,transparent 65%);pointer-events:none}
.contact-eagle{width:118px;height:auto;object-fit:contain;margin:0 auto 22px;position:relative;z-index:1;background:transparent;filter:drop-shadow(0 10px 22px rgba(0,0,0,.28)) drop-shadow(0 0 1px rgba(255,255,255,.35))}
.contact-brand{position:relative;z-index:1;width:max-content;margin:0 auto 28px;font-family:'Bebas Neue',sans-serif;font-size:18px;line-height:1;letter-spacing:.18em;color:rgba(255,255,255,.72)}
.contact-brand b{color:var(--orange);font-weight:400}
.contact-h{font-family:'Bebas Neue',sans-serif;font-size:clamp(46px,7vw,88px);color:#fff;margin-bottom:16px;position:relative;z-index:1;letter-spacing:.03em;line-height:1.03}
.contact-h em{font-style:normal;color:var(--orange)}
.contact-sub{font-size:16px;color:rgba(255,255,255,.45);max-width:460px;margin:0 auto 48px;line-height:1.7;position:relative;z-index:1}
.contact-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;position:relative;z-index:1}
.btn-wa-big{display:inline-flex;align-items:center;gap:10px;border-radius:var(--rpill);padding:16px 32px;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--ink);color:#fff;border:1.5px solid rgba(255,255,255,.15);transition:transform .15s}
.btn-wa-big:hover{transform:translateY(-2px)}
.btn-tel{display:inline-flex;align-items:center;gap:8px;border-radius:var(--rpill);padding:16px 28px;font-size:14px;font-weight:600;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.75);transition:background .2s}
.btn-tel:hover{background:rgba(255,255,255,.11)}
.soc-pills{margin-top:40px;display:flex;justify-content:center;gap:12px;position:relative;z-index:1}
.soc-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);padding:10px 20px;border-radius:var(--rpill);font-size:12px;font-weight:500;color:rgba(255,255,255,.45);transition:all .2s}
.soc-pill:hover{border-color:rgba(255,255,255,.28);color:rgba(255,255,255,.8)}
.contact-loc{margin-top:36px;font-size:13px;color:rgba(255,255,255,.28);display:flex;justify-content:center;align-items:center;gap:10px;position:relative;z-index:1}
.contact-loc .o{color:var(--orange)}
footer{background:#0d0c0a;border-top:1px solid rgba(255,255,255,.05);padding:26px 5.5vw;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-eagle{width:34px;height:28px;object-fit:contain;background:transparent;filter:drop-shadow(0 0 1px rgba(255,255,255,.25));opacity:.72;flex-shrink:0}
.footer-name{font-family:'Bebas Neue',sans-serif;font-size:14px;letter-spacing:.12em;color:rgba(255,255,255,.38)}
.footer-name b{color:var(--orange);font-weight:400}
.footer-copy{font-size:11px;color:rgba(255,255,255,.2)}
.footer-meta{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px 16px}
.footer-meta a{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.42);transition:color .2s}
.footer-meta a:hover,.footer-meta a:focus-visible{color:#fff}

/* RESPONSIVE */
@media(max-width:960px){
  #hero{grid-template-columns:1fr;min-height:auto;padding-top:96px;padding-bottom:54px}
  h1.hero-title{white-space:normal;max-width:760px}
  .hero-visual{display:none}
  #about{grid-template-columns:1fr}
  .pt-grid{grid-template-columns:1fr}
  .offer-grid{grid-template-columns:1fr}
  .program-clarity{grid-template-columns:1fr}
  .spec-2col{grid-template-columns:1fr}
  .certs-2col{grid-template-columns:1fr}
  .hall-2col{grid-template-columns:1fr}
  .program-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .program-subhead{align-items:flex-start}
  .prog-feature{grid-template-columns:1fr}
  .prog-grid3{grid-template-columns:1fr}
  .carousel-card{grid-template-columns:1fr;height:auto}
  .car-img-side{height:clamp(360px,58vh,560px)}
  .how{grid-template-columns:1fr}
  .how-step{border-right:none;border-bottom:1px solid var(--rule)}
  .how-step:last-child{border-bottom:none}
  nav{grid-template-columns:1fr auto;height:66px}
  nav ul,.nav-cta{display:none!important}
  .ham{display:flex!important;justify-self:end}
  .spec-minis{grid-template-columns:1fr}
  .hall-cards{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  section{padding:54px 5vw}
  #hero{padding-top:84px;padding-bottom:42px}
  h1.hero-title{font-size:clamp(48px,15vw,66px);line-height:.88}
  .hero-subtitle{font-size:clamp(25px,7.8vw,34px);margin:12px 0 10px}
  .hero-sub{font-size:14px;line-height:1.55;margin-bottom:22px}
  .hero-chips{margin-bottom:18px}
  .hero-proof{gap:12px;margin-top:24px}
  .proof-sep{display:none}
  .pn{font-size:26px}
  .pl{font-size:9.5px}
  .section-cta{align-items:flex-start;padding:18px;margin-top:30px;border-radius:18px}
  .section-cta strong{font-size:20px}
  .section-cta p{font-size:13px;line-height:1.55}
  .sec-h{font-size:clamp(34px,11vw,46px)}
  .rl,.rl.c{margin-bottom:26px}
  .section-copy{font-size:14px;line-height:1.6;margin-top:-10px}
  .offer-grid,.program-shop-grid{margin-top:34px}
  .offer-card,.pt-box,.side-box,.loc-box,.objection-card{padding:22px}
  .how{margin-bottom:28px}
  .how-step{padding:18px;gap:12px}
  .how-n{font-size:34px}
  .how{display:flex;overflow-x:auto;border:0;border-radius:0;gap:10px;padding-bottom:4px;scroll-snap-type:x mandatory}
  .how-step{min-width:238px;border:1px solid var(--rule);border-radius:18px;background:var(--surface);scroll-snap-align:start}
  .how-step:last-child{border-bottom:1px solid var(--rule)}
  .pt-grid{gap:22px}
  .pt-side{display:flex;flex-direction:row;overflow-x:auto;gap:10px;padding-bottom:4px;scroll-snap-type:x mandatory}
  .pt-side > *{min-width:285px;scroll-snap-align:start}
  .pt-box h3{font-size:34px}
  #pt{padding-top:46px;padding-bottom:46px}
  #pt .section-copy{margin-bottom:0}
  .pt-sub{font-size:13px;margin-bottom:18px}
  .pi{padding:13px 14px}
  .pi-rec{max-width:none;font-size:11px;line-height:1.35}
  .incl{margin-top:18px;gap:7px}
  .inc{font-size:12.5px;line-height:1.35}
  .nutr-note{font-size:12px;padding:10px 12px}
  .pt-wa{font-size:11.5px;padding:12px;margin-top:16px}
  .program-clarity{display:flex;overflow-x:auto;gap:10px;padding-bottom:4px;scroll-snap-type:x mandatory}
  .program-clarity div{min-width:215px;padding:14px;scroll-snap-align:start}
  .program-subhead{display:block;padding-top:24px}
  .program-subhead h3{font-size:28px}
  .program-subprice{margin-top:12px}
  .product-card .poster-frame{max-width:230px;margin-bottom:16px}
  .product-card.muscle-card .poster-frame{max-width:218px}
  .product-card h3{font-size:22px}
  .hero-btns a,.section-cta .btn-dark,.contact-btns a{width:100%}
  .pi{align-items:flex-start;gap:12px;flex-direction:row}
  .pi > div:first-child{min-width:0;flex:1}
  .pi > div:last-child{flex-shrink:0}
  .pi-price,.pi-strike{text-align:right}
  .cert-photos,.spec-minis{grid-template-columns:1fr 1fr}
  .program-shop-grid{grid-template-columns:1fr;gap:32px}
  .prog-grid3{grid-template-columns:1fr}
}

/* PHONE-FIRST POLISH */
@media(max-width:600px){
  body{line-height:1.55}
  body::before{background-size:22px 22px}
  nav{height:58px;padding:8px 4.5vw}
  .nav-eagle{width:38px;height:31px}
  .nav-wm{font-size:15px;letter-spacing:.13em}
  .ham{width:42px;height:42px;align-items:center;justify-content:center;border:1px solid var(--rule);border-radius:50%;background:var(--surface)}
  .ham span{width:18px}

  section{padding:48px 4.5vw}
  #hero{min-height:auto;padding:76px 4.5vw 34px}
  .hero-diag{display:none}
  .hero-chips{gap:6px;margin-bottom:16px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px;scrollbar-width:none}
  .hero-chips::-webkit-scrollbar{display:none}
  .chip{font-size:9.5px;padding:5px 10px;letter-spacing:.08em;white-space:nowrap}
  h1.hero-title{font-size:clamp(44px,13vw,58px);line-height:.9;max-width:330px}
  .hero-subtitle{font-size:clamp(25px,8vw,32px);line-height:1.02;max-width:340px}
  .hero-sub{font-size:13.5px;line-height:1.55;margin-bottom:18px;max-width:34rem}
  .hero-btns{gap:8px}
  .btn-dark,.btn-ghost,.pt-wa,.btn-wa-big,.btn-tel,.pbtn-ghost{min-height:48px;padding:12px 14px;font-size:10.5px;letter-spacing:.025em;width:100%;line-height:1.22;white-space:normal;overflow-wrap:anywhere}
  .hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:20px}
  .hero-proof>div:not(.proof-sep){padding:12px 8px;border:1px solid var(--rule);border-radius:16px;background:var(--surface);min-width:0}
  .pn{font-size:24px}
  .pl{font-size:8.5px;letter-spacing:.06em}
  .marquee{display:none}

  .tag{font-size:9.5px;letter-spacing:.13em;margin-bottom:10px}
  .sec-h{font-size:clamp(32px,10vw,42px)}
  .rl,.rl.c{margin:12px 0 22px}
  .rl.c{margin-left:auto;margin-right:auto}
  .section-copy{font-size:13.5px;line-height:1.58;margin-top:-8px}
  .section-cta{padding:18px;border-radius:18px;margin-top:26px;gap:14px}

  .offer-grid{gap:12px;margin-top:28px}
  .offer-card{padding:20px;border-radius:18px}
  .offer-card h3{font-size:28px}
  .offer-price{font-size:34px;margin-bottom:14px}
  .offer-list{gap:8px;margin-bottom:18px}
  .offer-list li{font-size:12.5px}

  .how,.pt-side,.program-clarity{display:grid;grid-template-columns:1fr;overflow:visible;padding-bottom:0;scroll-snap-type:none}
  .how-step,.pt-side>*{min-width:0;scroll-snap-align:none}
  .how{gap:10px;border:0;margin-bottom:22px}
  .how-step{padding:17px;border:1px solid var(--rule);border-radius:18px;background:var(--bg)}
  .pt-box{padding:20px;border-radius:18px}
  .pt-box h3{font-size:32px}
  .price-list{gap:8px}
  .pi{display:grid;grid-template-columns:1fr;gap:8px;padding:14px}
  .pi-price,.pi-strike{text-align:left}
  .pi-price{font-size:30px}
  .inc{align-items:flex-start}
  .side-box,.loc-box{padding:20px;border-radius:18px}
  .coach-order{margin-top:22px;padding:20px;border-radius:18px}
  .coach-order-head{display:block;margin-bottom:18px}
  .coach-order h3{font-size:30px}
  .coach-fields{grid-template-columns:1fr;gap:10px}
  .field input,.field select,.field textarea{font-size:16px;border-radius:14px}
  .coach-submit{width:100%;font-size:10.5px;letter-spacing:.025em}
  .form-note{font-size:12px}

  #programe{padding-top:48px}
  .program-clarity{gap:8px;margin-top:20px}
  .program-clarity div{min-width:0;padding:14px;border-radius:16px}
  .program-shop-grid{gap:24px;margin-top:30px}
  .product-card{padding:16px;border:1px solid var(--rule);border-radius:18px;background:var(--bg)}
  .product-card .poster-frame,.product-card.muscle-card .poster-frame{max-width:190px;margin-bottom:14px}
  .product-card h3{font-size:21px}
  .product-level{font-size:10.5px}
  .product-price.price-placeholder{font-size:10.5px}
  .product-card .pbtn-ghost{width:100%;margin-top:11px}
  .program-subhead{padding-top:22px;margin-top:0}

  #about{gap:28px}
  .about-vis{max-width:100%}
  .about-main{height:auto;aspect-ratio:1/1.06}
  .about-thumb{width:96px;height:96px;right:10px;bottom:10px;border-width:3px}
  .phil-frame{padding:18px;margin:20px 0}
  blockquote{font-size:13.5px;line-height:1.65}
  .kick-badge{width:100%;justify-content:center}

  .spec-2col,.hall-2col,.certs-2col{gap:28px;margin-top:30px}
  .spec-row{grid-template-columns:28px 1fr;gap:12px;padding:18px 0}
  .spec-feat,.smini,.objection-card,.hcard,.phil-box{border-radius:18px;padding:18px}
  .cert-photos,.spec-minis,.hall-cards{grid-template-columns:1fr}
  .lift-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:13px 0}
  .lift-dots{display:none}
  .lift-ex{white-space:normal}

  #results{padding:48px 4.5vw}
  .results-hdr{margin-bottom:26px;align-items:flex-start}
  .carousel-nav{width:100%;justify-content:space-between}
  .cn-btn{width:46px;height:46px}
  .carousel-card{border-radius:18px;min-height:0;height:auto}
  .car-img-side{height:clamp(300px,54vh,460px)}
  .car-img{min-height:0}
  .car-testi-side{padding:22px}
  .car-quote{font-size:64px}
  .car-text{font-size:13.5px;line-height:1.65}

  #contact{padding:64px 4.5vw calc(86px + env(safe-area-inset-bottom))}
  .contact-eagle{width:86px}
  .contact-brand{margin-bottom:18px}
  .contact-h{font-size:clamp(38px,12vw,54px)}
  .contact-sub{font-size:14px;line-height:1.6;margin-bottom:28px}
  .contact-btns,.soc-pills{gap:8px}
  .soc-pills{margin-top:24px}
  .soc-pill{flex:1;justify-content:center}
  .contact-loc{flex-direction:column;gap:4px;margin-top:24px}
  footer{padding:20px 4.5vw 94px;justify-content:center;text-align:center}
  .footer-meta{justify-content:center}
}

/* PERFORMANCE DOSSIER */
body{font-family:'Barlow',sans-serif;background-color:#f3efe7;background-image:linear-gradient(rgba(24,22,18,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(24,22,18,.025) 1px,transparent 1px);background-size:42px 42px}
.D,.nav-wm,h1.hero-title,.pn,.hb-t,.mq-num,.sec-h,.section-cta strong,.offer-card h3,.offer-price,.objection-card h3,.how-n,.how-step h4,.pt-box h3,.pi-price,.coach-order h3,.side-box h4,.mp-price,.loc-box h4,.phil-q,.kb-title,.spec-n,.spec-row h3,.spec-feat h3,.smini h4,.car-quote,.lift-w,.certs-text h3,.phil-box h4,.prog-wm,.prog-hero h3,.program-clarity strong,.program-subhead h3,.program-subprice,.product-card h3,.product-price,.prog-price,.prog-card h3,.contact-brand,.contact-h,.footer-name,.finder-head h3,.finder-result strong,.hb-index{font-family:'Barlow Condensed',sans-serif;letter-spacing:-.015em}
#hero{isolation:isolate;background:radial-gradient(circle at 76% 34%,rgba(224,107,0,.24),transparent 19%),linear-gradient(125deg,#f3efe7 0 58%,#171512 58% 100%)}
#hero::before{content:'01 / BUILD';position:absolute;left:1.7vw;bottom:40px;writing-mode:vertical-rl;font:700 10px/1 'Barlow Condensed',sans-serif;letter-spacing:.18em;color:rgba(28,26,23,.28)}
.hero-diag::before{content:'';position:absolute;left:48%;top:8%;width:13vw;height:84%;border:1px solid rgba(200,92,0,.32);transform:skewX(-11deg);z-index:-1}
h1.hero-title{font-family:'Barlow Condensed',sans-serif;font-size:clamp(46px,5.2vw,86px);line-height:.94;letter-spacing:-.03em;white-space:normal;max-width:760px;text-wrap:balance}
h1.hero-title .o{display:block;color:var(--orange);text-shadow:0 14px 35px rgba(200,92,0,.18)}
.hero-subtitle{font-family:'Barlow',sans-serif;font-size:clamp(17px,1.42vw,22px);line-height:1.4;font-weight:750;letter-spacing:-.012em;color:var(--ink);max-width:660px;margin:22px 0 10px;padding-left:15px;border-left:2px solid var(--orange)}
.hero-subtitle .o{color:inherit}
.hero-sub{max-width:650px;margin-bottom:25px}
.hero-trust{margin-top:13px;font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--ink-dim)}
.hero-proof{width:max-content;max-width:100%;padding:14px 18px;border:1px solid rgba(28,26,23,.12);background:rgba(254,253,250,.68);backdrop-filter:blur(14px);border-radius:18px;box-shadow:0 18px 48px rgba(28,26,23,.08)}
.hero-photo{filter:saturate(.9) contrast(1.05);box-shadow:24px 26px 0 var(--orange)}
.hero-ring{border-color:rgba(255,255,255,.2)}
.hero-badge{left:-70px;border-radius:4px;transform:rotate(-2deg);box-shadow:12px 14px 0 rgba(200,92,0,.9)}
.hb-index{font:800 24px/1 'Barlow Condensed',sans-serif;color:var(--orange)}
.marquee{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.mq-num{font-family:'Barlow Condensed',sans-serif;font-size:24px;letter-spacing:-.02em}
.sec-h{font-size:clamp(34px,4vw,58px);line-height:1.02;text-wrap:balance}
.offer-grid{gap:0;max-width:1080px;border:1px solid var(--rule-s);border-radius:30px;overflow:hidden;box-shadow:0 24px 70px rgba(28,26,23,.09)}
.offer-card{border:0;border-radius:0;padding:40px}
.offer-card.featured{box-shadow:none;background:linear-gradient(145deg,#201d18,#0f0e0c)}
.offer-price{font-family:'Barlow Condensed',sans-serif;font-size:32px;letter-spacing:-.03em}
.offer-action{display:flex;justify-content:center;margin-top:22px;padding:14px 18px;border-radius:999px;background:var(--orange);color:#fff;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.offer-card:not(.featured) .offer-action{background:var(--ink)}
.pi{position:relative;text-decoration:none;color:inherit;cursor:pointer}
.pi::after{content:'ALEGE';position:absolute;right:18px;top:10px;font-size:8px;font-weight:900;letter-spacing:.14em;color:var(--ink-dim);opacity:0;transition:opacity .2s}
.pi:hover::after,.pi:focus-visible::after{opacity:1}
.pi-total{font-size:10.5px;color:var(--ink-dim);margin-top:4px;text-align:right}
.pt-box::after{height:5px;background:var(--orange)}
.coach-order{border-radius:4px;border-color:var(--rule-s);box-shadow:18px 18px 0 rgba(200,92,0,.13)}
.program-finder{margin-top:38px;padding:26px;background:var(--ink);color:#fff;border-radius:4px;box-shadow:18px 18px 0 var(--orange)}
.finder-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.finder-head h3{font:700 clamp(22px,2.5vw,34px)/1.06 'Barlow Condensed',sans-serif;letter-spacing:-.02em;max-width:650px}
.finder-head span{color:rgba(255,255,255,.48);font-size:12px;max-width:360px}
.finder-fields{display:grid;grid-template-columns:repeat(3,1fr) auto;gap:9px}
.finder-fields select{min-width:0;border:1px solid rgba(255,255,255,.16);border-radius:0;background:#2a2722;color:#fff;padding:14px;font:600 12px 'Barlow',sans-serif}
.finder-button{border:0;background:var(--orange);color:#fff;padding:14px 20px;font:800 11px 'Barlow',sans-serif;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
.finder-result{display:none;align-items:center;justify-content:space-between;gap:18px;margin-top:16px;padding:18px;background:#fff;color:var(--ink)}
.finder-result.show{display:flex}
.finder-result small{display:block;color:var(--orange);font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:4px}
.finder-result strong{font:700 20px 'Barlow Condensed',sans-serif;letter-spacing:-.02em}
.finder-result p{font-size:12px;color:var(--ink-dim);margin-top:3px}
.finder-result a{flex-shrink:0;padding:11px 16px;background:var(--ink);color:#fff;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.product-card{position:relative;text-align:left;padding-bottom:18px;border-bottom:1px solid var(--rule-s)}
.product-card h3{justify-content:flex-start;margin:0 0 6px;max-width:none;font-size:20px}
.product-card .poster-frame{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s}
.product-card:hover .poster-frame{transform:translateY(-7px) rotate(-1deg);box-shadow:12px 14px 0 var(--orange)}
.product-level{font-size:10px;margin-bottom:9px}
.product-specs{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0 2px}
.product-specs span{padding:4px 7px;background:var(--bg-alt);font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-mid)}
.product-card .pbtn-ghost{width:100%;border-radius:0;background:var(--ink);border-color:var(--ink);color:#fff}
.offer-price small,.pi-per,.lift-w small,.program-subprice small,.product-price small,.product-price.price-placeholder,.prog-price small,.pbtn-o,.pbtn-ghost{font-family:'Barlow',sans-serif}
.mobile-sale{display:none}

@media(hover:hover){
  .offer-card,.objection-card,.hcard,.smini,.side-box{transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s}
  .offer-card:hover,.objection-card:hover,.hcard:hover,.smini:hover,.side-box:hover{transform:translateY(-4px);border-color:rgba(200,92,0,.24);box-shadow:0 18px 42px rgba(28,26,23,.09)}
}

@media(max-width:900px){
  #hero{background:radial-gradient(circle at 90% 15%,rgba(224,107,0,.2),transparent 28%),#f3efe7}
  .offer-grid{border-radius:22px}
  .finder-fields{grid-template-columns:1fr 1fr}
  .finder-button{grid-column:1/-1}
}
@media(max-width:960px){
  nav.menu-open ul{display:flex!important;flex-direction:column;position:absolute;top:64px;left:4.5vw;right:4.5vw;padding:10px;border:1px solid var(--rule);border-radius:22px;gap:4px;background:rgba(254,253,250,.98);backdrop-filter:blur(20px);box-shadow:0 18px 45px rgba(28,26,23,.14);z-index:199}
  nav.menu-open ul a{width:100%;justify-content:center;min-height:44px}
  nav.menu-open .ham span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
  nav.menu-open .ham span:nth-child(2){opacity:0}
  nav.menu-open .ham span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
  .ham span{transition:transform .2s,opacity .2s}
}
@media(max-width:560px){
  body{padding-bottom:74px}
  h1.hero-title{font-size:clamp(37px,10.6vw,51px);max-width:320px}
  .hero-subtitle{font-size:16px;margin-top:18px}
  .hero-trust{text-align:center;font-size:10px}
  .hero-proof{width:100%;padding:12px 9px;border-radius:14px}
  .offer-grid{display:block;border-radius:18px}
  .offer-card{padding:26px 20px}
  .finder-head{display:block}
  .finder-head span{display:block;margin-top:9px}
  .finder-fields{grid-template-columns:1fr}
  .finder-button{grid-column:auto}
  .finder-result.show{display:block}
  .finder-result a{display:block;margin-top:13px;text-align:center}
  .program-finder{padding:20px 16px;box-shadow:9px 9px 0 var(--orange)}
  .product-card{text-align:left;border-radius:0;background:transparent;padding:0 0 18px}
  .product-card h3{justify-content:flex-start}
  .mobile-sale{position:fixed;z-index:260;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:10px 12px 10px 17px;background:#171512;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 45px rgba(0,0,0,.34)}
  .mobile-sale span{font-size:10px;font-weight:800;line-height:1.3;letter-spacing:.04em}
  .mobile-sale b{flex-shrink:0;background:var(--orange);padding:10px 12px;font-size:9px;letter-spacing:.08em}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .motion-ready .fi:not(.in){opacity:1;transform:none}
}
