*, *::before, *::after { box-sizing: border-box; }

:root {
  --ink: #171816;
  --brown: #292a27;
  --earth: #6d675e;
  --sand: #d8d2c5;
  --linen: #efede8;
  --cream: #faf9f6;
  --white: #fff;
  --muted: #666761;
  --line: rgba(23, 24, 22, .13);
  --page: 1160px;
  --nav-height: 104px;
  --radius: 8px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, .eyebrow {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
}
.button, .nav-links, .mobile-menu { font-family: "Manrope", Arial, sans-serif; font-weight: 600; }
.container { width: min(var(--page), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--nav-height);
  background: #000;
  color: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
  transition: min-height .22s ease, box-shadow .22s ease;
}
.nav-shell { width: min(1320px, 100%); min-height: var(--nav-height); margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 18px 42px; transition: min-height .22s ease, padding .22s ease; }
.brand { display: inline-flex; justify-self: start; align-items: center; justify-content: center; }
.brand img { width: clamp(180px, 16vw, 230px); height: auto; object-fit: contain; transition: width .22s ease; }
.site-header.is-compact { min-height: 76px; box-shadow: 0 6px 18px rgba(0, 0, 0, .22); }
.site-header.is-compact .nav-shell { min-height: 76px; padding-block: 8px; }
.site-header.is-compact .brand img { width: 170px; }
.nav-links { display: flex; gap: 34px; align-items: center; font-size: .9rem; letter-spacing: .02em; }
.nav-links a { position: relative; text-decoration: none; padding: 4px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: var(--sand); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.book-link { justify-self: end; }
.menu-toggle { display: none; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); color: white; background: transparent; border-radius: 50%; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.mobile-menu { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 28px; border: 1px solid currentColor; border-radius: 5px; text-decoration: none; font-size: .86rem; letter-spacing: .025em; transition: background .18s, color .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--white); background: transparent; }
.button-light:hover { background: var(--white); color: var(--ink); }
.button-solid { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-solid:hover { background: var(--sand); border-color: var(--sand); }
.text-link { font-family: "Marcellus", Georgia, serif; text-underline-offset: 4px; }

.hero { position: relative; min-height: calc(100vh - var(--nav-height)); display: grid; place-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero::before, .page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,.56), rgba(0,0,0,.66)), url("../images/hero-desktop.jpeg") center/cover no-repeat; }
.hero-content { position: relative; z-index: 1; width: min(940px, calc(100% - 40px)); padding: 110px 0 130px; text-align: center; }
.hero-logo { width: min(660px, 84vw); height: auto; margin: 0 auto 42px; }
.hero h1 { margin-bottom: 58px; color: white; font-size: clamp(2.8rem, 6vw, 4.8rem); line-height: 1.04; letter-spacing: -.035em; }
.hero-kicker { margin-bottom: 22px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.72); font-family: "Marcellus", Georgia, serif; letter-spacing: .16em; text-transform: uppercase; font-size: .72rem; }
.hero-kicker span:first-child { color: white; }
.hero-lede { max-width: 650px; margin: -28px auto 38px; color: rgba(255,255,255,.84); font-size: 1.25rem; }
.button-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.brand-principles { padding: 25px 0; color: var(--brown); background: var(--sand); }
.brand-principles .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.brand-principles p { margin: 0; display: flex; align-items: center; gap: 16px; font-family: "Marcellus", serif; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.brand-principles i { width: 4px; height: 4px; background: var(--earth); border-radius: 50%; }
.brand-principles strong { font-family: "Manrope", Arial, sans-serif; font-size: .9rem; font-weight: 400; }

.intro, .section { padding: 96px 0; }
.intro { background: var(--cream); text-align: center; }
.intro-copy { max-width: 760px; margin: 0 auto; }
.eyebrow { margin-bottom: 16px; color: var(--earth); text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; }
.intro h2, .section-heading h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.1; }
.intro p { color: var(--muted); font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; text-align: left; }
.feature-card { min-height: 270px; padding: 34px; background: var(--linen); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: flex-end; }
.feature-card:nth-child(2) { background: #e3dfd6; }
.feature-card:nth-child(3) { color: var(--white); background: var(--ink); }
.feature-card .number { margin-bottom: auto; opacity: .65; font-family: "Marcellus", serif; font-size: .78rem; letter-spacing: .15em; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.45rem; }
.feature-card p { margin-bottom: 0; color: inherit; font-size: 1rem; opacity: .82; }

.page-hero { position: relative; min-height: 350px; display: grid; align-items: end; color: white; overflow: hidden; }
.page-hero::before { background-position: center 54%; }
.page-hero .container { position: relative; z-index: 1; padding-bottom: 62px; }
.page-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 5rem); }
.page-hero p { max-width: 620px; margin: 16px 0 0; color: rgba(255,255,255,.78); }
.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: start; }
.content-grid h2, .booking-card h1 { font-size: clamp(2rem, 4.5vw, 3.3rem); line-height: 1.15; }
.prose p { color: var(--muted); font-size: 1.02rem; }
.panel { padding: 36px; border-radius: var(--radius); background: var(--linen); }
.hours { margin: 0; padding: 0; list-style: none; }
.hours li { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours li:last-child { border: 0; }
.placeholder-note { margin-top: 18px; color: var(--muted); font-size: .86rem; font-style: italic; }

.section-heading { max-width: 700px; margin-bottom: 44px; }
.section-heading p { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card, .staff-card { overflow: hidden; background: var(--linen); border-radius: var(--radius); }
.service-card { padding: 34px; }
.service-card h2 { font-size: 1.65rem; }
.service-card p { color: var(--muted); }
.service-card .meta { padding-top: 24px; margin-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--earth); font-family: "Marcellus", serif; font-size: .85rem; }
.staff-card { display: grid; grid-template-columns: 42% 1fr; min-height: 330px; }
.staff-photo { min-height: 260px; display: grid; place-items: center; background: linear-gradient(145deg, var(--sand), var(--earth)); color: rgba(255,255,255,.72); font-family: "Marcellus", serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.staff-copy { padding: 34px; align-self: center; }
.staff-copy h2 { margin-bottom: 6px; font-size: 1.7rem; }
.role { color: var(--earth); font-family: "Marcellus", serif; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.staff-copy p:last-child { color: var(--muted); }

.expansion-section { padding: 96px 0; background: var(--linen); }
.expansion-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: center; }
.expansion-copy h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.08; }
.expansion-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.facility-feature, .facility-gallery figure { margin: 0; }
.facility-feature img { width: 100%; height: 480px; object-fit: cover; object-position: center 58%; border-radius: var(--radius); }
figcaption { padding-top: 10px; color: var(--muted); font-size: .82rem; }
.image-placeholder { min-height: 360px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; padding: 30px; color: var(--muted); background: #e8e6e1; border: 1px solid var(--line); border-radius: var(--radius); text-align: center; }
.image-placeholder::before { content: "+"; display: grid; width: 58px; height: 58px; margin-bottom: 10px; place-items: center; border: 1px solid rgba(23,24,22,.25); border-radius: 50%; font-size: 1.7rem; font-weight: 300; }
.image-placeholder span { font-family: "Marcellus", serif; font-size: 1.15rem; }
.image-placeholder small { color: #85867f; font-size: .78rem; letter-spacing: .03em; }
.image-placeholder-landscape, .image-placeholder-portrait { min-height: 430px; }
.testimonials-section { padding: 96px 0; background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { min-height: 330px; padding: 34px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.quote-mark { height: 52px; color: var(--sand); font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.testimonial-card blockquote { margin: 24px 0 34px; color: var(--brown); font-size: 1.12rem; line-height: 1.5; }
.testimonial-name { margin: auto 0 0; font-family: "Marcellus", serif; }
.testimonial-detail { margin: 2px 0 0; color: var(--muted); font-size: .86rem; }

.contact-band { padding: 74px 0; color: white; background: var(--ink); }
.contact-band .eyebrow { color: var(--sand); }
.contact-band h2 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.2rem); }
.contact-band p:last-child { margin-bottom: 0; color: rgba(255,255,255,.76); }
.contact-grid { display: grid; grid-template-columns: 1fr auto; gap: 52px; align-items: center; }
.contact-actions { display: flex; align-items: center; gap: 24px; }
.contact-link { display: flex; flex-direction: column; text-decoration: none; }
.contact-link span { color: var(--sand); font-family: "Marcellus", serif; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-link strong { font-size: 1.4rem; font-weight: 400; }

.staff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.trainer-card { overflow: hidden; display: flex; flex-direction: column; background: var(--linen); border-radius: var(--radius); }
.trainer-photo { aspect-ratio: 4 / 3; overflow: hidden; }
.trainer-photo img { width: 100%; height: 100%; object-fit: cover; }
.trainer-photo-placeholder { display: grid; place-items: center; color: var(--ink); background: #e8e6e1; border-bottom: 1px solid var(--line); }
.trainer-photo-placeholder span { display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(23,24,22,.22); border-radius: 50%; font-family: "Marcellus", serif; font-size: 1.5rem; letter-spacing: .08em; }
.trainer-card .staff-copy { flex: 1; align-self: stretch; }
.trainer-card .staff-copy p:last-child { margin-bottom: 0; }

.visit-panel h2 { margin-bottom: 16px; }
.facility-section { padding: 96px 0; background: var(--linen); }
.facility-gallery { display: grid; grid-template-columns: 1.6fr .8fr; gap: 20px; }
.facility-gallery img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--radius); }
.facility-gallery .gallery-large img { object-position: center 58%; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.detail-card { padding: 38px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.detail-card h2 { font-size: 1.8rem; }
.detail-card p:last-child { margin-bottom: 0; color: var(--muted); }

.service-groups { display: grid; gap: 24px; }
.service-group { display: grid; grid-template-columns: .75fr 1.25fr; gap: 44px; padding: 42px; background: var(--linen); border-radius: var(--radius); }
.service-group:nth-child(2) { background: #e3dfd6; }
.service-group-heading h2 { font-size: 2rem; }
.service-group-heading p:last-child { color: var(--muted); }
.service-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-options article { padding: 24px; background: rgba(255,255,255,.78); border: 1px solid rgba(23,24,22,.08); border-radius: 6px; }
.service-options span { color: var(--earth); font-family: "Marcellus", serif; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.service-options h3 { margin: 24px 0 10px; font-size: 1.2rem; }
.service-options p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.service-note { max-width: 700px; margin: 24px auto 0; color: var(--muted); text-align: center; font-size: .92rem; }

.booking-wrap { min-height: calc(100vh - var(--nav-height)); padding: 90px 0; display: grid; place-items: center; background: var(--brown); color: white; }
.booking-card { width: min(680px, calc(100% - 40px)); padding: 54px; text-align: center; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); }
.booking-card p { color: rgba(255,255,255,.72); }
.booking-help { padding-top: 26px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.2); }
.booking-help p { margin-bottom: 4px; }
.booking-help a { color: white; font-family: "Marcellus", serif; text-underline-offset: 4px; }

.cta-band { padding: 78px 0; background: var(--sand); }
.cta-band .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3rem); }
.site-footer { padding: 48px 0 42px; color: white; background: #000; }
.footer-brand { display: flex; align-items: center; gap: 24px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-brand img { width: 190px; height: auto; }
.footer-brand p { margin: 0; color: rgba(255,255,255,.6); font-style: italic; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.footer-nav { display: flex; gap: 22px; font-family: "Marcellus", serif; font-size: .84rem; }
.footer-nav a { text-decoration: none; }

/* Editorial site direction */
.editorial-hero { min-height: 660px; display: grid; place-items: stretch; isolation: isolate; }
.editorial-hero::before { display: none; }
.hero-photo-placeholder { position: absolute; inset: 0; z-index: -2; display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; padding: 42px; color: rgba(255,255,255,.72); background: linear-gradient(115deg, #242523 0%, #62635f 58%, #92938d 100%); text-align: right; }
.hero-photo-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.14) 70%); }
.hero-photo-placeholder span, .hero-photo-placeholder small { position: relative; z-index: 1; }
.hero-photo-placeholder span { font-family: "Marcellus", serif; font-size: .9rem; letter-spacing: .05em; }
.hero-photo-placeholder small { color: rgba(255,255,255,.55); }
.editorial-hero .hero-content { align-self: center; width: min(var(--page), calc(100% - 96px)); margin-inline: auto; padding: 96px 0; text-align: left; }
.editorial-hero .hero-kicker, .editorial-hero .button-row { justify-content: flex-start; }
.editorial-hero h1 { max-width: 650px; margin-bottom: 48px; font-size: clamp(3.7rem, 7vw, 6.6rem); }
.editorial-hero .hero-lede { max-width: 560px; margin: -22px 0 38px; }
.brand-principles { padding: 26px 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.brand-principles .container { justify-content: center; }
.brand-principles strong { display: none; }
.brand-principles p { gap: clamp(24px, 6vw, 72px); font-family: "Marcellus", serif; font-size: 1rem; letter-spacing: 0; text-transform: none; }

.editorial-split { display: grid; grid-template-columns: 1.15fr .85fr; padding: 0; border-bottom: 1px solid var(--line); }
.editorial-image { min-height: 520px; border: 0; border-radius: 0; }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 110px); background: var(--cream); }
.editorial-copy h2, .team-preview h2, .contact-editorial h2 { font-size: clamp(2.4rem, 4.4vw, 4.4rem); line-height: 1.08; }
.editorial-copy p:not(.eyebrow), .team-preview-copy p:not(.eyebrow), .contact-editorial-copy > p:not(.eyebrow) { color: var(--muted); }

.team-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; padding: 88px max(48px, calc((100vw - var(--page)) / 2)); border-bottom: 1px solid var(--line); }
.team-preview-copy { max-width: 420px; }
.team-preview-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.team-preview-photo { width: 100%; height: 360px; min-height: 360px; padding: 0; object-fit: cover; object-position: center 22%; border: 0; border-radius: 0; }
.team-preview-photo::before { width: 46px; height: 46px; }
.team-preview-photo small { display: none; }

.testimonials-section { padding: 82px 0; border-bottom: 1px solid var(--line); }
.testimonials-section .section-heading { max-width: none; margin-bottom: 34px; text-align: center; }
.testimonials-section .section-heading .eyebrow, .testimonials-section .section-heading p:last-child { display: none; }
.testimonials-section .section-heading h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.testimonial-grid { gap: 28px; }
.testimonial-card { min-height: 290px; border-radius: 0; box-shadow: 0 12px 35px rgba(23,24,22,.035); }

.contact-editorial { display: grid; grid-template-columns: .76fr 1.24fr; min-height: 500px; overflow: hidden; }
.contact-editorial-copy { padding: clamp(48px, 7vw, 96px) max(48px, calc((100vw - var(--page)) / 2)); padding-right: clamp(48px, 7vw, 90px); }
.contact-editorial-copy .contact-link { margin: 28px 0; }
.contact-link.dark span { color: var(--earth); }
.contact-link.dark strong { color: var(--ink); }
.button-outline-dark { width: fit-content; color: var(--ink); background: transparent; }
.button-outline-dark:hover { color: white; background: var(--ink); }
.contact-editorial-image { min-height: 500px; align-self: stretch; background: url("../images/hero-mobile.jpeg") center 43% / cover no-repeat; }

.page-hero { min-height: auto; padding: 105px 0 72px; color: var(--ink); background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero::before { display: none; }
.page-hero .container { padding-bottom: 0; }
.page-hero h1 { max-width: 850px; font-size: clamp(3.4rem, 7vw, 6rem); line-height: 1.02; }
.page-hero p { color: var(--muted); }
.staff-grid { gap: 28px; }
.trainer-card { display: grid; grid-template-columns: 42% 1fr; min-height: 390px; background: white; border: 1px solid var(--line); border-radius: 0; }
.trainer-photo { width: 100%; height: 100%; min-height: 390px; aspect-ratio: auto; background: var(--linen); }
.trainer-photo img { object-fit: cover; object-position: center top; }
.trainer-card .staff-copy { display: flex; flex-direction: column; justify-content: center; }
.trainer-photo-placeholder { border-bottom: 1px solid var(--line); }
.detail-card, .service-group, .panel { border-radius: 0; }
.service-group { border: 1px solid var(--line); }
.service-group:nth-child(2) { background: var(--linen); }
.service-options article { border-radius: 0; }
.booking-card { border-radius: 0; }
.location-map { position: relative; width: 100%; min-height: 500px; overflow: hidden; background: var(--linen); border-top: 1px solid var(--line); }
.location-map iframe { display: block; width: 100%; height: 500px; border: 0; filter: grayscale(1) contrast(.92); }
.location-map-label { position: absolute; top: 42px; left: max(24px, calc((100vw - var(--page)) / 2)); z-index: 2; width: min(390px, calc(100% - 48px)); padding: 28px 32px; background: rgba(250,249,246,.96); border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(23,24,22,.1); }
.location-map-label h2 { margin-bottom: 8px; font-size: 1.8rem; }
.location-map-label p:last-child { margin-bottom: 0; color: var(--muted); }
.visit-panel { padding: 40px; }
.visit-panel .hours { margin-top: 24px; }
.visit-panel .hours li { align-items: baseline; padding: 9px 0; font-size: .9rem; }
.visit-panel .hours strong { font-weight: 500; white-space: nowrap; }
.visit-contact { padding-top: 24px; margin-top: 18px; border-top: 1px solid var(--line); }
.visit-contact p { margin-bottom: 8px; color: var(--muted); font-size: .88rem; }
.mobile-contact-ctas { display: none; }

@media (max-width: 860px) {
  :root { --nav-height: 112px; }
  .nav-shell { display: flex; justify-content: flex-start; padding: 12px 78px 12px 22px; }
  .brand img { width: min(260px, 62vw); }
  .site-header.is-compact { min-height: 82px; }
  .site-header.is-compact .nav-shell { min-height: 82px; padding-block: 7px; }
  .site-header.is-compact .brand img { width: min(205px, 54vw); }
  .site-header.is-compact + .mobile-menu { inset: 82px 0 0; }
  .nav-links, .book-link { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: var(--nav-height) 0 0; z-index: 15; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px; visibility: hidden; opacity: 0; background: rgba(0,0,0,.98); color: white; font-size: 1.5rem; transition: opacity .2s, visibility .2s; }
  .mobile-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu a { text-decoration: none; }
  .feature-grid, .content-grid, .expansion-grid, .contact-grid, .service-group, .testimonial-grid { grid-template-columns: 1fr; }
  .content-grid { gap: 38px; }
  .staff-card { grid-template-columns: 1fr; }
  .expansion-grid { gap: 38px; }
  .contact-actions { flex-wrap: wrap; }
  .service-options { grid-template-columns: 1fr; }
  .cta-band .container, .footer-inner { align-items: flex-start; flex-direction: column; }
  .brand-principles .container { align-items: flex-start; flex-direction: column; gap: 8px; }
  .editorial-split, .team-preview, .contact-editorial { grid-template-columns: 1fr; }
  .contact-editorial { min-height: 0; }
  .contact-editorial-image { min-height: 360px; }
  .team-preview { padding: 70px 24px; }
  .team-preview-copy { max-width: 600px; }
  .team-preview-images { grid-template-columns: repeat(3, 1fr); }
  .contact-editorial-copy { padding: 70px 24px; }
  .location-map, .location-map iframe { min-height: 460px; height: 460px; }
  .staff-grid { grid-template-columns: 1fr; }
  .mobile-contact-ctas { position: fixed; right: 18px; bottom: max(18px, env(safe-area-inset-bottom)); left: 18px; z-index: 19; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; opacity: 0; visibility: hidden; transform: translateY(16px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
  .mobile-contact-ctas.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-contact-cta { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; min-height: 48px; padding: 10px 12px; color: white; background: var(--ink); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-family: "Manrope", Arial, sans-serif; font-size: .82rem; font-weight: 600; text-decoration: none; }
  .mobile-call-cta { color: var(--ink); background: var(--cream); border-color: var(--line); }
  .mobile-contact-cta svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  body.menu-open .mobile-contact-ctas { opacity: 0; visibility: hidden; pointer-events: none; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(var(--page), calc(100% - 32px)); }
  .hero::before, .page-hero::before { background-image: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.72)), url("../images/hero-mobile.jpeg"); }
  .hero { min-height: 760px; }
  .hero-content { padding: 96px 0; }
  .editorial-hero { min-height: 650px; }
  .editorial-hero .hero-content { width: calc(100% - 40px); padding: 90px 0; }
  .editorial-hero h1 { font-size: 3.7rem; }
  .hero-photo-placeholder { padding: 20px; }
  .brand-principles .container { align-items: center; }
  .brand-principles p { width: 100%; justify-content: center; gap: 18px; font-size: .88rem; }
  .hero-logo { width: min(540px, 90vw); margin-bottom: 34px; }
  .hero h1 { margin-bottom: 48px; font-size: 2.9rem; }
  .intro, .section { padding: 70px 0; }
  .feature-grid, .cards, .staff-grid, .facility-gallery, .detail-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; }
  .page-hero { min-height: 300px; }
  .panel, .service-card, .staff-copy, .booking-card { padding: 28px; }
  .facility-feature img, .facility-gallery img { height: 330px; }
  .image-placeholder, .image-placeholder-landscape, .image-placeholder-portrait { min-height: 330px; }
  .service-group { padding: 28px; }
  .hours li { flex-direction: column; gap: 0; }
  .footer-nav { flex-wrap: wrap; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 10px; }
  .team-preview-images { grid-template-columns: 1fr; }
  .team-preview-photo { min-height: 420px; }
  .trainer-card { grid-template-columns: 1fr; min-height: 0; }
  .trainer-photo { min-height: 0; aspect-ratio: 1 / 1; }
  .trainer-photo img { object-position: center 12%; }
}
