:root {
  --ivory: #f3f1eb;
  --paper: #fbfaf6;
  --white: #fff;
  --charcoal: #17201d;
  --muted: #69716d;
  --accent: #9fbd27;
  --accent-strong: #60790c;
  --accent-soft: #c8dc67;
  --sage: #78877b;
  --line: rgba(23, 32, 29, .16);
  --max: 1540px;
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; background: var(--ivory); }
body { margin: 0; overflow-x: clip; color: var(--charcoal); background: var(--ivory); font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { color: var(--charcoal); background: var(--accent-soft); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.icon-arrow { width: 1.15em; height: 1.15em; flex: 0 0 auto; display: inline-block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--accent-strong); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
img { display: block; }
section[id] { scroll-margin-top: var(--header-height); }
.page-shell { width: min(calc(100% - 96px), var(--max)); margin-inline: auto; }
.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; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--charcoal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--charcoal); background: rgba(251, 250, 246, .94); border-bottom: 1px solid rgba(23,32,29,.08); backdrop-filter: blur(18px); }
.header-shell { width: min(calc(100% - 64px), 1660px); min-height: 86px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 48px; }
.wordmark { width: max-content; display: block; color: var(--charcoal); line-height: 1; }
.wordmark-main { width: 100%; display: flex; justify-content: space-between; align-items: baseline; font-size: 24px; font-weight: 850; }
.wordmark-main i { font-style: normal; }
.wordmark small { width: 100%; margin-top: 5px; display: block; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .34em; line-height: 1.4; text-align: center; text-transform: uppercase; white-space: nowrap; }
.desktop-nav { display: flex; gap: 38px; font-size: 15px; font-weight: 600; }
.desktop-nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: var(--accent-strong); }
.header-cta { min-height: 54px; padding: 0 28px; justify-self: end; display: inline-flex; align-items: center; gap: 28px; color: var(--white); background: var(--charcoal); font-size: 15px; font-weight: 600; }
.header-cta .icon-arrow { color: var(--accent-soft); }
.mobile-menu { display: none; }

.button { min-height: 54px; padding: 0 28px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-size: 15px; font-weight: 600; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--charcoal); background: var(--accent-soft); }
.button-light { color: var(--charcoal); background: var(--paper); }
.button-dark { color: var(--white); background: var(--charcoal); }

.hero { position: relative; height: 100svh; padding-top: var(--header-height); display: flex; align-items: center; overflow: hidden; color: var(--white); background: #29302d; }
.hero-image, .therapy-image, .training-image, .owner-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.ai-disclosure { position: absolute; right: clamp(6px, .9vw, 14px); bottom: clamp(6px, .9vw, 14px); z-index: 4; width: clamp(126px, 9vw, 156px); pointer-events: none; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .2)); }
.ai-disclosure img { width: 100%; height: auto; }
.ai-disclosure-top { top: clamp(6px, .9vw, 14px); bottom: auto; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,18,16,.87) 0%, rgba(13,18,16,.67) 34%, rgba(13,18,16,.18) 66%, rgba(13,18,16,.05) 100%), linear-gradient(0deg, rgba(12,17,15,.45), transparent 42%); }
.hero-content { position: relative; z-index: 2; padding-block: clamp(58px, 8vh, 100px); }
.eyebrow { margin-bottom: 34px; color: #e8eed8; font-size: 14px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; margin-right: 14px; display: inline-block; vertical-align: middle; background: var(--accent-soft); }
.hero h1 { max-width: 860px; margin-bottom: 32px; font-size: clamp(68px, 8.6vw, 150px); font-weight: 750; line-height: .86; letter-spacing: -.075em; }
.hero h1 em { display: block; color: var(--accent-soft); font-style: normal; font-weight: 450; }
.hero-lead { max-width: 650px; margin-bottom: 38px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.section-kicker { margin-bottom: 42px; display: flex; align-items: center; gap: 15px; color: var(--sage); font-size: 18px; font-weight: 680; letter-spacing: .08em; text-transform: uppercase; }
.section-kicker::after { content: ""; width: 52px; height: 1px; background: var(--line); }
.section-kicker.light { color: #b8c1bc; }
.section-kicker.light::after { background: rgba(255,255,255,.22); }

.intro-section { padding-block: 150px; }
.intro-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 11vw; }
.intro-layout h2, .services-copy > h2, .section-title-row h2, .pricing-header h2, .about-title-wrap h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(50px, 5.7vw, 94px); font-weight: 650; line-height: .98; letter-spacing: -.06em; }
.intro-layout > div { max-width: 640px; padding-top: 12px; color: var(--muted); }
.lead-copy { color: var(--charcoal); font-size: clamp(22px, 2.1vw, 34px); font-weight: 520; line-height: 1.35; letter-spacing: -.025em; }

.services-section { min-height: 100svh; display: grid; grid-template-columns: 46% 54%; align-items: start; background: var(--paper); }
.therapy-image-wrap { position: sticky; top: var(--header-height); height: calc(100svh - var(--header-height)); overflow: hidden; }
.therapy-image { object-fit: cover; object-position: center; }
.services-copy { padding: 105px clamp(48px, 6vw, 120px); }
.services-copy > h2 { max-width: 750px; margin-bottom: 68px; font-size: clamp(50px, 5.4vw, 88px); }
.service-list { border-top: 1px solid var(--line); }
.service-row { position: relative; padding: 32px 46px 32px 0; border-bottom: 1px solid var(--line); }
.service-eyebrow { margin-bottom: 7px; display: block; color: var(--sage); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.service-row h3 { margin-bottom: 10px; font-size: clamp(25px, 2.2vw, 38px); font-weight: 650; letter-spacing: -.04em; }
.service-row p { max-width: 660px; margin-bottom: 12px; color: var(--muted); font-size: 15px; }
.service-items { color: #48514d; font-size: 13px; font-weight: 600; }
.service-row > a { position: absolute; top: 32px; right: 2px; display: inline-flex; color: var(--accent-strong); font-size: 20px; }

.section-spacer { height: clamp(44px, 6vw, 96px); background: var(--white); }
.image-manifesto { position: relative; height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.training-image { object-fit: cover; object-position: center; }
.manifesto-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,21,19,.7), rgba(15,21,19,.04) 70%), linear-gradient(0deg, rgba(15,21,19,.68), transparent 65%); }
.manifesto-copy { position: relative; z-index: 1; padding-bottom: 90px; }
.manifesto-copy p { margin-bottom: 18px; color: var(--accent-soft); font-size: 14px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.manifesto-copy h2 { max-width: 980px; margin-bottom: 34px; font-size: clamp(52px, 6.7vw, 112px); font-weight: 650; line-height: .92; letter-spacing: -.07em; }

.courses-section { padding-block: 145px; }
.section-title-row { margin-bottom: 66px; }
.section-title-row h2 { max-width: 980px; }
.course-list { border-top: 1px solid var(--line); }
.course-row { min-height: 126px; padding: 28px 12px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(280px, 1fr) minmax(340px, 1fr); align-items: center; gap: 48px; transition: padding .2s ease, background .2s ease; }
.course-row:hover { padding-inline: 26px; background: var(--paper); }
.course-row h3 { margin-bottom: 4px; font-size: 29px; font-weight: 650; letter-spacing: -.035em; }
.course-row p, .course-row time { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.course-row time { font-weight: 650; }
.course-hint { max-width: 470px; margin-top: 11px; padding-left: 12px; border-left: 2px solid var(--accent); display: block; color: var(--muted); font-size: 12px; font-weight: 520; line-height: 1.5; }
.jobs-band { margin-top: 72px; padding: 42px 48px; display: grid; grid-template-columns: 120px 1.2fr 1fr auto; align-items: center; gap: 42px; color: var(--white); background: var(--charcoal); }
.jobs-band > span { color: var(--accent-soft); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.jobs-band i { width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; display: inline-block; background: var(--accent); box-shadow: 0 0 0 5px rgba(159,189,39,.18); }
.jobs-band h3 { margin-bottom: 0; font-size: 27px; font-weight: 650; line-height: 1.15; }
.jobs-band p { margin-bottom: 0; color: #b6c0bb; font-size: 14px; }
.jobs-band > a { display: inline-flex; align-items: center; gap: 9px; color: var(--accent-soft); font-size: 14px; font-weight: 650; white-space: nowrap; }

.pricing-section { padding-block: 135px 85px; background: #e7eadc; }
.pricing-header { display: grid; grid-template-columns: 1fr 1.7fr .8fr; align-items: end; gap: 70px; }
.pricing-header .section-kicker { margin-bottom: 11px; }
.pricing-header h2 { font-size: clamp(56px, 6.4vw, 102px); }
.pricing-header > p { margin-bottom: 10px; color: var(--muted); font-size: 15px; }
.pricing-layout { margin-top: 80px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
.membership-price { position: sticky; top: var(--header-height); height: calc(100svh - var(--header-height)); min-height: 0; padding: clamp(44px, 5vw, 80px); display: flex; flex-direction: column; color: var(--white); background: var(--charcoal); }
.membership-price > span, .price-lists h3 { color: var(--accent-soft); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.giant-price { margin: 80px 0 35px; display: flex; align-items: flex-start; }
.giant-price strong { font-size: clamp(82px, 9vw, 148px); font-weight: 530; line-height: .78; letter-spacing: -.08em; }
.giant-price sup { margin-left: 12px; color: var(--accent-soft); font-size: 26px; }
.giant-price small { align-self: flex-end; margin: 0 0 3px 12px; color: #aab4af; font-size: 10px; }
.membership-price > p { max-width: 500px; color: #c1c9c5; }
.membership-price ul { margin: 18px 0 40px; padding: 0; list-style: none; }
.membership-price li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #e5e9e7; font-size: 14px; }
.membership-price .button { margin-top: auto; align-self: flex-start; color: var(--charcoal); background: var(--accent-soft); }
.price-lists { background: var(--paper); }
.price-lists article { padding: clamp(38px, 4vw, 66px); }
.price-lists h3 { margin-bottom: 28px; color: var(--sage); }
.price-lists article > div { padding: 11px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 14px; }
.price-lists strong { color: var(--charcoal); white-space: nowrap; }
.price-lists article > p { margin: 20px 0 0; color: var(--muted); font-size: 13px; }

.about-section { padding-block: 160px; overflow: hidden; background: var(--paper); }
.about-title-wrap h2 { max-width: 1200px; }
.about-title-wrap h2 em { color: var(--accent-strong); font-style: normal; font-weight: 450; }
.about-detail { margin-top: 90px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; align-items: center; }
.owner-portrait { position: relative; min-height: min(72vw, 720px); margin: 0; overflow: hidden; background: #e7e4dc; }
.owner-picture { display: contents; }
.owner-portrait img { object-fit: cover; object-position: center 25%; }
.owner-portrait figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 22px 26px; display: flex; align-items: baseline; justify-content: space-between; gap: 24px; color: var(--white); background: linear-gradient(0deg, rgba(15,21,19,.9), rgba(15,21,19,.12)); }
.owner-portrait figcaption strong { font-size: 19px; font-weight: 650; }
.owner-portrait figcaption span { color: #d6ddd9; font-size: 12px; }
.about-detail > div:last-child { max-width: 680px; color: var(--muted); }
.tags { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px 24px; }
.tags span { color: #4b5550; font-size: 10px; }

.contact-section { padding-block: 145px; color: var(--white); background: var(--charcoal); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.contact-copy h2 { max-width: 700px; margin-bottom: 30px; font-size: clamp(58px, 6.5vw, 108px); }
.contact-copy > p { max-width: 580px; color: #aeb8b3; }
.contact-links { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-links a { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 90px 1fr 20px; gap: 18px; align-items: start; }
.contact-links small { color: #929d97; font-size: 12px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.contact-links strong { font-size: 17px; font-weight: 500; line-height: 1.45; }
.contact-links .icon-arrow { color: var(--accent-soft); }
.reception-hours { margin-top: 26px; padding-left: 18px; border-left: 2px solid var(--accent-soft); display: flex; flex-direction: column; }
.reception-hours small { color: #929d97; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.reception-hours strong { margin-top: 3px; font-size: 14px; }

.contact-form { padding: clamp(35px, 4vw, 64px); color: var(--charcoal); background: var(--paper); }
.form-trap { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.form-heading { margin-bottom: 35px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.form-heading span { font-size: 26px; font-weight: 650; letter-spacing: -.035em; }
.form-heading small { max-width: 240px; color: var(--muted); font-size: 12px; text-align: right; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { margin-bottom: 23px; display: flex; flex-direction: column; }
.contact-form label > span:first-child { margin-bottom: 6px; color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px 2px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--charcoal); background: transparent; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent-strong); }
.contact-form textarea { resize: vertical; }
.form-help { margin: -12px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-privacy { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.form-privacy button { padding: 0; border: 0; color: var(--charcoal); background: none; text-decoration: underline; cursor: pointer; }
.form-status { margin: 20px 0 0; padding: 13px 15px; border-left: 3px solid var(--accent-strong); color: var(--charcoal); background: #edf1e1; font-size: 13px; line-height: 1.5; }
.form-status.is-error { border-color: #9a3f35; background: #f5e8e4; }
.form-status[hidden] { display: none; }
.form-submit { width: 100%; margin-top: 27px; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }

.site-footer { padding-block: 26px; color: var(--white); background: #111714; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; color: #8a9590; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom button { padding: 0; border: 0; color: inherit; background: none; font: inherit; letter-spacing: inherit; text-transform: inherit; cursor: pointer; }

.legal-dialog { width: min(calc(100% - 48px), 900px); height: min(780px, calc(100vh - 80px)); height: min(780px, calc(100dvh - 80px)); max-height: calc(100vh - 80px); max-height: calc(100dvh - 80px); padding: 0; border: 0; color: var(--charcoal); background: var(--ivory); box-shadow: 0 30px 90px rgba(0,0,0,.3); overflow: hidden; }
.legal-dialog::backdrop { background: rgba(10,14,12,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 18px; right: 18px; z-index: 2; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); color: var(--charcoal); background: var(--paper); font-size: 13px; cursor: pointer; }
.legal-page { height: 100%; min-height: 0; padding: 70px 48px; background: var(--ivory); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; -webkit-overflow-scrolling: touch; }
.legal-shell { width: min(100%, 760px); margin: 0 auto; }
.legal-kicker { margin-bottom: 12px; color: var(--accent-strong); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.legal-shell h1 { margin-bottom: 22px; font-size: clamp(46px, 7vw, 76px); font-weight: 650; line-height: 1; letter-spacing: -.06em; overflow-wrap: anywhere; }
.legal-meta { margin-bottom: 60px; color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.legal-shell section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-shell h2 { margin-bottom: 16px; font-size: 24px; font-weight: 650; }
.legal-shell section p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.legal-shell section p + p { margin-top: 14px; }
.legal-shell code { padding: 2px 5px; color: var(--charcoal); background: var(--paper); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .92em; }
.legal-placeholder { padding-left: 14px; border-left: 2px solid var(--accent-strong); }
.legal-shell section a { color: var(--charcoal); text-decoration: underline; }

.reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(.22, .61, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-media {
  opacity: 0;
  transform: scale(1.012);
  transition:
    opacity 850ms ease,
    transform 950ms cubic-bezier(.22, .61, .36, 1);
}

.reveal.is-visible,
.reveal-media.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1150px) {
  .header-shell { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; justify-self: end; }
  .mobile-menu summary { width: 48px; height: 48px; padding: 0; border: 0; display: grid; place-items: center; background: transparent; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .burger-icon { width: 22px; height: 16px; display: flex; flex-direction: column; justify-content: space-between; }
  .burger-icon i { width: 100%; height: 2px; border-radius: 2px; display: block; background: var(--charcoal); }
  .mobile-menu nav { position: absolute; top: 50px; right: 0; width: 220px; padding: 10px; border: 1px solid var(--line); display: flex; flex-direction: column; background: var(--paper); box-shadow: 0 20px 45px rgba(23,32,29,.15); }
  .mobile-menu nav a { padding: 11px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .services-section { grid-template-columns: 41% 59%; }
  .services-copy { padding-inline: 48px; }
  .jobs-band { grid-template-columns: 100px 1fr 1fr; }
  .jobs-band > a { grid-column: 2 / -1; }
  .pricing-header { grid-template-columns: 1fr 2fr; }
  .pricing-header > p { grid-column: 2; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 860px) {
  .page-shell { width: min(calc(100% - 36px), var(--max)); }
  .header-shell { width: calc(100% - 32px); min-height: 68px; }
  .wordmark-main { font-size: 20px; }
  .wordmark small { margin-top: 4px; font-size: 6.5px; letter-spacing: .34em; }
  .section-kicker { font-size: 15px; }
  .hero { height: 100svh; min-height: 0; padding-top: var(--header-height); align-items: flex-end; }
  .hero-image { object-position: 72% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(10,14,12,.93) 0%, rgba(10,14,12,.72) 46%, rgba(10,14,12,.08) 80%); }
  .hero-content { padding-block: 110px 76px; }
  .hero h1 { font-size: clamp(55px, 16vw, 100px); }
  .hero-lead { font-size: 17px; }
  .intro-section { padding-block: 95px; }
  .intro-layout { grid-template-columns: 1fr; gap: 46px; }
  .services-section { min-height: 0; grid-template-columns: 1fr; }
  .therapy-image-wrap { position: relative; top: auto; height: calc(100svh - var(--header-height)); min-height: 0; }
  .therapy-image { object-position: 56% center; }
  .services-copy { padding: 85px 18px; }
  .services-copy > h2 { margin-bottom: 52px; }
  .image-manifesto { height: 100svh; min-height: 0; }
  .training-image { object-position: 62% center; }
  .manifesto-shade { background: linear-gradient(0deg, rgba(12,17,15,.85), rgba(12,17,15,.08) 85%); }
  .manifesto-copy { padding-bottom: 60px; }
  .courses-section { padding-block: 95px; }
  .course-row { grid-template-columns: 1fr; gap: 12px; }
  .jobs-band { padding: 34px 28px; grid-template-columns: 1fr; gap: 18px; }
  .jobs-band > a { grid-column: auto; }
  .pricing-section { padding-block: 95px 70px; }
  .pricing-header { grid-template-columns: 1fr; gap: 12px; }
  .pricing-header > p { grid-column: auto; }
  .pricing-layout { margin-top: 52px; grid-template-columns: 1fr; }
  .membership-price { position: relative; top: auto; height: auto; min-height: calc(100svh - var(--header-height)); }
  .about-section { padding-block: 100px; }
  .about-detail { margin-top: 65px; grid-template-columns: 1fr; gap: 65px; }
  .contact-section { padding-block: 95px; }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .legal-dialog { width: calc(100% - 24px); height: calc(100vh - 24px); height: calc(100dvh - 24px); max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); }
  .legal-page { padding: 68px 24px 48px; }
}

@media (max-width: 560px) {
  .hero-image { object-position: 76% center; }
  .therapy-image { object-position: 58% center; }
  .training-image { object-position: 68% center; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .section-kicker { margin-bottom: 30px; }
  .intro-layout h2, .services-copy > h2, .section-title-row h2, .pricing-header h2, .about-title-wrap h2, .contact-copy h2 { font-size: clamp(46px, 14.5vw, 74px); }
  .service-row { padding-right: 0; }
  .course-row { padding-inline: 0; }
  .course-row h3 { font-size: 21px; }
  .course-row time { font-size: 13px; }
  .owner-portrait { min-height: 78svh; }
  .owner-portrait figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .giant-price { margin-top: 65px; flex-wrap: wrap; }
  .giant-price strong { font-size: 82px; }
  .giant-price small { width: 100%; margin: 12px 0 0; }
  .price-lists article > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .form-heading small { text-align: left; }
  .contact-links a { grid-template-columns: 66px 1fr 16px; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .footer-bottom nav { justify-content: center; }
  .legal-dialog { width: calc(100% - 16px); height: calc(100vh - 16px); height: calc(100dvh - 16px); max-height: calc(100vh - 16px); max-height: calc(100dvh - 16px); }
  .dialog-close { top: 12px; right: 12px; }
  .legal-page { padding: 64px 18px 40px; scrollbar-gutter: auto; }
  .legal-shell h1 { font-size: clamp(42px, 14vw, 62px); }
  .legal-meta { margin-bottom: 42px; }
  .legal-shell section { padding: 24px 0; }
  .legal-shell h2 { font-size: 21px; }
}

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