:root {
  color-scheme: light;
  --paper: #f8f7f1;
  --cream: #eeeee4;
  --sage: #dfe6d9;
  --ink: #233f37;
  --muted: #5d6a62;
  --line: #d8ddd2;
  --water: #285e68;
  --white: #fffefa;
  --font-title: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', Arial, sans-serif;
  --header-height: 5.5rem;
  --bg-primary: var(--paper);
  --bg-secondary: var(--cream);
  --text-primary: var(--ink);
  --text-muted: var(--muted);
  --accent-gold-dark: var(--ink);
  --color-pilates: var(--ink);
  --color-aquafit: var(--water);
}

* { box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 3.5rem); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.75 var(--font-sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.aqua-page { --ink: #244f57; --sage: #dce8e6; --line: #cfdbd8; --muted: #56696a; }
main:focus { outline: none; }
::selection { color: var(--ink); background: var(--sage); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button, summary { cursor: pointer; }
a, button, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
svg { display: inline-block; width: 1.25rem; height: 1.25rem; flex: 0 0 auto; vertical-align: middle; }
figure { margin: 0; }
h1,h2,h3,h4,p { margin: 0; }
h1,h2,h3,h4 { font-family: var(--font-title); font-weight: 500; line-height: 1.05; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.3rem, 5.8vw, 5.75rem); }
h2 { font-size: clamp(2.65rem, 4.4vw, 4.25rem); }
h3 { font-size: 2rem; }
h4 { font-size: 1.75rem; }
h1 em,h2 em { font-weight: 500; }
p { color: var(--muted); }
p + p { margin-top: 1rem; }
p a, address a { text-decoration: underline; text-underline-offset: .25em; }
strong { color: var(--ink); font-weight: 600; }
ul,ol { padding-left: 1.3rem; }
[hidden] { display: none !important; }
.container,.nav-container { width: min(100% - 6rem, 78rem); margin-inline: auto; }
.section-padding { padding-block: 6.5rem; }
.eyebrow,.service-tag { display: block; font: 600 .75rem/1.6 var(--font-sans); letter-spacing: .13em; text-transform: uppercase; margin-bottom: 1.25rem; }
.small { font-size: .875rem; }
.location-intro { margin-bottom: 1.5rem; }
.text-center { text-align: center; }
.actions { display: flex; align-items: center; gap: 1.75rem; flex-wrap: wrap; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 3.5rem; border: 1px solid transparent; border-radius: 4rem; padding: .85rem 1.5rem; font-size: .875rem; font-weight: 600; line-height: 1.5; text-decoration: none; transition: background .2s, color .2s, border-color .2s; }
.btn-primary,.btn-pilates { background: var(--ink); color: var(--white); }
.btn-aquafit { background: var(--water); color: var(--white); }
.btn-primary:hover,.btn-pilates:hover,.btn-aquafit:hover { background: #456657; }
.btn-light { background: #edf0e5; color: #233f37; }
.btn-light:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; padding-block: .5rem; font-size: .875rem; line-height: 1.5; font-weight: 600; border-bottom: 1px solid currentColor; text-decoration: none; }
.text-link:hover { opacity: .75; }
.skip-link { position: fixed; left: 1rem; top: 1rem; padding: 1rem; background: var(--white); z-index: 999; transform: translateY(-200%); }
.skip-link:focus { transform: none; }

/* Shared navigation stays readable over every page. */
.main-header { height: var(--header-height); position: sticky; top: 0; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-container { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; gap: .75rem; align-items: center; flex-shrink: 0; }
.brand-mark { width: 2.5rem; height: 2.5rem; }
.brand-name { font: 500 1.75rem/1.05 var(--font-title); letter-spacing: -.04em; }
.brand-sub { display: block; margin-top: .4rem; font: 500 .75rem/1.25 var(--font-sans); letter-spacing: .13em; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 2rem; }
.nav-link { display: inline-flex; align-items: center; min-height: 2.75rem; font-size: .875rem; font-weight: 500; position: relative; }
.nav-link::after { content: ''; position: absolute; left: 0; right: 100%; bottom: .4rem; height: 1px; background: currentColor; transition: right .2s; }
.nav-link:hover::after,.nav-link.active::after { right: 0; }
.header-cta { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: .65rem 1.2rem; border: 1px solid #758b7b; border-radius: 3rem; font-size: .875rem; font-weight: 500; white-space: nowrap; }
.header-cta:hover { background: var(--sage); }
.mobile-nav-toggle { display: none; background: transparent; border: 1px solid var(--line); border-radius: 50%; width: 2.75rem; height: 2.75rem; padding: .8rem .6rem; }
.mobile-nav-toggle span { display: block; background: var(--ink); height: 1px; margin: .25rem 0; transition: transform .2s; }
.mobile-nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.mobile-nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-2px) rotate(-45deg); }
.mobile-nav-menu { position: fixed; inset: var(--header-height) 0 0; z-index: 99; background: var(--paper); padding: 2rem 1.5rem 3rem; overflow-y: auto; }
.mobile-nav-menu .nav-link { display: flex; padding-block: 1.1rem; border-bottom: 1px solid var(--line); font-family: var(--font-title); font-size: 2rem; }

/* Homepage: an open editorial layout with photography at its centre. */
.hero { display: grid; grid-template-columns: .95fr 1.1fr; gap: 3.5rem; align-items: center; padding-block: 3.75rem 3rem; }
.hero .eyebrow { display: flex; align-items: center; gap: .65rem; }
.location-dot { width: .4rem; height: .4rem; border-radius: 50%; background: #6b8064; flex-shrink: 0; }
.hero h1 { line-height: .96; }
.hero h1 em { display: block; font-size: clamp(2.65rem,3.7vw,3.7rem); line-height: 1.15; margin-top: .75rem; }
.hero-intro { margin-top: 1.75rem; max-width: 29rem; }
.insurance-note { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; padding: 1.1rem 1.25rem; border: 1px solid var(--line); border-radius: .5rem; background: var(--cream); }
.insurance-note > img { width: 3.5rem; height: 3.5rem; object-fit: contain; flex-shrink: 0; }
.insurance-note > span { min-width: 0; }
.insurance-note strong { display: block; font-size: 1.125rem; line-height: 1.4; }
.insurance-note span > span { display: block; margin-top: .4rem; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.insurance-note:hover { border-color: #899e8a; }
.hero .actions { gap: 1.2rem; }
.hero-media { align-self: stretch; min-height: 30.5rem; position: relative; display: flex; flex-direction: column; }
.hero-image { width: 100%; height: 100%; max-height: 38rem; min-height: 29rem; object-fit: cover; object-position: 50% 58%; border-radius: 10rem .5rem .5rem .5rem; flex: 1; }
.hero-media figcaption { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem .15rem 0; font-size: .75rem; letter-spacing: .035em; }
.caption-mark { font-size: 1.3rem; }
.trust-strip { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); padding-block: 1.2rem; gap: 2rem; }
.trust-strip > span { display: flex; align-items: center; justify-content: center; gap: .7rem; font-size: .875rem; }
.trust-strip > span + span { border-left: 1px solid var(--line); }
.trust-strip .brand-mark { width: 1.8rem; height: 1.8rem; }
.trust-check { width: 1.65rem; height: 1.65rem; border: 1px solid #94a78f; border-radius: 50%; text-align: center; font-size: .875rem; line-height: 1.5rem; }
.trust-wave { font-size: 2.2rem; line-height: .8; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.section-heading > p { max-width: 25rem; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.offer-card { min-width: 0; }
.offer-image { display: block; position: relative; border-radius: .5rem; overflow: hidden; background: var(--sage); }
.offer-image img { width: 100%; aspect-ratio: 1.57; object-fit: cover; }
.offer-location { margin-bottom: 1rem; color: inherit; font-size: 1rem; font-weight: 600; line-height: 1.5; }
.offer-heading { display: flex; justify-content: space-between; align-items: center; margin: 1.75rem 0 .8rem; }
.offer-heading h3 { font-size: 3rem; }
.offer-index { font-size: .75rem; color: var(--muted); }
.offer-facts { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; color: var(--muted); font-size: .875rem; }
.offer-facts span + span::before { content: '·'; margin-right: .8rem; }
.offer-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.2rem; margin-top: .3rem; border-bottom: 1px solid #899e8a; font-size: .875rem; font-weight: 600; }
.offer-link:hover { color: #607d60; }
.offer-card.aqua { color: var(--water); }
.chair-feature { padding: 3.5rem 4rem; display: grid; grid-template-columns: 1.2fr .65fr; gap: 4rem; align-items: center; background: var(--sage); border-radius: .5rem; }
.chair-feature h2 { margin-bottom: 1.4rem; }
.chair-feature p { max-width: 35rem; }
.chair-time { font-weight: 600; color: var(--ink); }
.chair-price { font-weight: 600; color: var(--ink); }
.chair-time + .chair-price { margin-top: .35rem; }
.flyer-preview { justify-self: center; width: min(100%, 16rem); box-shadow: 0 .65rem 2.5rem #243e3720; transform: rotate(3deg); transition: transform .2s; }
.flyer-preview:hover { transform: rotate(0); }
.flyer-preview img { width: 100%; height: auto; }
.home-page #Pilates-auf-dem-Stuhl { padding-top: 0; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.editorial-image img { width: 100%; object-fit: cover; aspect-ratio: 1.1; border-radius: .5rem; }
.editorial-image figcaption { font: italic 500 1.5rem/1.3 var(--font-title); margin-top: 1rem; }
.service-content h2 { margin-bottom: 1.6rem; }
.service-content .text-link { margin-top: 1.5rem; }
.about-home { background: var(--cream); }
.about-home .editorial-image img { aspect-ratio: 1.15; border-radius: .5rem 7rem .5rem .5rem; }
.workshop-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 5rem; }
.workshop-grid .service-image-wrapper { background: var(--cream); padding: 2rem; border-radius: .5rem; }
.workshop-grid img { width: 100%; height: auto; }
.workshop-grid h2 { font-size: clamp(2.6rem, 4vw, 3.7rem); }
.workshop-intro { font: italic 500 1.75rem/1.2 var(--font-title); margin: 1rem 0; }
.workshop-features { display: grid; gap: .75rem; margin-block: 1.8rem; }
.feature-item { display: flex; align-items: start; gap: .7rem; font-size: .875rem; }
.feature-icon { width: 1rem; height: 1rem; margin-top: .2rem; color: var(--ink); }

/* Course pages keep schedules and prices one tap away. */
.course-hero { padding-block: 3.75rem; }
.course-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.course-hero h1 { font-size: clamp(3.1rem,5.4vw,5rem); margin-block: 1rem 1.5rem; }
.course-hero .eyebrow { margin: 1.5rem 0 0; }
.course-hero-grid > div > p { max-width: 32rem; }
.course-hero figure img { width: 100%; height: 28rem; object-fit: cover; border-radius: .5rem 7rem .5rem .5rem; }
.room-page .course-hero p + .btn { margin-top: 2rem; }
.breadcrumb { color: var(--muted); font-size: .75rem; }
.sub-navigation { position: sticky; top: var(--header-height); z-index: 50; background: var(--paper); border-block: 1px solid var(--line); }
.sub-nav-menu { display: flex; align-items: center; justify-content: space-between; gap: 2rem; overflow-x: auto; scrollbar-width: thin; }
.sub-nav-link { display: block; padding-block: 1.1rem; font-size: .875rem; white-space: nowrap; }
.sub-nav-link:hover { text-decoration: underline; text-underline-offset: .3em; }
.schedule-section { background: var(--cream); }
.schedule-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: start; }
.aqua-page .schedule-grid { grid-template-columns: repeat(2,1fr); }
.schedule-day { background: var(--white); border-radius: .4rem; border-top: .25rem solid #8d9e83; padding: 1.5rem 1.75rem 1rem; min-width: 0; }
.aqua-page .schedule-day { border-top-color: #7d9b9e; }
.schedule-day h3 { font-size: 2rem; padding-bottom: 1rem; }
.schedule-day ul { list-style: none; padding: 0; margin: 0; }
.schedule-day li { border-top: 1px solid var(--line); padding-block: 1.1rem; }
.schedule-time { display: block; font-size: 1rem; font-weight: 600; letter-spacing: .015em; font-variant-numeric: tabular-nums; }
.schedule-course { display: block; margin-top: .15rem; font-size: .875rem; color: var(--muted); }
.schedule-note { margin-top: 1.8rem; font-size: .875rem; }
.philosophy-section .editorial-image img { aspect-ratio: .94; }
.pricing-section { background: var(--sage); }
.pricing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.pricing-layout h2 { margin-bottom: 1.5rem; }
.cert-note { display: flex; gap: 1.25rem; align-items: center; margin-top: 2rem; }
.cert-note > a { width: 4.25rem; flex-shrink: 0; }
.cert-note p { font-size: .875rem; }
.price-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; align-items: stretch; }
.price-card { padding: 2rem 1.5rem; border: 1px solid #95a68c; border-radius: .4rem; display: flex; flex-direction: column; justify-content: start; }
.price-card.trial { background: var(--white); border-color: var(--white); }
.price-card .eyebrow { min-height: 2.5rem; }
.price { font: 500 3.75rem/1 var(--font-title); white-space: nowrap; letter-spacing: -.05em; margin-bottom: 1rem; }
.price > span { font: 500 .875rem/1.5 var(--font-sans); letter-spacing: 0; }
.price-card p { font-size: .875rem; }
.price-card .btn { margin-top: 1.5rem; font-size: .875rem; padding: .75rem 1rem; flex-wrap: wrap; gap: .5rem; }
.gallery-slider { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #a0ad98 transparent; padding-bottom: 1rem; }
.gallery-item { position: relative; flex: 0 0 calc((100% - 3rem)/3); scroll-snap-align: start; overflow: hidden; border-radius: .4rem; background: var(--sage); }
.gallery-item img { width: 100%; height: 20rem; object-fit: cover; }
.gallery-zoom { position: absolute; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; background: var(--paper); border-radius: 50%; font-size: 1.25rem; }
.gallery-nav { display: flex; gap: .6rem; }
.gallery-nav-btn { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid #9aab95; background: transparent; border-radius: 50%; font-size: 1.3rem; }
.gallery-nav-btn:hover { background: var(--sage); }
.gallery-nav-btn:disabled { opacity: .3; cursor: default; }

/* A separate gallery introduces the PilatesRaum and its atmosphere. */
.studio-section { background: var(--cream); }
.studio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.studio-photo { position: relative; display: block; overflow: hidden; border-radius: .4rem; background: var(--sage); }
.studio-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 65%; }
.studio-grid figcaption { margin-top: .85rem; font-size: .875rem; color: var(--muted); }
.location-section { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4.5rem; align-items: center; }
.location-grid address { font-style: normal; margin-block: 1.75rem 1rem; color: var(--muted); }
.map-frame { min-width: 0; border-radius: .5rem; overflow: hidden; background: var(--sage); }
.map-frame iframe { display: block; width: 100%; height: 23rem; border: 0; }
.faq-content { max-width: 54rem; }
.faq-content h2 { margin-bottom: 2rem; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.6rem; list-style: none; font-size: 1rem; font-weight: 500; line-height: 1.5; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; flex-shrink: 0; font: 400 1.75rem/1 var(--font-sans); }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 2.5rem 1.5rem 0; }

/* Personal profile, qualifications, room and legal pages. */
.about-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: start; }
.about-image-wrapper { position: sticky; top: calc(var(--header-height) + 2rem); }
.about-image-wrapper img { border-radius: 8rem .5rem .5rem .5rem; width: 100%; max-height: 43rem; object-fit: cover; }
.about-content h1 { font-size: clamp(3rem,4.7vw,4.6rem); margin-bottom: 1.25rem; }
.about-content > p { font: italic 500 1.75rem/1.2 var(--font-title); margin-bottom: 2rem; color: var(--ink); }
.about-content > h2 { font-size: 2.6rem; margin-block: 2.5rem 1.5rem; }
.about-content > ul { padding: 0; list-style: none; display: grid; gap: 1rem; }
.about-content li { display: flex; align-items: start; gap: .8rem; }
.about-content li svg { width: 1rem; height: 1rem; margin-top: .3rem; }
.timeline { padding-left: 1.7rem; border-left: 1px solid #a7b59f; margin-top: 2rem; }
.timeline-item { position: relative; margin-bottom: 2rem; }
.timeline-dot { position: absolute; left: -1.98rem; top: .6rem; width: .5rem; height: .5rem; border-radius: 50%; background: #829375; }
.timeline-year { font-size: .75rem; margin-bottom: .4rem; letter-spacing: .07em; }
.timeline-title { font-size: 1.8rem; margin-bottom: .8rem; }
.timeline-text { font-size: .875rem; }
.certifications-logo-block { display: flex; align-items: center; gap: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.certifications-logo-block img { max-width: 6rem; max-height: 5rem; object-fit: contain; }
.room-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem; }
.room-features article { border-top: 1px solid #91a488; padding-top: 1.25rem; }
.room-features article > span { font-size: .75rem; }
.room-features h3 { margin-block: 1.5rem 1rem; }
.legal-page main > section > .container { max-width: 53rem; }
.legal-page main h1 { font-size: clamp(2.25rem, 7vw, 3.5rem); margin-bottom: 2rem; overflow-wrap: anywhere; hyphens: auto; }
.legal-page main h2 { font-size: 2rem; margin: 2.25rem 0 1rem; }
.legal-page main h3 { font-size: 1.6rem; margin: 1.5rem 0 .75rem; }
.legal-page main p { margin-bottom: 1rem; overflow-wrap: anywhere; }
.legal-content li { margin-bottom: .5rem; color: var(--muted); }
.error-section { min-height: 65vh; display: flex; align-items: center; }
.error-section p { max-width: 37rem; margin-top: 1.5rem; }

/* A native dialog supplies focus trapping and Escape handling. */
.lightbox { padding: 4.5rem 4rem 2rem; background: #f8f7f1; color: #233f37; border: none; border-radius: .5rem; width: min(90vw,75rem); max-height: 94dvh; }
.lightbox::backdrop { background: #14271eef; }
.lightbox[open] { display: flex; gap: 1rem; align-items: center; justify-content: center; }
.lightbox figure { min-width: 0; }
.lightbox-img { max-height: 72dvh; width: auto; height: auto; margin: auto; object-fit: contain; }
.lightbox-caption { text-align: center; font-size: .875rem; margin-top: .7rem; }
.lightbox-close,.lightbox-prev,.lightbox-next { display: grid; place-items: center; background: none; color: inherit; border: 1px solid #afbaaa; width: 2.75rem; height: 2.75rem; border-radius: 50%; flex: 0 0 auto; font-size: 1.5rem; }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; }
.lightbox.is-document { width: min(94vw,58rem); padding: 4.5rem 1.25rem 1.25rem; overflow: hidden; }
.lightbox.is-document[open] { flex-direction: column; gap: .75rem; }
.lightbox-tools { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: center; gap: .5rem 1rem; }
.lightbox-zoom,.lightbox-download { display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; padding: .5rem .8rem; border: 1px solid #afbaaa; border-radius: 2rem; background: transparent; color: inherit; font-size: .875rem; line-height: 1.5; }
.lightbox-zoom:hover,.lightbox-download:hover { background: var(--sage); }
.lightbox.is-document figure { display: flex; flex-direction: column; width: 100%; min-height: 0; }
.lightbox.is-document .lightbox-media { min-height: 0; max-height: calc(94dvh - 13rem); overflow: auto; overscroll-behavior: contain; }
.lightbox.is-document .lightbox-caption { flex: 0 0 auto; }
.lightbox.is-document .lightbox-img { max-height: calc(94dvh - 13rem); }
.lightbox.is-document.is-zoomed .lightbox-img { max-height: none; width: max(100%,50rem); max-width: none; }

/* Contact is the final, unmistakable next step. */
.main-footer { background: #233f37; color: #f2f3e7; }
.main-footer p { color: #c9d3c7; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 5rem; padding-block: 5.5rem; border-bottom: 1px solid #50685c; align-items: center; }
.contact-grid h2 { font-size: clamp(2.8rem,4.7vw,4.5rem); }
.contact-grid .eyebrow { color: #c0cfb7; }
.contact-copy > p { margin-bottom: 1.5rem; }
.contact-phone { display: block; font-size: .875rem; margin-top: 1rem; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: .25em; }
.footer-top { display: grid; grid-template-columns: 1.2fr .65fr 1.15fr 1fr; gap: 2.5rem; padding-block: 3.5rem; }
.footer-top h3 { font: 600 .75rem/1.6 var(--font-sans); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1.2rem; }
.footer-top a:not(.brand),.footer-top p { display: block; font-size: .875rem; line-height: 1.7; margin-bottom: .6rem; }
.footer-top .brand { margin-bottom: 1.25rem; }
.footer-top a:hover:not(.brand),.footer-bottom a:hover { text-decoration: underline; text-underline-offset: .25em; }
.footer-top > div:last-child { overflow-wrap: anywhere; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.25rem; padding-block: 1.5rem; border-top: 1px solid #50685c; font-size: .75rem; color: #c9d3c7; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 1.5rem; }

@media (min-width: 1450px) { .hero { padding-block: 4.5rem 3.5rem; } .hero-image { min-height: 34rem; } }
@media (max-width: 1100px) {
  .container,.nav-container { width: calc(100% - 4rem); }
  .nav-menu { gap: 1.3rem; }
  .brand-name { font-size: 1.6rem; }
  .header-cta { padding-inline: 1rem; }
  .hero { gap: 2.5rem; }
  .hero h1 { font-size: 4.7rem; }
  .hero-media { min-height: 29rem; }
  .hero-image { min-height: 27rem; }
  .split-section,.workshop-grid,.course-hero-grid,.location-grid,.pricing-layout,.about-section { gap: 3rem; }
  .price-options { gap: 1rem; }
  .price-card { padding: 1.5rem 1rem; }
  .price { font-size: 3rem; }
  .chair-feature { padding: 3rem; gap: 3rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem 4rem; }
}
@media (max-width: 900px) {
  .nav-menu { display: none; }
  .mobile-nav-toggle { display: block; }
  .header-cta { margin-left: auto; }
  .section-padding { padding-block: 4.5rem; }
  .hero { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .hero h1 { font-size: 4.2rem; }
  .hero-media { min-height: 26rem; }
  .hero-image { min-height: 25rem; border-top-left-radius: 7rem; }
  .hero-media figcaption { font-size: .75rem; line-height: 1.6; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .08em; }
  .hero .actions { align-items: start; flex-direction: column; gap: .6rem; }
  .section-heading { gap: 2rem; }
  .section-heading > p { max-width: 21rem; }
  .offer-grid { gap: 2rem; }
  .trust-strip { gap: 1rem; }
  .trust-strip > span { font-size: .875rem; }
  .chair-feature { grid-template-columns: 1fr .6fr; gap: 2rem; }
  .course-hero-grid { gap: 2rem; }
  .course-hero h1 { font-size: 3.65rem; }
  .course-hero figure img { height: 26rem; }
  .schedule-grid { grid-template-columns: 1fr 1fr; }
  .pricing-layout { grid-template-columns: 1fr; }
  .price-options { max-width: 38rem; }
  .price { font-size: 4rem; }
  .gallery-item { flex-basis: calc((100% - 1.5rem)/2); }
  .room-features { gap: 1.75rem; }
  .room-features h3 { font-size: 1.8rem; }
  .about-section { grid-template-columns: .8fr 1.2fr; gap: 2.5rem; }
  .about-content h1 { font-size: 3.3rem; }
  .contact-grid { gap: 3rem; }
}
@media (max-width: 680px) {
  :root { --header-height: 4.75rem; }
  .container,.nav-container { width: calc(100% - 2.5rem); }
  .nav-container { gap: .8rem; }
  .brand-mark { width: 2.15rem; height: 2.15rem; }
  .brand { gap: .5rem; }
  .brand-name { font-size: 1.5rem; }
  .brand-sub { font-size: .75rem; letter-spacing: .09em; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 2.5rem 1.75rem; }
  .hero h1 { font-size: clamp(3.9rem,14vw,5.4rem); }
  .hero h1 em { font-size: clamp(2.5rem,9vw,3.2rem); }
  .hero-intro { margin-top: 1.3rem; }
  .hero .actions { flex-direction: row; align-items: center; gap: .8rem 1.2rem; }
  .hero-media { min-height: 0; }
  .hero-image { min-height: 0; height: auto; aspect-ratio: 1.24; max-height: none; border-top-left-radius: 6rem; }
  .hero-media figcaption { padding-top: .8rem; }
  .hero .eyebrow { letter-spacing: .06em; }
  .trust-strip { grid-template-columns: 1fr; gap: .85rem; padding-block: 1.35rem; }
  .trust-strip > span { justify-content: start; gap: 1rem; }
  .trust-strip > span + span { border-left: none; }
  .trust-strip .brand-mark,.trust-wave,.trust-check { width: 1.8rem; text-align: center; }
  .section-padding { padding-block: 3.75rem; }
  h2 { font-size: clamp(2.65rem,10vw,3.5rem); }
  .section-heading { flex-direction: column; align-items: start; gap: 1.25rem; margin-bottom: 2rem; }
  .section-heading > p { max-width: none; }
  .offer-grid { grid-template-columns: 1fr; gap: 3rem; }
  .offer-heading { margin-top: 1.25rem; }
  .offer-heading h3 { font-size: 2.75rem; }
  .offer-image img { aspect-ratio: 1.4; }
  .chair-feature { padding: 2rem 1.5rem; grid-template-columns: 1fr; gap: 2.5rem; }
  .flyer-preview { width: 14rem; }
  .chair-feature .actions { gap: 1rem; }
  .split-section,.workshop-grid,.course-hero-grid,.location-grid,.about-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .editorial-image img,.about-home .editorial-image img { aspect-ratio: 1.2; }
  .workshop-grid .service-image-wrapper { padding: 1.5rem; }
  .course-hero { padding-block: 2.25rem; }
  .course-hero h1 { font-size: clamp(3.1rem,11.5vw,4.5rem); }
  .course-hero .eyebrow { margin-top: 1rem; }
  .course-hero figure img { height: auto; aspect-ratio: 1.25; border-top-right-radius: 5rem; }
  .sub-nav-menu { gap: 1.5rem; width: 100%; padding-inline: 1.25rem; justify-content: start; }
  .sub-nav-link { padding-block: .95rem; }
  .schedule-grid,.aqua-page .schedule-grid { grid-template-columns: 1fr; }
  .schedule-day { padding: 1.5rem; }
  .schedule-day li { display: grid; grid-template-columns: 1.05fr 1fr; gap: .6rem; align-items: center; }
  .schedule-course { margin: 0; }
  .philosophy-section .editorial-image img { aspect-ratio: 1.2; }
  .pricing-layout { gap: 2.5rem; }
  .price-card { padding: 1.6rem 1.15rem; }
  .price { font-size: 3.5rem; }
  .price-card .btn { min-width: 0; }
  .price-card .btn svg { display: none; }
  .price-card .eyebrow { min-height: 2.5rem; letter-spacing: .08em; }
  .cert-note { gap: 1rem; }
  .gallery-section .section-heading { flex-direction: row; align-items: end; }
  .gallery-section .section-heading h2 { font-size: 2.65rem; }
  .gallery-nav { gap: .4rem; }
  .gallery-nav-btn { width: 2.75rem; height: 2.75rem; }
  .gallery-slider { gap: 1rem; }
  .gallery-item { flex-basis: 85%; }
  .gallery-item img { height: 17rem; }
  .studio-grid { grid-template-columns: 1fr; gap: 2rem; }
  .studio-photo img { aspect-ratio: 4 / 5; }
  .map-frame iframe { height: 20rem; }
  .faq-item summary { gap: 1rem; }
  .faq-item p { padding-right: 0; }
  .about-image-wrapper { position: static; }
  .about-image-wrapper img { max-height: 31rem; object-position: center 25%; }
  .about-content h1 { font-size: 3.5rem; }
  .room-features { grid-template-columns: 1fr; gap: 2.5rem; }
  .room-features h3 { margin-top: 1rem; font-size: 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; padding-block: 3.75rem; }
  .contact-grid h2 { font-size: 3.25rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; padding-block: 2.5rem; }
  .footer-top > div:nth-child(3),.footer-top > div:nth-child(4) { grid-column: 1/-1; }
  .footer-top .brand { align-items: start; }
  .footer-top .brand-mark { display: none; }
  .footer-top .brand-name { font-size: 1.5rem; }
  .footer-bottom { padding-block: 1.3rem; }
  .lightbox { padding: 4.5rem .5rem 1.5rem; width: 96vw; }
  .lightbox[open] { gap: .4rem; }
  .lightbox-prev,.lightbox-next { width: 2.75rem; height: 2.75rem; border: 0; }
  .lightbox-img { max-height: 65dvh; }
}
@media (max-width: 370px) { .price-options { grid-template-columns: 1fr; } .price-card .eyebrow { min-height: 0; } .price-card .btn svg { display: inline-block; } .gallery-section .section-heading { flex-direction: column; align-items: start; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
