:root {
  --black: #050505;
  --ink: #0a0a09;
  --paper: #f4f3ef;
  --paper-deep: #e9e7e0;
  --white: #fffefa;
  --gold: #c8a84e;
  --gold-light: #e3cf7a;
  --grey: #8a8a85;
  --grey-dark: #242421;
  --line: #d8d6cf;
  --font: "Archivo", Arial, sans-serif;
  --display: "Barlow Condensed", Impact, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { color: var(--black); background: var(--gold-light); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: var(--black); background: var(--gold); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1100px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-dark { color: var(--white); background: var(--black); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: 0.005em; line-height: 0.9; text-transform: uppercase; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.5rem, 5.8vw, 6.3rem); line-height: 0.95; }
h2 { margin-bottom: 1.35rem; font-size: clamp(2.75rem, 4.5vw, 4.9rem); line-height: 0.95; }
h3 { margin-bottom: 0.55rem; font-size: 1.65rem; line-height: 0.98; }
h1 em, h2 em, .signature em { color: var(--gold); font-style: normal; }
p, li { font-size: 1.07rem; line-height: 1.7; }

.eyebrow { margin-bottom: 1.25rem; color: var(--gold); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; line-height: 1.15; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--gold-light); }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 57px; padding: 0 20px; color: var(--black); background: var(--gold); border: 1px solid var(--gold); border-radius: 3px; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.075em; text-transform: uppercase; transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.button span { transition: transform 180ms ease; }
.button > span[aria-hidden="true"] { display: inline-grid; flex: 0 0 1.05em; width: 1.05em; height: 1.05em; place-items: center; line-height: 1; }
.button:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button:active { transform: translateY(1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 165px 1fr auto; align-items: center; gap: 28px; min-height: 74px; padding: 11px max(24px, calc((100vw - 1100px) / 2)); color: var(--white); background: var(--black); border-bottom: 1px solid rgba(255,255,255,0.13); transition: border-color 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled { border-color: rgba(227,207,122,0.22); box-shadow: 0 10px 26px rgba(0,0,0,0.22); }
.brand { display: block; width: 148px; height: 37px; overflow: hidden; }
.brand img { width: 148px; height: 37px; object-fit: contain; object-position: center; }
.site-header nav { display: flex; justify-content: center; gap: clamp(16px, 2.5vw, 34px); color: rgba(255,255,255,0.78); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.site-header nav a { transition: color 160ms ease; }
.site-header nav a:hover { color: var(--gold-light); }
.button-header { min-height: 43px; gap: 16px; padding: 0 15px; font-size: 0.75rem; }

.hero { position: relative; isolation: isolate; min-height: calc(100svh - 74px); padding: clamp(2.25rem, 4vw, 3.75rem) 0 clamp(3.5rem, 6vw, 5rem); overflow: hidden; background: var(--black); --hero-curtain-shift: 0px; --hero-curtain-scale: 1; --hero-curtain-opacity: 0.72; }
.hero-curtain { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; opacity: var(--hero-curtain-opacity); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); transition: opacity 100ms linear; }
.hero-curtain::before, .hero-curtain::after { position: absolute; left: 50%; display: block; content: ""; transform: translate3d(-50%, var(--hero-curtain-shift), 0) scaleX(var(--hero-curtain-scale)); transform-origin: center top; will-change: transform; }
.hero-curtain::before { top: -42%; width: min(84vw, 1120px); height: 178%; background: linear-gradient(180deg, rgba(227,207,122,0.06), transparent 88%), repeating-linear-gradient(97deg, transparent 0 10%, rgba(200,168,78,0.08) 10.4% 15.2%, rgba(255,242,180,0.16) 15.5% 16.4%, rgba(200,168,78,0.04) 16.8% 24%); clip-path: polygon(21% 0, 79% 0, 94% 100%, 6% 100%); }
.hero-curtain::after { top: -31%; width: min(58vw, 780px); height: 155%; background: linear-gradient(97deg, transparent 0 14%, rgba(255,243,185,0.19) 14.2% 15%, rgba(200,168,78,0.045) 15.3% 45%, rgba(255,243,185,0.13) 45.4% 46%, rgba(200,168,78,0.04) 46.3% 100%); border-right: 1px solid rgba(255,243,185,0.18); border-left: 1px solid rgba(255,243,185,0.1); clip-path: polygon(17% 0, 83% 0, 94% 100%, 6% 100%); }
.hero-layout { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: clamp(1.25rem, 2.3vw, 1.75rem); text-align: center; }
.hero-copy { max-width: 790px; }
.hero-copy > p:not(.eyebrow) { max-width: 640px; margin-right: auto; margin-bottom: 1.3rem; margin-left: auto; color: rgba(255,255,255,0.76); font-size: clamp(1.05rem, 1.7vw, 1.2rem); line-height: 1.62; }
.hero-copy small { display: flex; align-items: center; gap: 10px; margin-top: 15px; color: rgba(255,255,255,0.66); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.hero-brand { width: min(650px, 100%); height: clamp(150px, 15vw, 195px); overflow: hidden; --hero-logo-opacity: 1; --hero-logo-scale: 1; --hero-logo-shift: 0px; will-change: opacity, transform; }
.hero-brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.js .hero-brand.reveal { opacity: 0; transform: translateY(calc(14px + var(--hero-logo-shift))) scale(var(--hero-logo-scale)); }
.js .hero-brand.reveal.is-visible { opacity: var(--hero-logo-opacity); transform: translateY(var(--hero-logo-shift)) scale(var(--hero-logo-scale)); }

.problem-section { padding-top: clamp(4.75rem, 8vw, 8rem); padding-bottom: clamp(3rem, 5vw, 4.75rem); background: var(--white); }
.editorial-layout { display: block; }
.section-marker { display: flex; width: max-content; gap: 11px; align-items: center; padding-top: 11px; margin: 0 auto clamp(2.2rem, 4vw, 3.25rem); border-top: 1px solid var(--ink); }
.section-marker span { color: var(--gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; }
.section-marker p { margin: 0; color: var(--grey); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.problem-content { max-width: 780px; margin-inline: auto; }
.problem-content h2 { max-width: 700px; margin-inline: auto; text-align: center; }
.editorial-copy { display: grid; gap: 26px; max-width: 625px; padding: clamp(24px, 4vw, 34px); margin: 2.5rem auto 0; background: var(--paper); border-left: 2px solid var(--gold); }
.editorial-copy p { margin: 0; color: #53534f; }
.editorial-copy strong { color: var(--ink); }
.editorial-copy .emphasis { padding-top: 24px; color: var(--ink); border-top: 1px solid var(--line); font-size: 1.2rem; font-weight: 700; line-height: 1.45; }
.problem-bridge { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: clamp(14px, 3vw, 30px); align-items: center; max-width: 760px; margin-top: clamp(3rem, 5vw, 4.75rem); padding-top: 20px; border-top: 1px solid var(--line); color: var(--grey-dark); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.problem-bridge span { color: var(--grey); text-align: right; }
.problem-bridge i { display: grid; width: 34px; height: 34px; place-items: center; color: var(--black); background: var(--gold); border-radius: 50%; font-size: 1.05rem; font-style: normal; line-height: 1; }
.problem-bridge strong { font-size: inherit; }

.system-section { padding-top: clamp(4.75rem, 8vw, 7.5rem); overflow: hidden; background: var(--paper-deep); border-top: 1px solid var(--line); }
.system-section::before { position: absolute; top: 0; right: 10%; left: 10%; height: 3px; content: ""; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.system-section .container { position: relative; z-index: 1; }
.system-intro { max-width: 780px; margin-inline: auto; text-align: center; }
.system-intro > p:last-child { max-width: 580px; margin-inline: auto; color: var(--grey); }
.system-flow { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; padding: 0; margin: clamp(4rem, 8vw, 7rem) 0 0; list-style: none; }
.system-flow::before { position: absolute; top: 36px; right: 8%; left: 8%; height: 1px; content: ""; background: var(--line); }
.system-flow li { position: relative; min-height: 220px; padding-top: 61px; }
.system-flow li::before { position: absolute; top: 29px; left: 0; width: 15px; height: 15px; content: ""; background: var(--paper); border: 1px solid var(--line); border-radius: 50%; }
.system-flow li:hover::before, .system-flow li:focus-within::before { background: var(--gold); border-color: var(--gold); box-shadow: 0 0 0 5px rgba(200,168,78,0.13); }
.system-flow li::after { position: absolute; top: 25px; left: -4px; width: 23px; height: 23px; content: ""; border: 1px solid transparent; border-radius: 50%; pointer-events: none; transition: border-color 180ms ease, transform 180ms ease; }
.system-flow li:hover::after, .system-flow li:focus-within::after { border-color: rgba(200,168,78,0.45); transform: scale(1.12); }
.system-step { display: block; width: 100%; padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; text-align: left; }
.system-step:focus-visible { outline: 3px solid var(--gold); outline-offset: 8px; }
.system-step-number { position: absolute; top: 0; left: 0; color: var(--gold); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.09em; }
.system-flow h3 { font-size: clamp(1.55rem, 2vw, 2rem); }
.system-flow p { max-width: 205px; margin: 0; color: var(--grey); font-size: 0.92rem; line-height: 1.58; }
.system-step-detail { display: block; max-width: 215px; max-height: 0; margin-top: 0; overflow: hidden; color: #4f4e49; font-size: 0.86rem; font-weight: 600; line-height: 1.48; opacity: 0; transition: max-height 220ms ease, margin-top 220ms ease, opacity 160ms ease; }
.system-flow li:hover .system-step-detail, .system-flow li:focus-within .system-step-detail { max-height: 96px; margin-top: 12px; opacity: 1; }
.text-action { display: flex; width: max-content; gap: 14px; margin: 3.3rem auto 0; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.system-cta { display: flex; width: max-content; max-width: 100%; min-width: min(100%, 330px); min-height: 66px; margin: 2.2rem auto 0; padding: 0 25px; box-shadow: 0 14px 26px rgba(163,123,26,0.22); font-size: 0.9rem; transform: translateY(0); transition: background 160ms ease, border-color 160ms ease, box-shadow 180ms ease, transform 180ms ease; }
.system-cta:hover { box-shadow: 0 19px 34px rgba(163,123,26,0.34); transform: translateY(-3px); }

.leagues-section .container, .offer-layout, .final-content { position: relative; z-index: 1; }
.league-heading { max-width: 700px; margin-inline: auto; text-align: center; }
.league-heading h2 { margin-bottom: 0; }
.league-stage { position: relative; min-height: 450px; margin-top: clamp(4rem, 8vw, 7rem); }
.league-curve { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 235px; overflow: visible; pointer-events: none; }
.league-curve-track, .league-curve-progress { fill: none; stroke-linecap: round; }
.league-curve-track { stroke: rgba(255,255,255,0.18); stroke-width: 2; }
.league-curve-progress { stroke: url(#league-progress-gradient); stroke-width: 4; stroke-dasharray: 1; stroke-dashoffset: var(--league-curve-progress, 1); filter: drop-shadow(0 0 7px rgba(227,207,122,0.42)); transition: stroke-dashoffset 110ms linear; }
.league-curve-node { fill: var(--black); stroke: rgba(255,255,255,0.28); stroke-width: 2; transition: fill 180ms ease, stroke 180ms ease, filter 180ms ease; }
.league-curve-node.is-reached { fill: var(--gold-light); stroke: var(--gold-light); filter: drop-shadow(0 0 7px rgba(227,207,122,0.58)); }
.leagues-line { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; list-style: none; }
.leagues-line li { position: relative; min-height: 266px; padding: 22px 16px 20px; text-align: center; background: linear-gradient(145deg, rgba(255,255,255,0.085), rgba(255,255,255,0.02)); border: 1px solid rgba(255,255,255,0.15); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.leagues-line li.is-reached { border-color: currentColor; background: linear-gradient(145deg, color-mix(in srgb, currentColor 16%, transparent), rgba(255,255,255,0.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 14px 36px rgba(0,0,0,0.2); }
.leagues-line li:nth-child(1) { margin-top: 170px; }
.leagues-line li:nth-child(2) { margin-top: 136px; }
.leagues-line li:nth-child(3) { margin-top: 94px; }
.leagues-line li:nth-child(4) { margin-top: 47px; }
.leagues-line li:nth-child(5) { margin-top: 0; }
.league-emblem { width: 82px; height: 96px; margin: 0 auto 16px; }
.league-emblem img { width: 100%; height: 100%; object-fit: contain; }
.leagues-line h3 { margin-bottom: 6px; color: currentColor; font-size: clamp(1.5rem, 2.2vw, 2.3rem); }
.leagues-line p { margin: 0; color: rgba(255,255,255,0.76); font-size: 0.9rem; line-height: 1.45; }
.leagues-line strong { display: block; margin-top: 21px; color: rgba(255,255,255,0.94); font-size: 0.91rem; font-weight: 700; line-height: 1.48; }
.bronze { color: #b37c53; }
.silver { color: #d0d0ca; }
.gold { color: var(--gold-light); }
.platinum { color: #b8c1bd; }
.diamond { color: #f1eddb; }

.training-intro { max-width: 880px; margin-inline: auto; text-align: center; }
.training-intro h2 { margin-bottom: 0; }
.movement-grid, .skill-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.movement-grid { margin-top: clamp(4rem, 8vw, 7rem); }
.skill-grid { margin-top: 24px; }
.movement, .skill-card { overflow: hidden; border: 1px solid var(--line); }
.movement > div, .skill-card > div { position: relative; height: 286px; overflow: hidden; background-repeat: no-repeat; background-size: cover; filter: contrast(1.04); transition: filter 220ms ease, transform 220ms ease; }
.movement-pull > div { background-image: linear-gradient(to top, rgba(5,5,5,0.42), transparent 62%), url("assets/training-pullups.jpg"); background-position: center 48%; }
.movement-dips > div { background-image: linear-gradient(to top, rgba(5,5,5,0.4), transparent 62%), url("assets/training-dips.jpg"); background-position: center 47%; }
.movement-push > div { background-image: linear-gradient(to top, rgba(5,5,5,0.42), transparent 62%), url("assets/training-pushups.jpg"); background-position: center 53%; }
.movement-legs > div { background-image: linear-gradient(to top, rgba(5,5,5,0.38), transparent 62%), url("assets/training-squat.jpg"); background-position: center 68%; }
.skill-handstand > div { background-image: linear-gradient(to top, rgba(5,5,5,0.4), transparent 62%), url("assets/training-handstand.jpg"); background-position: center 57%; }
.skill-muscle-up > div { background-image: linear-gradient(to top, rgba(5,5,5,0.4), transparent 62%), url("assets/training-muscle-up.jpg"); background-position: center 49%; }
.skill-hspu > div { background-image: linear-gradient(to top, rgba(5,5,5,0.42), transparent 62%), url("assets/training-hspu.jpg"); background-position: center 100%; }
.skill-front-lever > div { background-image: linear-gradient(to top, rgba(5,5,5,0.42), transparent 62%), url("assets/training-front-lever.jpg"); background-position: center 61%; }
.movement:hover > div, .skill-card:hover > div { filter: saturate(1.06) contrast(1.07); transform: scale(1.025); }
.movement h3, .skill-card h3 { margin: 22px 18px 7px; font-size: 1.75rem; }
.movement p, .skill-card p { margin: 0 18px 22px; color: #66645e; font-size: 0.9rem; line-height: 1.45; }
.training-pill-outro { display: flex; justify-content: center; gap: 15px; margin: clamp(3.5rem, 7vw, 6rem) 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(2.15rem, 4.2vw, 4rem); font-weight: 800; letter-spacing: 0.025em; line-height: 1; text-align: center; text-transform: uppercase; }
.training-pill-outro i { color: var(--gold); font-size: 0.62em; font-style: normal; }

.product-section { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-intro { max-width: 680px; margin-inline: auto; text-align: center; }
.product-intro h2 { margin-bottom: 0; }
.product-intro > p:not(.eyebrow) { max-width: 590px; margin: 1.15rem auto 0; color: #5f5e58; }
.academy-pillar { margin-top: clamp(4.75rem, 8vw, 7.5rem); }
.academy-pillar-heading { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(17px, 3vw, 31px); align-items: start; max-width: 850px; margin: 0 auto; }
.academy-pillar-heading > span { padding-top: 0.04em; color: var(--gold); font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.75rem); font-weight: 800; letter-spacing: -0.04em; line-height: 0.82; }
.academy-pillar-heading .eyebrow { margin-bottom: 0.75rem; }
.academy-pillar-heading h3 { margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(2.1rem, 4vw, 3.8rem); font-weight: 800; letter-spacing: 0.01em; line-height: 0.92; text-transform: uppercase; }
.academy-pillar-heading div > p:not(.eyebrow) { margin: 0.9rem 0 0; color: #5f5e58; }
.product-screens { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: clamp(3.5rem, 7vw, 6rem); }
.product-screen { margin: 0; }
.product-ui { min-height: 340px; padding: 22px; color: var(--white); background: var(--black); border-top: 3px solid var(--gold); }
.profile-league, .cycle-title, .progress-title { padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,0.18); }
.profile-league span, .cycle-title span, .progress-title span, .profile-row span { display: block; margin-bottom: 6px; color: rgba(255,255,255,0.6); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.075em; text-transform: uppercase; }
.profile-league strong, .cycle-title strong, .progress-title strong { display: block; color: var(--gold-light); font-family: var(--display); font-size: 2.6rem; letter-spacing: 0.02em; line-height: 0.86; text-transform: uppercase; }
.profile-league i { color: rgba(255,255,255,0.5); font-family: var(--font); font-size: 0.82rem; font-style: normal; }
.profile-row { padding: 13px 0 0; }
.profile-row b { color: var(--white); font-size: 0.94rem; font-weight: 600; line-height: 1.35; }
.product-cycle ul, .product-progress ul { display: grid; gap: 0; padding: 0; margin: 16px 0 0; list-style: none; }
.product-cycle li { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.product-cycle li span { color: rgba(255,255,255,0.62); font-size: 0.88rem; }
.product-cycle li b { font-size: 0.89rem; font-weight: 600; }
.product-progress li { display: flex; align-items: center; gap: 9px; padding: 9px 0; color: rgba(255,255,255,0.82); font-size: 0.9rem; }
.product-progress li i { display: grid; flex: 0 0 17px; width: 17px; height: 17px; place-items: center; color: var(--black); background: var(--gold); border-radius: 50%; font-size: 0.69rem; font-style: normal; line-height: 1; }
.validation-line { display: flex; justify-content: space-between; margin-top: 11px; padding-top: 14px; color: var(--gold-light); border-top: 1px solid rgba(255,255,255,0.18); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.055em; text-transform: uppercase; }
.validation-line span, .video-testimonial-caption i { display: grid; flex: 0 0 1em; width: 1em; height: 1em; place-items: center; line-height: 1; }
.product-screen figcaption { padding-top: 15px; }
.product-screen figcaption strong, .product-screen figcaption span { display: block; }
.product-screen figcaption strong { margin-bottom: 4px; color: var(--ink); font-family: var(--display); font-size: 1.65rem; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; }
.product-screen figcaption span { color: #5f5e58; font-size: 0.95rem; line-height: 1.45; }
.academy-system-note, .academy-pillar-note { max-width: 700px; margin: 2.4rem auto 0; color: #474640; font-size: 1.06rem; font-weight: 600; line-height: 1.5; text-align: center; }
.academy-explanations, .academy-routines { margin-top: clamp(3.5rem, 6vw, 5rem); padding-top: clamp(2.75rem, 4.5vw, 4rem); border-top: 1px solid var(--line); }
.field-video-wrap { position: relative; display: flex; align-items: center; justify-content: center; min-height: 610px; max-width: 1040px; margin: clamp(3.5rem, 7vw, 6rem) auto 0; padding: 54px 150px; }
.field-still { position: absolute; z-index: 2; width: min(23vw, 242px); height: 158px; background-position: center; background-size: cover; border: 7px solid var(--paper-deep); box-shadow: 0 18px 40px rgba(23,22,18,0.18); }
.field-still-one { bottom: 24px; left: 0; background-image: url("assets/explanation-analysis-handstand.png"); transform: rotate(-5deg); }
.field-still-two { top: 22px; right: 0; background-image: url("assets/explanation-fall.png"); transform: rotate(5deg); }
.field-still-three { top: 42px; left: 0; background-image: url("assets/explanation-muscle-up.png"); transform: rotate(-3deg); }
.field-video { position: relative; z-index: 1; width: min(100%, 650px); margin: 0; overflow: hidden; background: var(--white); border: 7px solid var(--paper-deep); box-shadow: 0 22px 50px rgba(23,22,18,0.22); }
.field-video-main img { display: block; width: 100%; height: auto; }
.routine-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 1020px; margin: clamp(3.5rem, 7vw, 6rem) auto 0; }
.routine-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 0; padding: 24px; overflow: hidden; color: var(--white); aspect-ratio: 16 / 9; background-position: center; background-size: cover; isolation: isolate; }
.routine-card::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(180deg, rgba(0,0,0,0.05) 25%, rgba(0,0,0,0.8)); }
.routine-card span { margin-bottom: 8px; color: var(--gold-light); font-size: 0.87rem; font-weight: 700; letter-spacing: 0.055em; text-transform: uppercase; }
.routine-card h4 { margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 2.2vw, 2.3rem); font-weight: 800; letter-spacing: 0.01em; line-height: 0.92; text-transform: uppercase; }
.routine-handstand { background-image: url("assets/routine-handstand-level-1.png"); }
.routine-elbows { background-image: url("assets/routine-elbow-mobility.png"); }
.routine-shoulders { background-image: url("assets/routine-shoulder-mobility.png"); }
.routine-wrists { background-image: url("assets/routine-wrist-mobility.png"); }

.philosophy-section { overflow: hidden; }
.philosophy-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(370px, 0.9fr) minmax(0, 1fr); gap: clamp(45px, 9vw, 145px); align-items: center; }
.philosophy-photo { min-height: 690px; background: linear-gradient(0deg, rgba(5,5,5,0.14), transparent 65%), url("assets/lucas-origin-training-optimized.jpg") 83% center / cover no-repeat; border: 1px solid rgba(255,255,255,0.16); }
.philosophy-copy { max-width: 630px; }
.philosophy-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.9rem); }
.philosophy-copy > p:not(.eyebrow):not(.signature) { color: rgba(255,255,255,0.67); }
.philosophy-copy .signature { margin: 2rem 0 0; color: var(--white); font-family: var(--display); font-size: clamp(2.2rem, 3.5vw, 3.6rem); font-weight: 800; letter-spacing: 0.01em; line-height: 0.92; text-transform: uppercase; }

.results-section { background: var(--paper); border-top: 1px solid var(--line); }
.results-category { margin: clamp(3.5rem, 7vw, 5.5rem) 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(2rem, 3.8vw, 3.25rem); font-weight: 800; letter-spacing: 0.01em; line-height: 0.95; text-align: center; text-transform: uppercase; }
.results-category:first-child { margin-top: 0; }
.results-category-next { margin-top: clamp(4.5rem, 8vw, 7rem); }
.results-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: clamp(2rem, 4vw, 3rem); }
.result-card { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.result-card video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: contain; background: var(--black); }
.result-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px 17px; }
.result-card figcaption strong { color: var(--ink); font-family: var(--display); font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 800; letter-spacing: 0.02em; line-height: 0.95; text-transform: uppercase; }
.result-card figcaption span { color: var(--ink-muted); font-size: 0.84rem; font-weight: 600; text-align: right; }
.results-proof { margin-top: clamp(5.5rem, 10vw, 9rem); padding-top: clamp(3.5rem, 7vw, 5.5rem); border-top: 1px solid var(--line); }
.results-proof-heading { max-width: 690px; margin: 0 auto; text-align: center; }
.results-proof-heading h3 { margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(2rem, 3.8vw, 3.25rem); font-weight: 800; letter-spacing: 0.01em; line-height: 0.95; text-transform: uppercase; }
.proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: clamp(2.5rem, 5vw, 4rem); }
.proof-card { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.proof-card:last-child { grid-column: 1 / -1; width: calc((100% - 18px) / 2); justify-self: center; }
.proof-card img { display: block; width: 100%; height: auto; }
.proof-card figcaption { padding: 13px 16px 14px; color: var(--ink); font-size: 0.88rem; font-weight: 700; letter-spacing: 0.055em; text-transform: uppercase; }
.results-highlight { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); align-items: center; max-width: 980px; margin: clamp(2.5rem, 5vw, 4rem) auto 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--gold); }
.results-highlight img { display: block; width: 100%; height: auto; object-fit: contain; align-self: center; }
.results-highlight figcaption { padding: clamp(25px, 4vw, 42px); }
.results-highlight .eyebrow { margin-bottom: 14px; }
.results-highlight strong { display: block; max-width: 430px; color: var(--ink); font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3.35rem); font-weight: 800; letter-spacing: 0.01em; line-height: 0.92; text-transform: uppercase; }
.results-highlight span { display: block; max-width: 440px; margin-top: 18px; color: #5d5b55; font-size: 0.98rem; line-height: 1.55; }
.video-testimonials { max-width: 940px; margin: clamp(4rem, 8vw, 6.5rem) auto 0; padding-top: clamp(3.25rem, 5vw, 4.5rem); border-top: 1px solid var(--line); }
.video-testimonials-heading { max-width: 560px; margin: 0 auto; text-align: center; }
.video-testimonials-heading h3 { margin: 0; color: var(--ink); font-size: clamp(2.1rem, 3.7vw, 3.4rem); }
.video-testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 900px; margin: 2.5rem auto 0; }
.video-testimonial { display: block; max-width: 290px; margin-inline: auto; overflow: hidden; background: var(--black); border: 1px solid var(--grey-dark); }
.video-testimonial-thumbnail { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.video-testimonial-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease, opacity 220ms ease; }
.video-testimonial-play { position: absolute; top: 50%; left: 50%; display: grid; width: 42px; height: 42px; place-items: center; color: var(--black); background: var(--gold-light); border-radius: 50%; font-size: 0.86rem; line-height: 1; transform: translate(-50%, -50%); }
.video-testimonial-details { display: grid; gap: 5px; padding: 14px; color: var(--white); border-top: 1px solid rgba(255,255,255,0.14); }
.video-testimonial-start { color: var(--gold-light); font-size: 0.69rem; font-weight: 750; line-height: 1.35; }
.video-testimonial-details strong { font-size: 0.83rem; font-weight: 750; line-height: 1.3; }
.video-testimonial-details > span:last-child { color: rgba(255,255,255,0.68); font-size: 0.76rem; line-height: 1.35; }
.video-testimonial-caption { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; color: var(--white); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.055em; text-transform: uppercase; }
.video-testimonial-caption i { color: var(--gold-light); font-size: 1rem; font-style: normal; }
.video-testimonial:hover .video-testimonial-thumbnail img { opacity: 0.84; transform: scale(1.04); }
.results-more { display: flex; justify-content: center; margin-top: clamp(2.5rem, 5vw, 4rem); }

.offer-section { color: var(--white); background: var(--black); border-top: 1px solid var(--grey-dark); }
.offer-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.63fr); gap: clamp(45px, 10vw, 160px); align-items: center; }
.offer-copy { max-width: 640px; }
.offer-copy > p:not(.eyebrow) { color: rgba(255,255,255,0.67); }
.offer-copy ul { display: grid; gap: 9px; padding: 0; margin: 2rem 0 0; list-style: none; }
.offer-copy li { position: relative; padding-left: 17px; color: rgba(255,255,255,0.9); font-size: 0.94rem; }
.offer-copy li::before { position: absolute; left: 0; color: var(--gold); content: "—"; }
.price-block { padding: clamp(29px, 4vw, 46px); color: var(--black); background: var(--paper); border-top: 3px solid var(--gold); }
.price-block > span { display: block; margin-bottom: 21px; color: #6b685f; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.price-block > strong { display: block; color: var(--black); font-family: var(--display); font-size: clamp(5.5rem, 8vw, 7.6rem); font-weight: 800; letter-spacing: -0.02em; line-height: 0.75; }
.price-block > p { margin: 28px 0 25px; color: #67655f; font-size: 0.98rem; }
.price-deadline { padding: 14px 15px; margin: -6px 0 25px; color: var(--black); background: #fffaf0; border: 1px solid #ded1a0; border-left: 3px solid var(--gold); }
.price-deadline p { margin: 0; color: #4e4b42; font-size: 0.84rem; font-weight: 700; line-height: 1.42; }
.price-deadline strong { display: block; margin-top: 7px; color: #956f19; font-family: var(--display); font-size: 1.25rem; font-weight: 800; letter-spacing: 0.025em; line-height: 1; text-transform: uppercase; }
.payment-options { display: grid; gap: 9px; padding: 0; margin: 0 0 25px; border: 0; }
.price-block > strong + .payment-options { margin-top: 32px; }
.payment-options legend { width: 100%; padding: 0 0 11px; color: #4f4d47; border-bottom: 1px solid var(--line); font-size: 0.85rem; font-weight: 800; letter-spacing: 0.075em; text-transform: uppercase; }
.payment-option { display: grid; grid-template-columns: 20px 1fr auto; gap: 11px; align-items: center; min-height: 52px; padding: 0 14px; cursor: pointer; border: 1px solid #d7d2c6; transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.payment-option input { width: 16px; height: 16px; margin: 0; accent-color: var(--gold); }
.payment-option span { color: #4d4b45; font-size: 0.98rem; font-weight: 700; }
.payment-option b { color: var(--black); font-size: 1rem; font-weight: 800; }
.payment-option:has(input:checked) { background: #fffaf0; border-color: var(--gold); box-shadow: inset 3px 0 0 var(--gold); }
.price-block .button { width: 100%; }
.price-block .offer-cta { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 8px; min-height: 84px; padding: 16px 20px; color: var(--white); background: #151410; border-color: #151410; border-radius: 2px; box-shadow: 0 8px 0 #aa8731, 0 20px 32px rgba(23,22,18,0.25); text-align: center; }
.offer-cta-label { font-size: 0.8rem; letter-spacing: 0.07em; line-height: 1.32; text-align: center; }
.offer-cta-price { display: block; min-width: 0; min-height: 0; padding: 0; color: var(--gold-light); background: transparent; font-family: var(--display); font-size: 1.7rem; font-weight: 800; letter-spacing: 0.01em; line-height: 0.9; text-align: center; }
.price-block .offer-cta:hover { color: var(--white); background: #252116; border-color: var(--gold-light); box-shadow: 0 10px 0 #aa8731, 0 25px 38px rgba(23,22,18,0.34); transform: translateY(-2px); }
.price-block .offer-cta:hover .offer-cta-label { transform: none; }
.price-block .offer-cta:hover .offer-cta-price { color: #fff0a9; transform: none; }
.price-block small { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 23px; color: #6d6a63; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }

.faq-layout { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr); gap: clamp(45px, 10vw, 160px); align-items: start; }
.faq-heading { max-width: 590px; margin-inline: auto; text-align: center; }
.faq-heading h2 { font-size: clamp(2.8rem, 4.2vw, 4.5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; cursor: pointer; color: var(--ink); font-size: 0.98rem; font-weight: 700; line-height: 1.42; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 auto; place-items: center; width: 20px; height: 20px; color: var(--gold); border: 1px solid var(--gold); font-size: 0.94rem; font-weight: 400; line-height: 1; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 640px; margin: -1px 0 22px; color: #5d5b55; font-size: 0.95rem; line-height: 1.65; }

.final-section { padding: clamp(6.5rem, 12vw, 12rem) 0; border-top: 1px solid var(--grey-dark); }
.final-content { max-width: 900px; margin-inline: auto; text-align: center; }
.final-content h2 { max-width: 850px; margin: 0 auto 2.2rem; font-size: clamp(3rem, 5.8vw, 6.25rem); }
.final-content > p:not(.eyebrow) { margin-bottom: 2rem; color: var(--gold-light); font-size: clamp(1rem, 1.6vw, 1.2rem); }

.hero-copy .hero-audience { margin-bottom: 0.8rem; color: var(--white); font-size: clamp(1.08rem, 1.8vw, 1.28rem); font-weight: 650; line-height: 1.52; }

.before-after-section { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.before-after-intro { max-width: 800px; margin: 0 auto; text-align: center; }
.before-after-intro h2 { margin-bottom: 0; }
.before-after-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 920px; margin: clamp(3rem, 6vw, 5rem) auto 0; }
.before-after-card { padding: clamp(25px, 4vw, 40px); background: rgba(255,255,255,0.48); border: 1px solid var(--line); }
.before-after-card.after { color: var(--white); background: var(--black); border-color: var(--black); }
.before-after-card .eyebrow { color: var(--grey-dark); }
.before-after-card.after .eyebrow { color: var(--gold-light); }
.before-after-card ul { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.before-after-card li { position: relative; padding-left: 24px; color: #56544e; font-size: 1rem; line-height: 1.5; }
.before-after-card li::before { position: absolute; top: 0; left: 0; color: var(--grey); content: "—"; font-weight: 800; }
.before-after-card.after li { color: rgba(255,255,255,0.84); }
.before-after-card.after li::before { color: var(--gold-light); content: "✓"; }

.league-heading > p:not(.eyebrow) { max-width: 600px; margin: 1.25rem auto 0; color: rgba(255,255,255,0.7); font-size: 1.05rem; }

.early-proof-section { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.early-proof-heading { max-width: 660px; margin: 0 auto; text-align: center; }
.early-proof-heading h2 { margin-bottom: 0.75rem; }
.early-proof-heading > p:not(.eyebrow) { margin: 0; color: #5f5e58; }
.early-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 880px; margin: clamp(3rem, 6vw, 5rem) auto 0; }
.proof-preview { margin: 0; overflow: hidden; background: var(--black); border: 1px solid var(--grey-dark); }
.proof-preview video { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--black); }
.proof-preview figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; color: var(--white); }
.proof-preview figcaption strong { font-family: var(--display); font-size: 1.5rem; letter-spacing: 0.02em; text-transform: uppercase; }
.proof-preview figcaption span { color: var(--gold-light); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.early-proof-cta { display: flex; width: max-content; margin: 2.5rem auto 0; }

.training-intro > p:not(.eyebrow) { max-width: 590px; margin: 1.15rem auto 0; color: #5f5e58; }
.training-group-title { margin: clamp(3.6rem, 6vw, 5.25rem) 0 0; color: var(--gold); font-size: clamp(1.6rem, 2.4vw, 2.3rem); text-align: center; }
.training-group-title + .movement-grid { margin-top: 1.5rem; }
.training-group-title + .skill-grid { margin-top: 1.5rem; }

.measurement-panel { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr); gap: clamp(28px, 5vw, 70px); align-items: center; max-width: 980px; margin: clamp(3.25rem, 6vw, 5rem) auto 0; padding: clamp(25px, 4vw, 38px); color: var(--white); background: var(--black); border-top: 3px solid var(--gold); }
.measurement-panel .eyebrow { color: var(--gold-light); }
.measurement-panel h4 { max-width: 560px; margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 3.4vw, 3.25rem); font-weight: 800; letter-spacing: 0.01em; line-height: 0.92; text-transform: uppercase; }
.measurement-panel h4 em { color: var(--gold-light); font-style: normal; }
.progress-graph { min-width: 0; padding: 15px 17px 12px; border: 1px solid rgba(255,255,255,0.16); background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015)); }
.progress-graph-top, .progress-graph-scale { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.075em; text-transform: uppercase; }
.progress-graph-top { color: rgba(255,255,255,0.55); }
.progress-graph-top strong { color: var(--gold-light); font-weight: 800; }
.progress-graph-plot { position: relative; height: 178px; margin-top: 16px; overflow: hidden; background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 42px, rgba(255,255,255,0.1) 43px), linear-gradient(to right, rgba(255,255,255,0.16), rgba(255,255,255,0.16)); background-position: 0 0, 0 0; background-repeat: repeat, no-repeat; background-size: 100% 43px, 1px 100%; }
.progress-graph-plot::after { position: absolute; right: -7px; top: 10px; width: 13px; height: 13px; content: ""; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 0 0 rgba(227,207,122,0.55); }
.progress-graph-segment { position: absolute; z-index: 1; display: block; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 999px; transform: rotate(var(--angle)); transform-origin: left center; }
.progress-graph-segment-one { top: 133px; left: 8%; width: 22%; --angle: -10deg; --graph-delay: 100ms; }
.progress-graph-segment-two { top: 110px; left: 29%; width: 21%; --angle: -12deg; --graph-delay: 400ms; }
.progress-graph-segment-three { top: 82px; left: 49%; width: 21%; --angle: -16deg; --graph-delay: 700ms; }
.progress-graph-segment-four { top: 45px; left: 69%; width: 24%; --angle: -18deg; --graph-delay: 1000ms; }
.progress-graph-point { position: absolute; z-index: 2; display: block; width: 10px; height: 10px; background: var(--gold-light); border: 2px solid var(--black); border-radius: 50%; box-shadow: 0 0 0 2px rgba(227,207,122,0.2); transform: translate(-50%, -50%); }
.progress-graph-point-one { top: 134px; left: 8%; --graph-delay: 60ms; }
.progress-graph-point-two { top: 110px; left: 29%; --graph-delay: 360ms; }
.progress-graph-point-three { top: 82px; left: 49%; --graph-delay: 660ms; }
.progress-graph-point-four { top: 45px; left: 69%; --graph-delay: 960ms; }
.progress-graph-point-five { top: 11px; left: 93%; --graph-delay: 1260ms; }
.progress-graph-scale { margin-top: 12px; color: rgba(255,255,255,0.58); font-size: 0.64rem; }
.progress-graph-scale span:last-child { color: var(--gold-light); text-align: right; }
.js .progress-graph-segment { transform: rotate(var(--angle)) scaleX(0); }
.js .progress-graph-point { opacity: 0; transform: translate(-50%, -50%) scale(0); }
.js .measurement-panel.is-visible .progress-graph-segment { animation: graph-draw 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--graph-delay) forwards; }
.js .measurement-panel.is-visible .progress-graph-point { animation: graph-point 260ms cubic-bezier(0.16, 1, 0.3, 1) var(--graph-delay) forwards; }
.js .measurement-panel.is-visible .progress-graph-plot::after { animation: graph-pulse 1.6s ease-out 1.4s infinite; }
@keyframes graph-draw { to { transform: rotate(var(--angle)) scaleX(1); } }
@keyframes graph-point { to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes graph-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(227,207,122,0.52); } 55% { box-shadow: 0 0 0 10px rgba(227,207,122,0); } }
.support-section { border-top: 1px solid var(--grey-dark); border-bottom: 1px solid var(--grey-dark); }
.support-layout { display: grid; grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr); gap: clamp(38px, 7vw, 105px); align-items: center; }
.support-copy { max-width: 650px; }
.support-copy > p:not(.eyebrow):not(.support-note) { color: rgba(255,255,255,0.72); }
.support-copy ul { display: grid; gap: 0; padding: 0; margin: 2rem 0 0; list-style: none; }
.support-copy li { display: grid; gap: 4px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,0.16); }
.support-copy li:last-child { border-bottom: 1px solid rgba(255,255,255,0.16); }
.support-copy li strong { color: var(--gold-light); font-size: 0.98rem; }
.support-copy li span { color: rgba(255,255,255,0.78); font-size: 0.96rem; }
.support-note { margin: 1.6rem 0 0; color: var(--white); font-size: 0.93rem; font-weight: 650; line-height: 1.5; }
.support-gallery { display: grid; grid-template-columns: 1fr; gap: 18px; width: 100%; }
.support-proof { margin: 0; overflow: hidden; background: var(--paper); border: 1px solid rgba(255,255,255,0.3); box-shadow: 0 18px 36px rgba(0,0,0,0.18); }
.support-proof-feedback { grid-row: auto; }
.support-proof img { display: block; width: 100%; height: auto; }
.support-proof figcaption { padding: 16px 19px 17px; color: var(--ink); font-size: 0.98rem; font-weight: 700; line-height: 1.42; }

.first-week-section { background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.first-week-heading { max-width: 690px; margin: 0 auto; text-align: center; }
.first-week-heading h2 { margin-bottom: 0.75rem; }
.first-week-heading > p:not(.eyebrow) { margin: 0; color: #5f5e58; }
.first-week-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: 0; margin: clamp(3.2rem, 6vw, 5rem) 0 0; list-style: none; }
.first-week-flow li { display: grid; gap: 14px; min-height: 158px; padding: 21px; background: var(--white); border: 1px solid var(--line); }
.first-week-flow strong { color: var(--gold); font-family: var(--display); font-size: 2.2rem; line-height: 0.8; }
.first-week-flow span { color: #4f4e49; font-size: 0.96rem; font-weight: 600; line-height: 1.45; }

.authority-list { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 2rem 0 0; list-style: none; }
.authority-list li { position: relative; padding-left: 17px; color: var(--gold-light); font-size: 0.86rem; font-weight: 750; letter-spacing: 0.03em; line-height: 1.45; }
.authority-list li::before { position: absolute; top: 0; left: 0; content: "•"; }

.offer-copy { max-width: 690px; }
.offer-copy .offer-includes-title { margin: 2rem 0 0.9rem; color: var(--white); font-size: 1.02rem; font-weight: 750; }
.offer-copy .offer-includes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 25px; margin-top: 0; }
.offer-copy .offer-includes li { padding: 8px 0 8px 18px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.offer-copy .offer-includes li::before { content: "✓"; }
.site-footer { padding: 33px 0 42px; color: var(--white); background: var(--black); border-top: 1px solid var(--grey-dark); }
.footer-layout { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.site-footer .brand { width: 154px; height: 39px; }
.site-footer .brand img { width: 154px; height: 39px; }
.site-footer p { margin: 8px 0 0; color: var(--grey); font-size: 0.8rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 20px; color: rgba(255,255,255,0.72); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.055em; text-transform: uppercase; }
.site-footer nav a:hover { color: var(--gold-light); }

@media (hover: hover) {
  .button:hover { box-shadow: 0 10px 24px rgba(200,168,78,0.2); transform: translateY(-2px); }
  .button:hover span { transform: translateX(4px); }
  .movement, .skill-card, .result-card, .proof-card { transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
  .movement:hover, .skill-card:hover, .result-card:hover, .proof-card:hover { border-color: rgba(200,168,78,0.68); box-shadow: 0 16px 34px rgba(23,22,18,0.12); transform: translateY(-4px); }
  .routine-card { transition: box-shadow 220ms ease, transform 220ms ease; }
  .routine-card:hover { box-shadow: 0 16px 32px rgba(23,22,18,0.18); transform: translateY(-4px); }
}

.mobile-cta { display: none; }

/* Conversion clarity */
.hero-copy { max-width: 900px; }
.hero-copy h1 { font-size: clamp(3.25rem, 5.15vw, 5.55rem); }
.hero-title-main { display: block; }
.hero-title-note { display: block; max-width: 650px; margin: 1rem auto 0; color: var(--gold-light); font-family: var(--font); font-size: clamp(1rem, 1.65vw, 1.28rem); font-weight: 700; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.hero-cta { max-width: min(100%, 590px); margin-top: 0.35rem; text-align: left; }
.hero-proof-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; max-width: 690px; padding: 0; margin: 1.65rem auto 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.16); border-bottom: 1px solid rgba(255,255,255,0.16); }
.hero-proof-list li { display: grid; gap: 4px; padding: 14px 12px; text-align: center; }
.hero-proof-list li + li { border-left: 1px solid rgba(255,255,255,0.16); }
.hero-proof-list strong { color: var(--gold-light); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.02em; line-height: 1.2; }
.hero-proof-list span { color: rgba(255,255,255,0.65); font-size: 0.7rem; font-weight: 650; line-height: 1.35; text-transform: uppercase; }
.inaction-note { max-width: 625px; padding: clamp(22px, 3vw, 29px); margin: 18px auto 0; color: var(--white); background: var(--black); border-left: 3px solid var(--gold); }
.inaction-note .eyebrow { margin-bottom: 10px; color: var(--gold-light); }
.inaction-note p:last-child { margin: 0; color: rgba(255,255,255,0.75); font-size: 0.98rem; line-height: 1.58; }
.student-voices-section { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.student-voices-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.student-voices-heading h2 { margin-bottom: 0; }
.student-voices-featured { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 1020px; margin: clamp(3rem, 6vw, 5rem) auto 0; }
.student-voices-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 1020px; margin: 16px auto 0; }
.student-voice { display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; padding: 22px; margin: 0; background: var(--white); border: 1px solid var(--line); }
.student-voice-featured { min-height: 325px; padding: clamp(25px, 4vw, 38px); color: var(--white); background: var(--black); border-top: 3px solid var(--gold); }
.student-voice blockquote { margin: 0; color: #4f4e49; font-size: 0.97rem; font-weight: 500; line-height: 1.6; }
.student-voice-featured blockquote { color: rgba(255,255,255,0.84); }
.student-voice blockquote p { margin: 0; font-size: inherit; line-height: inherit; }
.student-voice blockquote p + p { margin-top: 1rem; }
.student-voice blockquote strong { color: var(--gold-light); font-weight: 750; }
.student-voice figcaption { display: flex; align-items: baseline; gap: 9px; padding-top: 19px; margin-top: 20px; border-top: 1px solid var(--line); }
.student-voice-featured figcaption { border-color: rgba(255,255,255,0.16); }
.student-voice figcaption strong { color: var(--ink); font-family: var(--display); font-size: 1.45rem; font-weight: 800; letter-spacing: 0.02em; line-height: 1; text-transform: uppercase; }
.student-voice-featured figcaption strong { color: var(--gold-light); }
.student-voice figcaption span { color: var(--grey); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.student-voices-cta { display: flex; width: max-content; max-width: 100%; margin: 2.5rem auto 0; text-align: left; }
.system-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 930px; margin: clamp(3rem, 5vw, 4.5rem) auto 0; }
.system-summary article { padding: clamp(22px, 3vw, 30px); background: var(--white); border-top: 3px solid var(--gold); }
.system-summary span { display: block; margin-bottom: 27px; color: var(--gold); font-family: var(--display); font-size: 2.4rem; font-weight: 800; line-height: 0.72; }
.system-summary h3 { margin-bottom: 10px; color: var(--ink); font-size: clamp(1.75rem, 2.5vw, 2.2rem); }
.system-summary p { margin: 0; color: #5b5953; font-size: 0.94rem; line-height: 1.55; }
.system-detail-label { width: max-content; max-width: 100%; padding: 0 13px; margin: clamp(3.5rem, 6vw, 5rem) auto -1.8rem; color: var(--grey); background: var(--paper-deep); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.early-proof-cta { max-width: 100%; text-align: left; }
.video-testimonials-heading h3 em { color: var(--gold); font-style: normal; }
.video-testimonials-heading > p:last-child { margin: 1rem auto 0; color: #5d5b55; font-size: 0.94rem; line-height: 1.5; }
.video-testimonial-details { gap: 7px; padding: 15px 14px; }
.video-testimonial-goal { color: rgba(255,255,255,0.6); font-size: 0.72rem; font-weight: 600; line-height: 1.35; }
.offer-bonuses { margin-top: 2.5rem; padding-top: 2.4rem; border-top: 1px solid rgba(255,255,255,0.2); }
.offer-bonuses .eyebrow { margin-bottom: 0.7rem; }
.offer-bonuses h3 { max-width: 510px; margin-bottom: 1.35rem; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.7rem); }
.offer-copy .offer-bonuses ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.offer-copy .offer-bonuses li { display: grid; gap: 6px; padding: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.13); }
.offer-copy .offer-bonuses li::before { content: none; }
.offer-bonuses strong { color: var(--gold-light); font-size: 0.84rem; line-height: 1.35; }
.offer-bonuses span { color: rgba(255,255,255,0.72); font-size: 0.78rem; line-height: 1.45; }

.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 500ms ease var(--reveal-delay, 0ms), transform 500ms ease var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-header nav { gap: 18px; }
  .hero-brand { width: min(600px, 100%); }
  .system-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 16px; }
  .system-flow::before { display: none; }
  .system-flow li { min-height: 180px; padding-top: 40px; border-top: 1px solid var(--line); }
  .system-flow li::before { top: -4px; }
  .system-flow li::after { top: -8px; }
  .system-step-number { top: 13px; }
  .movement-grid, .skill-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .movement > div, .skill-card > div { height: 320px; }
  .product-screens { gap: 12px; }
  .field-video-wrap { min-height: 520px; padding-right: 105px; padding-left: 105px; }
  .field-still { width: 175px; height: 115px; }
  .routine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 720px; margin-right: auto; margin-left: auto; }
  .philosophy-layout, .offer-layout, .faq-layout { gap: 55px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 4.5rem 0; }
  h1 { font-size: clamp(3.2rem, 12.8vw, 4.45rem); }
  h2 { font-size: clamp(2.65rem, 10.7vw, 3.65rem); }
  .site-header { grid-template-columns: 1fr auto; min-height: 64px; padding: 10px 16px; }
  .site-header nav { display: none; }
  .brand { width: 134px; height: 34px; }
  .brand img { width: 134px; height: 34px; }
  .button-header { display: none; }
  .hero { min-height: 0; padding-top: 4rem; }
  .hero-curtain::before { width: 128vw; }
  .hero-curtain::after { width: 102vw; }
  .hero-layout { gap: 1.9rem; }
  .hero-copy > p:not(.eyebrow) { font-size: 1.03rem; }
  .hero-copy .button { width: 100%; }
  .hero-copy h1 { font-size: clamp(2.7rem, 10.8vw, 3.65rem); line-height: 0.94; }
  .hero-brand { height: clamp(105px, 33vw, 140px); }
  .hero-copy .hero-audience { font-size: 1.05rem; }
  .hero-proof-list { grid-template-columns: 1fr; margin-top: 1.25rem; }
  .hero-proof-list li { grid-template-columns: 1fr auto; align-items: center; gap: 10px; padding: 11px 0; text-align: left; }
  .hero-proof-list li + li { border-top: 1px solid rgba(255,255,255,0.16); border-left: 0; }
  .hero-proof-list span { text-align: right; }
  .editorial-layout { grid-template-columns: 1fr; gap: 36px; }
  .problem-section { padding-top: 4.25rem; padding-bottom: 3.25rem; }
  .system-section { padding-top: 4.25rem; }
  .system-summary { grid-template-columns: 1fr; gap: 10px; margin-top: 2.75rem; }
  .system-summary article { display: grid; grid-template-columns: 44px 1fr; column-gap: 13px; padding: 19px; }
  .system-summary span { grid-row: 1 / span 2; margin: 0; font-size: 2.2rem; }
  .system-summary h3 { margin-bottom: 5px; font-size: 1.85rem; }
  .system-summary p { font-size: 0.88rem; }
  .system-detail-label { margin-top: 3rem; }
  .section-marker { max-width: 220px; }
  .editorial-copy { padding: 24px 20px; }
  .editorial-copy .emphasis { font-size: 1.08rem; }
  .problem-bridge { grid-template-columns: 1fr; gap: 10px; margin-top: 3rem; padding-top: 18px; font-size: 0.78rem; text-align: center; }
  .problem-bridge span { text-align: center; }
  .problem-bridge i { width: 30px; height: 30px; margin: 0 auto; transform: rotate(90deg); }
  .before-after-grid, .early-proof-grid, .support-layout { grid-template-columns: 1fr; }
  .before-after-grid { gap: 12px; margin-top: 2.8rem; }
  .before-after-card { padding: 24px 20px; }
  .early-proof-grid { gap: 12px; max-width: 295px; }
  .proof-preview video { aspect-ratio: 9 / 11; }
  .early-proof-cta { width: 100%; }
  .student-voices-featured, .student-voices-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 2.5rem; }
  .student-voices-grid { margin-top: 12px; }
  .student-voice, .student-voice-featured { min-height: 0; padding: 22px 20px; }
  .student-voice blockquote { font-size: 0.94rem; }
  .student-voices-cta { width: 100%; }
  .system-flow { grid-template-columns: 1fr; gap: 0; margin-top: 3.6rem; }
  .system-flow li { min-height: 0; padding: 19px 0 25px; }
  .system-flow li::before { top: 24px; left: 0; }
  .system-flow li::after { top: 20px; left: -4px; }
  .system-flow .system-step { display: grid; grid-template-columns: 45px 1fr; column-gap: 13px; }
  .system-step-number { position: static; grid-column: 1; grid-row: 1 / span 2; padding-top: 1px; }
  .system-flow h3, .system-flow p { grid-column: 2; }
  .system-flow h3 { margin-bottom: 7px; }
  .system-flow p { max-width: 100%; font-size: 0.92rem; }
  .system-step-detail { grid-column: 2; max-width: 100%; }
  .system-cta { width: 100%; min-width: 0; min-height: 62px; margin-top: 2rem; }
  .league-stage { min-height: 0; margin-top: 3.5rem; }
  .league-curve { display: none; }
  .leagues-line { display: block; margin: 0; }
  .leagues-line li { display: block; min-height: auto; padding: 23px 12px; margin-top: 0 !important; text-align: center; background: transparent; border-top: 1px solid rgba(255,255,255,0.2); border-right: 0; border-bottom: 0; border-left: 0; box-shadow: none; }
  .leagues-line li::before { position: absolute; top: -4px; left: 0; width: 7px; height: 7px; content: ""; background: currentColor; border-radius: 50%; }
  .leagues-line li.is-reached { background: transparent; border-color: rgba(255,255,255,0.2); box-shadow: none; }
  .league-emblem { width: 50px; height: 60px; margin: 0 auto 12px; }
  .league-emblem img { width: 100%; height: 100%; }
  .leagues-line h3 { margin: 0; font-size: 1.72rem; }
  .leagues-line p, .leagues-line strong { padding-right: 0; text-align: center; }
  .leagues-line strong { margin-top: 7px; }
  .movement-grid, .skill-grid { grid-template-columns: 1fr; gap: 12px; }
  .movement-grid { margin-top: 3.8rem; }
  .skill-grid { margin-top: 18px; }
  .movement, .skill-card { display: grid; grid-template-columns: 0.85fr 1fr; align-items: end; }
  .movement > div, .skill-card > div { grid-row: span 2; height: 185px; }
  .movement h3, .skill-card h3 { margin: 0 16px 4px; }
  .movement p, .skill-card p { margin: 0 16px 24px; }
  .training-group-title { margin-top: 3.2rem; }
  .training-pill-outro { flex-wrap: wrap; row-gap: 8px; font-size: clamp(2rem, 10vw, 3.15rem); line-height: 1.15; }
  .academy-pillar { margin-top: 5.5rem; }
  .academy-pillar-heading { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; }
  .academy-pillar-heading > span { padding-top: 0.08em; font-size: 2.55rem; }
  .academy-pillar-heading h3 { font-size: clamp(2rem, 9.3vw, 3rem); }
  .academy-pillar-heading div > p:not(.eyebrow) { margin-top: 0.75rem; }
  .product-screens { grid-template-columns: 1fr; gap: 30px; margin-top: 3.8rem; }
  .product-ui { min-height: 285px; }
  .academy-system .product-ui { min-height: 330px; }
  .academy-system-note, .academy-pillar-note { margin-top: 2rem; font-size: 1rem; }
  .measurement-panel { grid-template-columns: 1fr; gap: 28px; margin-top: 2.8rem; padding: 24px 20px; }
  .progress-graph-plot { height: 164px; }
  .academy-explanations, .academy-routines { margin-top: 4rem; padding-top: 3.25rem; }
  .field-video-wrap { min-height: 0; margin-top: 3.4rem; padding: 0; }
  .field-still { display: none; }
  .routine-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 3.4rem; }
  .routine-card { min-height: 0; }
  .philosophy-layout, .offer-layout, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .support-gallery { grid-template-columns: 1fr; max-width: 480px; }
  .support-proof-feedback { grid-row: auto; }
  .first-week-flow { grid-template-columns: 1fr; gap: 10px; margin-top: 2.8rem; }
  .first-week-flow li { min-height: 0; grid-template-columns: 42px 1fr; align-items: start; gap: 13px; padding: 18px; }
  .philosophy-photo { min-height: 520px; }
  .results-category { margin-top: 3.8rem; }
  .results-category-next { margin-top: 4.8rem; }
  .results-grid { grid-template-columns: 1fr; max-width: 295px; gap: 24px; margin-top: 2rem; }
  .result-card figcaption { padding: 15px 16px 16px; }
  .results-proof { margin-top: 5.5rem; padding-top: 3.8rem; }
  .proof-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 2.5rem; }
  .proof-card:last-child { grid-column: auto; width: auto; }
  .results-highlight { grid-template-columns: 1fr; }
  .results-highlight img { height: auto; }
  .video-testimonials-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 2rem; }
  .video-testimonial { width: min(100%, 320px); max-width: none; }
  .results-more .button { width: 100%; }
  .philosophy-copy h2 { font-size: clamp(2.7rem, 10.8vw, 3.65rem); }
  .price-block { padding: 29px 23px; }
  .offer-copy .offer-includes { grid-template-columns: 1fr; }
  .offer-copy .offer-bonuses ul { grid-template-columns: 1fr; }
  .price-block .offer-cta { min-height: 0; padding: 16px; }
  .offer-cta-label { font-size: 0.72rem; }
  .faq-heading h2 { font-size: clamp(2.7rem, 10.8vw, 3.65rem); }
  .faq-list summary { font-size: 0.94rem; line-height: 1.45; }
  .final-section { padding: 6rem 0; }
  .final-content h2 { font-size: clamp(2.95rem, 11.8vw, 4.15rem); }
  .site-footer { padding-bottom: 31px; }
  .footer-layout { display: grid; align-items: start; }
  .site-footer nav { justify-content: flex-start; }
  .mobile-cta { position: fixed; right: 11px; bottom: 11px; left: 11px; z-index: 50; display: flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 17px; color: var(--black); background: var(--gold); border: 1px solid var(--gold-light); border-radius: 3px; box-shadow: 0 14px 30px rgba(0,0,0,0.34); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.06em; text-align: center; text-transform: uppercase; transition: opacity 180ms ease, transform 180ms ease; }
  .mobile-cta.is-hidden { pointer-events: none; opacity: 0; transform: translateY(calc(100% + 22px)); }
  .mobile-cta span { display: none; }
  .js .reveal, .js .reveal.is-visible, .js .hero-brand.reveal, .js .hero-brand.reveal.is-visible { opacity: 1; transform: none; transition: none; }
  .js .progress-graph-segment { transform: rotate(var(--angle)) scaleX(1); animation: none; }
  .js .progress-graph-point { opacity: 1; transform: translate(-50%, -50%) scale(1); animation: none; }
  .js .measurement-panel.is-visible .progress-graph-plot::after { animation: none; }
}

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