:root {
  --ink: #584237;
  --ink-2: #6d5141;
  --muted: #726b64;
  --paper: #f5f1ea;
  --paper-2: #e8dfd2;
  --white: #fffaf3;
  --copper: #b46d3c;
  --copper-2: #d5a57d;
  --olive: #596052;
  --line: rgba(88, 66, 55, .18);
  --line-dark: rgba(88, 66, 55, .2);
  --max: 1180px;
}

* { 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.55; }
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: 300; 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: 74px; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 12px max(20px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid var(--line); background: rgba(245, 241, 234, .93); color: var(--ink); backdrop-filter: blur(18px); }
.site-header.is-scrolled { border-bottom-color: rgba(88,66,55,.28); box-shadow: 0 12px 36px rgba(88,66,55,.12); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 500 23px/1 Georgia, serif; }
.brand-text { display: grid; font: 700 17px/1 Georgia, serif; }
.brand-text small { margin-top: 5px; color: var(--muted); font: 800 8px/1 system-ui, sans-serif; text-transform: uppercase; }
.desktop-nav { justify-self: center; display: flex; gap: 10px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,250,243,.48); }
.desktop-nav a { padding: 8px 14px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }
.desktop-nav a:hover { background: var(--paper-2); color: var(--ink); }
.menu-toggle, .mobile-nav { display: none; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 11px 20px; border: 1px solid var(--copper); border-radius: 999px; background: var(--copper); color: white; cursor: pointer; font-size: 13px; font-weight: 850; text-decoration: none; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { border-color: var(--copper); background: var(--copper); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 8px 16px; border-color: var(--line); background: var(--white); color: var(--ink); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-wide { width: 100%; }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.text-action { display: inline-flex; align-items: center; min-height: 46px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-action::after { content: "→"; margin-left: 10px; color: var(--copper-2); }
.kicker { margin: 0 0 14px; color: var(--copper); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.hero { position: relative; min-height: 760px; height: 94svh; overflow: hidden; background: var(--paper-2); color: var(--ink); }
.hero-photo { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,241,234,.96) 0%, rgba(245,241,234,.84) 39%, rgba(245,241,234,.18) 76%); }
.hero-panel { 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-top: 74px; }
.hero-panel h1 { max-width: 760px; margin: 0; font: 500 clamp(58px, 8.8vw, 118px)/.9 Georgia, serif; }
.hero-panel > p:not(.kicker) { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.hero-status { position: absolute; z-index: 2; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 28px; display: grid; width: 250px; gap: 6px; padding: 18px; border: 1px solid var(--line); background: rgba(255,250,243,.78); color: var(--ink); backdrop-filter: blur(14px); }
.hero-status span { color: var(--copper-2); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.hero-status strong { font: 500 29px/1 Georgia, serif; }
.hero-status small { color: var(--muted); font-size: 11px; }

.ticker { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--paper-2); color: var(--ink); }
.ticker p { display: flex; min-height: 88px; align-items: center; gap: 14px; margin: 0; padding: 18px 22px; border-right: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 750; }
.ticker p:last-child { border-right: 0; }
.ticker strong { color: var(--copper-2); font-size: 10px; }

.studio-intro { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 680px; }
.intro-copy { align-self: center; padding: 96px max(38px, calc((100vw - var(--max)) / 2)); padding-right: 76px; }
.intro-copy h2, .section-head h2, .booking-copy h2, .faq-contact h2, .answer-section h2, .faq-head h2 { margin: 0; font: 500 clamp(42px, 5vw, 72px)/.98 Georgia, serif; }
.intro-copy p:not(.kicker), .section-head > p, .booking-copy > p { max-width: 620px; margin: 26px 0 0; color: var(--muted); }
.intro-image { min-height: 680px; margin: 0; overflow: hidden; }
.intro-image img { height: 100%; object-fit: cover; }

.proof-band { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper-2); }
.proof-band div { min-height: 150px; padding: 32px max(24px, calc((100vw - var(--max)) / 2 / 3)); border-right: 1px solid var(--line); }
.proof-band div:last-child { border-right: 0; }
.proof-band span { display: block; color: var(--copper); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.proof-band strong { display: block; max-width: 260px; margin-top: 16px; font: 500 26px/1.12 Georgia, serif; }

.services { padding: 108px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; max-width: var(--max); margin: 0 auto 46px; }
.service-showcase { display: grid; grid-template-columns: minmax(0, 1.05fr) 360px minmax(0, .95fr); gap: 18px; max-width: var(--max); margin: 0 auto; }
.feature-service { position: relative; display: grid; min-height: 630px; align-content: end; margin: 0; overflow: hidden; background: var(--paper-2); color: white; }
.feature-service img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .86; }
.feature-service > div { position: relative; z-index: 1; align-self: end; padding: 28px; background: linear-gradient(0deg, rgba(88,66,55,.78), rgba(88,66,55,.34) 64%, rgba(88,66,55,0)); }
.feature-service span { color: var(--copper-2); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.feature-service h3 { margin: 12px 0 0; font: 500 42px/1 Georgia, serif; }
.feature-service p { margin: 14px 0 22px; color: rgba(255,255,255,.72); }
.feature-service a, .service-list a { text-decoration: none; }
.feature-service a { display: inline-flex; color: white; font-size: 13px; font-weight: 850; }
.feature-service a::after { content: "→"; margin-left: 10px; color: var(--copper-2); }
.service-list { display: grid; gap: 10px; align-content: stretch; }
.service-list a { display: grid; min-height: 118px; align-content: center; gap: 9px; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.48); transition: border-color .18s, transform .18s, background .18s; }
.service-list a:hover { border-color: var(--copper); background: white; transform: translateY(-2px); }
.service-list span { font: 500 27px/1.05 Georgia, serif; }
.service-list strong { color: var(--muted); font-size: 12px; }

.gallery-section { padding: 108px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper-2); }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .9fr; grid-auto-rows: 250px; gap: 14px; max-width: var(--max); margin: 0 auto; }
.gallery-item { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 12px; background: rgba(255,250,243,.82); color: var(--ink); font-size: 11px; font-weight: 850; text-transform: uppercase; backdrop-filter: blur(8px); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }

.reviews-section { display: grid; grid-template-columns: .9fr 260px; gap: 44px 70px; padding: 108px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.reviews-intro h2 { max-width: 760px; margin: 0; font: 500 clamp(42px, 5vw, 72px)/.98 Georgia, serif; }
.review-score { align-self: end; display: grid; gap: 6px; padding: 24px; border: 1px solid var(--line); background: rgba(255,250,243,.6); }
.review-score strong { font: 500 58px/1 Georgia, serif; }
.review-score span { color: var(--copper); font-size: 18px; }
.review-score small { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.review-grid { grid-column: 1 / -1; 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: grid; min-height: 270px; margin: 0; padding: 28px; align-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,250,243,.5); }
.review-card blockquote { margin: 0; color: var(--ink); font: 400 20px/1.42 Georgia, serif; }
.review-card figcaption { display: grid; gap: 5px; padding-top: 20px; }
.review-card figcaption strong { font-size: 14px; }
.review-card figcaption span { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }

.answer-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 108px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper-2); }
.answer-copy { display: grid; gap: 18px; align-content: end; color: var(--muted); }
.answer-copy p { margin: 0; font-size: 17px; }
.answer-copy strong { color: var(--ink); }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 108px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper); }
.faq-head > p:last-child { max-width: 470px; margin: 24px 0 0; color: var(--muted); }
.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 30px; align-items: center; gap: 18px; padding: 23px 0; cursor: pointer; font: 500 20px/1.3 Georgia, serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--copper); font: 400 19px/1 system-ui, sans-serif; transition: transform .18s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -4px 48px 24px 0; color: var(--muted); }

.booking-section { padding: 108px max(24px, calc((100vw - var(--max)) / 2)); background: #dfd2c3; color: var(--ink); }
.booking-copy { display: grid; grid-template-columns: 1fr .86fr; gap: 70px; align-items: end; max-width: var(--max); margin: 0 auto 44px; }
.booking-copy .kicker { color: var(--copper); }
.booking-copy > p { color: var(--muted); }
.booking-shell { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 18px; max-width: var(--max); margin: 0 auto; }
.booking-form { display: grid; gap: 18px; }
.booking-step { min-width: 0; margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,250,243,.7); }
.booking-step:disabled { opacity: .48; }
.booking-step legend { float: left; display: flex; width: 100%; align-items: center; gap: 12px; margin: 0 0 18px; padding: 0; color: var(--ink); font: 500 24px/1.15 Georgia, serif; }
.booking-step legend + * { clear: both; }
.booking-step legend span { display: grid; flex: none; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; background: rgba(255,250,243,.72); color: var(--copper); font: 850 11px/1 system-ui, sans-serif; }
.service-select-help { margin: 0 0 16px; color: var(--muted); font-size: 12px; }
.staff-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.staff-choice { position: relative; display: grid; min-height: 86px; align-content: center; gap: 7px; padding: 14px; border: 1px solid var(--line); background: rgba(255,250,243,.62); cursor: pointer; }
.staff-choice:has(input:checked) { border-color: var(--copper-2); background: rgba(180,109,60,.2); }
.staff-choice input { position: absolute; opacity: 0; pointer-events: none; }
.staff-choice strong { color: var(--ink); font: 500 18px/1.15 Georgia, serif; }
.staff-choice span { color: var(--muted); 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); background: rgba(255,250,243,.62); cursor: pointer; }
.service-choice:has(input:checked) { border-color: var(--copper-2); background: rgba(180,109,60,.22); }
.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-dark); color: transparent; font-size: 11px; font-style: normal; }
.service-choice:has(input:checked) i { border-color: var(--copper-2); background: var(--copper); color: white; }
.service-choice strong { grid-column: 2; color: var(--ink); font: 500 17px/1.2 Georgia, serif; }
.service-choice span { grid-column: 2; color: var(--muted); font-size: 12px; }
.service-choice b { grid-row: 1 / span 2; grid-column: 3; align-self: center; color: var(--copper-2); font-size: 14px; }
.calendar-step { overflow: hidden; scroll-margin-top: 90px; }
.calendar-toolbar { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 12px; margin-top: 12px; }
.calendar-toolbar > strong { color: var(--ink); 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: rgba(255,250,243,.62); cursor: pointer; font-size: 18px; }
.calendar-nav:hover { border-color: var(--copper-2); background: var(--copper); 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(--muted); 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(--muted); font-size: 10px; line-height: 1.35; }
.status-dot { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--copper-2); }
.calendar-state.is-loading { border-color: var(--line); background: rgba(255,250,243,.68); color: var(--ink); }
.calendar-state.is-loading .status-dot { animation: calendarPulse 1s ease-in-out infinite; }
.calendar-state.is-live .status-dot { background: #8fb986; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); 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-dark); }
.legend-free::before { background: #dfe9d8; }
.legend-busy::before { background: #6b6965; }
.legend-lunch::before { background: var(--copper); }
@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: #f7f2ea; color: var(--ink); }
.calendar-day-tabs { display: none; }
.timeline-calendar { --calendar-row: 20px; --calendar-days: 5; --calendar-slots: 30; display: grid; grid-template-columns: 48px repeat(var(--calendar-days), minmax(0, 1fr)); border-top: 1px solid rgba(88,66,55,.14); border-left: 1px solid rgba(88,66,55,.14); }
.timeline-axis, .timeline-day { display: grid; min-width: 0; grid-template-rows: 54px repeat(var(--calendar-slots), var(--calendar-row)); }
.timeline-axis { background: #ece3d6; }
.timeline-axis-title, .timeline-time { display: grid; place-items: center; border-right: 1px solid rgba(88,66,55,.14); border-bottom: 1px solid rgba(88,66,55,.14); color: var(--muted); font-size: 8px; }
.timeline-axis-title { font-weight: 850; 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 rgba(88,66,55,.14); border-bottom: 1px solid rgba(88,66,55,.14); background: #ece3d6; }
.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(--muted); font-size: 8px; font-weight: 850; 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(--copper); font-size: 8px; font-weight: 850; text-align: right; }
.timeline-cell { position: relative; min-width: 0; min-height: 0; padding: 0 5px; border: 0; border-right: 1px solid rgba(88,66,55,.14); border-bottom: 1px solid rgba(88,66,55,.14); background: #f2ede5; color: var(--muted); font-size: 8px; text-align: left; }
.timeline-cell.available { background: #dfe9d8; color: #303a2e; cursor: pointer; font-weight: 850; }
.timeline-cell.available::before { content: ""; display: inline-block; width: 4px; height: 4px; margin-right: 5px; border-radius: 50%; background: #596f50; vertical-align: middle; }
.timeline-cell.available:hover { z-index: 2; background: #c9daba; box-shadow: inset 0 0 0 1px #303a2e; }
.timeline-cell.verifying { cursor: progress; opacity: .65; }
.timeline-cell.busy { background: #c2bdb5; }
.timeline-cell.lunch { background: #e7c2a8; color: #70401f; font-weight: 750; }
.timeline-cell.past, .timeline-cell.unavailable { background: #eee8df; color: #aaa198; }
.selected-block { z-index: 6; display: flex; min-height: 0; flex-direction: column; margin: 1px 3px; overflow: hidden; border: 1px solid var(--olive); border-radius: 2px; color: white; pointer-events: none; box-shadow: 0 5px 14px rgba(88,66,55,.18); }
.selected-treatment { display: flex; min-height: 0; flex: 1; flex-direction: column; justify-content: center; padding: 4px 7px; background: var(--olive); }
.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(--copper); font-size: 7px; font-weight: 850; text-transform: uppercase; }
.calendar-loading-overlay { position: absolute; z-index: 12; inset: 0 0 8px; display: grid; place-items: center; background: rgba(88,66,55,.26); 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: var(--white); color: var(--ink); text-align: center; box-shadow: 0 18px 50px rgba(88,66,55,.18); }
.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(--muted); font-size: 12px; }
.loading-spinner { display: inline-block; width: 32px; height: 32px; border: 3px solid #eadbcc; border-top-color: var(--copper); border-radius: 50%; animation: calendarSpin .8s linear infinite; }
@keyframes calendarSpin { to { transform: rotate(360deg); } }
.calendar-help { margin: 10px 0 0; color: var(--muted); font-size: 10px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.field-grid label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 750; }
.field-grid label:last-child { grid-column: 1 / -1; }
.field-grid input, .field-grid textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,250,243,.7); color: var(--ink); outline: 0; }
.field-grid input:focus, .field-grid textarea:focus { border-color: var(--copper-2); }
.field-grid textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; color: var(--muted); font-size: 11px; }
.consent input { margin-top: 3px; accent-color: var(--copper); }
.booking-summary { position: sticky; top: 96px; padding: 28px; border: 1px solid var(--line-dark); background: var(--white); color: var(--ink); }
.summary-label { margin: 0 0 15px; color: var(--copper); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.booking-summary h3 { min-height: 58px; margin: 0 0 22px; overflow-wrap: anywhere; font: 500 25px/1.12 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 var(--line); font-size: 12px; }
.booking-summary dt { color: var(--muted); }
.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 32px/1 Georgia, serif; }
.summary-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.faq-contact { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding: 108px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper-2); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.social-links a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,250,243,.52); color: var(--ink); transition: transform .18s, border-color .18s, background .18s; }
.social-links a:hover { border-color: var(--copper); background: var(--white); transform: translateY(-2px); }
.social-links svg { width: 20px; height: 20px; fill: currentColor; }
.contact-panel { display: grid; gap: 14px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: end; }
.contact-grid p { display: grid; min-height: 120px; align-content: center; gap: 8px; margin: 0; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.38); }
.contact-grid span { color: var(--copper); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.contact-grid a { width: fit-content; text-decoration: none; }
.contact-grid a:hover { color: var(--copper); }
.map-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.map-card iframe { width: 100%; height: 100%; min-height: 330px; border: 0; filter: sepia(.12) saturate(.82); }
.map-card a { position: absolute; right: 14px; bottom: 14px; padding: 10px 13px; background: var(--white); color: var(--ink); font-size: 11px; font-weight: 850; text-decoration: none; box-shadow: 0 8px 22px rgba(88,66,55,.14); }
.map-card a:hover { color: var(--copper); }

.site-footer { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 24px; padding: 24px max(24px, calc((100vw - var(--max)) / 2)); background: var(--paper-2); color: var(--ink); }
.site-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.mobile-book { display: none; }

.confirmation { width: min(560px, calc(100% - 32px)); padding: 46px; border: 0; border-radius: 0; background: var(--white); color: var(--ink); box-shadow: 0 30px 90px rgba(88,66,55,.26); }
.confirmation::backdrop { background: rgba(88,66,55,.46); 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(--copper); color: white; font-size: 24px; }
.confirmation h2 { margin: 0; font: 500 44px/1.05 Georgia, serif; }
.confirmation > p:not(.kicker, .demo-warning) { color: var(--muted); }
.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: #f0dccd; color: #70401f; font-size: 11px; }
:focus-visible { outline: 3px solid var(--copper-2); outline-offset: 3px; }

@media (max-width: 1040px) {
  .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: 74px 0 0; padding: 28px 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); color: var(--ink); font: 500 27px/1.2 Georgia, serif; text-decoration: none; }
  .ticker { grid-template-columns: repeat(2, 1fr); }
  .studio-intro, .section-head, .booking-copy, .faq-contact, .reviews-section, .answer-section, .faq-section { grid-template-columns: 1fr; }
  .intro-copy { padding: 82px 36px; }
  .service-showcase { grid-template-columns: 1fr; }
  .feature-service { min-height: 540px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide, .gallery-tall { grid-column: auto; grid-row: auto; }
  .review-grid { grid-template-columns: 1fr; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: 62px; }
  .site-header { min-height: 68px; padding: 10px 18px; }
  .brand-mark { width: 36px; height: 36px; font-size: 20px; }
  .brand-text { font-size: 15px; }
  .mobile-nav { inset: 68px 0 0; }
  .hero { min-height: 640px; height: 100svh; }
  .hero-photo { object-position: 62% center; }
  .hero::after { background: linear-gradient(0deg, rgba(245,241,234,.96) 0%, rgba(245,241,234,.7) 58%, rgba(245,241,234,.14) 100%); }
  .hero-panel { width: calc(100% - 36px); justify-content: flex-end; padding: 100px 0 34px; }
  .hero-panel h1 { font-size: 52px; }
  .hero-panel > p:not(.kicker) { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-action { justify-content: center; }
  .hero-status { display: none; }
  .ticker { grid-template-columns: 1fr; }
  .ticker p { min-height: 70px; border-right: 0; border-bottom: 1px solid var(--line); }
  .studio-intro { min-height: 0; }
  .intro-copy { padding: 76px 24px; }
  .intro-copy h2, .section-head h2, .booking-copy h2, .faq-contact h2, .answer-section h2, .faq-head h2 { font-size: 42px; }
  .intro-image { min-height: 390px; }
  .proof-band { grid-template-columns: 1fr; }
  .proof-band div { min-height: 122px; padding: 28px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .services, .gallery-section, .reviews-section, .answer-section, .faq-section, .booking-section, .faq-contact { padding: 76px 18px; }
  .section-head, .booking-copy { gap: 20px; margin-bottom: 32px; }
  .feature-service { min-height: 500px; }
  .feature-service > div { padding: 22px; }
  .feature-service h3 { font-size: 36px; }
  .service-list a { min-height: 96px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .review-score { padding: 20px; }
  .review-card { min-height: 230px; padding: 24px; }
  .review-card blockquote { font-size: 18px; }
  .answer-copy p { font-size: 16px; }
  .faq-list summary { font-size: 18px; }
  .faq-list details p { margin-right: 0; }
  .staff-options, .service-options, .field-grid, .contact-grid { grid-template-columns: 1fr; }
  .booking-step { padding: 20px 16px; }
  .booking-step legend { margin-bottom: 16px; font-size: 23px; }
  .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; }
  .calendar-day-tabs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-bottom: 8px; border-top: 1px solid rgba(88,66,55,.14); border-left: 1px solid rgba(88,66,55,.14); }
  .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 rgba(88,66,55,.14); border-bottom: 1px solid rgba(88,66,55,.14); background: #ece3d6; cursor: pointer; }
  .calendar-day-tab span { color: var(--muted); font-size: 9px; font-weight: 850; text-transform: uppercase; }
  .calendar-day-tab strong { font: 500 15px/1.2 Georgia, serif; }
  .calendar-day-tab small { color: var(--copper); font-size: 8px; font-weight: 850; text-transform: uppercase; }
  .calendar-day-tab.active { background: var(--copper); color: white; }
  .calendar-day-tab.active span, .calendar-day-tab.active small { color: rgba(255,250,243,.82); }
  .timeline-calendar { --calendar-row: 18px; grid-template-columns: 44px minmax(0, 1fr); }
  .timeline-axis, .timeline-day { grid-template-rows: 50px repeat(var(--calendar-slots), var(--calendar-row)); }
  .timeline-day { display: none; }
  .timeline-day.active { display: grid; }
  .timeline-day > header { padding: 6px 10px; }
  .timeline-cell { padding-left: 10px; font-size: 9px; }
  .selected-block { margin-right: 6px; margin-left: 6px; }
  .site-footer { align-items: flex-start; flex-direction: column; padding-bottom: 34px; }
  .mobile-book { position: fixed; z-index: 90; inset: auto 0 0; display: flex; min-height: 62px; align-items: center; justify-content: center; background: var(--copper); color: white; font-size: 13px; font-weight: 850; text-decoration: none; box-shadow: 0 -8px 24px rgba(88,66,55,.18); }
  .confirmation { padding: 34px 24px; }
}

@media (max-width: 390px) {
  .hero-panel h1 { font-size: 46px; }
  .intro-copy h2, .section-head h2, .booking-copy h2, .faq-contact h2, .answer-section h2, .faq-head h2 { font-size: 37px; }
}

@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; }
}

/* Public demo layout with quick booking cards. */
:root {
  --ink: #23483f;
  --ink-2: #315d52;
  --muted: #68746c;
  --paper: #eef3e7;
  --paper-2: #dbe8d3;
  --white: #fffdf7;
  --copper: #e06f5f;
  --copper-2: #f2a56e;
  --olive: #57806e;
  --line: rgba(35,72,63,.18);
  --line-dark: rgba(35,72,63,.28);
}

body { background: var(--paper); color: var(--ink); }
.site-header { min-height: 82px; border-bottom: 0; background: rgba(238,243,231,.88); box-shadow: 0 10px 30px rgba(35,72,63,.08); }
.desktop-nav { border-color: rgba(35,72,63,.12); background: rgba(255,253,247,.7); }
.desktop-nav a:hover { background: #cfe0c4; }
.brand-mark { border-radius: 18px; background: var(--white); color: var(--ink); }
.button { border-color: var(--copper); background: var(--copper); color: var(--white); }
.button:hover { background: #d55f51; }
.button-light { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-small { border-color: var(--line); background: var(--white); color: var(--ink); }
.text-action::after { color: var(--copper); }
.kicker { color: var(--copper); }

.hero { display: grid; min-height: 780px; height: auto; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); padding: 118px max(24px, calc((100vw - var(--max)) / 2)) 54px; background: var(--paper); }
.hero-photo { position: relative; inset: auto; order: 2; height: min(72vh, 650px); min-height: 560px; border: 1px solid var(--line); border-radius: 42px 42px 8px 42px; object-position: center; box-shadow: 0 26px 70px rgba(35,72,63,.18); }
.hero::after { display: none; }
.hero-panel { order: 1; width: auto; height: auto; justify-content: center; margin: 0; padding: 0 54px 0 0; }
.hero-panel h1 { max-width: 620px; font-size: clamp(54px, 7vw, 104px); line-height: .92; }
.hero-panel > p:not(.kicker) { max-width: 520px; color: var(--muted); font-size: 18px; }
.hero-status { right: max(38px, calc((100vw - var(--max)) / 2 + 38px)); bottom: 84px; width: 280px; border-color: var(--line); border-radius: 26px 26px 6px 26px; background: rgba(255,253,247,.88); box-shadow: 0 18px 46px rgba(35,72,63,.18); }
.hero-status span { color: var(--copper); }
.hero-status strong { color: var(--ink); font-size: 27px; }

.ticker { grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--ink); color: var(--white); }
.ticker p { border-color: rgba(255,253,247,.18); color: rgba(255,253,247,.78); }
.ticker strong { color: var(--copper-2); }
.studio-intro { grid-template-columns: 1.1fr .9fr; background: var(--white); }
.intro-copy { padding-top: 116px; padding-bottom: 116px; }
.intro-image { margin: 42px max(24px, calc((100vw - var(--max)) / 2)) 42px 0; border-radius: 34px 8px 34px 34px; }
.proof-band { background: #cfe0c4; }
.services { background: var(--paper); }
.section-head { grid-template-columns: .52fr 1.05fr .68fr; align-items: start; }
.service-showcase { grid-template-columns: minmax(0, .9fr) minmax(320px, .65fr) minmax(0, .9fr); align-items: stretch; }
.feature-service { border-radius: 32px; color: var(--white); }
.feature-service > div { background: linear-gradient(0deg, rgba(35,72,63,.84), rgba(35,72,63,.3) 72%, rgba(35,72,63,0)); }
.service-list { gap: 12px; }
.service-list a { border-radius: 22px; background: var(--white); box-shadow: 0 14px 34px rgba(35,72,63,.08); }
.gallery-section { background: var(--white); }
.gallery-item, .review-score, .review-card, .contact-grid p, .map-card { border-radius: 24px; }
.reviews-section { background: var(--paper); }
.review-grid { gap: 14px; border: 0; }
.review-card { border: 1px solid var(--line); }
.answer-section { background: var(--ink); color: var(--white); }
.answer-copy, .answer-copy strong, .answer-section h2 { color: var(--white); }
.answer-copy p { color: rgba(255,253,247,.76); }
.faq-section { background: var(--white); }

.booking-section { background: #d8e7d0; }
.booking-copy { grid-template-columns: .75fr 1fr; }
.booking-shell { grid-template-columns: minmax(0, 1fr) 390px; gap: 22px; }
.booking-form { gap: 16px; }
.booking-step { border-color: rgba(35,72,63,.16); border-radius: 26px; background: rgba(255,253,247,.78); box-shadow: 0 18px 44px rgba(35,72,63,.08); }
.booking-step legend span { border-radius: 14px; background: var(--ink); color: var(--white); }
.staff-choice, .service-choice { border-color: rgba(35,72,63,.16); border-radius: 18px; background: var(--white); }
.staff-choice:has(input:checked), .service-choice:has(input:checked) { border-color: var(--copper); background: #fff2e9; box-shadow: inset 0 0 0 1px rgba(224,111,95,.2); }
.service-choice:has(input:checked) i { border-color: var(--copper); background: var(--copper); }
.calendar-toolbar { margin-top: 4px; }
.calendar-nav { border-radius: 14px; background: var(--white); }
.calendar-nav:hover { background: var(--ink); color: var(--white); }
.calendar-state { border-radius: 16px; background: rgba(255,253,247,.6); }
.calendar-legend { display: none; }
.quick-slots { margin: 16px 0 18px; }
.quick-empty { margin: 0; padding: 18px; border: 1px dashed var(--line-dark); border-radius: 18px; color: var(--muted); background: rgba(255,253,247,.56); font-size: 13px; }
.quick-slots-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.quick-slots-head span { color: var(--ink); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.quick-slots-head strong { color: var(--muted); font-size: 12px; }
.quick-slot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.quick-slot { display: grid; min-height: 94px; align-content: center; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); color: var(--ink); cursor: pointer; text-align: left; transition: transform .18s, border-color .18s, background .18s; }
.quick-slot:hover { border-color: var(--copper); background: #fff2e9; transform: translateY(-2px); }
.quick-slot.selected { border-color: var(--ink); background: var(--ink); color: var(--white); }
.quick-slot span { color: inherit; opacity: .72; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.quick-slot strong { font: 500 30px/1 Georgia, serif; }
.quick-slot small { font-size: 11px; font-weight: 800; }
.visual-calendar-scroll { padding: 14px; border: 1px solid rgba(35,72,63,.12); border-radius: 22px; background: rgba(255,253,247,.56); }
.visual-calendar { overflow: hidden; border-radius: 16px; background: var(--white); }
.timeline-calendar { border-color: rgba(35,72,63,.12); }
.timeline-axis { background: #dfead8; }
.timeline-day > header { background: #dfead8; }
.timeline-cell { background: #f7faf3; }
.timeline-cell.available { background: #cfe0c4; color: var(--ink); }
.timeline-cell.available:hover { background: #bdd6b1; box-shadow: inset 0 0 0 1px var(--ink); }
.timeline-cell.busy { background: #d6ddd3; }
.timeline-cell.lunch { background: #ffd9bd; color: #8a4b34; }
.selected-block { border-color: var(--ink); border-radius: 12px; box-shadow: 0 10px 22px rgba(35,72,63,.18); }
.selected-treatment { background: var(--ink); }
.selected-buffer { background: var(--copper); }
.booking-summary { border: 0; border-radius: 30px; background: var(--ink); color: var(--white); box-shadow: 0 24px 60px rgba(35,72,63,.22); }
.summary-label, .summary-total span, .booking-summary dt, .summary-note { color: rgba(255,253,247,.68); }
.booking-summary h3, .booking-summary dd, .summary-total strong { color: var(--white); }
.booking-summary dl div { border-top-color: rgba(255,253,247,.18); }
.booking-summary .button { background: var(--copper-2); border-color: var(--copper-2); color: #23483f; }

.faq-contact { background: var(--paper); }
.contact-grid p { background: var(--white); }
.site-footer { background: var(--ink); color: var(--white); }
.site-footer p { color: rgba(255,253,247,.68); }
.mobile-book { background: var(--copper); }
.confirmation { border-radius: 30px; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; gap: 34px; padding-top: 112px; }
  .hero-panel { padding-right: 0; }
  .hero-photo { order: 1; min-height: 430px; }
  .hero-panel { order: 2; }
  .hero-status { display: none; }
  .section-head, .booking-copy, .booking-shell { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .hero { min-height: 0; height: auto; padding: 92px 18px 42px; }
  .hero-photo { min-height: 330px; height: 48vh; border-radius: 28px 28px 8px 28px; }
  .hero-panel { justify-content: start; padding: 0; }
  .hero-panel h1 { font-size: 46px; }
  .hero-panel > p:not(.kicker) { font-size: 15px; }
  .studio-intro,
  .proof-band,
  .gallery-section,
  .reviews-section,
  .answer-section,
  .faq-section { display: none; }
  .services,
  .booking-section { padding-top: 64px; padding-bottom: 68px; }
  .quick-slot-grid { grid-template-columns: 1fr 1fr; }
  .quick-slot { min-height: 86px; }
  .quick-slot strong { font-size: 26px; }
  .visual-calendar-scroll { margin-right: 0; margin-left: 0; padding: 10px; }
  .booking-step, .booking-summary { border-radius: 22px; }
}
