:root {
  --navy: #081826;
  --navy-deep: #041018;
  --navy-soft: #102a38;
  --orange: #f06a2f;
  --orange-bright: #ff7b3f;
  --bone: #f2eee5;
  --paper: #faf8f2;
  --ink: #10191d;
  --muted: #667277;
  --line-dark: rgba(242, 238, 229, .18);
  --line-light: rgba(16, 25, 29, .16);
  --display: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  --body: "Avenir Next", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--bone); color: var(--ink); font: 15px/1.55 var(--body); overflow-x: clip; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, dl, dd, ol, fieldset { margin: 0; }
fieldset { padding: 0; border: 0; min-width: 0; }
em { color: var(--orange); font-style: normal; }
::selection { background: var(--orange); color: var(--navy); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: -100px; left: 18px; z-index: 999; padding: 12px 18px; background: var(--orange); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 14px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { height: 86px; max-width: 1600px; margin: auto; padding: 0 4.5%; display: flex; align-items: center; gap: 40px; border-bottom: 1px solid var(--line-light); background: color-mix(in srgb, var(--bone) 93%, transparent); backdrop-filter: blur(15px); position: relative; z-index: 30; }
.wordmark { display: inline-flex; align-items: baseline; gap: 9px; line-height: 1; letter-spacing: .02em; }
.wordmark-name { font: 900 20px/1 var(--display); letter-spacing: -.02em; }
.wordmark-role { font-size: 8px; font-weight: 800; letter-spacing: .28em; color: var(--orange); }
nav { display: flex; gap: 30px; margin-left: auto; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
nav a { position: relative; padding: 12px 0; }
nav a::after { content: ""; position: absolute; left: 0; bottom: 8px; width: 0; height: 2px; background: var(--orange); transition: width .25s ease; }
nav a:hover::after { width: 100%; }

.button { border: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 54px; padding: 0 22px; background: var(--orange); color: var(--navy); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); background: var(--orange-bright); box-shadow: 0 12px 32px rgba(240, 106, 47, .22); }
.button span { font-size: 19px; line-height: 1; }
.button-small { min-height: 44px; padding: 0 17px; gap: 18px; }
.button-dark { background: var(--navy); color: var(--bone); }
.button-dark:hover { background: var(--navy-soft); box-shadow: 0 12px 32px rgba(8, 24, 38, .2); }
.button-ghost { border: 1px solid var(--line-light); background: transparent; color: var(--ink); }
.button-ghost:hover { background: rgba(8, 24, 38, .05); box-shadow: none; }
.button:disabled { opacity: .38; cursor: not-allowed; transform: none; box-shadow: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 9px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.light { color: var(--bone); }

.hero { min-height: 720px; max-width: 1600px; margin: auto; padding: 62px 4.5% 46px; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); grid-template-rows: 1fr auto; gap: 30px 7%; position: relative; isolation: isolate; overflow: hidden; background: var(--bone); }
.hero-grid { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(8, 24, 38, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 24, 38, .045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black 0 73%, transparent 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -340px; top: -270px; border: 110px solid rgba(240, 106, 47, .09); border-radius: 50%; z-index: -1; }
.hero-copy { align-self: center; padding: 30px 0 20px; animation: rise .8s both; }
.hero h1 { margin: 30px 0 26px; font: 950 clamp(88px, 10.5vw, 168px)/.74 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { margin-left: .15em; }
.hero-intro { max-width: 635px; font-size: clamp(18px, 1.6vw, 25px); line-height: 1.42; font-weight: 600; letter-spacing: -.015em; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 10px 0 7px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.text-link:hover { color: var(--orange); border-color: var(--orange); }

.coach-card { align-self: center; min-height: 520px; padding: 25px 27px 28px; background: var(--navy); color: var(--bone); box-shadow: 22px 22px 0 var(--orange); position: relative; overflow: hidden; animation: cardIn .9s .12s both; }
.coach-card::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid var(--line-dark); border-radius: 50%; right: -130px; top: 55px; box-shadow: 0 0 0 48px rgba(242, 238, 229, .025), 0 0 0 96px rgba(242, 238, 229, .018); }
.coach-card-top { display: flex; justify-content: space-between; font-size: 7px; font-weight: 800; letter-spacing: .2em; color: rgba(242, 238, 229, .56); }
.monogram { height: 220px; display: flex; align-items: center; justify-content: center; font: 950 210px/.8 var(--display); letter-spacing: -.16em; transform: skewY(-7deg); color: transparent; -webkit-text-stroke: 1px rgba(242, 238, 229, .28); position: relative; z-index: 1; }
.monogram span:last-child { color: var(--orange); -webkit-text-stroke: 0; mix-blend-mode: screen; opacity: .92; }
.coach-card-copy { position: relative; z-index: 1; border-top: 1px solid var(--line-dark); padding-top: 20px; }
.coach-card-copy p { font-size: 8px; font-weight: 800; letter-spacing: .24em; color: var(--orange); }
.coach-card-copy h2 { margin-top: 7px; font: 850 31px/1.05 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.credentials { margin-top: 22px; position: relative; z-index: 1; }
.credentials div { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line-dark); align-items: center; }
.credentials dt { color: var(--orange); font-size: 8px; font-weight: 900; }
.credentials dd { font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-index { grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .22em; }
.hero-index i { width: 42px; height: 1px; background: var(--line-light); }

.signal-strip { width: 100%; background: var(--orange); color: var(--navy); clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); overflow: hidden; padding: 20px 0; }
.signal-strip > div { display: flex; width: max-content; gap: 34px; align-items: center; font: 900 20px/1 var(--display); letter-spacing: .05em; animation: ticker 32s linear infinite; }
.signal-strip b { font-size: 22px; }

.section { max-width: 1600px; margin: auto; padding: 110px 4.5%; }
.approach { display: grid; grid-template-columns: 1.1fr .6fr; gap: 35px 10%; }
.section-heading h2, .application-intro h2, .closing h2, dialog h2 { margin-top: 25px; font: 950 clamp(58px, 7vw, 108px)/.82 var(--display); letter-spacing: -.055em; text-transform: uppercase; }
.approach-copy { align-self: end; border-top: 3px solid var(--orange); padding-top: 25px; }
.approach-copy .lead { font-size: clamp(18px, 1.6vw, 24px); line-height: 1.42; font-weight: 650; letter-spacing: -.018em; }
.approach-copy .support { margin-top: 22px; color: var(--muted); font-size: 12px; }
.principles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); margin-top: 55px; }
.principle { min-height: 250px; padding: 28px; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.principle:last-child { border-right: 0; }
.principle > span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.principle h3 { margin-top: auto; font: 800 32px/1 var(--display); text-transform: uppercase; }
.principle p { max-width: 330px; margin-top: 12px; color: var(--muted); font-size: 12px; }

.application { background: var(--navy); color: var(--bone); display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 6%; align-items: start; max-width: none; padding-left: max(4.5%, calc((100vw - 1600px)/2 + 4.5%)); padding-right: max(4.5%, calc((100vw - 1600px)/2 + 4.5%)); }
.application-intro { position: sticky; top: 115px; }
.application-intro h2 { font-size: clamp(58px, 6vw, 92px); }
.application-intro > p:not(.eyebrow) { margin-top: 26px; max-width: 500px; color: rgba(242, 238, 229, .7); font-size: 14px; }
.application-meta { margin-top: 43px; border-top: 1px solid var(--line-dark); }
.application-meta span { display: block; padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.application-meta b { color: var(--orange); margin-right: 13px; }

.form-shell { background: var(--paper); color: var(--ink); box-shadow: 28px 28px 0 rgba(240, 106, 47, .15); }
.form-header { min-height: 78px; padding: 18px 24px; background: var(--orange); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-header > div { display: flex; gap: 24px; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.form-header > p { font: 900 24px/1 var(--display); text-transform: uppercase; }
.stages { list-style: none; display: flex; padding: 24px 20px 18px; border-bottom: 1px solid var(--line-light); }
.stages li { flex: 1; position: relative; }
.stages li:not(:last-child)::before { content: ""; position: absolute; height: 2px; top: 11px; left: 50%; right: -50%; background: rgba(8, 24, 38, .16); }
.stages li.is-done:not(:last-child)::before { background: var(--orange); }
.stages button { width: 100%; border: 0; background: none; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 0 2px; font-size: 7px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; position: relative; z-index: 1; }
.stage-dot { width: 23px; height: 23px; border: 2px solid rgba(8, 24, 38, .28); border-radius: 50%; background: var(--paper); display: grid; place-items: center; }
.stages li.is-done .stage-dot { background: var(--orange); border-color: var(--orange); }
.stages li.is-done .stage-dot::after { content: ""; width: 7px; height: 4px; border-left: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: translateY(-1px) rotate(-45deg); }
.stages li.is-current .stage-dot { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(240, 106, 47, .18); }

#coaching-form { padding: 28px clamp(22px, 5vw, 56px) 34px; }
.form-panel { animation: panelIn .35s both; }
.panel-heading { display: flex; gap: 17px; align-items: flex-start; border-bottom: 1px solid var(--line-light); padding-bottom: 24px; margin-bottom: 28px; }
.panel-heading > span { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; background: var(--navy); color: var(--orange); border-radius: 50%; font-size: 9px; font-weight: 900; }
.panel-heading p { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.panel-heading h3 { margin-top: 5px; font: 850 clamp(29px, 3vw, 43px)/1 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.field-grid { display: grid; gap: 18px; }
.two-column { grid-template-columns: 1fr 1fr; }
.field { display: block; margin-top: 22px; }
.field > span, .field legend, .choice-field > legend, .rating-field legend { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.field b, .choice-field b, .rating-field b { color: var(--orange); }
.field input, .field textarea { width: 100%; border: 1px solid rgba(8, 24, 38, .2); border-radius: 0; background: white; padding: 14px 15px; color: var(--ink); transition: border .18s ease, box-shadow .18s ease; }
.field textarea { resize: vertical; min-height: 112px; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(240, 106, 47, .14); }
.field input::placeholder, .field textarea::placeholder { color: #899196; }
.field input.is-touched:invalid, .field textarea.is-touched:invalid { border-color: #a53224; }
.field small { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; }
.phone-control { display: grid; grid-template-columns: 126px minmax(0, 1fr); }
.phone-control select { min-width: 0; border: 1px solid rgba(8, 24, 38, .2); border-right: 0; border-radius: 0; background: rgba(8, 24, 38, .045); padding: 0 12px; color: var(--ink); font-weight: 750; cursor: pointer; }
.phone-control input { min-width: 0; }
.phone-control:focus-within { box-shadow: 0 0 0 3px rgba(240, 106, 47, .14); }
.phone-control:focus-within select, .phone-control:focus-within input { border-color: var(--orange); box-shadow: none; }
.choice-field { margin-top: 20px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid label, .rating-options label { cursor: pointer; }
.choice-grid input, .rating-options input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 57px; display: flex; align-items: center; padding: 11px 14px; border: 1px solid rgba(8, 24, 38, .18); background: white; font-size: 11px; font-weight: 750; transition: border .16s ease, background .16s ease, transform .16s ease; }
.choice-grid label > span::before { content: ""; width: 16px; height: 16px; flex: 0 0 auto; margin-right: 11px; border: 2px solid rgba(8, 24, 38, .35); }
.choice-grid input:checked + span { border-color: var(--navy); background: var(--navy); color: var(--bone); transform: translateY(-1px); }
.choice-grid input:checked + span::before { border-color: var(--orange); background: var(--orange); box-shadow: inset 0 0 0 3px var(--navy); }
.choice-grid input:focus-visible + span, .rating-options input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 3px; }
.choice-wide { grid-column: 1 / -1; }
.two-choice { grid-template-columns: repeat(2, minmax(90px, 160px)); }
.timeframe-grid { grid-template-columns: repeat(3, 1fr); }
.timeframe-grid label:nth-last-child(-n+2) { grid-column: span 1; }
.budget-grid { grid-template-columns: repeat(2, 1fr); }
.conditional-field { border-left: 3px solid var(--orange); padding-left: 16px; }
.field-error, .form-error { color: #9f281d; font-size: 10px; font-weight: 700; }
.field-error { min-height: 18px; margin-top: 7px; }
.form-error { min-height: 22px; margin-top: 20px; }

.rating-key { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rating-stack { display: grid; gap: 10px; }
.rating-field { padding: 18px; border: 1px solid var(--line-light); background: white; }
.rating-field legend { float: left; width: 50%; margin: 10px 0 0; padding-right: 12px; }
.rating-options { width: 50%; margin-left: auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.rating-options label > span { aspect-ratio: 1; min-width: 34px; display: grid; place-items: center; border: 1px solid rgba(8, 24, 38, .2); font: 850 17px/1 var(--display); transition: background .16s ease, border .16s ease, transform .16s ease; }
.rating-options input:checked + span { background: var(--orange); border-color: var(--orange); color: var(--navy); transform: translateY(-2px); }

.privacy-note { margin-top: 26px; padding: 18px; background: rgba(240, 106, 47, .11); display: flex; gap: 15px; align-items: flex-start; }
.privacy-note > span { color: var(--orange); font-size: 21px; }
.privacy-note p { font-size: 11px; }
.form-actions { display: flex; justify-content: space-between; gap: 15px; padding-top: 16px; border-top: 1px solid var(--line-light); }
.review-only-note { margin: 0 24px 24px; padding: 12px 14px; border-left: 3px solid var(--orange); background: rgba(240, 106, 47, .08); color: var(--muted); font-size: 9px; }

.closing { text-align: center; position: relative; overflow: hidden; min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.closing::before { content: "SF"; position: absolute; font: 950 520px/.75 var(--display); letter-spacing: -.16em; color: rgba(8, 24, 38, .035); z-index: -1; }
.closing .eyebrow { justify-content: center; }
.closing h2 { margin: 28px 0 38px; }

footer { min-height: 96px; max-width: 1600px; margin: auto; padding: 28px 4.5%; border-top: 1px solid var(--line-light); display: flex; align-items: center; gap: 30px; font-size: 10px; }
footer > p { margin-left: auto; color: var(--muted); }
footer > a:last-child { font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }

dialog { width: min(780px, calc(100vw - 28px)); max-height: min(900px, calc(100dvh - 28px)); border: 0; padding: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 120px rgba(0, 0, 0, .58); overflow: auto; }
dialog::backdrop { background: rgba(4, 16, 24, .82); backdrop-filter: blur(7px); }
.dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding: 28px 30px; background: var(--navy); color: var(--bone); }
.dialog-header h2 { font-size: clamp(48px, 8vw, 76px); margin-top: 18px; }
.dialog-header > button { width: 46px; height: 46px; border: 1px solid var(--line-dark); background: transparent; color: var(--bone); font-size: 28px; cursor: pointer; }
.review-summary { padding: 14px 30px; }
.review-row { display: grid; grid-template-columns: minmax(120px, .8fr) minmax(0, 1.2fr); gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line-light); }
.review-row dt { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.review-row dd { font-size: 12px; font-weight: 650; overflow-wrap: anywhere; }
.submission-status { margin: 15px 30px 0; padding: 16px 18px; border-left: 4px solid var(--orange); background: rgba(240, 106, 47, .09); }
.submission-status strong { display: block; font: 850 20px/1 var(--display); text-transform: uppercase; }
.submission-status p { margin-top: 6px; color: var(--muted); font-size: 10px; }
.submission-status[data-state="success"] { border-color: #2c8a61; background: rgba(44, 138, 97, .1); }
.submission-status[data-state="error"] { border-color: #a53224; background: rgba(165, 50, 36, .1); }
.dialog-actions { display: flex; justify-content: space-between; gap: 15px; padding: 24px 30px 30px; }

.reveal { opacity: 1; }
.motion .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.motion .reveal.visible { opacity: 1; transform: none; }

@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes cardIn { from { opacity: 0; transform: translateY(35px) rotate(2deg); } to { opacity: 1; transform: none; } }
@keyframes panelIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1.1fr .9fr; gap: 4%; }
  .hero h1 { font-size: clamp(86px, 11vw, 128px); }
  .coach-card { min-height: 490px; }
  .approach { gap: 40px 6%; }
  .application { grid-template-columns: 1fr; }
  .application-intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; margin-bottom: 55px; }
  .application-intro .eyebrow { grid-column: 1 / -1; }
  .application-intro > p:not(.eyebrow), .application-meta { align-self: end; }
  .application-meta { margin-top: 25px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 70px; padding: 0 5.5%; gap: 14px; }
  nav { display: none; }
  .site-header .button { margin-left: auto; min-height: 40px; padding: 0 13px; gap: 12px; font-size: 9px; }
  .wordmark-name { font-size: 17px; }
  .wordmark-role { font-size: 6px; }
  .hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding: 43px 5.5% 35px; gap: 28px; }
  .hero-grid { background-size: 34px 34px; }
  .hero-copy { padding: 0; }
  .hero h1 { margin: 25px 0 20px; font-size: clamp(75px, 22vw, 116px); line-height: .76; }
  .hero h1 span:nth-child(2) { margin-left: 0; }
  .hero-intro { font-size: 17px; max-width: 520px; }
  .hero-actions { margin-top: 25px; gap: 17px; flex-wrap: wrap; }
  .hero-actions .button { min-height: 49px; padding: 0 16px; gap: 15px; font-size: 9px; }
  .text-link { font-size: 8px; }
  .coach-card { min-height: 285px; padding: 18px 20px 19px; box-shadow: 11px 11px 0 var(--orange); }
  .coach-card::before { width: 250px; height: 250px; }
  .monogram { position: absolute; top: 45px; right: 30px; height: 125px; font-size: 125px; opacity: .75; }
  .coach-card-copy { margin-top: 78px; padding-top: 14px; width: 55%; }
  .coach-card-copy h2 { font-size: 23px; }
  .credentials { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .credentials div { display: block; padding: 9px 0 0; }
  .credentials dd { margin-top: 5px; font-size: 7px; line-height: 1.35; }
  .hero-index { grid-column: auto; }
  .signal-strip { padding: 11px 0; }
  .signal-strip > div { font-size: 16px; }
  .section { padding: 76px 5.5%; }
  .approach { grid-template-columns: 1fr; gap: 34px; }
  .section-heading h2, .application-intro h2, .closing h2 { font-size: clamp(54px, 15vw, 80px); }
  .approach-copy { max-width: 590px; }
  .principles { grid-column: auto; grid-template-columns: 1fr; margin-top: 20px; }
  .principle { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line-light); padding: 24px 5px; }
  .principle:last-child { border-bottom: 0; }
  .principle h3 { margin-top: 45px; }
  .application { padding-left: 5.5%; padding-right: 5.5%; }
  .application-intro { display: block; margin-bottom: 40px; }
  .application-intro > p:not(.eyebrow) { margin-top: 22px; }
  .application-meta { margin-top: 30px; }
  .form-shell { box-shadow: 10px 10px 0 rgba(240, 106, 47, .18); }
  .form-header { min-height: 66px; padding: 15px 17px; }
  .form-header > div { display: block; }
  .form-header > div p + p { margin-top: 4px; }
  .form-header > p { font-size: 20px; }
  .stages { padding: 20px 8px 15px; }
  .stages button { font-size: 6px; }
  .stage-dot { width: 21px; height: 21px; }
  #coaching-form { padding: 24px 18px 25px; }
  .panel-heading { gap: 12px; }
  .panel-heading > span { width: 34px; height: 34px; }
  .panel-heading h3 { font-size: clamp(28px, 9vw, 41px); }
  .two-column { grid-template-columns: 1fr; gap: 0; }
  .phone-control { grid-template-columns: 110px minmax(0, 1fr); }
  .choice-grid, .timeframe-grid, .budget-grid { grid-template-columns: 1fr; }
  .choice-wide { grid-column: auto; }
  .two-choice { grid-template-columns: repeat(2, 1fr); }
  .rating-field { padding: 15px; }
  .rating-field legend { float: none; width: 100%; margin: 0 0 11px; }
  .rating-options { width: 100%; margin: 0; }
  .rating-options label > span { min-width: 0; }
  .form-actions .button { min-width: 0; padding: 0 17px; }
  .review-only-note { margin: 0 18px 18px; }
  .closing { min-height: 530px; }
  footer { flex-wrap: wrap; gap: 18px; }
  footer > p { order: 3; width: 100%; margin-left: 0; }
  footer > a:last-child { margin-left: auto; }
  .dialog-header { padding: 22px 20px; }
  .dialog-header h2 { font-size: 48px; }
  .review-summary { padding: 10px 20px; }
  .review-row { grid-template-columns: 1fr; gap: 4px; padding: 12px 0; }
  .submission-status { margin: 14px 20px 0; }
  .dialog-actions { padding: 20px; }
  .dialog-actions .button { padding: 0 14px; font-size: 9px; gap: 12px; }
}

@media (max-width: 390px) {
  .site-header .wordmark-role { display: none; }
  .hero h1 { font-size: 76px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .coach-card-copy { width: 62%; }
  .credentials dd { font-size: 6px; }
  .form-header > div p:first-child { display: none; }
}

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