@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/barlow-condensed-500-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/barlow-condensed-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/fonts/barlow-condensed-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #12130f;
  --ink-soft: #24261f;
  --paper: #f7f5ed;
  --yellow: #f3cf2e;
  --yellow-bright: #ffdf4f;
  --line: rgba(18, 19, 15, .18);
  --muted: #5f6058;
  --white-muted: #c8cabf;
  --error: #9e321e;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --container: min(1200px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
section[id] { scroll-margin-top: 88px; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button, a { touch-action: manipulation; }
img { display: block; width: 100%; height: auto; }
p { text-wrap: pretty; }
h1, h2 { text-wrap: balance; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: 0; text-transform: uppercase; }

:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.button-primary:focus-visible, .date-options input:focus-visible + span, .time-options input:focus-visible + span {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--yellow);
}

.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; top: -60px; left: 16px; z-index: 100; padding: 11px 15px; color: var(--ink); background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 16px; }

.icon { display: inline-block; width: 1.2em; height: 1.2em; flex: 0 0 auto; background: currentColor; -webkit-mask: var(--icon) center / contain no-repeat; mask: var(--icon) center / contain no-repeat; }
.icon-arrow-right { --icon: url("assets/icons/arrow-right.svg"); }
.icon-arrow-left { --icon: url("assets/icons/arrow-left.svg"); }
.icon-arrow-down { --icon: url("assets/icons/arrow-down.svg"); }
.icon-arrow-up-right { --icon: url("assets/icons/arrow-up-right.svg"); }
.icon-calendar-check { --icon: url("assets/icons/calendar-check.svg"); }
.icon-calendar { --icon: url("assets/icons/calendar-days.svg"); }
.icon-dumbbell { --icon: url("assets/icons/dumbbell.svg"); }
.icon-menu { --icon: url("assets/icons/menu.svg"); }
.icon-message { --icon: url("assets/icons/message-circle.svg"); }
.icon-plus { --icon: url("assets/icons/plus.svg"); }
.icon-reset { --icon: url("assets/icons/rotate-ccw.svg"); }
.icon-x { --icon: url("assets/icons/x.svg"); }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; right: 0; display: flex; align-items: center; gap: 36px; width: var(--container); margin: 0 auto; padding: 24px 0; color: #fff; }
.site-header.is-stuck { position: fixed; width: 100%; padding: 13px max(24px, calc((100vw - 1136px) / 2)); background: rgba(18, 19, 15, .94); backdrop-filter: blur(16px); box-shadow: 0 4px 30px rgba(0, 0, 0, .2); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 800; letter-spacing: 0; white-space: nowrap; }
.brand > span:last-child > span { color: var(--yellow); }
.brand-mark { display: grid; grid-template-columns: repeat(3, 4px); align-items: end; gap: 3px; width: 20px; height: 22px; padding: 3px; border: 1px solid var(--yellow); transform: skewY(-7deg); }
.brand-mark i { display: block; background: var(--yellow); }
.brand-mark i:nth-child(1) { height: 6px; }
.brand-mark i:nth-child(2) { height: 11px; }
.brand-mark i:nth-child(3) { height: 16px; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 700; }
.desktop-nav a, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--yellow); }
.header-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 16px; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 800; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; isolation: isolate; display: flex; align-items: center; height: clamp(650px, 100svh, 820px); min-height: 0; padding: 92px max(32px, calc((100vw - 1200px) / 2)) 30px; color: #fff; background: var(--ink); overflow: hidden; }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .34; background-image: linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000 0 55%, transparent 84%); }
.hero-copy { position: relative; z-index: 3; width: min(650px, 57%); }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
.eyebrow-dark { color: #62635b; }
h1 { max-width: 760px; margin-bottom: 16px; font-size: 6rem; line-height: .86; }
h1 em { color: var(--yellow); font-style: normal; }
.hero .eyebrow { margin-bottom: 14px; }
.hero-intro { max-width: 525px; margin-bottom: 22px; color: var(--white-muted); font-size: 1.04rem; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 18px; border: 1px solid transparent; border-radius: 0; font-size: 13px; font-weight: 800; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: var(--yellow-bright); }
.button-secondary { color: var(--ink); background: transparent; border-color: #85867e; }
.button-secondary:hover { background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: 13px; font-weight: 800; }
.hero-proof { display: flex; flex-wrap: wrap; margin-top: 30px; border-top: 1px solid rgba(255, 255, 255, .2); }
.hero-proof span { padding: 14px 18px 0 0; margin-right: 18px; color: #e1e2dc; font-size: 11px; font-weight: 700; }
.hero-proof span::before { display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; background: var(--yellow); content: ""; }
.hero-media { position: absolute; z-index: 1; top: 0; right: 0; width: 57%; height: 100%; }
.hero-media picture { display: block; height: 100%; }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(18, 19, 15, .65) 14%, transparent 48%), linear-gradient(0deg, rgba(18, 19, 15, .5), transparent 38%); content: ""; }
.hero-media img { height: 100%; object-fit: cover; object-position: 73% center; filter: saturate(.85) contrast(1.04); }
.hero-media-caption { position: absolute; z-index: 2; right: 7%; bottom: 8%; display: flex; gap: 11px; align-items: center; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-media-caption strong { color: var(--yellow); }
.caption-line { width: 48px; height: 1px; background: var(--yellow); }
.hero-signal { position: absolute; z-index: 2; top: 27%; right: 9%; display: flex; gap: 5px; align-items: center; height: 34px; padding: 0 10px; border: 1px solid rgba(255, 255, 255, .45); background: rgba(18, 19, 15, .38); backdrop-filter: blur(8px); }
.hero-signal span { width: 4px; background: var(--yellow); animation: pulse-height 1.8s infinite ease-in-out; }
.hero-signal span:nth-child(1) { height: 8px; }
.hero-signal span:nth-child(2) { height: 18px; animation-delay: .16s; }
.hero-signal span:nth-child(3) { height: 11px; animation-delay: .32s; }

.section-dark { position: relative; padding: 104px max(32px, calc((100vw - 1200px) / 2)) 0; color: #fff; background: var(--ink-soft); overflow: hidden; }
.section-dark::before { position: absolute; top: 0; left: 0; width: 40%; height: 6px; background: var(--yellow); content: ""; }
.statement { display: grid; grid-template-columns: 1.12fr .7fr; column-gap: 10%; row-gap: 0; }
.statement-lead h2 { max-width: 640px; margin-bottom: 72px; font-size: 4.25rem; line-height: .9; }
.statement-copy { align-self: end; padding-bottom: 72px; }
.statement-copy p { color: var(--white-muted); font-size: 16px; }
.statement-copy p + p { color: #fff; font-weight: 700; }
.statement-ticker { grid-column: 1 / -1; display: flex; align-items: center; gap: 22px; width: 100%; padding: 21px 0; overflow: hidden; border-top: 1px solid rgba(255, 255, 255, .18); color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.statement-ticker i { width: 7px; height: 7px; flex: 0 0 auto; background: #fff; transform: rotate(45deg); }

.assessment-section, .fit-section, .faq-section { width: var(--container); margin: 0 auto; padding: 104px 0; }
.section-heading { display: grid; grid-template-columns: .86fr 1fr; column-gap: 8%; row-gap: 18px; margin-bottom: 50px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .fit-head h2, .faq-intro h2 { margin: 0; font-size: 4.25rem; line-height: .9; }
.section-heading > p:last-child { align-self: end; max-width: 470px; margin: 0; color: var(--muted); font-size: 15px; }
.assessment-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: 7%; align-items: center; }
.assessment-photo { position: relative; min-height: 410px; }
.assessment-photo picture { display: block; height: 100%; }
.assessment-photo::before { position: absolute; z-index: -1; top: 30px; right: -22px; width: 76%; height: 78%; background: var(--yellow); content: ""; }
.assessment-photo img { height: 410px; object-fit: cover; object-position: 33% center; }
.assessment-stamp { position: absolute; right: -15px; bottom: 23px; display: flex; gap: 12px; align-items: center; padding: 15px 18px; color: var(--ink); background: var(--paper); box-shadow: 0 14px 24px rgba(18, 19, 15, .14); font-size: 11px; line-height: 1.4; text-transform: uppercase; }
.assessment-stamp .icon { color: #806c00; font-size: 25px; }
.assessment-stamp strong { font-size: 14px; }
.assessment-list { display: grid; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.assessment-list li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.assessment-list > li > span { color: #766400; font-size: 11px; font-weight: 800; }
.assessment-list h3 { margin: 0 0 6px; font-size: 17px; }
.assessment-list p { margin: 0; color: var(--muted); font-size: 14px; }

.coaching-strip { padding: 104px max(32px, calc((100vw - 1200px) / 2)); color: #fff; background: var(--ink); }
.coaching-strip-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.coaching-strip-intro h2 { max-width: 660px; margin: 0 0 58px; font-size: 4.25rem; line-height: .9; }
.coaching-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .2); }
.coaching-cards article { padding: 27px 28px 7px 0; border-right: 1px solid rgba(255, 255, 255, .18); }
.coaching-cards article + article { padding-left: 28px; }
.coaching-cards article:last-child { border-right: 0; }
.coaching-cards .icon { color: var(--yellow); font-size: 29px; }
.coaching-cards h3 { margin: 27px 0 9px; font-size: 18px; }
.coaching-cards p { max-width: 270px; margin-bottom: 0; color: var(--white-muted); font-size: 14px; }

.fit-section { padding-bottom: 108px; }
.fit-head { display: grid; grid-template-columns: 1fr 1fr; column-gap: 8%; row-gap: 18px; margin-bottom: 48px; }
.fit-head .eyebrow { grid-column: 1 / -1; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fit-grid article { min-height: 230px; padding: 24px; background: #e8e5d9; }
.fit-grid article:nth-child(2) { background: var(--yellow); }
.fit-grid article > span { color: #696a62; font-size: 11px; font-weight: 800; }
.fit-grid h3 { max-width: 270px; margin: 38px 0 11px; font-family: var(--display); font-size: 29px; font-weight: 600; line-height: .98; letter-spacing: 0; text-transform: uppercase; }
.fit-grid p { margin: 0; color: #505149; font-size: 13px; }

.booking-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; padding: 104px max(32px, calc((100vw - 1200px) / 2)); color: #fff; background: var(--ink-soft); }
.booking-copy { max-width: 490px; }
.booking-copy h2 { margin: 0 0 20px; font-size: 4.25rem; line-height: .9; }
.booking-copy > p { color: var(--white-muted); }
.booking-notes { display: grid; gap: 12px; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .2); color: #e1e2dc; font-size: 13px; }
.booking-notes i { display: inline-block; width: 7px; height: 7px; margin-right: 10px; background: var(--yellow); transform: rotate(45deg); }
.assessment-form { align-self: start; min-height: 500px; padding: 27px; color: var(--ink); background: var(--paper); }
.form-kicker { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; margin-bottom: 22px; border-bottom: 1px solid var(--line); color: #62635c; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.step-heading { margin-bottom: 22px; }
.step-heading h3, .booking-success h3 { margin: 4px 0 7px; font-family: var(--display); font-size: 30px; font-weight: 600; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.step-heading h3:focus, .booking-success h3:focus { outline: 0; }
.step-heading > p:last-child { margin: 0; color: var(--muted); font-size: 12px; }
.step-number { margin: 0; color: #655600; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.assessment-form label { display: block; margin-bottom: 16px; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.assessment-form input, .assessment-form select, .assessment-form textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #8e9087; border-radius: 0; font-size: 14px; font-weight: 500; }
.assessment-form select { appearance: auto; }
.assessment-form textarea { min-height: 82px; resize: vertical; }
.assessment-form input:focus, .assessment-form select:focus, .assessment-form textarea:focus { border-bottom-color: #6f5e00; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.optional { color: #6f7068; font-weight: 500; }
.assessment-form > .booking-step > .button { width: 100%; margin-top: 3px; }
.field-error, .booking-error { display: block; min-height: 17px; margin-top: 4px; color: var(--error); font-size: 10px; font-weight: 700; letter-spacing: 0; }
.assessment-form [aria-invalid="true"] { border-bottom-color: var(--error); }
.choice-group { padding: 0; margin: 0 0 20px; border: 0; }
.choice-group legend { margin-bottom: 9px; font-size: 11px; font-weight: 800; }
.date-options, .time-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.date-options label, .time-options label { position: relative; margin: 0; }
.date-options input, .time-options input { position: absolute; inset: 0 auto auto 0; width: 1px; height: 1px; padding: 0; margin: 0; border: 0; opacity: 0; }
.date-options span, .time-options span { display: grid; place-items: center; min-height: 56px; padding: 8px; border: 1px solid #a3a49b; color: var(--ink); background: #fff; font-size: 11px; line-height: 1.25; text-align: center; cursor: pointer; }
.date-options input:checked + span, .time-options input:checked + span { color: var(--ink); background: var(--yellow); border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.booking-error { min-height: 18px; margin: -5px 0 12px; }
.form-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.form-disclosure { margin: 15px 0 0; color: #62635c; font-size: 10px; line-height: 1.5; }
.form-message { min-height: 18px; margin: 8px 0 0; color: #5a6200; font-size: 11px; font-weight: 800; }
.booking-success { padding: 28px 0 18px; }
.success-icon { margin-bottom: 20px; color: #6d5c00; font-size: 46px; }
.booking-success > p:not(.step-number) { max-width: 500px; margin: 12px 0 24px; color: var(--muted); font-size: 14px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; }
.faq-intro h2 { max-width: 390px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { color: #705e00; transition: transform .2s ease; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { max-width: 590px; padding: 0 40px 22px 0; margin: 0; color: var(--muted); font-size: 14px; }

footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; padding: 30px max(32px, calc((100vw - 1200px) / 2)); color: #fff; background: var(--ink); }
footer p { max-width: 470px; margin: 0; color: var(--white-muted); font-size: 11px; }
footer > a:last-child { display: inline-flex; gap: 8px; align-items: center; color: var(--yellow); font-size: 11px; font-weight: 800; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@keyframes pulse-height { 0%, 100% { transform: scaleY(.55); opacity: .45; } 50% { transform: scaleY(1); opacity: 1; } }

@media (min-width: 901px) and (max-width: 1199px) {
  h1 { font-size: 5.2rem; }
}

@media (min-width: 1600px) {
  h1 { font-size: 6.75rem; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 40px, 720px); }
  .site-header { gap: 18px; width: calc(100% - 40px); padding-top: 18px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 3; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; margin-left: auto; color: #fff; background: transparent; border: 1px solid rgba(255, 255, 255, .45); }
  .menu-toggle .icon { font-size: 20px; }
  .mobile-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 2; display: grid; align-content: start; gap: 8px; min-height: 100svh; padding: 94px 20px 28px; color: #fff; background: var(--ink); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-24px); transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s; }
  .mobile-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); font-family: var(--display); font-size: 27px; text-transform: uppercase; }
  .mobile-nav a:last-child { color: var(--yellow); border-bottom: 0; }
  .site-header .brand { position: relative; z-index: 3; }
  .hero { display: block; height: auto; min-height: 760px; padding: 116px 20px 48px; }
  .hero-copy { width: min(620px, 94%); }
  h1 { font-size: 4.5rem; }
  .hero-media { width: 70%; opacity: .58; }
  .hero-media::after { background: linear-gradient(90deg, var(--ink) 0%, rgba(18, 19, 15, .78) 28%, rgba(18, 19, 15, .12) 80%), linear-gradient(0deg, rgba(18, 19, 15, .68), transparent 38%); }
  .hero-media-caption { right: 5%; bottom: 6%; }
  .statement, .section-heading, .assessment-layout, .coaching-strip-intro, .fit-head, .booking-section, .faq-section { grid-template-columns: 1fr; gap: 32px; }
  .statement-lead h2, .section-heading h2, .coaching-strip-intro h2, .fit-head h2, .faq-intro h2 { font-size: 3.5rem; }
  .statement-lead h2 { margin-bottom: 8px; }
  .statement-copy { padding-bottom: 8px; }
  .assessment-section, .fit-section, .faq-section { padding: 84px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading .eyebrow, .fit-head .eyebrow { grid-column: auto; }
  .assessment-photo { min-height: 350px; max-width: 600px; }
  .assessment-photo img { height: 350px; }
  .coaching-strip { padding: 84px 20px; }
  .coaching-strip-intro h2 { margin-bottom: 4px; }
  .coaching-cards { grid-template-columns: 1fr; }
  .coaching-cards article, .coaching-cards article + article { padding: 23px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .coaching-cards article:last-child { border-bottom: 0; }
  .coaching-cards h3 { margin-top: 18px; }
  .fit-grid { grid-template-columns: 1fr; gap: 1px; }
  .fit-grid article { min-height: 190px; }
  .booking-section { padding: 84px 20px; }
  .booking-copy { max-width: 620px; }
  .booking-copy h2 { font-size: 3.5rem; }
  .faq-section { padding-bottom: 84px; }
  footer { grid-template-columns: 1fr; gap: 17px; padding: 30px 20px; }
}

@media (max-width: 560px) {
  .hero { min-height: 730px; padding-top: 106px; }
  .hero-grid { background-size: 48px 48px; }
  .hero-copy { width: 100%; }
  h1 { font-size: 3.5rem; line-height: .88; }
  .hero-intro { max-width: 390px; font-size: 15px; }
  .hero-actions { gap: 10px 18px; }
  .hero-actions .button { width: 100%; }
  .hero-media { top: 248px; width: 100%; height: 482px; opacity: .42; }
  .hero-media::after { background: linear-gradient(180deg, var(--ink) 0%, rgba(18, 19, 15, .34) 36%, var(--ink) 98%); }
  .hero-media-caption, .hero-signal { display: none; }
  .hero-proof { margin-top: 28px; }
  .hero-proof span { margin-right: 10px; padding-right: 8px; font-size: 10px; }
  .statement { width: 100%; padding: 76px 20px 0; }
  .assessment-section, .fit-section, .faq-section { width: calc(100% - 40px); }
  .statement-lead h2, .section-heading h2, .coaching-strip-intro h2, .fit-head h2, .faq-intro h2 { font-size: 3rem; }
  .statement-copy p { font-size: 15px; }
  .statement-ticker { display: grid; grid-template-columns: 1fr; gap: 0; width: calc(100% + 40px); margin: 0 -20px; padding: 10px 20px 14px; white-space: normal; }
  .statement-ticker span { padding: 9px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .statement-ticker span:last-of-type { border-bottom: 0; }
  .statement-ticker span::before { display: inline-block; width: 6px; height: 6px; margin: 0 11px 2px 2px; background: #fff; content: ""; transform: rotate(45deg); }
  .statement-ticker i { display: none; }
  .assessment-section, .fit-section, .faq-section { padding: 72px 0; }
  .section-heading { gap: 20px; margin-bottom: 34px; }
  .assessment-photo { min-height: 310px; }
  .assessment-photo img { height: 310px; }
  .assessment-photo::before { top: 18px; right: -11px; }
  .assessment-stamp { right: -8px; bottom: 14px; }
  .assessment-list li { grid-template-columns: 38px 1fr; padding: 19px 0; }
  .coaching-strip { padding: 72px 20px; }
  .coaching-cards article, .coaching-cards article + article { padding: 20px 0; }
  .fit-head { gap: 20px; margin-bottom: 34px; }
  .fit-grid article { min-height: 174px; padding: 22px; }
  .fit-grid h3 { margin-top: 25px; }
  .booking-section { gap: 30px; padding: 72px 20px; }
  .booking-copy h2 { font-size: 3.15rem; }
  .assessment-form { min-height: 0; padding: 21px; }
  .form-kicker { gap: 10px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .date-options { grid-template-columns: 1fr; }
  .date-options span { min-height: 48px; }
  .time-options span { min-height: 50px; padding-inline: 4px; }
  .form-actions { grid-template-columns: 1fr; }
  .form-actions .button { width: 100%; }
  .faq-section { gap: 27px; }
  .faq-list summary { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
