:root {
  --ink: #080a0a;
  --ink-2: #111414;
  --paper: #f4f1e9;
  --paper-2: #dedbd3;
  --red: #f01422;
  --acid: #d7ff35;
  --yellow: #ffe20c;
  --green: #54b82d;
  --muted: #a6aaa7;
  --line: rgba(255,255,255,.16);
  --dark-line: rgba(8,10,10,.17);
  --max: 1440px;
  --pad: clamp(1.25rem, 4.2vw, 4.6rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: #fff; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1rem; background: var(--acid); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.concept-bar { min-height: 28px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .35rem var(--pad); background: var(--red); color: #fff; font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 90; height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 0 var(--pad); background: rgba(8,10,10,.87); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); transition: height .25s ease, background .25s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(8,10,10,.97); }
.brand { display: inline-flex; align-items: center; gap: .8rem; flex-shrink: 0; }
.brand-sign { position: relative; width: 39px; height: 44px; display: block; border: 2px solid #fff; transform: skew(-7deg); overflow: hidden; }
.brand-sign::before, .brand-sign::after { content: ''; position: absolute; background: var(--red); transform: rotate(22deg); }
.brand-sign::before { width: 9px; height: 60px; left: 7px; top: -8px; }
.brand-sign::after { width: 9px; height: 60px; right: 5px; bottom: -15px; }
.brand-sign i { position: absolute; z-index: 1; width: 11px; height: 35px; background: var(--paper); left: 14px; top: 3px; transform: rotate(20deg); }
.brand-type { display: grid; line-height: .95; }
.brand-type strong { font-size: 1.05rem; letter-spacing: .13em; }
.brand-type small { margin-top: .4rem; color: var(--muted); font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(.9rem, 1.7vw, 1.75rem); }
.main-nav a { position: relative; padding: .5rem 0; color: #dfe1de; font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--red); transition: right .22s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current="page"]::after { right: 0; }
.main-nav a[aria-current="page"] { color: #fff; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 56px; padding: .95rem 1.15rem .9rem 1.4rem; border: 1px solid var(--red); background: var(--red); color: #fff; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { color: var(--red); background: transparent; transform: translateY(-2px); }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { color: var(--paper); }
.button-outline { border-color: var(--line); background: transparent; color: var(--paper); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--red); background: var(--red); color: #fff; }
.button-compact { min-height: 42px; gap: 1rem; padding: .65rem .85rem .62rem 1rem; font-size: .64rem; }
.text-link { display: inline-flex; gap: .8rem; align-items: center; padding-bottom: .3rem; border-bottom: 1px solid currentColor; font-size: .73rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.text-link:hover { color: var(--red); }
.text-link-light:hover { color: var(--acid); }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.4rem; color: var(--muted); font-size: .67rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 3px; background: var(--red); }
.eyebrow.green::before { background: var(--green); }
.eyebrow.yellow::before { background: var(--yellow); }
.eyebrow.acid::before { background: var(--acid); }
.display { margin: 0; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: 900; letter-spacing: -.025em; line-height: .87; text-transform: uppercase; }
.display em { color: var(--red); font-style: normal; }
.outline { color: transparent; -webkit-text-stroke: 1px currentColor; }
.section { width: min(var(--max), calc(100% - 2 * var(--pad))); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 0; }
.section-tight { width: min(var(--max), calc(100% - 2 * var(--pad))); margin: 0 auto; padding: clamp(3rem, 5vw, 5rem) 0; }
.paper { background: var(--paper); color: var(--ink); }
.muted { color: var(--muted); }
.lead { max-width: 48ch; margin: 1.5rem 0 0; color: #c7cac6; font-size: clamp(1.02rem, 1.5vw, 1.28rem); }
.paper .lead { color: #454948; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 7vw; align-items: end; margin-bottom: clamp(3rem, 6vw, 6rem); }
.section-head .display { font-size: clamp(3.5rem, 7.1vw, 8rem); }
.section-head-copy { padding-bottom: .4rem; }
.section-head-copy p { margin: 0 0 1.5rem; color: var(--muted); font-size: 1.05rem; }
.paper .section-head-copy p { color: #575c59; }

.home-hero { position: relative; min-height: calc(100svh - 110px); display: grid; align-items: end; overflow: hidden; isolation: isolate; }
.home-hero-media { position: absolute; inset: -3rem 0; z-index: -3; background: url('/assets/original/gym-floor.jpg') center / cover no-repeat; transform: translateY(var(--parallax, 0)); scale: 1.05; }
.home-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,4,4,.98) 0%, rgba(3,4,4,.8) 36%, rgba(3,4,4,.18) 75%), linear-gradient(0deg, rgba(3,4,4,.93), transparent 52%); }
.home-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-inner { width: min(var(--max), calc(100% - 2 * var(--pad))); margin: 0 auto; padding: clamp(7rem, 12vw, 12rem) 0 clamp(4rem, 7vw, 7rem); }
.hero-kicker { display: inline-flex; gap: 1rem; align-items: center; margin-bottom: 1.4rem; padding: .45rem .65rem; border: 1px solid var(--line); background: rgba(8,10,10,.45); font-size: .64rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker b { color: var(--red); }
.home-hero .display { max-width: 8.5ch; font-size: clamp(5rem, 11.2vw, 12rem); }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-top: 2rem; }
.hero-copy { max-width: 580px; color: #d5d7d4; font-size: clamp(1.02rem, 1.5vw, 1.26rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.scroll-note { display: flex; align-items: center; gap: 1rem; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-note::after { content: ''; width: 1px; height: 70px; background: var(--red); }

.stats { display: grid; grid-template-columns: repeat(5, 1fr); width: min(var(--max), 100%); margin: 0 auto; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { min-height: 178px; display: flex; flex-direction: column; justify-content: center; padding: 2rem clamp(1.25rem, 2.5vw, 2.8rem); border-right: 1px solid var(--line); }
.stat strong { color: var(--red); font-size: clamp(2.5rem, 4.2vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.stat span { margin-top: .65rem; color: var(--muted); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.program-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.program { min-height: 430px; position: relative; overflow: hidden; isolation: isolate; padding: 1.6rem; background: var(--ink-2); display: flex; flex-direction: column; justify-content: space-between; }
.program:nth-child(1), .program:nth-child(6) { grid-column: span 6; }
.program:nth-child(2), .program:nth-child(3), .program:nth-child(4), .program:nth-child(5) { grid-column: span 3; }
.program img { position: absolute; inset: 0; z-index: -2; height: 100%; object-fit: cover; filter: saturate(.82) brightness(.58); transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.program::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(6,8,8,.96), rgba(6,8,8,.06) 75%); }
.program:hover img { transform: scale(1.06); filter: saturate(1) brightness(.78); }
.program-num { color: #fff; font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.program-copy h3 { margin: 0 0 .7rem; font-family: Impact, sans-serif; font-size: clamp(2rem, 3.3vw, 3.8rem); line-height: .95; text-transform: uppercase; }
.program-copy p { max-width: 35ch; margin: 0; color: #c7cac7; }
.program-arrow { position: absolute; right: 1.4rem; top: 1.3rem; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: background .2s ease, color .2s ease; }
.program:hover .program-arrow { background: var(--red); border-color: var(--red); }

.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee-track { width: max-content; display: flex; gap: 2rem; align-items: center; padding: 1rem 0; animation: marquee 24s linear infinite; }
.marquee-track span { font-family: Impact, sans-serif; font-size: clamp(2rem, 4vw, 4.5rem); line-height: 1; letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; }
.marquee-track i { width: 13px; height: 13px; background: var(--red); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.split-feature { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 730px; }
.split-media { position: relative; overflow: hidden; min-height: 550px; }
.split-media img { position: absolute; inset: -3rem 0; height: calc(100% + 6rem); object-fit: cover; transform: translateY(var(--parallax, 0)); }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 8rem); background: var(--red); color: #fff; }
.split-copy .display { max-width: 8ch; font-size: clamp(4rem, 7.3vw, 8rem); }
.split-copy p { max-width: 42ch; margin: 1.6rem 0 2rem; font-size: 1.05rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 160px; gap: .75rem; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: #111; color: #fff; cursor: zoom-in; }
.gallery-item:nth-child(1) { grid-column: span 7; grid-row: span 3; }
.gallery-item:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.gallery-item:nth-child(3) { grid-column: span 5; grid-row: span 2; }
.gallery-item:nth-child(4) { grid-column: span 4; grid-row: span 2; }
.gallery-item:nth-child(5) { grid-column: span 4; grid-row: span 2; }
.gallery-item:nth-child(6) { grid-column: span 4; grid-row: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .65s ease, filter .35s ease; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(.7); }
.gallery-item span { position: absolute; left: 1rem; bottom: .8rem; opacity: 0; translate: 0 .5rem; font-size: .64rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: opacity .25s ease, translate .25s ease; }
.gallery-item:hover span { opacity: 1; translate: 0; }

.quote-section { padding: clamp(6rem, 11vw, 12rem) var(--pad); background: var(--acid); color: var(--ink); }
.quote-inner { width: min(1160px, 100%); margin: 0 auto; }
.quote-section blockquote { margin: 0; font-family: Impact, sans-serif; font-size: clamp(3rem, 6.6vw, 7rem); line-height: .96; text-transform: uppercase; }
.quote-section cite { display: block; margin-top: 2rem; font-size: .7rem; font-style: normal; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.contact-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.contact-stage .display { font-size: clamp(4.5rem, 8vw, 8.8rem); }
.contact-cards { border-top: 1px solid var(--line); }
.contact-cards article { display: grid; grid-template-columns: 125px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.contact-cards span { color: var(--muted); font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-cards p, .contact-cards a { margin: 0; font-size: 1.05rem; font-weight: 700; }
.contact-cards a:hover { color: var(--red); }

.subhero { position: relative; min-height: 680px; display: flex; align-items: end; isolation: isolate; overflow: hidden; }
.subhero-media { position: absolute; inset: -3rem 0; z-index: -3; background: var(--hero-image) center / cover no-repeat; transform: translateY(var(--parallax, 0)); scale: 1.04; }
.subhero::after { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg, rgba(5,6,6,.98), rgba(5,6,6,.02) 75%), linear-gradient(90deg, rgba(5,6,6,.65), transparent 68%); }
.subhero-inner { width: min(var(--max), calc(100% - 2 * var(--pad))); margin: 0 auto; padding: 7rem 0 4.5rem; }
.crumb { display: flex; gap: .5rem; margin-bottom: 1.5rem; color: #d4d7d3; font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.crumb a { color: var(--red); }
.subhero .display { max-width: 9ch; font-size: clamp(4.7rem, 10vw, 10rem); }
.subhero p { max-width: 670px; margin: 1.5rem 0 0; color: #e0e2df; font-size: clamp(1rem, 1.55vw, 1.3rem); }

.feature-row { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; border-top: 1px solid var(--line); }
.feature-row:nth-child(even) .feature-image { order: 2; }
.feature-image { min-height: 440px; overflow: hidden; }
.feature-image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.feature-image:hover img { transform: scale(1.035); }
.feature-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 7rem); border: 1px solid var(--line); border-top: 0; }
.feature-body .display { font-size: clamp(3rem, 5.2vw, 6rem); }
.feature-body p { max-width: 48ch; color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.2rem; }
.tag { padding: .45rem .65rem; border: 1px solid var(--line); color: #d9dcda; font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.paper .tag { border-color: var(--dark-line); color: #2e3230; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.7rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step b { color: var(--red); font-size: .65rem; letter-spacing: .16em; }
.step h3 { margin: 0 0 .8rem; font-family: Impact, sans-serif; font-size: 2.1rem; line-height: .95; text-transform: uppercase; }
.step p { margin: 0; color: var(--muted); }

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--dark-line); border: 1px solid var(--dark-line); }
.info-card { min-height: 330px; padding: 1.7rem; background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.info-card b { color: var(--red); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.info-card h3 { margin: 2rem 0 .7rem; font-family: Impact, sans-serif; font-size: clamp(2rem, 3.2vw, 3.6rem); line-height: .95; text-transform: uppercase; }
.info-card p { margin: 0; color: #555b57; }

.course-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0 0 2.5rem; }
.filter { padding: .65rem .85rem; border: 1px solid var(--line); background: transparent; color: var(--paper); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filter:hover, .filter.is-active { border-color: var(--red); background: var(--red); }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.course-card { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; border: 1px solid var(--line); background: var(--ink-2); }
.course-card[hidden] { display: none; }
.course-card small { color: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.course-card h3 { margin: 0 0 .7rem; font-family: Impact, sans-serif; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: .94; text-transform: uppercase; }
.course-card p { max-width: 36ch; margin: 0; color: var(--muted); }
.download-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; padding: clamp(2rem, 4vw, 4rem); background: var(--red); }
.download-panel .display { font-size: clamp(2.8rem, 5vw, 5.4rem); }
.download-panel p { margin: .7rem 0 0; }

.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 1.1rem .8rem; border-bottom: 1px solid var(--line); text-align: left; }
.price-table th { color: var(--muted); font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.price-table td:last-child { color: var(--yellow); font-weight: 900; text-align: right; }

.team-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: .8rem; }
.team-card { grid-column: span 4; min-height: 520px; position: relative; overflow: hidden; background: #171919; }
.team-card:nth-child(1), .team-card:nth-child(2) { grid-column: span 6; min-height: 680px; }
.team-card img { height: 100%; object-fit: cover; object-position: center top; filter: grayscale(1); transition: filter .4s ease, transform .7s ease; }
.team-card:hover img { filter: grayscale(0); transform: scale(1.03); }
.team-copy { position: absolute; inset: auto 0 0; padding: 1.4rem; background: linear-gradient(0deg, rgba(4,5,5,.98), transparent); }
.team-copy small { color: var(--red); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.team-copy h3 { margin: .35rem 0 0; font-family: Impact, sans-serif; font-size: clamp(2rem, 3vw, 3.8rem); line-height: .95; text-transform: uppercase; }
.team-copy p { max-width: 40ch; margin: .7rem 0 0; color: #c4c7c4; font-size: .86rem; }

.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.form-intro { position: sticky; top: 100px; }
.form-intro .display { font-size: clamp(3.8rem, 6vw, 7rem); }
.form-intro p { color: var(--muted); }
.demo-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .45rem; }
.field-full { grid-column: 1 / -1; }
.field label, .field > span { font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 55px; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 0; background: #111313; color: var(--paper); outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.choice-grid { display: flex; flex-wrap: wrap; gap: .55rem; }
.choice-grid button { padding: .65rem .8rem; border: 1px solid var(--line); background: transparent; color: var(--paper); font-size: .67rem; cursor: pointer; }
.choice-grid button:hover, .choice-grid button.is-active { border-color: var(--red); background: var(--red); }
.check-row { display: flex; align-items: start; gap: .75rem; color: var(--muted); font-size: .75rem; }
.check-row input { margin-top: .2rem; accent-color: var(--red); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .72rem; }
.form-status { grid-column: 1 / -1; padding: 1rem; border: 1px solid var(--acid); color: var(--acid); outline: none; }
.demo-form .button { grid-column: 1 / -1; width: 100%; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.4rem 3rem 1.4rem 0; list-style: none; cursor: pointer; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: .3rem; top: 1rem; color: var(--red); font-size: 1.7rem; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 60ch; margin: 0; padding: 0 3rem 1.5rem 0; color: var(--muted); }

.conversion-rail { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--red); color: #fff; }
.conversion-rail a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 92px; padding: 1.4rem var(--pad); border-right: 1px solid rgba(255,255,255,.28); transition: background .2s ease, color .2s ease; }
.conversion-rail a:hover { background: var(--paper); color: var(--ink); }
.conversion-rail a:last-child { border-right: 0; }
.conversion-rail span { font-size: .61rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.conversion-rail strong { font-size: 1rem; }

.site-footer { width: min(var(--max), calc(100% - 2 * var(--pad))); margin: 0 auto; padding: 4rem 0 2rem; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 4rem; align-items: start; padding-bottom: 3rem; }
.footer-top > p { margin: 0; color: var(--muted); }
.footer-contact { display: grid; justify-items: end; }
.footer-contact a { font-weight: 800; overflow-wrap: anywhere; }
.footer-contact a:hover { color: var(--red); }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.footer-grid > div { min-height: 190px; display: flex; flex-direction: column; align-items: start; padding: 1.3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-grid span { margin-bottom: 1rem; color: var(--red); font-size: .6rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid p { margin: 0 0 auto; color: var(--muted); }
.footer-grid a { font-size: .82rem; font-weight: 700; }
.footer-grid a + a { margin-top: .5rem; }
.footer-grid a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; color: #717572; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 80; display: flex; align-items: center; gap: .7rem; padding: .55rem .8rem .55rem .55rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: #18b85a; color: #fff; box-shadow: 0 12px 45px rgba(0,0,0,.4); font-size: .69rem; font-weight: 900; }
.whatsapp span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #18a953; font-size: .61rem; }

.lightbox { width: min(1100px, 92vw); max-height: 92vh; padding: 0; border: 1px solid var(--line); background: #050606; color: #fff; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(8px); }
.lightbox img { max-height: 80vh; object-fit: contain; }
.lightbox button { position: absolute; right: .7rem; top: .7rem; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--red); color: #fff; font-size: 1.5rem; cursor: pointer; }
.lightbox p { margin: 0; padding: .8rem 1rem; color: var(--muted); font-size: .75rem; }

[data-reveal], .reveal { opacity: 0; translate: 0 2.5rem; transition: opacity .75s ease, translate .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal].is-visible, .reveal.is-visible { opacity: 1; translate: 0; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .header-cta { justify-self: end; }
  .menu-toggle { display: grid; width: 43px; height: 43px; align-content: center; gap: 5px; padding: 9px; border: 1px solid var(--line); background: transparent; color: #fff; cursor: pointer; }
  .menu-toggle > span { height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 110px 0 0; display: none; align-content: center; justify-content: center; justify-items: center; flex-direction: column; gap: .2rem; padding: 3rem var(--pad); background: rgba(8,10,10,.98); }
  .site-header.is-scrolled .main-nav { inset-block-start: 96px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { font-family: Impact, sans-serif; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1; letter-spacing: .02em; }
  .stats { grid-template-columns: repeat(3, 1fr); }
  .stat:nth-child(n+4) { grid-column: span 1.5; }
  .program:nth-child(1), .program:nth-child(6) { grid-column: span 12; }
  .program:nth-child(2), .program:nth-child(3), .program:nth-child(4), .program:nth-child(5) { grid-column: span 6; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card, .team-card:nth-child(1), .team-card:nth-child(2) { grid-column: span 6; min-height: 560px; }
}

@media (max-width: 760px) {
  :root { --pad: 1.2rem; }
  .concept-bar span:last-child { display: none; }
  .site-header { height: 70px; grid-template-columns: auto auto; justify-content: space-between; gap: 1rem; }
  .site-header.is-scrolled { height: 64px; }
  .header-cta { display: none; }
  .main-nav { inset-block-start: 98px; }
  .site-header.is-scrolled .main-nav { inset-block-start: 92px; }
  .brand-sign { width: 33px; height: 38px; }
  .brand-sign i { height: 30px; left: 11px; }
  .brand-type strong { font-size: .9rem; }
  .brand-type small { font-size: .45rem; }
  .home-hero { min-height: 760px; }
  .home-hero::before { background: linear-gradient(0deg, rgba(3,4,4,.99), rgba(3,4,4,.66) 64%, rgba(3,4,4,.1)); }
  .home-hero-media { background-position: 58% center; }
  .home-hero .display { font-size: clamp(4.5rem, 23vw, 7rem); }
  .hero-bottom { display: block; }
  .scroll-note { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat { min-height: 135px; }
  .stat:last-child { grid-column: 1 / -1; }
  .section-head, .contact-stage, .form-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-head .display { font-size: clamp(3.7rem, 17vw, 5.8rem); }
  .program:nth-child(n) { grid-column: span 12; min-height: 360px; }
  .split-feature { grid-template-columns: 1fr; }
  .split-media { min-height: 400px; }
  .split-copy { padding: 4rem var(--pad); }
  .gallery-grid { grid-auto-rows: 120px; }
  .gallery-item:nth-child(n) { grid-column: span 6; grid-row: span 2; }
  .gallery-item:nth-child(1) { grid-column: span 12; grid-row: span 3; }
  .contact-cards article { grid-template-columns: 95px 1fr; }
  .subhero { min-height: 610px; }
  .subhero .display { font-size: clamp(4.4rem, 22vw, 7rem); }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row:nth-child(even) .feature-image { order: 0; }
  .feature-body { padding: 3rem var(--pad); }
  .steps, .info-grid, .course-grid { grid-template-columns: 1fr; }
  .step { min-height: 260px; }
  .download-panel { grid-template-columns: 1fr; }
  .team-card, .team-card:nth-child(1), .team-card:nth-child(2) { grid-column: span 12; min-height: 560px; }
  .form-intro { position: static; }
  .demo-form { grid-template-columns: 1fr; }
  .field-full, .form-note, .form-status, .demo-form .button { grid-column: auto; }
  .conversion-rail { grid-template-columns: 1fr; }
  .conversion-rail a { min-height: 76px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .footer-top, .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { justify-items: start; }
  .footer-grid > div { min-height: 160px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp b { display: none; }
  .whatsapp { padding: .45rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], .reveal { opacity: 1; translate: none; }
}

/* 2026 refinement: quieter premium palette, original brand assets, stronger imagery */
:root {
  --ink: #090c0c;
  --ink-2: #151a19;
  --paper: #f1f2ed;
  --paper-2: #d9ddd7;
  --red: #c9ef39;
  --acid: #c9ef39;
  --brand-red: #e5002d;
  --sand: #c8b69b;
  --smoke: #252c2a;
}

::selection { background: var(--acid); color: var(--ink); }
.concept-bar { background: #202624; color: #c9cfca; border-bottom: 1px solid var(--line); }
.site-header { height: 88px; background: rgba(9,12,12,.9); }
.site-header.is-scrolled { height: 72px; }
.brand { gap: 0; }
.brand-plate { display: block; width: clamp(178px, 15vw, 230px); height: 52px; overflow: hidden; background: #fff; }
.brand-plate img { width: 100%; height: 100%; object-fit: contain; }
.brand-footer .brand-plate { width: min(300px, 100%); height: 68px; }
.main-nav a::after { background: var(--acid); }

.button { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.button:hover, .button:focus-visible { color: var(--acid); background: transparent; }
.button-outline { border-color: rgba(255,255,255,.3); background: rgba(9,12,12,.18); color: var(--paper); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { border-color: var(--acid); background: transparent; color: var(--acid); }
.text-link:hover, .text-link-light:hover { color: var(--acid); }
.eyebrow::before, .scroll-note::after { background: var(--acid); }
.display em, .hero-kicker b, .stat strong, .step b, .info-card b, .course-card small, .team-copy small { color: var(--acid); }
.paper .display em, .paper .info-card b { color: #6b7e19; }

.home-hero { min-height: calc(100svh - 116px); }
.home-hero-media { background-image: url('/assets/original/hero-fitness.jpg'); background-position: center 52%; filter: saturate(.72) contrast(1.05); }
.home-hero::before { background: linear-gradient(90deg, rgba(3,5,5,.98) 0%, rgba(3,5,5,.87) 38%, rgba(3,5,5,.18) 78%), linear-gradient(0deg, rgba(3,5,5,.94), transparent 55%); }
.hero-kicker { border-color: rgba(201,239,57,.38); }

.program:hover .program-arrow { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.marquee { background: var(--paper); color: var(--ink); border-color: var(--dark-line); }
.marquee-track { padding: 1.1rem 0; animation-duration: 34s; }
.marquee-track span { color: #1b211f; font-size: clamp(1.85rem, 3.4vw, 3.8rem); }
.marquee-track i { width: 9px; height: 9px; background: var(--sand); }

.split-feature { grid-template-columns: minmax(0, 1.3fr) minmax(410px, .7fr); min-height: 610px; border-bottom: 1px solid var(--line); }
.split-media { min-height: 520px; }
.split-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, rgba(9,12,12,.3)); pointer-events: none; }
.split-media img { object-position: center; filter: saturate(.8) contrast(1.03); }
.split-copy { padding: clamp(3rem, 5.4vw, 6.5rem); background: var(--smoke); color: var(--paper); border-left: 1px solid var(--line); }
.split-copy .display { max-width: 9ch; font-size: clamp(3.6rem, 5.8vw, 6.5rem); }
.split-copy > p:not(.eyebrow) { color: #c6cdc7; }
.feature-points { display: grid; gap: 0; width: 100%; margin: 0 0 2.1rem; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.feature-points li { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.feature-points strong { color: var(--acid); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.feature-points span { color: #c6cdc7; font-size: .83rem; }

.team-preview-section { padding-top: clamp(6rem, 10vw, 10rem); }
.team-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.team-preview-card { position: relative; display: grid; grid-template-rows: minmax(360px, 1fr) auto; min-height: 590px; overflow: hidden; border: 1px solid var(--line); background: var(--ink-2); }
.team-preview-card img { height: 100%; min-height: 0; object-fit: cover; object-position: center top; filter: grayscale(1) contrast(1.03); transition: filter .35s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.team-preview-card:hover img { filter: grayscale(0); transform: scale(1.025); }
.team-preview-card > div { position: relative; z-index: 1; min-height: 205px; padding: 1.25rem; background: var(--ink-2); }
.team-preview-card small { color: var(--acid); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.team-preview-card h3 { margin: .45rem 0 .7rem; font-family: Impact, sans-serif; font-size: clamp(2rem, 2.7vw, 3.2rem); line-height: .92; text-transform: uppercase; }
.team-preview-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.team-preview-index { position: absolute; z-index: 2; top: .75rem; right: .75rem; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(9,12,12,.62); color: #fff; font-size: .62rem; font-weight: 900; }

.quote-section { background: #dce1db; color: var(--ink); }
.quote-section cite { color: #58605b; }

.identity-band { min-height: 106px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1rem var(--pad); border-bottom: 1px solid var(--dark-line); background: #fff; color: #59605c; }
.identity-band span { font-size: .62rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.identity-band img { grid-column: 2; width: min(430px, 42vw); max-height: 76px; object-fit: contain; }
.info-grid-four { grid-template-columns: repeat(4, 1fr); }
.info-grid-four .info-card { min-height: 360px; }
.info-grid-four .info-card h3 { font-size: clamp(1.8rem, 2.7vw, 3rem); }

.filter:hover, .filter.is-active, .choice-grid button:hover, .choice-grid button.is-active { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.download-panel { background: var(--smoke); border: 1px solid var(--line); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--acid); box-shadow: 0 0 0 1px var(--acid); }
.check-row input { accent-color: var(--acid); }
.faq summary::after, .crumb a, .contact-cards a:hover, .footer-contact a:hover, .footer-grid a:hover { color: var(--acid); }

.team-card, .team-card:nth-child(1), .team-card:nth-child(2) { grid-column: span 3; min-height: 550px; }
.team-card img { filter: grayscale(.85) contrast(1.02); }
.team-copy h3 { font-size: clamp(1.85rem, 2.4vw, 2.9rem); }

.conversion-rail { background: #202725; color: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.conversion-rail a:hover { background: var(--acid); color: var(--ink); }
.footer-grid span { color: var(--acid); }
.lightbox button { background: var(--acid); color: var(--ink); }

@media (max-width: 1120px) {
  .brand-plate { width: 210px; height: 48px; }
  .team-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card, .team-card:nth-child(1), .team-card:nth-child(2) { grid-column: span 6; min-height: 580px; }
  .info-grid-four { grid-template-columns: repeat(2, 1fr); }
  .split-feature { grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr); }
}

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .site-header.is-scrolled { height: 66px; }
  .brand-plate { width: 174px; height: 40px; }
  .main-nav { inset-block-start: 100px; }
  .site-header.is-scrolled .main-nav { inset-block-start: 94px; }
  .home-hero { min-height: 760px; }
  .home-hero-media { background-position: 58% center; }
  .split-feature { grid-template-columns: 1fr; }
  .split-media { min-height: 330px; }
  .split-copy { border-left: 0; border-top: 1px solid var(--line); }
  .team-preview-grid { grid-template-columns: 1fr; }
  .team-preview-card { grid-template-columns: minmax(135px, 42%) 1fr; grid-template-rows: 1fr; min-height: 350px; }
  .team-preview-card > div { min-height: 100%; display: flex; flex-direction: column; justify-content: end; }
  .team-preview-card h3 { font-size: clamp(1.9rem, 9vw, 2.8rem); }
  .identity-band { grid-template-columns: 1fr; min-height: 90px; padding-block: .75rem; }
  .identity-band span { display: none; }
  .identity-band img { grid-column: 1; width: min(330px, 90vw); justify-self: center; max-height: 64px; }
  .info-grid-four { grid-template-columns: 1fr; }
  .team-card, .team-card:nth-child(1), .team-card:nth-child(2) { grid-column: span 12; min-height: 580px; }
}
