@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');

:root {
  --blue: #079cf0;
  --blue-deep: #0065b8;
  --white: #f8fbfd;
  --ink: #071019;
  --line: rgba(7, 16, 25, .18);
  --display: 'Archivo Black', Impact, sans-serif;
  --body: 'IBM Plex Sans', Helvetica, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--white); color: var(--ink); font: 16px/1.55 var(--body); overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
::selection { background: var(--ink); color: var(--blue); }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.skip { position: fixed; z-index: 100; top: -80px; left: 20px; padding: 12px 16px; background: var(--ink); color: white; }
.skip:focus { top: 12px; }

.site-header { height: 88px; max-width: 1540px; margin: auto; padding: 0 4.5%; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--white) 92%, transparent); }
.wordmark { display: flex; align-items: center; gap: 12px; font: 700 12px/1.1 var(--body); letter-spacing: .08em; }
.wordmark small { font-size: 8px; font-weight: 500; letter-spacing: .15em; opacity: .65; }
.monogram { width: 40px; height: 40px; display: grid; place-items: center; background: var(--blue); color: var(--ink); font: 400 13px/1 var(--display); border-radius: 50%; }
nav { display: flex; gap: 32px; font-size: 12px; font-weight: 600; }
nav a { position: relative; }
nav a:after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--blue); transition: right .2s; }
nav a:hover:after { right: 0; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--blue); color: var(--ink); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; transition: transform .18s, box-shadow .18s, background .18s; cursor: pointer; }
.button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--ink); background: #20adff; }
.button span { font-size: 19px; line-height: 1; }
.button-small { min-height: 44px; box-shadow: 4px 4px 0 var(--ink); padding: 0 16px; }
.button-dark { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 7px 7px 0 white; }
.button-dark:hover { background: #192530; box-shadow: 3px 3px 0 white; }
.quiet-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 2px solid var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.hero { max-width: 1540px; min-height: 720px; margin: auto; padding: 74px 4.5% 58px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 30px; position: relative; }
.hero:before { content: ''; position: absolute; left: 0; top: 8%; width: 26px; height: 72%; background: repeating-linear-gradient(to bottom, var(--ink) 0 2px, transparent 2px 11px); opacity: .2; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 7px; background: var(--blue); border: 1px solid var(--ink); border-radius: 99px; }
.hero h1, .section h2 { font: 400 clamp(68px, 8vw, 128px)/.83 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 { margin: 30px 0 28px; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-intro { max-width: 580px; font-size: clamp(20px, 2vw, 28px); line-height: 1.28; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }

.hero-portrait { min-height: 560px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-portrait:before { content: ''; position: absolute; width: min(470px, 70vw); aspect-ratio: 1; border-radius: 50%; background: var(--blue); border: 3px solid var(--ink); box-shadow: 18px 18px 0 var(--ink); z-index: -1; }
.hero-portrait:after { content: ''; position: absolute; width: min(380px, 58vw); aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle at center, transparent 0 15px, rgba(7,16,25,.13) 15px 16px); z-index: -1; }
.portrait-frame { width: min(320px, 58vw); aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 9px solid var(--white); box-shadow: 0 0 0 3px var(--ink), 0 25px 70px rgba(0, 42, 76, .3); background: #bddcea; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.orbit { position: absolute; border: 2px solid var(--ink); border-radius: 50%; z-index: -1; }
.orbit-one { width: 91%; aspect-ratio: 1; transform: rotate(-15deg) scaleY(.47); }
.orbit-two { width: 78%; aspect-ratio: 1; transform: rotate(61deg) scaleY(.42); border-style: dashed; opacity: .55; }
.portrait-name { position: absolute; left: 2%; bottom: 12%; font: 400 clamp(40px, 5vw, 76px)/.78 var(--display); letter-spacing: -.06em; color: white; -webkit-text-stroke: 2px var(--ink); transform: rotate(-4deg); }
.portrait-name strong { color: var(--ink); -webkit-text-stroke: 0; }
.portrait-role { position: absolute; right: 1%; top: 12%; font: 700 10px/1.9 var(--body); letter-spacing: .18em; text-align: right; }
.portrait-tag { position: absolute; background: var(--white); border: 2px solid var(--ink); padding: 9px 12px; font: 700 10px/1 var(--body); letter-spacing: .1em; box-shadow: 4px 4px 0 var(--ink); }
.tag-one { left: 9%; top: 20%; transform: rotate(-7deg); }
.tag-two { right: 6%; bottom: 18%; transform: rotate(5deg); }
.portrait-number { position: absolute; right: 4%; bottom: 1%; font: 400 70px/1 var(--display); color: transparent; -webkit-text-stroke: 1px var(--ink); opacity: .35; }

.ticker { width: 100%; margin-left: 0; padding: 18px 0; overflow: hidden; background: var(--ink); color: var(--blue); }
.ticker > div { display: flex; gap: 30px; width: max-content; align-items: center; animation: marquee 28s linear infinite; font: 400 24px/1 var(--display); letter-spacing: .04em; }
.ticker i { font-style: normal; font-size: 10px; color: white; }
.section { max-width: 1540px; margin: auto; padding: 115px 4.5%; }
.friction { position: relative; display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 9%; }
.section-number { position: absolute; top: 70px; right: 4.5%; font: 400 80px/1 var(--display); color: transparent; -webkit-text-stroke: 1px var(--line); }
.section h2 { font-size: clamp(54px, 7vw, 108px); }
.section .eyebrow { margin-bottom: 28px; }
.friction-body { padding-bottom: 8px; }
.lead { font-size: clamp(21px, 2.1vw, 30px); font-weight: 600; line-height: 1.3; }
.friction-body > p:not(.lead), .coach-copy > p:not(.lead) { margin: 20px 0 30px; color: #43505a; }

.training-grid { padding-top: 15px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 6%; align-items: stretch; }
.training-image { min-height: 670px; position: relative; overflow: hidden; border: 3px solid var(--ink); background: #c4d9e3; box-shadow: 14px 14px 0 var(--blue); }
.training-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 50% 25%; transition: transform .55s ease; }
.training-image:hover img { transform: scale(1.025); }
.expand { position: absolute; right: 16px; bottom: 16px; width: 48px; height: 48px; display: grid; place-items: center; background: var(--blue); border: 2px solid var(--ink); font-size: 25px; }
.principles { border-top: 3px solid var(--ink); }
.principle { min-height: 205px; display: grid; grid-template-columns: 65px 1fr; grid-template-rows: auto auto; column-gap: 20px; align-content: center; border-bottom: 1px solid var(--line); }
.principle > span { grid-row: 1 / 3; padding-top: 4px; font: 400 20px/1 var(--display); color: var(--blue-deep); }
.principle h3 { font: 400 clamp(30px, 3vw, 48px)/1 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.principle p { max-width: 480px; margin-top: 12px; color: #56616a; }

.application { max-width: none; background: var(--blue); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; }
.application-head { padding-left: max(0px, calc((100vw - 1540px) / 2)); }
.application-head .eyebrow > span { background: var(--white); }
.application-head h2 em { color: var(--white); -webkit-text-stroke: 2px var(--ink); }
.application-head > p:not(.eyebrow) { max-width: 500px; margin-top: 28px; font-size: 18px; font-weight: 600; }
.application-head .application-button { margin-top: 34px; background: var(--white); }
.application-steps { border-top: 3px solid var(--ink); }
.application-step { min-height: 132px; display: grid; grid-template-columns: 68px 1fr; align-items: center; border-bottom: 1px solid rgba(7,16,25,.35); }
.application-step > span { font: 400 16px/1 var(--display); }
.application-step h3 { font: 400 clamp(25px, 2.7vw, 40px)/1 var(--display); letter-spacing: -.04em; text-transform: uppercase; }
.application-step p { font-size: 13px; margin-top: 6px; }

.coach { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.coach-card { position: relative; min-height: 620px; overflow: hidden; border: 3px solid var(--ink); background: var(--ink); color: white; box-shadow: 18px 18px 0 var(--blue); isolation: isolate; }
.coach-card:before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 42px 42px; }
.coach-card:after { content: ''; position: absolute; width: 430px; aspect-ratio: 1; right: -100px; top: 90px; z-index: -1; border-radius: 50%; background: var(--blue); border: 3px solid white; }
.coach-card > img { position: absolute; z-index: 1; width: min(310px, 62%); aspect-ratio: 1; right: 45px; top: 142px; object-fit: cover; border-radius: 50%; border: 9px solid white; box-shadow: 0 0 0 3px var(--ink); }
.coach-handle { position: absolute; top: 28px; left: 30px; font-size: 10px; letter-spacing: .16em; }
.coach-initials { position: absolute; left: -16px; bottom: -30px; font: 400 clamp(170px, 20vw, 310px)/.8 var(--display); letter-spacing: -.09em; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.3); }
.coach-stamp { position: absolute; right: 0; bottom: 9%; width: 158px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--blue); border: 3px solid var(--ink); font: 400 18px/1.1 var(--display); transform: rotate(9deg); box-shadow: 7px 7px 0 var(--ink); }
.coach-copy .button { margin-top: 10px; }
.final-cta { max-width: none; padding-top: 95px; padding-bottom: 95px; background: var(--blue); text-align: center; border-top: 3px solid var(--ink); }
.final-cta .eyebrow { justify-content: center; }
.final-cta .eyebrow > span { background: white; }
.final-cta h2 { margin: 24px auto; font-size: clamp(60px, 8.5vw, 132px); }
.final-cta h2 em { color: white; -webkit-text-stroke: 2px var(--ink); }
.final-cta > p:not(.eyebrow) { margin-bottom: 30px; font-size: 18px; font-weight: 600; }
body > footer { max-width: 1540px; margin: auto; min-height: 120px; padding: 30px 4.5%; display: flex; align-items: center; gap: 36px; font-size: 12px; }
body > footer > p { margin-right: auto; color: #66727b; }
body > footer > a:last-child { border-bottom: 1px solid var(--ink); font-weight: 600; }

dialog { width: min(740px, 94vw); max-height: 92dvh; padding: 14px; border: 3px solid var(--ink); background: var(--white); box-shadow: 15px 15px 0 var(--blue); color: var(--ink); }
dialog::backdrop { background: rgba(0, 12, 22, .86); backdrop-filter: blur(7px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; padding: 2px 2px 12px; }
.dialog-top h2 { font: 400 18px/1 var(--display); text-transform: uppercase; }
.dialog-top button { width: 44px; height: 44px; border: 2px solid var(--ink); background: var(--blue); cursor: pointer; }
dialog > img { width: auto; max-height: 76dvh; margin: auto; object-fit: contain; }
.application-dialog { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: var(--blue); box-shadow: none; overflow: hidden; }
.application-dialog::backdrop { background: var(--blue); }
.form-shell { height: 100dvh; display: grid; grid-template-rows: 78px 5px 1fr; background: var(--blue); }
.form-header { padding: 0 clamp(22px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid rgba(7,16,25,.17); }
.form-header .monogram { background: var(--ink); color: var(--blue); }
.form-close { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-weight: 700; }
.form-close:hover { background: var(--ink); color: var(--blue); }
.form-progress { background: rgba(7,16,25,.15); overflow: hidden; }
.form-progress span { display: block; width: 14.285%; height: 100%; background: var(--ink); transition: width .3s ease; }
#coaching-application { min-height: 0; display: grid; grid-template-rows: 1fr auto; }
.form-stage { width: min(940px, calc(100% - 44px)); margin: auto; align-self: center; padding: 40px 0; max-height: calc(100dvh - 175px); overflow-y: auto; scrollbar-width: thin; }
.form-count { display: inline-flex; padding: 6px 9px; margin-bottom: 24px; border-radius: 5px; background: var(--ink); color: var(--blue); font: 700 11px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.form-step { min-width: 0; padding: 0; border: 0; animation: form-in .24s ease both; }
.form-step legend { width: 100%; max-width: 900px; padding: 0; font: 400 clamp(38px, 5vw, 70px)/1 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.form-note { max-width: 740px; margin: 18px 0 32px; font-size: clamp(16px, 1.7vw, 21px); font-weight: 500; }
.input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 34px; margin-top: 38px; }
.input-grid label, .textarea-label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.input-grid .input-wide { grid-column: 1 / -1; }
.input-grid input, .textarea-label textarea { width: 100%; min-height: 54px; padding: 6px 1px 9px; border: 0; border-bottom: 3px solid var(--ink); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font: 600 clamp(19px, 2vw, 27px)/1.25 var(--body); }
.input-grid input::placeholder, .textarea-label textarea::placeholder { color: rgba(7,16,25,.42); }
.input-grid input:focus, .textarea-label textarea:focus { background: rgba(255,255,255,.16); box-shadow: 0 5px 0 rgba(7,16,25,.12); }
.input-grid small { display: block; color: rgba(7,16,25,.68); font-size: 11px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.profile-grid { margin-top: 30px; }
.choice-list { display: grid; gap: 14px; margin-top: 38px; }
.choice { min-height: 72px; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 18px; padding: 13px 18px; border: 2px solid rgba(7,16,25,.28); border-radius: 8px; background: rgba(255,255,255,.08); cursor: pointer; font-size: clamp(18px, 2vw, 27px); font-weight: 650; transition: background .15s, transform .15s, border-color .15s; }
.choice:hover { border-color: var(--ink); background: rgba(255,255,255,.18); transform: translateX(3px); }
.choice:has(input:checked) { border-color: var(--ink); background: var(--white); box-shadow: 6px 6px 0 var(--ink); }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice:has(input:focus-visible) { outline: 3px solid var(--ink); outline-offset: 5px; }
.choice-key { width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 5px; font: 700 14px/1 var(--body); }
.choice small { display: block; margin-top: 4px; font-size: .53em; font-weight: 500; }
.textarea-label { margin-top: 45px; }
.textarea-label textarea { min-height: 150px; resize: vertical; font-size: clamp(22px, 2.7vw, 38px); }
.form-error { min-height: 25px; margin-top: 20px; font-size: 13px; font-weight: 700; }
.form-controls { min-height: 88px; padding: 14px clamp(22px, 4vw, 64px); display: flex; justify-content: space-between; align-items: center; gap: 16px; border-top: 2px solid rgba(7,16,25,.18); }
.form-controls[hidden] { display: none; }
.form-back, .form-next { min-height: 52px; border: 2px solid var(--ink); cursor: pointer; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.form-back { min-width: 112px; background: transparent; }
.form-back:disabled { opacity: .32; cursor: default; }
.form-next { min-width: 210px; display: flex; justify-content: center; align-items: center; gap: 20px; background: var(--ink); color: white; }
.form-next b { color: var(--blue); }
.form-complete { outline: 0; animation: form-in .24s ease both; }
.form-complete h2 { font: 400 clamp(58px, 8vw, 110px)/.86 var(--display); letter-spacing: -.06em; }
.form-complete h2 em { color: white; -webkit-text-stroke: 2px var(--ink); }
.form-complete > p:not(.form-count) { max-width: 650px; margin: 28px 0; font-size: 20px; font-weight: 600; }
.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; }
@keyframes form-in { from { opacity: 0; transform: translateY(14px); } }
.reveal { opacity: 1; }
.motion .reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s ease; }
.motion .reveal.visible { opacity: 1; transform: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .hero { min-height: 650px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding-top: 58px; }
  .hero-copy, .hero-portrait { min-width: 0; }
  .hero h1 { font-size: clamp(60px, 7.5vw, 80px); }
  .hero-portrait { min-height: 500px; }
  .hero-portrait:before { width: min(400px, 42vw); }
  .hero-portrait:after { width: min(330px, 35vw); }
  .portrait-frame { width: min(270px, 29vw); }
  .portrait-name { font-size: clamp(38px, 4.5vw, 58px); }
  .friction { grid-template-columns: 1.25fr .75fr; gap: 6%; }
  .training-image { min-height: 580px; }
  .principle { min-height: 180px; }
  .coach-card { min-height: 520px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 20px; }
  .site-header { height: 76px; padding: 0 5.5%; }
  nav { display: none; }
  .wordmark { font-size: 10px; gap: 8px; }
  .wordmark small { font-size: 7px; }
  .monogram { width: 34px; height: 34px; font-size: 11px; }
  .button-small { min-height: 40px; padding: 0 12px; gap: 13px; font-size: 10px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 45px 5.5% 28px; gap: 15px; }
  .hero:before { display: none; }
  .hero h1 { font-size: clamp(58px, 16.3vw, 80px); margin: 25px 0 22px; }
  .hero-intro { font-size: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 26px; }
  .hero-actions .button { min-height: 50px; padding: 0 17px; gap: 20px; }
  .hero-portrait { min-height: 430px; margin-top: 10px; }
  .hero-portrait:before { width: min(355px, 82vw); box-shadow: 12px 12px 0 var(--ink); }
  .hero-portrait:after { width: min(300px, 68vw); }
  .portrait-frame { width: min(245px, 56vw); border-width: 7px; }
  .portrait-name { left: 0; bottom: 10%; font-size: 44px; }
  .portrait-role { right: 0; top: 12%; font-size: 8px; }
  .portrait-tag { font-size: 8px; padding: 7px 8px; }
  .tag-one { left: 2%; top: 20%; }
  .tag-two { right: 2%; bottom: 17%; }
  .portrait-number { font-size: 54px; }
  .ticker { width: 100%; margin-left: 0; padding: 14px 0; transform: none; }
  .ticker > div { font-size: 20px; gap: 22px; }
  .section { padding: 76px 5.5%; }
  .section-number { top: 33px; right: 5.5%; font-size: 55px; }
  .friction, .training-grid, .application, .coach { grid-template-columns: 1fr; }
  .friction { gap: 38px; }
  .section h2 { font-size: clamp(52px, 15vw, 84px); }
  .friction-body { max-width: 520px; }
  .training-grid { padding-top: 4px; gap: 54px; }
  .training-image { min-height: 500px; box-shadow: 9px 9px 0 var(--blue); }
  .principle { min-height: 170px; grid-template-columns: 48px 1fr; }
  .principle h3 { font-size: 32px; }
  .application { gap: 50px; }
  .application-head { padding-left: 0; }
  .application-step { min-height: 115px; grid-template-columns: 54px 1fr; }
  .application-step h3 { font-size: 29px; }
  .application-head .application-button { width: 100%; }
  .coach { gap: 70px; }
  .coach-card { min-height: 520px; box-shadow: 11px 11px 0 var(--blue); }
  .coach-card:after { width: 360px; right: -95px; top: 92px; }
  .coach-card > img { width: min(270px, 66%); right: 33px; top: 148px; }
  .coach-stamp { width: 125px; font-size: 14px; }
  .coach-copy .button { width: 100%; }
  .final-cta { padding-top: 75px; padding-bottom: 75px; }
  .final-cta h2 { font-size: clamp(52px, 15vw, 80px); }
  body > footer { flex-wrap: wrap; gap: 20px; }
  body > footer > p { width: 100%; order: 3; }
  body > footer > a:last-child { margin-left: auto; }
  .form-shell { grid-template-rows: 70px 5px 1fr; }
  .form-header { padding: 0 5.5%; }
  .form-header .wordmark { font-size: 10px; }
  .form-stage { width: calc(100% - 42px); padding: 30px 0; max-height: calc(100dvh - 162px); }
  .form-step legend { font-size: clamp(34px, 10vw, 54px); }
  .form-note { margin: 14px 0 25px; font-size: 16px; }
  .input-grid { grid-template-columns: 1fr; gap: 21px; margin-top: 28px; }
  .input-grid .input-wide { grid-column: auto; }
  .input-grid input { font-size: 20px; }
  .profile-grid { gap: 18px; }
  .choice-list { margin-top: 28px; gap: 11px; }
  .choice { min-height: 64px; grid-template-columns: 39px 1fr; gap: 14px; padding: 10px 13px; font-size: 18px; }
  .choice-key { width: 36px; height: 36px; }
  .textarea-label { margin-top: 30px; }
  .form-controls { min-height: 87px; padding: 13px 21px max(13px, env(safe-area-inset-bottom)); }
  .form-back { min-width: 54px; width: 54px; }
  .form-back span { display: none; }
  .form-next { flex: 1; max-width: 310px; min-width: 0; }
  .form-complete h2 { font-size: clamp(54px, 16vw, 82px); }
  .form-complete > p:not(.form-count) { font-size: 17px; }
}

@media (max-width: 380px) {
  .site-header .wordmark > span:last-child { display: none; }
  .hero h1 { font-size: 56px; }
  .hero-portrait { min-height: 380px; }
  .training-image { min-height: 430px; }
  .coach-card { min-height: 450px; }
  .coach-card:after { width: 305px; }
  .coach-card > img { width: min(220px, 68%); right: 25px; top: 138px; }
}

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