/* Volt Athletic Club — ZumaTools free template. Recolour by editing the tokens below. */
:root {
  --brand: #c6ff3d;
  --accent: #ff4d2e;
  --bg: #0c0d10;
  --surface: #15171c;
  --surface-2: #1d2027;
  --text: #f4f5f7;
  --muted: #a3a8b4;
  --line: rgba(255,255,255,.09);
  --on-brand: #0c0d10;
  --radius: 16px;
  --font-display: "Anton", Impact, "Arial Narrow", sans-serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1200px;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 17px/1.6 var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, dl, dd, figure, blockquote { margin: 0; }
ul { padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 4px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--brand); color: var(--on-brand); font-weight: 700; border-radius: 8px; text-decoration: none; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-inline: 24px; }
.muted { color: var(--muted); } .small { font-size: .88rem; }

h2 { font: 400 clamp(2.2rem, 5vw, 3.6rem)/1 var(--font-display); text-transform: uppercase; letter-spacing: .01em; }
h3 { font-weight: 800; font-size: 1.2rem; line-height: 1.25; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--brand); font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 28px; height: 3px; background: currentColor; }
.sec-head { margin-bottom: 44px; max-width: 720px; }
.sec-head.row { max-width: none; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 16px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow::after { content: ""; width: 28px; height: 3px; background: currentColor; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 26px; border: 2px solid var(--brand); border-radius: 999px; background: var(--brand); color: var(--on-brand); font: 800 1rem var(--font-body); text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px -8px color-mix(in srgb, var(--brand) 60%, transparent); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); box-shadow: none; }
.btn-sm { min-height: 42px; padding: 0 18px; font-size: .92rem; }
.btn-block { width: 100%; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 82%, transparent); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.nav.scrolled { border-bottom-color: var(--line); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 8px; font: 400 1.7rem/1 var(--font-display); text-transform: uppercase; letter-spacing: .04em; text-decoration: none; }
.logo svg { width: 28px; height: 28px; color: var(--brand); }
.menu { display: flex; align-items: center; gap: 30px; }
.menu a:not(.btn) { text-decoration: none; font-weight: 600; font-size: .95rem; color: var(--muted); transition: color .2s; }
.menu a:not(.btn):hover { color: var(--text); }
.menu-btn { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); cursor: pointer; place-items: center; }
.bars, .bars::before, .bars::after { display: block; width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .25s, background .25s; }
.bars { position: relative; } .bars::before, .bars::after { content: ""; position: absolute; left: 0; } .bars::before { top: -6px; } .bars::after { top: 6px; }
.menu-btn[aria-expanded="true"] .bars { background: transparent; }
.menu-btn[aria-expanded="true"] .bars::before { transform: translateY(6px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .bars::after { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 56px 0 0; background: radial-gradient(60% 60% at 80% 30%, color-mix(in srgb, var(--brand) 14%, transparent), transparent 70%), radial-gradient(40% 50% at 0% 100%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%); }
.hero-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding-bottom: 64px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: .85rem; font-weight: 600; color: var(--muted); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 0 var(--brand); animation: ping 2s infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 10px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
h1 { margin: 22px 0 20px; font: 400 clamp(3.2rem, 9vw, 7rem)/.92 var(--font-display); text-transform: uppercase; letter-spacing: -.005em; }
h1 em { font-style: normal; color: var(--brand); position: relative; }
.lead { max-width: 520px; font-size: 1.15rem; color: var(--muted); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.stats { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 44px; }
.stats div { display: flex; flex-direction: column-reverse; }
.stats dd { font: 400 2.6rem/1 var(--font-display); }
.stats dt { color: var(--muted); font-size: .85rem; font-weight: 600; margin-top: 6px; }
.hero-art { position: relative; }
.hero-art img { width: 100%; max-width: 520px; margin-inline: auto; }
.float { position: absolute; display: grid; padding: 14px 18px; border-radius: 14px; background: color-mix(in srgb, var(--surface-2) 88%, transparent); border: 1px solid var(--line); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 20px 40px -20px rgba(0,0,0,.7); animation: bob 5s ease-in-out infinite; }
.float strong { font: 400 1.6rem/1.1 var(--font-display); color: var(--brand); }
.float span { font-size: .8rem; color: var(--muted); font-weight: 600; }
.f1 { left: 0; top: 34%; }
.f2 { right: 0; bottom: 14%; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; animation-delay: -2.5s; }
.f2 strong { color: var(--text); font-size: 1.2rem; } .f2 span:last-child { grid-column: 2; }
.pulse { grid-row: span 2; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); animation: ping 1.6s infinite; box-shadow: 0 0 0 0 var(--accent); }
@keyframes bob { 50% { transform: translateY(-10px); } }
.ticker { background: var(--brand); color: var(--on-brand); overflow: hidden; transform: rotate(-1.5deg); margin: 0 -20px; border-block: 3px solid var(--bg); }
.ticker-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.ticker span { padding: 14px 26px; font: 400 1.5rem/1 var(--font-display); text-transform: uppercase; white-space: nowrap; }
.ticker span::after { content: "✦"; margin-left: 52px; font-size: 1rem; vertical-align: middle; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Programs */
section { position: relative; }
.programs, .coaches, .bmi-wrap, .trial { padding-block: 110px; }
.prog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.prog { display: flex; flex-direction: column; gap: 12px; padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); transition: transform .25s, border-color .25s, background .25s; }
.prog:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--brand) 50%, transparent); background: var(--surface-2); }
.prog svg { width: 48px; height: 48px; color: var(--brand); margin-bottom: 8px; }
.prog p { color: var(--muted); font-size: .95rem; flex: 1; }
.tag { align-self: flex-start; white-space: nowrap; padding: 4px 12px; border-radius: 999px; background: color-mix(in srgb, var(--accent) 16%, transparent); color: #ff8f7a; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

/* Schedule */
.schedule { padding: 110px 0; background: var(--surface); border-block: 1px solid var(--line); }
.legend { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .85rem; font-weight: 600; }
.legend .lv { margin-left: 10px; } .legend .lv:first-child { margin-left: 0; }
.lv { display: inline-block; width: 12px; height: 12px; border-radius: 3px; flex: none; }
.lv1 { background: #3dffb0; } .lv2 { background: #ffd23d; } .lv3 { background: var(--accent); }
.tablist { grid-template-columns: repeat(7, 1fr); gap: 6px; padding: 6px; margin-bottom: 24px; border-radius: 14px; background: var(--bg); border: 1px solid var(--line); }
.tablist:not([hidden]) { display: grid; }
.tablist button { min-height: 48px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); font: 700 .95rem var(--font-body); cursor: pointer; transition: background .2s, color .2s; }
.tablist button:hover { color: var(--text); }
.tablist button[aria-selected="true"] { background: var(--brand); color: var(--on-brand); }
.d-long { display: none; }
.panel + .panel { margin-top: 28px; }
.js .panel + .panel { margin-top: 0; }
.day-h { margin-bottom: 12px; font: 400 1.6rem var(--font-display); text-transform: uppercase; }
.js .day-h { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.cls-list { display: grid; gap: 10px; }
.cls { display: grid; grid-template-columns: 84px 1fr auto auto auto; align-items: center; gap: 20px; padding: 16px 20px; border-radius: 14px; background: var(--bg); border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.cls:hover { border-color: color-mix(in srgb, var(--brand) 40%, transparent); transform: translateX(4px); }
.cls time { font: 400 1.6rem/1 var(--font-display); color: var(--brand); }
.cls-main { display: grid; }
.cls-main span { color: var(--muted); font-size: .9rem; }
.len { color: var(--muted); font-size: .88rem; font-weight: 600; }
.book { padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; font-weight: 700; font-size: .88rem; transition: background .2s, color .2s, border-color .2s; }
.book:hover { background: var(--brand); color: var(--on-brand); border-color: var(--brand); }
.panel[hidden] { display: none; }
.panel.enter { animation: fadeUp .35s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } }

/* Coaches */
.coach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.coach { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.coach img { width: 100%; aspect-ratio: 6/7; object-fit: cover; transition: transform .5s; }
.coach:hover img { transform: scale(1.05); }
.coach-info { padding: 18px 20px 22px; }
.coach-info p { color: var(--muted); font-size: .9rem; }
.coach-info .spec { margin-top: 10px; color: var(--brand); font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }

/* Pricing */
.pricing { padding: 110px 0; background: linear-gradient(180deg, var(--bg), var(--surface)); }
.billing { display: inline-flex; margin-top: 28px; padding: 5px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line); }
.billing button { min-height: 42px; padding: 0 20px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font: 700 .95rem var(--font-body); cursor: pointer; }
.billing button span { margin-left: 4px; color: var(--brand); }
.billing button[aria-pressed="true"] { background: var(--text); color: var(--bg); }
.billing button[aria-pressed="true"] span { color: #2c7a00; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 34px 30px; border-radius: 22px; background: var(--surface); border: 1px solid var(--line); }
.plan-sub { color: var(--muted); }
.price { display: flex; align-items: flex-start; margin: 14px 0 8px; font: 400 4rem/1 var(--font-display); }
.price .cur { font-size: 1.6rem; margin-top: 6px; }
.price .per { align-self: flex-end; font: 600 1rem var(--font-body); color: var(--muted); margin: 0 0 8px 4px; }
.plan ul { display: grid; gap: 10px; margin: 10px 0 28px; flex: 1; }
.plan li { position: relative; padding-left: 28px; font-size: .95rem; }
.plan li::before { content: ""; position: absolute; left: 0; top: 5px; width: 18px; height: 18px; border-radius: 50%; background: color-mix(in srgb, var(--brand) 18%, transparent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.5l2.5 2.5L13 6.5' fill='none' stroke='%23c6ff3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }
.plan.featured { background: var(--brand); color: var(--on-brand); border-color: var(--brand); transform: translateY(-12px); box-shadow: 0 30px 60px -30px color-mix(in srgb, var(--brand) 60%, transparent); }
.plan.featured .plan-sub, .plan.featured .per { color: rgba(12,13,16,.7); }
.plan.featured li::before { background: var(--on-brand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.5l2.5 2.5L13 6.5' fill='none' stroke='%23c6ff3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }
.plan.featured .btn { background: var(--on-brand); color: var(--brand); border-color: var(--on-brand); }
.ribbon { position: absolute; top: -14px; right: 24px; padding: 6px 14px; border-radius: 999px; background: var(--accent); color: #fff; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.fine { margin-top: 36px; text-align: center; color: var(--muted); font-size: .88rem; }

/* BMI */
.bmi-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bmi-copy p:not(.eyebrow) { margin-top: 18px; color: var(--muted); }
.bmi { display: grid; gap: 18px; padding: 32px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); }
.units { display: inline-flex; justify-self: start; margin: 0; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); }
.units label { position: relative; padding: 8px 18px; border-radius: 999px; font-weight: 700; font-size: .9rem; cursor: pointer; color: var(--muted); }
.units input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.units label:has(input:checked) { background: var(--surface-2); color: var(--text); }
.units label:has(input:focus-visible) { outline: 3px solid var(--brand); }
.bmi-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bmi-fields label, .field label, .field legend { display: grid; gap: 6px; font-weight: 700; font-size: .88rem; }
.bmi-fields span { color: var(--muted); font-weight: 600; }
input, select { width: 100%; min-height: 50px; padding: 0 16px; border-radius: 12px; border: 1px solid var(--line); background: var(--bg); color: var(--text); font: 500 1rem var(--font-body); }
input:focus, select:focus { border-color: var(--brand); outline: none; box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 30%, transparent); }
.bmi-out { padding-top: 10px; border-top: 1px solid var(--line); }
.bmi-num { display: flex; align-items: baseline; gap: 14px; font: 400 3.4rem/1 var(--font-display); }
.bmi-num small { font: 800 .95rem var(--font-body); color: var(--brand); text-transform: uppercase; letter-spacing: .08em; }
.gauge { position: relative; display: grid; grid-template-columns: 18.5fr 6.5fr 5fr 10fr; gap: 3px; height: 12px; margin-top: 18px; }
.gauge span { border-radius: 4px; } .gauge span:nth-child(1) { background: #5fb8ff; } .gauge span:nth-child(2) { background: #3dffb0; } .gauge span:nth-child(3) { background: #ffd23d; } .gauge span:nth-child(4) { background: var(--accent); }
.gauge i { position: absolute; top: -6px; width: 6px; height: 24px; margin-left: -3px; border-radius: 3px; background: var(--text); box-shadow: 0 0 0 3px var(--surface); transition: left .5s cubic-bezier(.2,.8,.2,1); }
.gauge-labels { position: relative; height: 20px; margin-top: 6px; font-size: .75rem; color: var(--muted); font-weight: 600; }
.gauge-labels span { position: absolute; transform: translateX(-50%); }
.gauge-labels span:nth-child(1) { left: 46.25%; } .gauge-labels span:nth-child(2) { left: 62.5%; } .gauge-labels span:nth-child(3) { left: 75%; }

/* Stories */
.stories { padding: 110px 0; background: var(--surface); border-block: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.story { display: flex; flex-direction: column; gap: 20px; padding: 30px; border-radius: 20px; background: var(--bg); border: 1px solid var(--line); }
.delta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-bottom: 20px; border-bottom: 1px dashed var(--line); font: 400 1.5rem/1.1 var(--font-display); text-transform: uppercase; }
.delta .from { color: var(--muted); text-decoration: line-through; text-decoration-thickness: 2px; }
.delta .arrow { color: var(--accent); }
.delta .to { color: var(--brand); font-size: 2rem; }
.story blockquote { flex: 1; font-size: 1.05rem; }
.story figcaption { color: var(--muted); font-size: .9rem; }
.story figcaption strong { color: var(--text); }

/* Trial */
.trial { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.checks { display: grid; gap: 14px; margin: 26px 0 34px; }
.checks li { position: relative; padding-left: 34px; font-weight: 600; }
.checks li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--brand); color: var(--on-brand); font-size: .8rem; font-weight: 900; }
.info { font-style: normal; color: var(--muted); line-height: 1.8; padding: 20px 22px; border-left: 3px solid var(--accent); background: var(--surface); border-radius: 0 12px 12px 0; }
.info strong { color: var(--text); } .info a { color: var(--brand); font-weight: 700; }
.trial-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 34px; border-radius: 24px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 40px 80px -40px color-mix(in srgb, var(--brand) 25%, transparent); }
.field { display: grid; gap: 6px; margin: 0; border: 0; padding: 0; min-width: 0; }
.field:nth-child(1), .field:nth-child(2) { grid-column: span 1; }
.times, .trial-form .btn, .trial-form .msg { grid-column: 1 / -1; }
.opt { color: var(--muted); font-weight: 500; }
.times { display: flex; flex-wrap: wrap; gap: 8px; }
.times legend { margin-bottom: 8px; width: 100%; }
.times label { position: relative; flex: 1; min-width: 90px; padding: 12px; text-align: center; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; font-size: .9rem; cursor: pointer; background: var(--bg); transition: border-color .2s, background .2s; }
.times input { position: absolute; inset: 0; opacity: 0; margin: 0; min-height: 0; cursor: pointer; }
.times label:has(input:checked) { border-color: var(--brand); background: color-mix(in srgb, var(--brand) 12%, var(--bg)); color: var(--brand); }
.times label:has(input:focus-visible) { outline: 3px solid var(--brand); outline-offset: 2px; }
.msg { color: var(--brand); font-weight: 700; min-height: 1px; }

/* Footer */
.footer { padding: 56px 0 40px; border-top: 1px solid var(--line); }
.foot-in { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; }
.foot-in p { margin-top: 10px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: flex-end; }
.footer nav a { text-decoration: none; font-weight: 600; color: var(--muted); } .footer nav a:hover { color: var(--brand); }
.foot-in > .small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.js .reveal.in { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1080px) {
  .prog-grid, .coach-grid { grid-template-columns: repeat(2, 1fr); }
  .cls { grid-template-columns: 70px 1fr auto auto; } .len { display: none; }
}
@media (max-width: 900px) {
  .menu-btn { display: grid; }
  .menu { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; background: var(--bg); border-bottom: 1px solid var(--line); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s, visibility .25s; }
  .menu.open { opacity: 1; visibility: visible; transform: none; }
  .menu a:not(.btn) { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; color: var(--text); }
  .menu .btn { margin-top: 18px; min-height: 52px; }
  .hero-in, .bmi-wrap, .trial { grid-template-columns: 1fr; }
  .hero-art { max-width: 460px; margin-inline: auto; width: 100%; }
  .price-grid, .story-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .plan.featured { transform: none; }
  .foot-in { grid-template-columns: 1fr; } .footer nav { justify-content: flex-start; }
  .programs, .coaches, .bmi-wrap, .trial, .schedule, .pricing, .stories { padding-block: 80px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 18px; }
  .prog-grid { grid-template-columns: 1fr 1fr; gap: 12px; } .tag { font-size: .66rem; padding: 4px 9px; letter-spacing: .04em; } .prog { padding: 20px; } .prog p { font-size: .88rem; } .prog svg { width: 36px; height: 36px; }
  .coach-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .coach-info { padding: 14px; } .coach-info h3 { font-size: 1rem; } .coach-info p { font-size: .8rem; }
  .stats { gap: 24px; } .stats dd { font-size: 2.1rem; }
  .tablist { grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 2px; padding: 4px; }
  .tablist button { font-size: .8rem; min-height: 44px; padding: 0; }
  .cls { grid-template-columns: 1fr auto; gap: 4px 12px; padding: 14px 16px; }
  .cls time { font-size: 1.3rem; }
  .cls-main { grid-column: 1; }
  .cls .lv { grid-row: 1; grid-column: 2; justify-self: end; }
  .book { grid-row: 2; grid-column: 2; }
  .trial-form { grid-template-columns: 1fr; padding: 24px; }
  .bmi { padding: 22px; }
  .f1 { top: 20%; } .float { padding: 10px 14px; } .float strong { font-size: 1.2rem; }
  .ticker span { font-size: 1.2rem; padding: 12px 18px; }
}
@media (min-width: 900px) { .d-short { display: none; } .d-long { display: inline; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
.bmi-fields label { grid-template-columns: auto 1fr; column-gap: 6px; justify-content: start; }
.bmi-fields label input { grid-column: 1 / -1; }
@media (max-width: 359px) { .prog-grid { grid-template-columns: 1fr; } }
.field > label { display: block; }
