:root {
  --ink: #202521;
  --ink-deep: #17201b;
  --ink-soft: #59615c;
  --paper: #f4f1eb;
  --paper-deep: #e9e6df;
  --white: #fff;
  --sage: #687a6d;
  --sage-dark: #405047;
  --sage-pale: #dce5dd;
  --rose: #bd8582;
  --rose-pale: #ecd9d5;
  --ochre: #a6854f;
  --line: rgba(32, 37, 33, .16);
  --radius: 6px;
  --max: 1220px;
}

* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 200; top: -80px; left: 16px; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: grid; min-height: 76px; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 10px max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid transparent; background: rgba(244, 241, 235, .94); backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 28px rgba(32,37,33,.05); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-symbol { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 500 23px/1 Georgia, serif; }
.brand-name { font: 600 18px/1 Georgia, serif; }
.brand-name small { display: block; margin-top: 6px; color: var(--ink-soft); font: 700 8px/1 system-ui, sans-serif; }
.desktop-nav { justify-self: center; display: flex; gap: 26px; }
.desktop-nav a { position: relative; padding: 8px 0; font-size: 13px; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: var(--rose); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.menu-toggle, .mobile-nav { display: none; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 11px 22px; border: 1px solid var(--ink); border-radius: 2px; background: var(--ink); color: white; cursor: pointer; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { border-color: var(--sage-dark); background: var(--sage-dark); transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 8px 17px; }
.button-wide { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.button-light { border-color: white; background: white; color: var(--ink); }
.button-light:hover { border-color: var(--rose-pale); background: var(--rose-pale); color: var(--ink); }
.eyebrow { margin: 0 0 15px; color: var(--rose); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.section-inner { width: min(var(--max), calc(100% - 48px)); margin-right: auto; margin-left: auto; }

.hero { position: relative; min-height: 700px; height: calc(100svh - 128px); max-height: 820px; margin-top: 76px; overflow: hidden; background: #b9c1bb; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,27,23,.91) 0%, rgba(20,27,23,.66) 43%, rgba(20,27,23,.14) 76%); }
.hero-content { position: relative; z-index: 1; display: flex; width: min(var(--max), calc(100% - 48px)); height: 100%; margin: 0 auto; flex-direction: column; justify-content: center; padding: 60px 0; color: white; }
.hero .eyebrow { color: #ecc7c2; }
.hero h1 { max-width: 820px; margin: 0; font: 500 78px/.94 Georgia, serif; }
.hero-content > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.quiet-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.58); color: white; font-size: 13px; font-weight: 750; text-decoration: none; }
.hero-note { position: absolute; z-index: 1; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 28px; display: grid; margin: 0; color: white; text-align: right; }
.hero-note strong { font: 500 22px/1 Georgia, serif; }
.hero-note span { margin-top: 6px; color: rgba(255,255,255,.72); font-size: 11px; text-transform: uppercase; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); width: min(var(--max), calc(100% - 48px)); margin: 0 auto; border-bottom: 1px solid var(--line); }
.trust-strip p { position: relative; display: grid; min-height: 108px; align-content: center; margin: 0; padding: 20px 24px 20px 48px; border-right: 1px solid var(--line); }
.trust-strip p:last-child { border-right: 0; }
.trust-strip span { position: absolute; top: 27px; left: 20px; color: var(--rose); font-size: 10px; font-weight: 850; }
.trust-strip strong { font: 500 17px/1.25 Georgia, serif; }
.trust-strip small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; }

.local-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: start; }
.local-intro h2, .section-heading h2, .method-copy h2, .studio-copy h2, .booking-header h2, .faq-intro h2, .contact h2, .reviews-head h2 { margin: 0; font: 500 60px/1.04 Georgia, serif; }
.answer-copy { padding-top: 34px; }
.answer-copy p { margin: 0 0 20px; color: var(--ink-soft); }
.answer-copy strong { color: var(--ink); font-weight: 750; }
.text-link { display: inline-flex; gap: 14px; margin-top: 8px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }

.services-section { padding: 112px 0 120px; background: #e7ebe6; }
.section-heading, .booking-header { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 110px; margin-bottom: 48px; }
.section-heading > p, .booking-header > p { margin: 0 0 5px; color: var(--ink-soft); }
.ritual-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ritual-card { position: relative; display: flex; min-height: 570px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.34); transition: background .25s, transform .25s; }
.ritual-card:hover { z-index: 1; background: white; transform: translateY(-3px); }
.ritual-number { position: absolute; z-index: 2; top: 14px; left: 14px; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: rgba(244,241,235,.92); color: var(--rose); font-size: 10px; font-weight: 800; backdrop-filter: blur(7px); }
.ritual-media { width: 100%; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; background: var(--sage-pale); }
.ritual-media img { height: 100%; object-fit: cover; transition: transform .4s ease; }
.ritual-card:hover .ritual-media img { transform: scale(1.025); }
.ritual-card > div { flex: 1; padding: 23px 24px 0; }
.ritual-type { margin: 0 0 8px; color: var(--ink-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ritual-card h3 { margin: 0; font: 500 27px/1.1 Georgia, serif; }
.ritual-card div > p:last-child { margin: 15px 0 25px; color: var(--ink-soft); font-size: 14px; }
.ritual-card footer { display: grid; grid-template-columns: 1fr auto 38px; align-items: center; gap: 13px; margin: 0 24px 24px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 13px; }
.ritual-card footer span { color: var(--ink-soft); }
.ritual-card footer a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); text-decoration: none; transition: background .2s, color .2s; }
.ritual-card footer a:hover { background: var(--ink); color: white; }
.signature-card { background: var(--sage-dark); color: white; }
.signature-card .ritual-type, .signature-card div > p:last-child, .signature-card footer span { color: rgba(255,255,255,.68); }
.signature-card footer, .signature-card footer a { border-color: rgba(255,255,255,.2); }
.signature-card:hover { background: #354139; }
.ritual-brand-media { display: grid; place-items: center; align-content: center; gap: 12px; background: #334039; color: white; }
.ritual-brand-media span { display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; font: 500 40px/1 Georgia, serif; }
.ritual-brand-media small { color: rgba(255,255,255,.58); font: italic 500 14px/1 Georgia, serif; }

.method-section { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--ink-deep); color: white; }
.method-image { min-height: 690px; overflow: hidden; }
.method-image img { height: 100%; object-fit: cover; }
.method-copy { align-self: center; padding: 90px max(46px, calc((100vw - var(--max)) / 2)); padding-left: 82px; }
.method-copy .eyebrow { color: #e6b8b4; }
.method-copy > p:not(.eyebrow) { margin: 27px 0 30px; color: rgba(255,255,255,.72); }
.method-copy ol { margin: 0; padding: 0; list-style: none; }
.method-copy li { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.16); }
.method-copy li > span { color: #dfaaa6; font-size: 11px; font-weight: 800; }
.method-copy li strong { font-size: 14px; }
.method-copy li p { margin: 2px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }

.studio-section { display: grid; grid-template-columns: .88fr 1.12fr; }
.studio-copy { align-self: center; padding: 100px max(30px, calc((100vw - var(--max)) / 2)); padding-right: 90px; }
.studio-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--ink-soft); }
.studio-copy dl { display: grid; margin: 35px 0 0; }
.studio-copy dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid var(--line); }
.studio-copy dt { color: var(--ink-soft); font-size: 12px; }
.studio-copy dd { margin: 0; font-size: 13px; font-weight: 750; text-align: right; }
.studio-image { min-height: 680px; overflow: hidden; }
.studio-image img { height: 100%; object-fit: cover; }

.booking-section { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper-deep); }
.booking-header { max-width: var(--max); margin-right: auto; margin-left: auto; }
.booking-shell { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 24px; max-width: var(--max); margin: 0 auto; }
.booking-form { display: grid; gap: 14px; }
.booking-step { min-width: 0; margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.66); }
.booking-step:disabled { opacity: .5; }
.booking-step legend { display: flex; align-items: center; gap: 10px; padding: 0 12px 0 0; font: 500 22px/1.2 Georgia, serif; }
.booking-step legend span { display: grid; flex: none; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--rose); font: 800 10px/1 system-ui, sans-serif; }
.service-select-help { margin: 5px 0 14px; color: var(--ink-soft); font-size: 11px; }
.service-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.service-choice { position: relative; display: grid; grid-template-columns: 24px 1fr auto; gap: 6px 10px; min-height: 82px; padding: 14px; border: 1px solid var(--line); cursor: pointer; }
.service-choice:has(input:checked) { border-color: var(--sage-dark); background: var(--sage-pale); }
.service-choice input { position: absolute; opacity: 0; pointer-events: none; }
.service-choice i { display: grid; width: 20px; height: 20px; grid-row: 1 / span 2; place-items: center; align-self: center; border: 1px solid var(--line); color: transparent; font-size: 11px; font-style: normal; }
.service-choice:has(input:checked) i { border-color: var(--sage-dark); background: var(--sage-dark); color: white; }
.service-choice strong { grid-column: 2; font: 500 17px/1.2 Georgia, serif; }
.service-choice span { grid-column: 2; color: var(--ink-soft); font-size: 12px; }
.service-choice b { grid-row: 1 / span 2; grid-column: 3; align-self: center; font-size: 14px; }
.calendar-step { overflow: hidden; scroll-margin-top: 92px; }
.calendar-toolbar { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 12px; margin-top: 12px; }
.calendar-toolbar > strong { font: 500 19px/1.2 Georgia, serif; text-align: center; }
.calendar-nav { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: white; cursor: pointer; font-size: 18px; }
.calendar-nav:hover { border-color: var(--sage-dark); background: var(--sage-dark); color: white; }
.calendar-nav:disabled { cursor: not-allowed; opacity: .35; }
.calendar-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 16px 0 12px; }
.calendar-state { display: flex; min-height: 38px; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid transparent; color: var(--ink-soft); font-size: 12px; }
.calendar-state strong { display: block; color: var(--ink); font-size: 12px; line-height: 1.25; }
.calendar-state small { display: block; margin-top: 1px; color: var(--ink-soft); font-size: 10px; line-height: 1.35; }
.status-dot { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--rose); }
.calendar-state.is-loading { border-color: rgba(63,75,67,.2); background: rgba(255,255,255,.74); color: var(--ink); box-shadow: 0 8px 20px rgba(32,37,34,.07); }
.calendar-state.is-loading .status-dot { background: var(--sage-dark); animation: calendarPulse 1s ease-in-out infinite; }
.calendar-state.is-live .status-dot { background: #4b8b5d; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 12px; color: var(--ink-soft); font-size: 10px; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 6px; }
.calendar-legend span::before { content: ""; width: 10px; height: 10px; border: 1px solid var(--line); }
.legend-free::before { background: #e3eee5; }
.legend-busy::before { background: #cfd3cf; }
.legend-lunch::before { background: var(--rose-pale); }
@keyframes calendarPulse { 0%, 100% { transform: scale(1); opacity: .5; } 50% { transform: scale(1.65); opacity: 1; } }
.visual-calendar-scroll { position: relative; padding-bottom: 8px; }
.visual-calendar { min-width: 0; background: white; }
.calendar-day-tabs { display: none; }
.timeline-calendar { --calendar-row: 20px; display: grid; grid-template-columns: 48px repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline-axis, .timeline-day { display: grid; min-width: 0; grid-template-rows: 54px repeat(27, var(--calendar-row)); }
.timeline-axis { background: #f7f6f2; }
.timeline-axis-title, .timeline-time { display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 8px; }
.timeline-axis-title { font-weight: 800; text-transform: uppercase; }
.timeline-time { align-items: start; padding-top: 2px; }
.timeline-day > header { z-index: 3; display: flex; min-width: 0; grid-row: 1; align-items: center; justify-content: space-between; gap: 6px; padding: 7px 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f7f6f2; }
.timeline-day > header, .timeline-cell, .selected-block { grid-column: 1; }
.timeline-day > header div { display: grid; min-width: 0; }
.timeline-day > header span { overflow: hidden; color: var(--ink-soft); font-size: 8px; font-weight: 800; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.timeline-day > header strong { font: 500 16px/1.15 Georgia, serif; }
.timeline-day > header small { color: var(--sage); font-size: 8px; font-weight: 800; text-align: right; }
.timeline-cell { position: relative; min-width: 0; min-height: 0; padding: 0 5px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f4f4f1; color: var(--ink-soft); font-size: 8px; text-align: left; }
.timeline-cell.available { background: #e3eee5; color: var(--sage-dark); cursor: pointer; font-weight: 800; }
.timeline-cell.available::before { content: ""; display: inline-block; width: 4px; height: 4px; margin-right: 5px; border-radius: 50%; background: #5e8c68; vertical-align: middle; }
.timeline-cell.available:hover { z-index: 2; background: #bfd0c2; box-shadow: inset 0 0 0 1px var(--sage-dark); }
.timeline-cell.verifying { cursor: progress; opacity: .65; }
.timeline-cell.busy { background: #cfd3cf; }
.timeline-cell.lunch { background: var(--rose-pale); color: #795a58; font-weight: 750; }
.timeline-cell.past, .timeline-cell.unavailable { background: #f3f2ef; }
.selected-block { z-index: 6; display: flex; min-height: 0; flex-direction: column; margin: 1px 3px; overflow: hidden; border: 1px solid var(--ink); border-radius: 2px; color: white; pointer-events: none; box-shadow: 0 5px 14px rgba(32,37,34,.18); }
.selected-treatment { display: flex; min-height: 0; flex: 1; flex-direction: column; justify-content: center; padding: 4px 7px; background: var(--sage-dark); }
.selected-treatment strong { display: grid; font: 500 10px/1.1 Georgia, serif; }
.selected-treatment small { margin-top: 2px; font-size: 8px; line-height: 1.1; }
.selected-buffer { display: flex; min-height: 17px; align-items: center; padding: 2px 7px; background: var(--rose); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.calendar-loading-overlay { position: absolute; z-index: 12; inset: 0 0 8px; display: grid; place-items: center; background: rgba(244,241,235,.52); pointer-events: none; }
.calendar-loading-overlay[hidden] { display: none; }
.calendar-loading-overlay > div { width: min(390px, calc(100% - 40px)); padding: 28px 24px; border: 1px solid var(--line); background: rgba(255,255,255,.95); text-align: center; box-shadow: 0 18px 50px rgba(32,37,34,.15); }
.calendar-loading-overlay strong { display: block; margin-top: 12px; font: 500 23px/1.15 Georgia, serif; }
.calendar-loading-overlay p { margin: 7px 0 0; color: var(--ink-soft); font-size: 12px; }
.loading-spinner { display: inline-block; width: 32px; height: 32px; border: 3px solid var(--sage-pale); border-top-color: var(--sage-dark); border-radius: 50%; animation: calendarSpin .8s linear infinite; }
@keyframes calendarSpin { to { transform: rotate(360deg); } }
.calendar-help { margin: 10px 0 0; color: var(--ink-soft); font-size: 10px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 14px; }
.field-grid label { display: grid; gap: 6px; color: var(--ink-soft); font-size: 11px; font-weight: 750; }
.field-grid label:last-child { grid-column: 1 / -1; }
.field-grid input, .field-grid textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); outline: 0; }
.field-grid input:focus, .field-grid textarea:focus { border-color: var(--sage-dark); }
.field-grid textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; color: var(--ink-soft); font-size: 11px; }
.consent input { margin-top: 3px; accent-color: var(--sage-dark); }
.booking-summary { position: sticky; top: 96px; padding: 30px; background: var(--ink); color: white; }
.summary-label { margin: 0 0 15px; color: #d9aca9; font-size: 10px; font-weight: 850; text-transform: uppercase; }
.booking-summary h3 { min-height: 58px; margin: 0 0 22px; overflow-wrap: anywhere; font: 500 23px/1.2 Georgia, serif; }
.booking-summary dl { margin: 0; }
.booking-summary dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.booking-summary dt { color: rgba(255,255,255,.58); }
.booking-summary dd { margin: 0; text-align: right; }
.summary-total { display: flex; align-items: baseline; justify-content: space-between; margin: 22px 0; }
.summary-total span { font-size: 12px; }
.summary-total strong { font: 500 30px/1 Georgia, serif; }
.booking-summary .button { border-color: var(--rose); background: var(--rose); }
.summary-note { margin: 14px 0 0; color: rgba(255,255,255,.46); font-size: 10px; line-height: 1.5; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-intro > p:last-child { max-width: 360px; margin-top: 24px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 28px; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; font: 500 19px/1.35 Georgia, serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font: 400 18px/1 system-ui, sans-serif; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { max-width: 680px; margin: -4px 50px 24px 0; color: var(--ink-soft); }

.contact { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; padding: 112px max(24px, calc((100vw - var(--max)) / 2)); background: var(--sage-dark); color: white; }
.contact .eyebrow { color: #e7bbb7; }
.contact-lead > p:last-child { max-width: 470px; margin: 26px 0 0; color: rgba(255,255,255,.68); }
.contact-details { display: grid; align-content: center; gap: 24px; }
.contact-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.contact-facts p { display: grid; align-content: start; margin: 0; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; }
.contact-facts p > span { margin-bottom: 5px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.contact-facts a { width: fit-content; text-decoration: none; }
.contact-facts a:hover { color: #e7bbb7; }
.social-links { display: flex; align-items: flex-end; gap: 8px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18); }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.social-links a:hover { border-color: #e7bbb7; background: rgba(255,255,255,.08); }
.social-links svg { width: 18px; height: 18px; fill: currentColor; }
.contact-map { position: relative; min-height: 270px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.contact-map iframe { width: 100%; height: 100%; min-height: 270px; border: 0; filter: grayscale(1) contrast(.95); }
.contact-map > a { position: absolute; inset: auto 14px 14px auto; display: flex; width: auto; align-items: center; gap: 14px; padding: 10px 13px; background: var(--ink); color: white; font-size: 11px; font-weight: 800; text-decoration: none; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.contact-map > a b { font-size: 16px; }
.site-footer { display: grid; min-height: 110px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.site-footer > p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.site-footer > span { justify-self: end; color: var(--ink-soft); font-size: 11px; }
.footer-brand .brand-symbol { width: 35px; height: 35px; font-size: 19px; }
.mobile-book { display: none; }

.confirmation { width: min(560px, calc(100% - 32px)); padding: 48px; border: 0; border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.confirmation::backdrop { background: rgba(22,28,24,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; font-size: 27px; }
.confirmation-mark { display: grid; width: 54px; height: 54px; margin-bottom: 26px; place-items: center; border-radius: 50%; background: var(--sage-dark); color: white; font-size: 24px; }
.confirmation h2 { margin: 0; font: 500 44px/1.05 Georgia, serif; }
.confirmation > p:not(.eyebrow, .demo-warning) { color: var(--ink-soft); }
.dialog-actions { display: grid; gap: 9px; margin-top: 26px; }
.quiet-button { min-height: 46px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; font-weight: 750; }
.demo-warning { margin: 20px 0 0; padding: 12px; background: var(--rose-pale); color: #704f4d; font-size: 11px; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; }

.reviews-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 110px; margin-bottom: 48px; }
.reviews-score { display: grid; justify-items: start; align-content: end; }
.reviews-score strong { font: 500 56px/1 Georgia, serif; color: var(--ink); }
.reviews-score .stars { margin-top: 10px; color: var(--ochre); font-size: 18px; letter-spacing: 4px; }
.reviews-score small { margin-top: 10px; color: var(--ink-soft); font-size: 12px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.review-card { display: flex; margin: 0; padding: 34px 30px 30px; flex-direction: column; gap: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.34); transition: background .25s; }
.review-card:hover { background: white; }
.review-card .stars { color: var(--ochre); font-size: 14px; letter-spacing: 4px; }
.review-card blockquote { flex: 1; margin: 0; color: var(--ink); font: 400 18px/1.5 Georgia, serif; }
.review-card figcaption { display: grid; gap: 4px; padding-top: 18px; border-top: 1px solid var(--line); }
.review-card figcaption strong { font-size: 14px; font-weight: 750; }
.review-card figcaption span { color: var(--ink-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }

@media (max-width: 1080px) {
  .reviews-head { gap: 60px; }
  .desktop-nav { gap: 18px; }
  .hero h1 { font-size: 66px; max-width: 710px; }
  .local-intro, .section-heading, .booking-header { gap: 60px; }
  .ritual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-copy { padding-left: 54px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .desktop-nav, .site-header > .button { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-toggle { justify-self: end; display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 0; background: transparent; }
  .menu-toggle span { width: 22px; height: 1px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 76px 0 0; padding: 32px 24px; background: var(--paper); }
  .mobile-nav:not([hidden]) { display: flex; flex-direction: column; }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font: 500 26px/1.2 Georgia, serif; text-decoration: none; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip p:nth-child(2) { border-right: 0; }
  .trust-strip p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .local-intro, .section-heading, .booking-header, .faq-section, .reviews-head { grid-template-columns: 1fr; gap: 28px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-score { justify-items: start; }
  .answer-copy { padding-top: 0; }
  .method-section, .studio-section { grid-template-columns: 1fr; }
  .method-image, .studio-image { min-height: 520px; }
  .method-copy, .studio-copy { padding: 80px 48px; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .faq-intro > p:last-child { max-width: none; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 62px; }
  .site-header { min-height: 68px; padding: 9px 18px; }
  .brand-symbol { width: 36px; height: 36px; font-size: 20px; }
  .brand-name { font-size: 16px; }
  .mobile-nav { inset: 68px 0 0; }
  .section, .section-inner { width: calc(100% - 36px); }
  .section { padding: 76px 0; }
  .hero { min-height: 430px; height: calc(100svh - 230px); max-height: 560px; margin-top: 68px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(20,27,23,.93) 0%, rgba(20,27,23,.58) 58%, rgba(20,27,23,.12) 100%); }
  .hero-content { width: calc(100% - 36px); justify-content: flex-end; padding: 46px 0 24px; }
  .hero h1 { max-width: none; font-size: 43px; line-height: .98; }
  .hero-content > p:not(.eyebrow) { margin-top: 20px; font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; margin-top: 24px; }
  .quiet-link { align-self: center; }
  .hero-note { display: none; }
  .trust-strip { width: calc(100% - 36px); }
  .trust-strip p { min-height: 96px; padding: 16px 12px 16px 34px; }
  .trust-strip span { top: 23px; left: 10px; }
  .trust-strip strong { font-size: 15px; }
  .local-intro h2, .section-heading h2, .method-copy h2, .studio-copy h2, .booking-header h2, .faq-intro h2, .contact h2, .reviews-head h2 { font-size: 42px; }
  .local-intro,
  .method-section,
  .studio-section,
  .reviews-section { display: none; }
  .services-section { padding: 58px 0 66px; }
  .section-heading, .booking-header { margin-bottom: 34px; }
  .ritual-grid { grid-template-columns: 1fr; }
  .ritual-card { min-height: 0; }
  .ritual-card > div { padding-bottom: 12px; }
  .ritual-card div > p:last-child { margin-bottom: 12px; }
  .method-image, .studio-image { min-height: 410px; }
  .method-copy, .studio-copy { padding: 64px 24px 72px; }
  .booking-section { padding: 76px 18px; }
  .booking-step { padding: 22px 16px; }
  .service-options, .field-grid { grid-template-columns: 1fr; }
  .field-grid label:last-child { grid-column: auto; }
  .calendar-meta { align-items: flex-start; flex-direction: column; gap: 9px; }
  .visual-calendar-scroll { margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; }
  .visual-calendar { min-width: 0; }
  .calendar-day-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 8px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  .calendar-day-tab { display: grid; min-width: 0; min-height: 58px; place-items: center; align-content: center; padding: 6px 2px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f7f6f2; cursor: pointer; }
  .calendar-day-tab span { color: var(--ink-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; }
  .calendar-day-tab strong { font: 500 15px/1.2 Georgia, serif; }
  .calendar-day-tab small { color: var(--rose); font-size: 8px; font-weight: 800; text-transform: uppercase; }
  .calendar-day-tab.active { background: var(--sage-dark); color: white; }
  .calendar-day-tab.active span, .calendar-day-tab.active small { color: rgba(255,255,255,.72); }
  .timeline-calendar { --calendar-row: 18px; grid-template-columns: 44px minmax(0, 1fr); }
  .timeline-axis, .timeline-day { grid-template-rows: 50px repeat(27, var(--calendar-row)); }
  .timeline-day { display: none; }
  .timeline-day.active { display: grid; }
  .timeline-day > header { padding: 6px 10px; }
  .timeline-day > header span { font-size: 9px; }
  .timeline-day > header strong { font-size: 17px; }
  .timeline-day > header small { font-size: 9px; }
  .timeline-cell { padding-left: 10px; font-size: 9px; }
  .selected-block { margin-right: 6px; margin-left: 6px; }
  .selected-treatment { padding-right: 10px; padding-left: 10px; }
  .selected-treatment strong { font-size: 11px; }
  .selected-treatment small { font-size: 8px; }
  .calendar-loading-overlay { right: 16px; left: 16px; }
  .faq-list summary { font-size: 17px; }
  .contact { gap: 48px; padding: 76px 24px; }
  .contact-facts { grid-template-columns: 1fr 1fr; }
  .contact-map { min-height: 240px; }
  .site-footer { min-height: 210px; grid-template-columns: 1fr; justify-items: center; padding: 32px 0; }
  .site-footer > span { justify-self: center; }
  .mobile-book { position: fixed; z-index: 90; inset: auto 0 0; display: flex; min-height: 62px; align-items: center; justify-content: center; gap: 18px; background: var(--rose); color: white; font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 -8px 24px rgba(29,36,32,.12); }
  .confirmation { padding: 34px 24px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 43px; }
  .local-intro h2, .section-heading h2, .method-copy h2, .studio-copy h2, .booking-header h2, .faq-intro h2, .contact h2, .reviews-head h2 { font-size: 37px; }
  .contact-facts { grid-template-columns: 1fr; }
}

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