@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap");

:root {
  --paper: #f8faf5;
  --white: #ffffff;
  --ink: #183f39;
  --ink-soft: #49645f;
  --sage: #b9d4c6;
  --sage-light: #e3eee7;
  --mint: #d9eee3;
  --coral: #ee8e74;
  --coral-light: #f7d6cc;
  --blue: #94bddd;
  --lime: #d7e693;
  --rose: #edc4ce;
  --sand: #ead6a5;
  --line: #cbd8d0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.site-header {
  align-items: center;
  background: rgba(248, 250, 245, .94);
  border-bottom: 1px solid rgba(24, 63, 57, .13);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 78px;
  left: 0;
  padding: 0 4vw;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand { align-items: center; display: inline-flex; gap: 12px; width: max-content; }
.brand-mark { border: 1.5px solid var(--ink); display: grid; height: 39px; place-items: center; position: relative; width: 39px; }
.brand-mark i { background: var(--ink); border-radius: 50%; display: block; height: 8px; position: absolute; width: 8px; }
.brand-mark i:first-child { left: 8px; top: 10px; }
.brand-mark i:last-child { bottom: 9px; right: 8px; }
.brand strong { display: block; font-size: 15px; letter-spacing: 2px; }
.brand small { display: block; font-size: 10px; letter-spacing: .7px; margin-top: 2px; }
.site-header nav { display: flex; gap: 34px; }
.site-header nav a { font-size: 13px; font-weight: 600; }
.site-header nav a:hover { color: #c9583f; }
.header-action { align-items: center; background: var(--ink); color: var(--white); display: inline-flex; font-size: 13px; font-weight: 700; gap: 9px; justify-self: end; padding: 13px 18px; }
.header-action span { border: 1px solid currentColor; height: 15px; line-height: 10px; width: 15px; }

.hero { height: calc(100vh - 78px); min-height: 620px; overflow: hidden; position: relative; }
.hero > img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-overlay { background: linear-gradient(90deg, rgba(24, 63, 57, .82) 0%, rgba(24, 63, 57, .55) 33%, rgba(24, 63, 57, .05) 65%); inset: 0; position: absolute; }
.hero-content { color: var(--white); left: 7vw; max-width: 710px; position: absolute; top: 50%; transform: translateY(-51%); }
.eyebrow { color: #c9583f; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; margin-bottom: 18px; text-transform: uppercase; }
.eyebrow.light { color: #e7ff86; }
.hero h1 { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(82px, 10vw, 156px); font-weight: 400; letter-spacing: 0; line-height: .82; margin-bottom: 30px; }
.hero-content > p:not(.eyebrow) { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(26px, 3vw, 42px); line-height: 1.08; max-width: 560px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 36px; }
.button { border: 0; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 700; justify-content: center; padding: 16px 22px; }
.button.primary { background: var(--coral); color: #173c36; }
.button.primary:hover { background: #f4a087; }
.button.secondary { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.text-link { align-items: center; display: inline-flex; font-size: 14px; font-weight: 700; gap: 10px; }
.light-link { color: var(--white); }
.hero-note { background: var(--lime); bottom: 0; color: var(--ink); display: flex; flex-direction: column; height: 115px; justify-content: center; padding: 0 35px; position: absolute; right: 0; width: 230px; }
.hero-note strong { font-size: 13px; text-transform: uppercase; }
.hero-note span { font-family: "Instrument Serif", Georgia, serif; font-size: 33px; }

.intro-band { align-items: center; background: var(--blue); display: grid; gap: 24px; grid-template-columns: 2.2fr repeat(3, 1fr); padding: 29px 6vw; }
.intro-band p { font-size: 16px; margin: 0; }
.intro-band span { border-left: 1px solid rgba(24, 63, 57, .3); font-size: 13px; font-weight: 700; padding-left: 24px; }

.services-section, .team-section, .reviews-section, .faq-section { padding: 120px 6vw; }
.section-heading { align-items: end; display: grid; gap: 9vw; grid-template-columns: 1.2fr .8fr; margin-bottom: 55px; }
.section-heading h2, .approach-copy h2, .booking-heading h2, .gallery-copy h2, .faq-section h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .98;
  margin-bottom: 0;
}
.section-heading > p { color: var(--ink-soft); line-height: 1.7; margin-bottom: 4px; max-width: 520px; }
.service-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); background: var(--ink); border: 1px solid var(--ink); }
.service-card { display: flex; flex-direction: column; min-height: 530px; overflow: hidden; padding: 0; }
.service-card.mint { background: var(--mint); }
.service-card.coral { background: var(--coral-light); }
.service-card.blue { background: #d7e7f1; }
.service-card.lime { background: #e6edbf; }
.service-card.rose { background: #f0dce0; }
.service-card.sand { background: #f2e8cd; }
.service-media { height: 245px; overflow: hidden; position: relative; }
.service-media::after { background: linear-gradient(180deg, rgba(24,63,57,0) 55%, rgba(24,63,57,.25)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.service-media img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.service-card:hover .service-media img { transform: scale(1.035); }
.service-number { background: rgba(250,251,247,.93); bottom: 14px; font-size: 12px; font-weight: 700; left: 14px; margin: 0; padding: 8px 10px; position: absolute; z-index: 1; }
.service-content { display: flex; flex: 1; flex-direction: column; padding: 28px 30px 30px; }
.service-card h3 { font-family: "Instrument Serif", Georgia, serif; font-size: 34px; font-weight: 400; margin-bottom: 14px; }
.service-card p { color: var(--ink-soft); font-size: 14px; line-height: 1.55; max-width: 340px; }
.service-meta { align-items: center; display: flex; margin-top: auto; }
.service-meta span { font-size: 13px; }
.service-meta strong { font-size: 18px; margin-left: auto; }
.service-content > button { align-items: center; background: transparent; border: 0; border-top: 1px solid rgba(24, 63, 57, .3); color: var(--ink); cursor: pointer; display: flex; font-size: 13px; font-weight: 700; justify-content: space-between; margin-top: 22px; padding: 18px 0 0; }

.approach-section { background: var(--white); display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.approach-image { min-height: 760px; overflow: hidden; position: relative; }
.approach-image img { height: 100%; object-fit: cover; width: 100%; }
.approach-image > span { background: var(--coral); bottom: 35px; font-family: "Instrument Serif", Georgia, serif; font-size: 25px; left: 35px; line-height: 1.05; padding: 24px; position: absolute; }
.approach-copy { align-self: center; padding: 80px 9vw; }
.approach-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.75; margin: 34px 0 42px; max-width: 560px; }
.approach-copy ol { list-style: none; margin: 0; padding: 0; }
.approach-copy li { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 38px 1fr; padding: 22px 0; }
.approach-copy li > span { color: #c9583f; font-size: 12px; font-weight: 700; }
.approach-copy li strong { font-size: 15px; }
.approach-copy li p { color: var(--ink-soft); font-size: 13px; line-height: 1.5; margin: 5px 0 0; }

.team-section { background: var(--sage-light); }
.section-heading.compact { grid-template-columns: 1fr; }
.team-list { border-top: 1px solid var(--ink); }
.team-list article { align-items: center; border-bottom: 1px solid var(--ink); display: grid; gap: 28px; grid-template-columns: 72px 1fr 52px; padding: 20px 0; }
.avatar, .mini-avatar { align-items: center; border-radius: 50%; display: inline-flex; font-weight: 700; justify-content: center; }
.avatar { font-size: 17px; height: 64px; width: 64px; }
.avatar-1 { background: var(--coral-light); }
.avatar-2 { background: var(--blue); }
.avatar-3 { background: var(--lime); }
.team-list h3 { font-family: "Instrument Serif", Georgia, serif; font-size: 34px; font-weight: 400; margin: 0 0 4px; }
.team-list p { color: var(--ink-soft); margin: 0; }
.team-list button { background: transparent; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); cursor: pointer; font-size: 21px; height: 46px; width: 46px; }

.booking-section { background: var(--mint); padding: 120px 5vw; }
.booking-heading { margin: 0 auto 55px; max-width: 780px; text-align: center; }
.booking-heading > p:last-child { color: var(--ink-soft); line-height: 1.6; margin: 25px auto 0; max-width: 570px; }
.booking-tool { background: var(--white); border: 1px solid var(--ink); margin: 0 auto; max-width: 1180px; }
.booking-progress { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 35px; }
.booking-progress span { align-items: center; color: #82918c; display: flex; font-size: 12px; font-weight: 700; gap: 10px; padding: 23px 8px; position: relative; text-transform: uppercase; }
.booking-progress span b { border: 1px solid currentColor; border-radius: 50%; display: grid; height: 25px; place-items: center; width: 25px; }
.booking-progress span.active { color: var(--ink); }
.booking-progress span.active::after { background: var(--coral); bottom: -1px; content: ""; height: 3px; left: 0; position: absolute; right: 0; }
.booking-progress span.done b { background: var(--ink); border-color: var(--ink); color: var(--white); }
.booking-tool fieldset { border: 0; border-bottom: 1px solid var(--line); margin: 0; padding: 40px; }
.booking-tool fieldset:disabled { opacity: .4; }
.booking-tool legend { float: left; font-family: "Instrument Serif", Georgia, serif; font-size: 32px; margin-bottom: 25px; width: 100%; }
.booking-tool legend span { background: var(--sage-light); border-radius: 50%; display: inline-grid; font-family: "DM Sans", Arial, sans-serif; font-size: 12px; height: 31px; margin-right: 10px; place-items: center; vertical-align: 5px; width: 31px; }
.field-help { clear: both; color: var(--ink-soft); font-size: 13px; margin-top: -12px; }
.booking-service-list { clear: both; display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.booking-service-list label, .therapist-options label { border: 1px solid var(--line); cursor: pointer; display: flex; position: relative; }
.booking-service-list label { align-items: center; min-height: 84px; padding: 16px 18px; }
.booking-service-list label.selected, .therapist-options label.selected { background: var(--sage-light); border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.booking-service-list input, .therapist-options input { opacity: 0; position: absolute; }
.booking-service-list label > span { display: flex; flex-direction: column; }
.booking-service-list strong { font-size: 14px; }
.booking-service-list small { color: var(--ink-soft); margin-top: 4px; }
.booking-service-list label > b { color: #c9583f; margin-left: auto; }
.therapist-options { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); }
.therapist-options label { align-items: center; gap: 12px; min-height: 86px; padding: 13px; }
.therapist-options label > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.therapist-options small { color: var(--ink-soft); font-size: 10px; line-height: 1.3; margin-top: 3px; }
.mini-avatar { flex: 0 0 44px; height: 44px; width: 44px; }
.mini-avatar.any { background: var(--sage); font-size: 24px; font-weight: 400; }
.calendar-status { align-items: center; clear: both; color: var(--ink-soft); display: flex; font-size: 12px; gap: 8px; margin-bottom: 20px; }
.calendar-status i { background: var(--coral); border-radius: 50%; height: 8px; width: 8px; }
.calendar-status i.live { background: #2d8c67; }
.calendar-status i.loading { animation: pulse 1s infinite alternate; background: #d7a72e; }
.calendar-status i.error { background: #c9583f; }
@keyframes pulse { to { opacity: .25; } }
.date-strip { clear: both; display: grid; gap: 8px; grid-template-columns: repeat(7, 1fr); }
.date-strip button { background: var(--paper); border: 1px solid var(--line); color: var(--ink); cursor: pointer; display: flex; flex-direction: column; padding: 12px 4px; }
.date-strip button span, .date-strip button small { font-size: 10px; text-transform: uppercase; }
.date-strip button strong { font-family: "Instrument Serif", Georgia, serif; font-size: 28px; font-weight: 400; margin: 2px 0; }
.date-strip button.selected { background: var(--ink); border-color: var(--ink); color: var(--white); }
.selected-day { font-size: 13px; font-weight: 700; margin: 27px 0 12px; text-transform: capitalize; }
.time-grid { display: grid; gap: 8px; grid-template-columns: repeat(6, 1fr); }
.time-grid button { background: var(--white); border: 1px solid var(--line); color: var(--ink); cursor: pointer; font-weight: 700; min-height: 48px; padding: 8px; }
.time-grid button small { display: block; font-size: 9px; font-weight: 500; margin-top: 2px; }
.time-grid button:hover, .time-grid button.selected { background: var(--coral); border-color: var(--ink); }
.no-slots { color: var(--ink-soft); grid-column: 1 / -1; margin: 15px 0; }
.contact-fields { clear: both; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.contact-fields label { display: flex; flex-direction: column; gap: 8px; }
.contact-fields label.wide { grid-column: 1 / -1; }
.contact-fields label > span { font-size: 12px; font-weight: 700; }
.contact-fields label small { color: var(--ink-soft); font-weight: 400; }
.contact-fields input, .contact-fields textarea { background: var(--paper); border: 1px solid var(--line); border-radius: 0; color: var(--ink); min-height: 48px; padding: 12px; resize: vertical; }
.contact-fields input:focus, .contact-fields textarea:focus { border-color: var(--ink); outline: 2px solid var(--sage); }
.contact-fields label.consent-field { align-items: flex-start; border-top: 1px solid var(--line); flex-direction: row; gap: 12px; padding-top: 18px; }
.consent-field input { accent-color: var(--ink); flex: 0 0 19px; height: 19px; margin: 1px 0 0; min-height: 0; padding: 0; width: 19px; }
.consent-field > span { color: var(--ink-soft); font-weight: 500; line-height: 1.55; }
.consent-field a { color: var(--ink); text-decoration: underline; }
.booking-summary { align-items: center; background: var(--ink); color: var(--white); display: flex; gap: 30px; justify-content: space-between; padding: 32px 40px; }
.booking-summary .eyebrow { color: var(--lime); margin-bottom: 8px; }
.booking-summary h3 { font-family: "Instrument Serif", Georgia, serif; font-size: 30px; font-weight: 400; margin-bottom: 5px; }
.booking-summary p { color: #c9dbd6; display: inline-block; font-size: 12px; margin: 0 15px 0 0; }
.booking-summary strong { color: var(--white); display: block; font-size: 13px; margin-top: 8px; }
.booking-summary .salon-storage-note { color: #c9dbd6; display: block; font-size: 10px; line-height: 1.45; margin-top: 12px; max-width: 560px; }
.booking-summary .salon-storage-note.live { color: #e7ff86; }
.booking-summary .salon-storage-note.error, .booking-error { color: #ffbaa9; }
.booking-summary .booking-error { display: block; font-size: 11px; font-weight: 700; margin-top: 9px; }
.booking-summary .button { min-width: 210px; }
.booking-summary .button:disabled { cursor: not-allowed; opacity: .35; }
.booking-complete-overlay { align-items: center; background: rgba(24, 63, 57, .64); display: flex; inset: 0; justify-content: center; overflow-y: auto; padding: 24px; position: fixed; z-index: 100; }
.booking-complete { background: var(--white); border: 1px solid var(--ink); max-height: calc(100vh - 48px); max-width: 760px; overflow-y: auto; padding: 60px; position: relative; text-align: center; width: 100%; }
.modal-close { align-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); cursor: pointer; display: flex; font-size: 26px; height: 42px; justify-content: center; line-height: 1; position: absolute; right: 18px; top: 18px; width: 42px; }
.complete-mark { background: var(--lime); border-radius: 50%; display: grid; font-size: 26px; height: 64px; margin: 0 auto 25px; place-items: center; width: 64px; }
.booking-complete h3 { font-family: "Instrument Serif", Georgia, serif; font-size: 58px; font-weight: 400; margin-bottom: 20px; }
.booking-complete > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.7; }
.booking-complete .dialog-actions { display: flex; gap: 10px; justify-content: center; margin: 28px 0 22px; }
.booking-storage-status { background: var(--sage-light); border-left: 3px solid var(--ink); font-size: 12px; margin: 24px auto 0; max-width: 580px; padding: 14px 16px; text-align: left; }
.booking-storage-status.demo { background: #f8e7cc; border-left-color: #c9583f; }
.reset-booking { background: transparent; border: 0; color: var(--ink); cursor: pointer; font-weight: 700; text-decoration: underline; }

.reviews-section { background: var(--white); }
.review-score { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 30px; padding-bottom: 45px; }
.review-score > span { font-family: "Instrument Serif", Georgia, serif; font-size: 100px; line-height: .8; }
.review-score div p { color: #c9583f; letter-spacing: 4px; margin: 0 0 6px; }
.review-score div strong, .review-score div small { display: block; }
.review-score div small { color: var(--ink-soft); margin-top: 4px; }
.reviews-grid { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); }
.reviews-grid blockquote { border-right: 1px solid var(--line); margin: 0; min-height: 310px; padding: 42px; }
.reviews-grid blockquote:last-child { border-right: 0; }
.reviews-grid blockquote > p { font-family: "Instrument Serif", Georgia, serif; font-size: 25px; line-height: 1.28; }
.reviews-grid footer { display: flex; flex-direction: column; margin-top: 35px; }
.reviews-grid footer span { color: var(--ink-soft); font-size: 12px; margin-top: 4px; }

.gallery-section { background: var(--blue); display: grid; gap: 18px; grid-template-columns: .8fr 1.2fr; padding: 110px 6vw; }
.gallery-copy { align-self: center; padding: 3vw 5vw 3vw 0; }
.gallery-copy p:last-child { line-height: 1.7; margin-top: 28px; max-width: 440px; }
.gallery-main { height: 520px; }
.gallery-main img, .gallery-detail img { height: 100%; object-fit: cover; width: 100%; }
.gallery-detail { grid-column: 1 / -1; height: 280px; margin-left: 22vw; overflow: hidden; }
.gallery-detail img { object-position: center 55%; }

.faq-section { display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { cursor: pointer; font-family: "Instrument Serif", Georgia, serif; font-size: 26px; list-style: none; padding: 25px 45px 25px 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: "DM Sans", Arial, sans-serif; font-size: 25px; font-weight: 400; position: absolute; right: 7px; top: 24px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--ink-soft); line-height: 1.7; max-width: 650px; padding: 0 30px 24px 0; }

.site-footer { background: var(--sage-light); border-top: 1px solid var(--ink); }
.footer-top { display: grid; gap: 10vw; grid-template-columns: .8fr 1.2fr; padding: 80px 6vw 65px; }
.footer-brand > p { font-family: "Instrument Serif", Georgia, serif; font-size: 30px; line-height: 1.1; margin: 40px 0; }
.social-links { display: flex; gap: 10px; }
.social-links a { border: 1px solid var(--ink); border-radius: 50%; display: grid; height: 44px; place-items: center; width: 44px; }
.social-links img { height: 18px; width: 18px; }
.footer-contact { display: grid; grid-template-columns: repeat(3, 1fr); }
.footer-contact > div { border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 7px; padding-left: 25px; }
.footer-contact span { color: #c9583f; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; margin-bottom: 8px; text-transform: uppercase; }
.footer-contact strong, .footer-contact a { font-size: 14px; line-height: 1.7; }
.map-wrap { height: 390px; }
.map-wrap iframe { border: 0; height: 100%; width: 100%; }
.privacy-info { border-top: 1px solid var(--ink); margin: 0 6vw; padding: 22px 0; }
.privacy-info summary { cursor: pointer; font-size: 13px; font-weight: 700; }
.privacy-info p { color: var(--ink-soft); font-size: 12px; line-height: 1.65; margin: 15px 0 0; max-width: 880px; }
.footer-bottom { align-items: center; border-top: 1px solid var(--ink); display: flex; font-size: 11px; gap: 30px; padding: 20px 6vw; }
.footer-bottom span:last-child { margin-left: auto; }
.mobile-book { display: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: 650px; }
  .intro-band { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-copy { padding: 70px 6vw; }
  .therapist-options { grid-template-columns: repeat(2, 1fr); }
  .booking-service-list { grid-template-columns: repeat(2, 1fr); }
  .time-grid { grid-template-columns: repeat(4, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid blockquote { border-bottom: 1px solid var(--line); border-right: 0; min-height: 0; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body { padding-bottom: 62px; }
  .site-header { height: 68px; padding: 0 18px; }
  .brand-mark { height: 34px; width: 34px; }
  .brand strong { font-size: 12px; }
  .header-action { font-size: 0; height: 40px; padding: 0; width: 40px; }
  .header-action span { font-size: 12px; }
  .hero { height: calc(100svh - 158px); min-height: 430px; max-height: 560px; }
  .hero > img { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(24, 63, 57, .86) 0%, rgba(24, 63, 57, .42) 65%, rgba(24, 63, 57, .08) 100%); }
  .hero-content { bottom: 76px; left: 22px; right: 22px; top: auto; transform: none; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); margin-bottom: 14px; }
  .hero-content > p:not(.eyebrow) { font-size: 22px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 25px; }
  .hero-note { height: 85px; padding: 0 20px; width: 175px; }
  .hero-note span { font-size: 26px; }
  .intro-band { gap: 20px; grid-template-columns: 1fr; padding: 28px 22px; }
  .intro-band span { border-left: 0; border-top: 1px solid rgba(24, 63, 57, .25); padding-left: 0; padding-top: 13px; }
  .services-section, .team-section, .reviews-section, .faq-section { padding: 64px 22px; }
  .section-heading { align-items: start; gap: 25px; grid-template-columns: 1fr; }
  .section-heading h2, .approach-copy h2, .booking-heading h2, .gallery-copy h2, .faq-section h2 { font-size: 50px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 0; }
  .service-card p { font-size: 13px; }
  .service-media { aspect-ratio: 16 / 10; }
  .approach-section,
  .team-section,
  .reviews-section,
  .gallery-section,
  .faq-section { display: none; }
  .approach-image { min-height: 540px; }
  .approach-copy { padding: 70px 22px; }
  .team-list article { gap: 15px; grid-template-columns: 58px 1fr 43px; }
  .avatar { height: 52px; width: 52px; }
  .team-list h3 { font-size: 28px; }
  .team-list p { font-size: 12px; }
  .booking-section { padding: 80px 14px; }
  .booking-progress { overflow-x: auto; padding: 0 10px; }
  .booking-progress span { font-size: 0; justify-content: center; padding: 17px 12px; }
  .booking-progress span b { font-size: 11px; }
  .booking-tool fieldset { padding: 30px 20px; }
  .booking-tool legend { font-size: 27px; }
  .booking-service-list, .therapist-options { grid-template-columns: 1fr; }
  .date-strip { gap: 4px; overflow-x: auto; padding-bottom: 5px; }
  .date-strip button { min-width: 57px; }
  .time-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-fields { grid-template-columns: 1fr; }
  .contact-fields label.wide { grid-column: auto; }
  .booking-summary { align-items: stretch; flex-direction: column; padding: 26px 20px; }
  .booking-summary .button { width: 100%; }
  .booking-complete-overlay { align-items: flex-start; padding: 12px; }
  .booking-complete { max-height: calc(100vh - 24px); padding: 52px 20px 32px; }
  .booking-complete h3 { font-size: 45px; }
  .booking-complete .dialog-actions { flex-direction: column; }
  .booking-complete .dialog-actions .button { width: 100%; }
  .review-score { align-items: flex-start; flex-direction: column; }
  .review-score > span { font-size: 82px; }
  .reviews-grid blockquote { padding: 32px 0; }
  .gallery-section { grid-template-columns: 1fr; padding: 80px 22px; }
  .gallery-copy { padding: 0 0 25px; }
  .gallery-main { height: 410px; }
  .gallery-detail { grid-column: auto; height: 220px; margin-left: 0; }
  .faq-section { gap: 45px; grid-template-columns: 1fr; }
  .faq-list summary { font-size: 22px; }
  .footer-top { padding: 65px 22px 50px; }
  .footer-contact { gap: 30px; grid-template-columns: 1fr; }
  .footer-contact > div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; padding: 20px 22px; }
  .footer-bottom span:last-child { margin-left: 0; }
  .mobile-book { align-items: center; background: var(--coral); bottom: 0; color: var(--ink); display: flex; font-size: 13px; font-weight: 800; gap: 12px; height: 62px; justify-content: center; left: 0; position: fixed; right: 0; text-decoration: none; z-index: 95; }
}

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

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
