:root {
  --navy: #0b2239;
  --navy-2: #123553;
  --ink: #10273d;
  --black: #101417;
  --paper: #f2f0eb;
  --white: #fff;
  --gold: #d9a66f;
  --gold-dark: #9d6739;
  --sage: #a8b3a4;
  --muted: #667481;
  --line: rgba(16, 39, 61, .18);
  --line-dark: rgba(255, 255, 255, .2);
  --display: "Oswald", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3 { overflow-wrap: normal; word-break: normal; hyphens: none; }
p { overflow-wrap: anywhere; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: 0; text-transform: uppercase; }
h1 { font-size: clamp(3.5rem, 8vw, 8.5rem); line-height: .92; margin: 0; }
h2 { font-size: clamp(2.4rem, 5vw, 5.4rem); line-height: .98; margin: 0; }
h3 { letter-spacing: 0; }

.site-header { position: sticky; top: 0; z-index: 50; height: 82px; padding: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; background: rgba(11, 34, 57, .97); color: #fff; border-bottom: 1px solid var(--line-dark); }
.brand-lockup { display: flex; align-items: center; gap: 12px; font-family: var(--display); text-transform: uppercase; font-size: 18px; letter-spacing: .08em; }
.brand-lockup img { width: 42px; height: 42px; object-fit: cover; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.site-header nav > a:not(.nav-cta) { padding: 31px 0 27px; border-bottom: 3px solid transparent; }
.site-header nav > a.active, .site-header nav > a:hover { border-color: var(--gold); }
.nav-cta, .button { display: inline-flex; min-height: 48px; padding: 13px 20px; align-items: center; justify-content: center; background: var(--gold); border: 1px solid var(--gold); color: var(--navy); font-size: 12px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-cta:hover, .button:hover { background: #efc18e; transform: translateY(-1px); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.button.secondary:hover { background: var(--ink); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: #fff; }

.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.eyebrow.dark { color: var(--gold-dark); }
.section-number { font-family: var(--display); font-size: 12px; text-transform: uppercase; color: var(--muted); }
.section-number.light { color: rgba(255,255,255,.58); }
.text-link, .quiet-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 700; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin: 22px 0 12px; }
.section-heading h3, .section-heading p { margin: 0; }
.dark-link { color: var(--ink); }
.quiet-link { color: rgba(255,255,255,.72); justify-content: center; }

.home-hero { position: relative; min-height: calc(100svh - 130px); display: flex; align-items: flex-end; padding: clamp(70px, 10vw, 150px) clamp(24px, 7vw, 110px) clamp(60px, 8vw, 110px); color: #fff; background: url("media/b4-cover.png") center 34% / cover no-repeat; isolation: isolate; }
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(4, 17, 29, .6); }
.hero-copy { width: min(920px, 78%); }
.hero-copy h1 { max-width: 900px; margin: 14px 0 26px; }
.hero-copy p { width: min(630px, 100%); margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.hero-index { position: absolute; right: clamp(20px, 5vw, 80px); bottom: clamp(50px, 7vw, 100px); display: grid; gap: 7px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.35); font-family: var(--display); text-transform: uppercase; font-size: 12px; color: rgba(255,255,255,.65); }
.hero-index span:first-child { color: var(--gold); font-size: 28px; }
.signal-strip { min-height: 48px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--gold); color: var(--navy); }
.signal-strip span { padding: 15px 20px; text-align: center; font-size: 11px; font-weight: 700; text-transform: uppercase; border-right: 1px solid rgba(11,34,57,.18); }

.editorial-section { padding: clamp(80px, 11vw, 160px) clamp(24px, 7vw, 110px); }
.problem-section { display: grid; grid-template-columns: .45fr 1.25fr 1fr; gap: clamp(30px, 5vw, 80px); background: #fff; }
.section-intro h2 { margin-top: 16px; max-width: 720px; }
.problem-copy { padding-top: 28px; font-size: 17px; color: #4f5f6d; }
.problem-copy p:first-child { margin-top: 0; }
.question-line { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid var(--line); }
.question-line span { padding: 22px 24px 0 0; font-family: var(--display); font-size: 20px; text-transform: uppercase; }

.process-section { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 900px; background: var(--navy); color: #fff; }
.process-media { min-height: 700px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: clamp(28px, 4vw, 60px); }
.process-media img { width: 100%; height: auto; max-height: 760px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center bottom; }
.process-copy { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 105px); }
.process-copy h2 { margin: 16px 0 18px; max-width: 740px; }
.process-assurance { max-width: 660px; margin: 0 0 36px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.55; }
.process-list { list-style: none; padding: 0; margin: 0 0 40px; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.process-list > li > span { color: var(--gold); font-family: var(--display); }
.process-list strong { text-transform: uppercase; }
.process-list p { margin: 4px 0 0; color: rgba(255,255,255,.66); }
.light-button { margin-top: 10px; }

.coach-band { display: grid; grid-template-columns: .92fr 1.08fr; background: var(--sage); }
.coach-photo { min-height: 680px; }
.coach-photo img { width: 100%; height: 100%; object-fit: cover; }
.coach-copy { padding: clamp(70px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.coach-copy h2 { margin: 16px 0 30px; }
.coach-copy > p { max-width: 720px; font-size: 17px; }
.credential-line { display: grid; grid-template-columns: repeat(2, 1fr); margin: 34px 0; border-top: 1px solid rgba(16,39,61,.3); }
.credential-line span { padding: 18px 20px 0 0; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.diagnostic-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 110px); background: var(--black); color: #fff; }
.diagnostic-cta h2 { margin-top: 16px; max-width: 850px; }
.diagnostic-price { display: grid; align-content: end; gap: 20px; }
.diagnostic-price strong, .large-price { font-family: var(--display); font-size: clamp(5rem, 9vw, 9rem); line-height: .8; font-weight: 500; }
.diagnostic-price > span { color: rgba(255,255,255,.68); }

.faq-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 110px); background: #fff; }
.faq-section h2 { margin-top: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 23px 0; }
.faq-list summary { cursor: pointer; font-weight: 700; text-transform: uppercase; list-style: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--gold-dark); font-size: 22px; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list p { max-width: 720px; color: var(--muted); }

.subpage { background: var(--paper); }
.page-hero { position: relative; min-height: 680px; display: flex; align-items: center; background: var(--navy); color: #fff; isolation: isolate; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(4, 17, 29, .62); }
.page-hero > div { width: min(760px, 68%); display: flex; flex-direction: column; justify-content: center; padding: clamp(65px, 9vw, 130px) clamp(24px, 7vw, 105px); }
.page-hero h1 { font-size: clamp(3.4rem, 6.5vw, 7rem); margin: 14px 0 24px; }
.page-hero p { max-width: 620px; color: rgba(255,255,255,.7); font-size: 18px; }
.page-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-height: none; object-fit: cover; }
.coach-page-hero > img { object-position: center 35%; }
.fit-hero > img { object-position: center 52%; }
.diagnostic-hero > img { object-position: 48% center; }

.bio-section, .after-report { display: grid; grid-template-columns: .35fr 1fr 1fr; gap: clamp(30px, 5vw, 70px); padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 110px); background: #fff; }
.bio-copy, .after-report > div:last-child { font-size: 17px; color: #4f5f6d; }
.method-band { padding: clamp(90px, 11vw, 160px) clamp(24px, 12vw, 190px); background: var(--sage); }
.method-band h2 { margin: 14px 0 26px; }
.method-band p { max-width: 760px; font-size: 18px; }
.simple-cta { padding: clamp(80px, 10vw, 140px) clamp(24px, 12vw, 190px); background: var(--paper); }
.simple-cta p { max-width: 700px; }
.simple-cta > div { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.dark-cta { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; background: var(--black); color: #fff; }
.dark-cta > div { display: grid; align-content: end; gap: 18px; margin: 0; }

.fit-check { padding: clamp(70px, 8vw, 110px) clamp(24px, 12vw, 190px); background: #fff; }
.fit-progress { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 620px; margin-bottom: 55px; }
.fit-progress span { padding: 10px 0; border-bottom: 2px solid var(--line); font-family: var(--display); color: #8a969e; }
.fit-progress span.current { border-color: var(--gold-dark); color: var(--ink); }
.fit-check form { max-width: 900px; }
.fit-step { display: none; border: 0; padding: 0; margin: 0; }
.fit-step.active { display: grid; gap: 12px; }
.fit-step legend { margin-bottom: 28px; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; text-transform: uppercase; }
.fit-step label { display: flex; align-items: flex-start; gap: 14px; padding: 18px; border: 1px solid var(--line); cursor: pointer; font-weight: 500; }
.fit-step label:has(input:checked) { background: #e4e8e1; border-color: var(--ink); }
.fit-step input { width: 18px; height: 18px; margin-top: 2px; }
.fit-nav { display: flex; gap: 12px; justify-content: space-between; margin-top: 36px; }
.fit-result { max-width: 800px; padding: 45px; background: var(--paper); border-left: 5px solid var(--gold-dark); }
.fit-result h2 { margin: 12px 0 20px; }
.result-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.fit-facts { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--gold); }
.fit-facts div { padding: 38px 22px; border-right: 1px solid rgba(11,34,57,.2); }
.fit-facts strong { display: block; font-family: var(--display); font-size: 44px; }
.fit-facts span { font-size: 11px; font-weight: 700; text-transform: uppercase; }

.deliverables-section { padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 110px); background: #fff; }
.deliverables-section > h2 { max-width: 1000px; margin: 14px 0 55px; }
.deliverable-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.deliverable-list article { padding: 25px 28px 0 0; border-right: 1px solid var(--line); }
.deliverable-list article + article { padding-left: 28px; }
.deliverable-list span { font-family: var(--display); color: var(--gold-dark); }
.deliverable-list h3 { text-transform: uppercase; }
.deliverable-list p { color: var(--muted); font-size: 14px; }
.movement-gallery { display: grid; grid-template-columns: repeat(3, 1fr); height: 720px; background: var(--navy); }
.movement-gallery figure { position: relative; margin: 0; overflow: hidden; border-right: 1px solid #fff; }
.movement-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.movement-gallery figcaption { position: absolute; left: 25px; bottom: 24px; color: #fff; font-family: var(--display); font-size: 28px; text-transform: uppercase; }

.checkout-page-new { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100svh - 82px); background: var(--navy); }
.checkout-summary { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px) clamp(24px, 7vw, 100px); color: #fff; }
.back-link { margin-bottom: 70px; font-size: 12px; text-transform: uppercase; color: rgba(255,255,255,.65); }
.checkout-summary h1 { font-size: clamp(3rem, 6vw, 6.5rem); margin: 12px 0 25px; }
.checkout-summary > p { color: rgba(255,255,255,.7); font-size: 17px; }
.checkout-includes { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 40px; border-top: 1px solid var(--line-dark); }
.checkout-includes span { padding: 16px 18px 0 0; font-size: 12px; text-transform: uppercase; }
.checkout-form-wrap { padding: clamp(55px, 7vw, 100px); background: #fff; }
.order-total { display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 28px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.order-total > span { font-size: 12px; text-transform: uppercase; }
.order-total strong { grid-row: 1 / 3; grid-column: 2; font-family: var(--display); font-size: 74px; line-height: .8; }
.order-total small { color: var(--muted); }
.checkout-form { display: grid; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 12px; font-weight: 700; text-transform: uppercase; }
.field label span, .field small { color: var(--muted); font-weight: 400; text-transform: none; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid #aeb9c1; border-radius: 0; background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
textarea { min-height: 120px; resize: vertical; }
.consent-row, .check { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; }
.consent-row input, .check input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }
.consent-row a { text-decoration: underline; }
.refund-note { padding: 18px; background: var(--paper); font-size: 13px; }
.refund-note p { margin: 5px 0 0; color: var(--muted); }
.checkout-button { width: 100%; }
.secure-note, .quiet-copy, .microcopy { color: var(--muted); font-size: 12px; }
.form-alert, .notice { padding: 14px 16px; background: #f4e4d4; border-left: 3px solid var(--gold-dark); }

.contact-hero, .policy-hero { padding: clamp(80px, 10vw, 140px) clamp(24px, 12vw, 190px); background: var(--navy); color: #fff; }
.contact-hero h1, .policy-hero h1 { max-width: 1000px; margin: 14px 0 22px; }
.contact-hero p, .policy-hero p { max-width: 720px; color: rgba(255,255,255,.7); font-size: 18px; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; padding: clamp(70px, 9vw, 125px) clamp(24px, 7vw, 110px); background: #fff; }
.contact-grid > div { padding: 0 35px; border-right: 1px solid var(--line); }
.contact-grid > div:first-child { padding-left: 0; }
.contact-grid > div:last-child { border: 0; }
.contact-grid span { display: block; margin-bottom: 22px; font-family: var(--display); font-size: 13px; text-transform: uppercase; color: var(--gold-dark); }
.contact-grid a, .contact-grid strong { font-size: clamp(1.25rem, 2vw, 2rem); }
.contact-grid p { color: var(--muted); }
.policy-layout { display: grid; grid-template-columns: 260px 1fr; gap: 80px; padding: clamp(70px, 9vw, 125px) clamp(24px, 7vw, 110px); background: #fff; }
.policy-layout aside { position: sticky; top: 120px; align-self: start; display: grid; border-top: 1px solid var(--line); }
.policy-layout aside a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; text-transform: uppercase; }
.policy-copy { max-width: 850px; }
.policy-copy section { padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.policy-copy section > span { color: var(--gold-dark); font-family: var(--display); }
.policy-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); margin: 7px 0 25px; }
.policy-copy h3 { margin-top: 30px; text-transform: uppercase; }
.policy-copy p { color: #4f5f6d; }
.policy-copy a { text-decoration: underline; }

.page { max-width: 1080px; margin: 0 auto; padding: 75px 24px 110px; }
.page > .eyebrow + h1 { font-size: clamp(3rem, 6vw, 6.5rem); margin: 12px 0 22px; }
.lead { max-width: 760px; font-size: 18px; color: rgba(255,255,255,.7); }
.page .lead { color: var(--muted); }
.panel { margin-top: 35px; padding: clamp(24px, 5vw, 55px); background: #fff; color: var(--ink); }
.panel h2 { font-size: clamp(2rem, 4vw, 4rem); margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field.full { grid-column: 1 / -1; }
.actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 28px; }
.stepper { display: flex; gap: 8px; margin-bottom: 30px; }
.stepper span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); }
.stepper .current { background: var(--gold); border-color: var(--gold); }
.form-step { display: none; }
.form-step.active { display: block; }
.area-field { border: 0; padding: 0; }
.area-options { display: flex; flex-wrap: wrap; gap: 8px; }
.area-options label { padding: 9px 11px; border: 1px solid var(--line); }
.area-options input { width: auto; margin-right: 6px; }
.recording-checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 20px; background: var(--line); }
.recording-checks div { padding: 18px; background: var(--paper); }
.recording-checks b { display: block; }
.upload-card { padding: 20px; margin: 14px 0; border: 1px solid var(--line); }
.upload-card > div:first-child { display: flex; gap: 12px; align-items: center; }
.upload-card h3 { margin: 0; }
.upload-number { color: var(--gold-dark); font-family: var(--display); }
.upload-status { color: var(--muted); font-size: 13px; }
.upload-card progress { width: 100%; height: 7px; margin-top: 12px; accent-color: var(--gold-dark); }
.participant-field { padding: 0; border: 0; }
.participant-field legend { margin-bottom: 10px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.participant-field label { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0; font-size: 14px; }
.participant-field input { width: 18px; height: 18px; flex: 0 0 auto; }
.guardian-fields { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 20px; background: var(--paper); border-left: 3px solid var(--gold-dark); }
.guardian-fields[hidden] { display: none; }

.coach { max-width: 1320px; margin: 0 auto; padding: 48px 24px 100px; }
.coach h1 { font-size: clamp(3rem, 6vw, 6rem); }
.coach-header { display: flex; justify-content: space-between; align-items: end; }
.coach-header > div:last-child { display: flex; align-items: center; gap: 18px; }
.coach-header form { margin: 0; }
.coach-list { margin-top: 28px; background: #fff; }
.client-row { display: grid; grid-template-columns: 1.3fr .8fr .7fr .8fr auto; gap: 16px; align-items: center; padding: 17px 20px; border-bottom: 1px solid var(--line); }
.badge { padding: 5px 8px; background: #e4e8e1; font-size: 10px; text-transform: uppercase; }
.report-form { display: none; padding: 28px 20px; background: #e9eceb; }
.report-form.open { display: block; }
.report-form .field { margin-top: 16px; }
.video-list a { margin-right: 12px; color: #27658c; text-decoration: underline; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.grid article { padding: 24px; background: var(--paper); }
.report-offer { padding-top: 28px; margin-top: 34px; border-top: 1px solid var(--line); }
.price-summary { max-width: 500px; margin: 28px auto; }
.price-summary div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); }
.success { text-align: center; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; padding: 60px clamp(24px, 7vw, 110px); background: var(--navy); color: #fff; border-top: 1px solid var(--line-dark); }
.site-footer img { width: 54px; height: 54px; margin-bottom: 16px; }
.site-footer strong { font-family: var(--display); text-transform: uppercase; }
.site-footer p, .site-footer span { color: rgba(255,255,255,.58); font-size: 12px; }
.footer-links, .footer-meta { display: grid; align-content: start; gap: 11px; font-size: 12px; text-transform: uppercase; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-header nav { position: fixed; inset: 82px 0 auto; display: none; padding: 25px; background: var(--navy); border-bottom: 1px solid var(--line-dark); }
  .site-header nav.open { display: grid; }
  .site-header nav > a:not(.nav-cta) { padding: 13px 0; }
  .problem-section, .bio-section, .after-report { grid-template-columns: 1fr 1fr; }
  .problem-section > .section-number, .bio-section > .section-number { grid-column: 1 / -1; }
  .question-line { grid-column: 1 / -1; }
  .process-section, .coach-band, .page-hero, .checkout-page-new { grid-template-columns: 1fr; }
  .process-media { min-height: 0; max-height: none; padding: 0; }
  .process-media img { height: 420px; max-height: none; aspect-ratio: auto; object-position: center 74%; transform: scale(1.1); }
  .coach-photo { order: 2; min-height: 420px; max-height: 520px; }
  .coach-copy { order: 1; }
  .coach-photo img { object-position: center 42%; }
  .page-hero > img { max-height: none; }
  .deliverable-list { grid-template-columns: repeat(2, 1fr); }
  .movement-gallery { height: 580px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .contact-grid > div:nth-child(2) { border: 0; }
  .contact-grid > div:last-child { padding-left: 0; }
}

@media (max-width: 680px) {
  h1 { font-size: clamp(3.2rem, 17vw, 5.2rem); }
  .brand-lockup span { display: none; }
  .home-hero { min-height: calc(100svh - 120px); padding-bottom: 55px; background-position: 44% center; }
  .hero-copy { width: 100%; }
  .hero-copy p { font-size: 16px; }
  .hero-index { display: none; }
  .signal-strip { grid-template-columns: repeat(2, 1fr); }
  .signal-strip span { border-bottom: 1px solid rgba(11,34,57,.18); }
  .problem-section, .bio-section, .after-report, .diagnostic-cta, .faq-section, .dark-cta { grid-template-columns: 1fr; }
  .question-line, .credential-line { grid-template-columns: 1fr; }
  .question-line span { padding-bottom: 16px; }
  .process-media { min-height: 300px; max-height: 300px; }
  .process-media img { object-position: center 74%; transform: scale(1.18); }
  .coach-photo { min-height: 300px; max-height: 340px; }
  .page-hero { min-height: 650px; }
  .page-hero > div { width: 100%; }
  .page-hero > img { height: 100%; }
  .fit-result { padding: 28px 22px; }
  .fit-facts { grid-template-columns: repeat(2, 1fr); }
  .deliverable-list { grid-template-columns: 1fr; }
  .deliverable-list article, .deliverable-list article + article { padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .movement-gallery { grid-template-columns: 1fr; height: auto; }
  .movement-gallery figure { height: 480px; border-right: 0; border-bottom: 1px solid #fff; }
  .checkout-includes, .form-grid, .recording-checks, .grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > div { padding: 0 0 35px; border-right: 0; border-bottom: 1px solid var(--line); }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-layout aside { position: static; }
  .client-row { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Private account and report workspace */
.auth-page { min-height: 72vh; display: grid; place-items: center; background: #eef0ef; }
.auth-panel { width: min(100%, 560px); padding: clamp(30px, 5vw, 58px); background: #fff; border-top: 5px solid var(--gold); }
.auth-panel h1 { margin: 12px 0 14px; font-size: clamp(42px, 5vw, 68px); }
.auth-panel form { display: grid; gap: 18px; margin: 30px 0 22px; }
.auth-panel .button { justify-self: start; }
.account-page { min-height: 70vh; padding: clamp(60px, 8vw, 110px) clamp(24px, 7vw, 110px); background: #eef0ef; }
.account-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 52px; }
.account-heading h1 { margin: 8px 0 0; color: var(--ink); }
.account-heading p { margin: 4px 0 0; color: var(--muted); }
.account-empty, .diagnostic-dashboard, .order-history { background: #fff; padding: clamp(28px, 4vw, 52px); margin-bottom: 28px; }
.dashboard-title, .dashboard-action, .coach-client-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.dashboard-title span:first-child, .report-section-heading > span, .report-summary > span, .report-context > span { color: var(--gold-dark); font-family: var(--display); text-transform: uppercase; font-size: 13px; }
.dashboard-title h2 { margin: 5px 0 0; }
.status-pill { padding: 7px 10px; border: 1px solid var(--line); text-transform: uppercase; font-size: 11px; }
.progress-track { display: grid; grid-template-columns: repeat(6,1fr); margin: 42px 0; }
.progress-step { position: relative; display: grid; align-content: start; gap: 8px; padding-right: 14px; color: #8a969e; }
.progress-step::before { content: ''; position: absolute; top: 16px; left: 32px; right: 0; height: 2px; background: var(--line); }
.progress-step:last-child::before { display: none; }
.progress-step > span { position: relative; z-index: 1; width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--line); background: #fff; font-family: var(--display); }
.progress-step.complete, .progress-step.current { color: var(--ink); }
.progress-step.complete > span { background: var(--ink); border-color: var(--ink); color: #fff; }
.progress-step.current > span { border-color: var(--gold-dark); color: var(--gold-dark); }
.progress-step.complete::before { background: var(--ink); }
.progress-step strong { font-size: 12px; text-transform: uppercase; }
.progress-step small { font-size: 11px; }
.dashboard-action { padding-top: 28px; border-top: 1px solid var(--line); }
.dashboard-action p { margin: 5px 0 0; color: var(--muted); }
.account-details { margin-top: 24px; border-top: 1px solid var(--line); }
.account-details summary { padding: 20px 0 0; cursor: pointer; font-weight: 700; }
.account-details dl { display: grid; grid-template-columns: 180px 1fr; gap: 12px 28px; margin-bottom: 0; }
.account-details dt { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.account-details dd { margin: 0; }
.order-history h2 { margin-top: 0; }
.order-history > div { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.client-row small { display: block; margin-top: 3px; color: #607481; font-weight: 400; }
.coach-client-heading { margin-bottom: 22px; }
.coach-client-heading h2, .coach-client-heading p { margin: 0; }
.report-basics { margin-top: 24px; }
.report-editor-intro { margin: 38px 0 16px; padding: 20px; background: var(--ink); color: #fff; }
.report-editor-intro p { margin: 5px 0 0; color: rgba(255,255,255,.7); }
.movement-editor { margin: 0 0 18px; padding: 24px; background: #fff; border: 1px solid #d6dbd9; }
.movement-editor > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.movement-editor > header span { color: var(--gold-dark); text-transform: uppercase; font-size: 11px; }
.movement-editor h3 { margin: 2px 0 0; }
.report-point { padding: 22px; margin-top: 14px; border: 1px solid var(--line); background: #f6f7f6; }
.report-point-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.icon-text-button { border: 0; background: transparent; color: #8b3b32; cursor: pointer; text-decoration: underline; }
.report-image-field { position: relative; min-height: 120px; padding: 14px; border: 1px dashed #9ba7ad; background: #fff; cursor: pointer; }
.report-image-field img { display: block; width: 110px; height: 135px; margin: 10px 0; object-fit: cover; }
.report-image-field small { display: block; margin-top: 8px; color: var(--muted); }
.report-close .field { margin-top: 18px; }
.client-report { background: #f4f4f1; }
.report-cover { min-height: 520px; display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: clamp(60px,9vw,130px) clamp(24px,7vw,110px); background: var(--ink); color: #fff; }
.report-cover h1 { max-width: 920px; margin: 15px 0; }
.report-date { color: var(--gold); font-family: var(--display); }
.report-summary, .report-context { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; padding: clamp(55px,7vw,90px) clamp(24px,7vw,110px); background: #fff; border-bottom: 1px solid var(--line); }
.report-summary h2 { margin-top: 0; }
.report-summary p, .report-context p { max-width: 780px; color: #4f5f6d; font-size: 19px; line-height: 1.7; }
.report-findings, .report-direction { padding: clamp(65px,8vw,110px) clamp(24px,7vw,110px); }
.report-section-heading { margin-bottom: 42px; }
.report-section-heading h2 { margin: 8px 0 0; }
.report-movement { padding: 36px 0; border-top: 1px solid var(--line); }
.report-movement > header { display: flex; gap: 18px; align-items: baseline; }
.report-movement > header span { color: var(--gold-dark); font-family: var(--display); }
.report-movement h3 { font-size: 28px; }
.finding-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.finding-card { display: grid; grid-template-columns: minmax(180px,.75fr) 1fr; background: #fff; border: 1px solid var(--line); }
.finding-card img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.finding-card > div { padding: 28px; }
.finding-card p { font-size: 17px; line-height: 1.65; }
.finding-card strong { display: block; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink); }
.finding-view { color: var(--gold-dark); font-size: 11px; text-transform: uppercase; }
.report-direction { background: var(--ink); color: #fff; }
.report-direction .report-section-heading > span { color: var(--gold); }
.report-note { max-width: 800px; margin-bottom: 35px; }
.phase-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); }
.phase-grid article { padding: 28px 28px 28px 0; border-right: 1px solid var(--line-dark); }
.phase-grid article + article { padding-left: 28px; }
.phase-grid span { color: var(--gold); font-family: var(--display); }
.phase-grid p { color: rgba(255,255,255,.7); }
.client-report > .report-offer { padding: 70px clamp(24px,7vw,110px); background: #fff; }
.report-disclaimer { display: flex; justify-content: space-between; gap: 30px; padding: 35px clamp(24px,7vw,110px); background: #fff; border-top: 1px solid var(--line); }
.report-disclaimer p { max-width: 760px; color: var(--muted); }
.retention-note { margin: 24px 0 0; padding: 15px 18px; background: var(--paper); border-left: 3px solid var(--gold-dark); color: var(--muted); font-size: 13px; }
.order-history small { display: block; margin-top: 4px; color: var(--muted); }
.account-delete { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.account-delete summary { cursor: pointer; color: #8b3b32; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.account-delete p { max-width: 650px; color: var(--muted); font-size: 13px; }
.account-delete form { display: grid; gap: 16px; max-width: 650px; }
.danger-button { background: #8b3b32; border-color: #8b3b32; color: #fff; }
.order-link { display: block; margin-top: 5px; color: var(--gold-dark); font-size: 12px; font-weight: 700; text-decoration: underline; }
.training-activation { margin-top: 24px; padding: 20px; background: #f6f7f6; border-left: 3px solid var(--gold-dark); }
.training-activation h3 { margin-top: 0; }
.training-activation form { display: grid; gap: 12px; margin-top: 18px; }
.training-access-page { min-height: 70vh; padding: clamp(60px, 8vw, 110px) clamp(24px, 7vw, 110px); background: #eef0ef; }
.training-access-panel { max-width: 760px; margin: 0 auto; padding: clamp(30px, 5vw, 64px); background: #fff; }
.training-access-panel h1 { margin: 10px 0 18px; color: var(--ink); }
.training-access-panel > p { max-width: 620px; color: var(--muted); }
.training-access-note { margin: 20px 0 0; font-size: 14px; color: var(--muted); }
.training-app-links { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.training-app-links strong { display: block; margin-bottom: 12px; color: var(--ink); }
.training-app-links > div { display: flex; flex-wrap: wrap; gap: 12px; }
.training-step-list { margin: 42px 0 26px; padding-top: 26px; border-top: 1px solid var(--line); }
.training-step-list h2 { margin: 0 0 18px; color: var(--ink); }
.training-step-list ol { margin: 0; padding-left: 22px; color: var(--ink); }
.training-step-list li { margin: 10px 0; padding-left: 6px; }
.coaching-includes { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); text-align: left; }
.coaching-includes h2 { margin: 0 0 18px; font-size: clamp(1.8rem,3vw,3rem); }
.coaching-includes ul { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.coaching-includes li { position: relative; padding: 13px 0 13px 28px; border-top: 1px solid var(--line); color: #4f5f6d; }
.coaching-includes li::before { content: '\2713'; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.next-step-page { background: #f4f4f1; }
.next-step-hero { min-height: 520px; display: flex; flex-direction: column; justify-content: end; padding: clamp(70px,9vw,130px) clamp(24px,7vw,110px); background: var(--ink); color: #fff; }
.next-step-hero h1 { max-width: 1050px; margin: 16px 0 22px; }
.next-step-hero p { max-width: 760px; color: rgba(255,255,255,.72); font-size: 18px; }
.next-step-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(320px,.65fr); gap: clamp(45px,7vw,110px); padding: clamp(70px,9vw,125px) clamp(24px,7vw,110px); background: #fff; }
.next-step-layout > div > h2 { margin: 12px 0 22px; }
.next-step-layout > div > p { max-width: 760px; color: var(--muted); font-size: 18px; }
.next-step-summary { align-self: start; position: sticky; top: 110px; display: grid; gap: 18px; padding: 30px; background: var(--paper); border-top: 5px solid var(--gold); }
.next-step-summary > span { font-size: 12px; text-transform: uppercase; }
.next-step-summary > strong { font-family: var(--display); font-size: clamp(3.5rem,6vw,6rem); line-height: .9; }
.next-step-summary > b { padding-top: 18px; border-top: 1px solid var(--line); font-size: 20px; }
.next-step-summary .quiet-link { color: var(--muted); text-decoration: underline; }
.next-step-choice { padding: clamp(55px,7vw,90px) clamp(24px,7vw,110px); background: var(--paper); }
.next-step-choice > div { max-width: 800px; }
.next-step-choice h2 { margin-top: 0; }
.error-page { min-height: 65vh; display: grid; place-items: center; padding: 70px 24px; }
.error-page > section { max-width: 720px; text-align: center; }
.sample-report .report-cover p { max-width: 700px; color: rgba(255,255,255,.7); }
.sample-finding { max-width: 960px; }
.sample-annotated-image { position: relative; min-height: 360px; overflow: hidden; }
.sample-annotated-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sample-annotated-image span { position: absolute; left: 55%; top: 34%; width: 78px; height: 78px; border: 4px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 2px rgba(11,34,57,.5); }
.sample-annotated-image span::after { content: ''; position: absolute; left: 64px; top: 64px; width: 110px; height: 4px; background: var(--gold); transform: rotate(35deg); transform-origin: left center; }
.sample-report-action { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(55px,7vw,90px) clamp(24px,7vw,110px); background: #fff; }
.sample-report-action h2 { margin: 0 0 12px; }
.sample-report-action p { max-width: 720px; margin: 0; color: var(--muted); }

@media print {
  .site-header, .site-footer, .report-offer, .report-disclaimer .text-link, .report-disclaimer .button { display: none !important; }
  .client-report, .report-summary, .report-context, .report-findings, .report-direction, .report-disclaimer { background: #fff !important; color: #111 !important; }
  .report-cover { min-height: 0; padding: 45px 30px; background: #fff !important; color: #111 !important; border-bottom: 2px solid #111; }
  .report-direction p, .phase-grid p { color: #333 !important; }
  .finding-card, .report-movement, .phase-grid article { break-inside: avoid; }
}

@media (max-width: 900px) {
  .progress-track { grid-template-columns: repeat(3,1fr); gap: 24px 0; }
  .progress-step:nth-child(3)::before, .progress-step:last-child::before { display: none; }
  .finding-grid, .phase-grid { grid-template-columns: 1fr; }
  .finding-card { grid-template-columns: 1fr 1fr; }
  .phase-grid article, .phase-grid article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .next-step-layout { grid-template-columns: 1fr; }
  .next-step-summary { position: static; }
}
@media (max-width: 600px) {
  .account-heading, .dashboard-title, .dashboard-action, .coach-client-heading, .movement-editor > header, .report-cover, .report-disclaimer { align-items: stretch; flex-direction: column; }
  .progress-track { grid-template-columns: 1fr; gap: 0; }
  .progress-step { min-height: 62px; grid-template-columns: 42px 1fr; gap: 0 10px; }
  .progress-step::before { top: 34px; bottom: 0; left: 16px; width: 2px; height: auto; right: auto; }
  .progress-step strong { align-self: center; }
  .progress-step small { grid-column: 2; }
  .progress-step:nth-child(3)::before { display: block; }
  .order-history > div { grid-template-columns: 1fr 1fr; }
  .account-details dl { grid-template-columns: 1fr; gap: 5px; }
  .account-details dd { margin-bottom: 14px; }
  .finding-card { grid-template-columns: 1fr; }
  .finding-card img { min-height: 0; aspect-ratio: 4/5; }
  .report-summary, .report-context { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .guardian-fields { grid-template-columns: 1fr; }
  .coach-header, .coach-header > div:last-child { align-items: stretch; flex-direction: column; }
  .next-step-hero { min-height: 460px; }
  .next-step-summary { padding: 24px; }
  .sample-report-action { align-items: stretch; flex-direction: column; }
}
