:root {
  --cream: #f8f3ee;
  --paper: #fffdf9;
  --blush: #ead2ca;
  --blush-deep: #c98f82;
  --charcoal: #2d2928;
  --ink: #443d3a;
  --muted: #746b67;
  --gold: #c6a675;
  --line: rgba(45, 41, 40, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 20px 60px rgba(54, 43, 38, .12);
  --radius: 22px;
}

site-header, site-footer { display: contents; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.section--cream { background: var(--cream); }
.section--blush { background: #eee0d8; }
.section--tight { padding: 70px 0; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; color: white; background: var(--charcoal); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.demo-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 5px 20px; color: #f9f2e8; background: var(--charcoal); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.demo-bar__package { color: #dec59e; }
.site-header { position: absolute; z-index: 70; top: 34px; left: 0; right: 0; color: white; border-bottom: 1px solid rgba(255,255,255,.24); transition: background .25s, box-shadow .25s, color .25s; }
.site-header--solid { position: sticky; top: 0; color: var(--charcoal); background: rgba(255,253,249,.97); border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(45,41,40,.05); backdrop-filter: blur(12px); }
.site-header.scrolled { position: fixed; top: 0; color: var(--charcoal); background: rgba(255,253,249,.96); border-bottom-color: var(--line); box-shadow: 0 10px 35px rgba(45,41,40,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { position: relative; display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50% 50% 45% 45%; color: var(--gold); font: italic 25px/1 var(--serif); }
.brand-name { display: flex; flex-direction: column; gap: 6px; }
.brand-name strong { font: 21px/1 var(--serif); letter-spacing: .01em; }
.brand-name i { color: var(--gold); font-weight: 400; }
.brand-name small { font-size: 8px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 32px); }
.site-nav > a:not(.button) { position: relative; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; color: inherit; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--charcoal); font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--blush-deep); font-weight: 400; }
h1 { font-size: clamp(58px, 7.5vw, 98px); }
h2 { margin-bottom: 26px; font-size: clamp(43px, 5.4vw, 72px); }
h3 { color: var(--charcoal); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: #8d6a5f; font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.eyebrow--light { color: #f2ded5; }
.lead { max-width: 650px; color: var(--muted); font-size: 18px; }
.muted { color: var(--muted); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid transparent; border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: .04em; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 10px 17px; }
.button--dark { color: white; background: var(--charcoal); }
.button--gold { color: #27211d; background: var(--gold); }
.button--gold:hover { background: #d5b989; }
.button--outline { color: var(--charcoal); border-color: var(--charcoal); background: transparent; }
.button--outline:hover { color: white; background: var(--charcoal); }
.button--ghost { color: white; border-color: rgba(255,255,255,.5); background: transparent; }
.site-header:not(.scrolled):not(.site-header--solid) .nav-book { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--charcoal); font-size: 11px; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.center .eyebrow::before { display: none; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 400px; margin-bottom: 8px; color: var(--muted); }

.home-hero { position: relative; min-height: 760px; height: calc(100svh - 34px); display: flex; align-items: center; overflow: hidden; color: white; background: #4a3732; }
.home-hero__image, .home-hero__shade { position: absolute; inset: 0; }
.home-hero__image { background: url("assets/salon-hero.webp") 60% center/cover no-repeat; animation: hero-in 1.3s ease-out both; }
.home-hero__shade { background: linear-gradient(90deg, rgba(34,27,24,.86), rgba(34,27,24,.54) 48%, rgba(34,27,24,.08) 78%), linear-gradient(0deg, rgba(20,16,15,.35), transparent 45%); }
.home-hero__content { position: relative; z-index: 1; padding-top: 120px; }
.home-hero h1 { max-width: 750px; margin-bottom: 25px; color: white; }
.home-hero h1 em { color: #e0bbb0; }
.home-hero .lead { max-width: 570px; margin-bottom: 34px; color: rgba(255,255,255,.8); }
.hero-actions { display: flex; align-items: center; gap: 14px; }
.hero-proof { position: absolute; z-index: 2; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(2, 1fr); color: var(--charcoal); background: var(--cream); }
.hero-proof div { min-width: 180px; padding: 21px 28px; border-left: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font: 22px var(--serif); }
.hero-proof span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
@keyframes hero-in { from { opacity: .65; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

.page-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; background: var(--cream); }
.page-hero--image { min-height: 530px; color: white; background: #4b3833; }
.page-hero--image::before { content: ""; position: absolute; inset: 0; background: var(--page-image) center/cover no-repeat; }
.page-hero--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,28,26,.86), rgba(35,28,26,.28)); }
.page-hero__content { position: relative; z-index: 1; padding: 75px 0; }
.page-hero h1 { max-width: 850px; margin: 0 0 20px; }
.page-hero--image h1 { color: white; }
.page-hero--image .lead { color: rgba(255,255,255,.75); }
.crumbs { display: flex; gap: 8px; margin-bottom: 35px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.page-hero--image .crumbs { color: rgba(255,255,255,.62); }
.crumbs a { text-decoration: none; }

.intro-grid, .split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; align-items: center; }
.intro-copy p { color: var(--muted); }
.image-card { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.image-card--portrait { aspect-ratio: .9; }
.image-card--landscape { aspect-ratio: 1.45; }
.image-label { position: absolute; right: 16px; bottom: 16px; max-width: calc(100% - 32px); padding: 11px 15px; border-radius: 8px; color: var(--charcoal); background: rgba(255,253,249,.92); font-size: 10px; letter-spacing: .05em; backdrop-filter: blur(8px); }
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card:nth-child(2) { background: var(--blush); }
.feature-card:nth-child(3) { color: rgba(255,255,255,.7); background: var(--charcoal); }
.feature-card:nth-child(3) h3, .feature-card:nth-child(3) a { color: white; }
.feature-card__number { color: #9b786c; font-size: 9px; letter-spacing: .1em; }
.feature-card__icon { min-height: 90px; display: grid; place-items: center; color: #ad8c61; font: 38px var(--serif); }
.feature-card h3 { margin: 0 0 12px; font: 28px var(--serif); }
.feature-card p { color: inherit; font-size: 13px; }
.feature-card a { margin-top: auto; color: var(--charcoal); font-size: 10px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { min-height: 205px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); text-decoration: none; transition: transform .2s, background .2s; }
.category-card:hover { transform: translateY(-4px); background: var(--blush); }
.category-card span { color: #9b786c; font-size: 9px; }
.category-card h3 { margin: auto 0 8px; font: 23px var(--serif); }
.category-card p { margin: 0; color: var(--muted); font-size: 11px; }

.gallery-preview { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 340px; gap: 14px; }
.gallery-preview a { position: relative; overflow: hidden; border-radius: 16px; }
.gallery-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-preview a:hover img { transform: scale(1.04); }
.concept-tag { position: absolute; left: 12px; bottom: 12px; padding: 8px 11px; border-radius: 6px; color: white; background: rgba(45,41,40,.74); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }

.journey { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: journey; }
.journey article { position: relative; padding: 36px; border: 1px solid var(--line); background: var(--paper); }
.journey article + article { border-left: 0; }
.journey article::before { counter-increment: journey; content: "0" counter(journey); display: block; margin-bottom: 55px; color: #9b786c; font-size: 10px; }
.journey article:not(:last-child)::after { content: "→"; position: absolute; z-index: 1; top: 48%; right: -16px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #8d6a5f; background: var(--cream); }
.journey h3 { margin-bottom: 10px; font: 25px var(--serif); }
.journey p { margin-bottom: 0; color: var(--muted); font-size: 12px; }

.hours-card { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.hours-card__address { padding: clamp(45px, 7vw, 80px); color: rgba(255,255,255,.7); background: var(--charcoal); }
.hours-card__address h2 { color: white; }
.hours-card__address address { margin: 32px 0 18px; font-style: normal; }
.hours-card__address address strong { color: white; font: 22px var(--serif); }
.hours-card__hours { padding: clamp(45px, 6vw, 70px); background: var(--cream); }
.hours-list { margin: 25px 0; }
.hours-list div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.hours-list dt { color: var(--muted); }
.hours-list dd { margin: 0; font-weight: 700; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9%; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--charcoal); font: 19px var(--serif); cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #9b786c; font: 25px var(--sans); font-weight: 200; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; padding: 0 35px 20px 0; color: var(--muted); font-size: 13px; }

.treatment-nav { position: sticky; z-index: 30; top: 84px; overflow-x: auto; background: rgba(255,253,249,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); scrollbar-width: none; }
.treatment-nav::-webkit-scrollbar { display: none; }
.treatment-nav .container { display: flex; gap: 28px; }
.treatment-nav a { flex: 0 0 auto; padding: 15px 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.treatment-nav a:hover { color: var(--charcoal); }
.treatment-group { padding: 80px 0; scroll-margin-top: 130px; }
.treatment-group:nth-child(even) { background: var(--cream); }
.treatment-group__head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8%; margin-bottom: 35px; }
.treatment-group__head h2 { margin: 0; font-size: clamp(40px, 4.8vw, 62px); }
.treatment-group__head p { max-width: 550px; color: var(--muted); }
.treatment-list { border-top: 1px solid var(--line); }
.treatment-item { display: grid; grid-template-columns: 1.2fr 1.4fr .55fr .5fr auto; gap: 25px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.treatment-item h3 { margin: 0; font: 22px var(--serif); }
.treatment-item p { margin: 0; color: var(--muted); font-size: 12px; }
.treatment-meta small { display: block; color: var(--muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.treatment-meta strong { font: 17px var(--serif); }
.treatment-note { padding: 22px; border-left: 3px solid var(--gold); color: var(--muted); background: var(--cream); font-size: 12px; }

.gallery-notice { margin-bottom: 40px; padding: 20px 24px; border: 1px solid rgba(198,166,117,.55); border-radius: 12px; color: #6e5947; background: #faf4e8; font-size: 12px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.filter-button { min-height: 40px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.filter-button.is-active, .filter-button:hover { color: white; background: var(--charcoal); }
.gallery-wall { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-item { position: relative; grid-column: span 4; overflow: hidden; border-radius: 18px; background: var(--cream); }
.gallery-item--wide { grid-column: span 8; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 12px 14px; border-radius: 9px; color: white; background: rgba(45,41,40,.72); font-size: 11px; backdrop-filter: blur(8px); }
.gallery-item figcaption small { display: block; color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }

.value-list { display: grid; gap: 0; margin-top: 30px; }
.value-list div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.value-list span { color: #9b786c; font-size: 10px; }
.value-list strong { display: block; color: var(--charcoal); font: 20px var(--serif); }
.value-list p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.team-avatar { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 55px; border-radius: 50%; color: #8d6a5f; background: var(--blush); font: 23px var(--serif); }
.team-card h3 { margin-bottom: 4px; font: 25px var(--serif); }
.team-card small { color: #9b786c; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.team-card p { margin: 14px 0 0; color: var(--muted); font-size: 12px; }

.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7%; align-items: start; }
.contact-panel { position: sticky; top: 115px; }
.contact-methods { display: grid; gap: 10px; margin: 30px 0; }
.contact-method { display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 10px; text-decoration: none; }
.contact-method__icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: #7c613e; background: var(--cream); }
.contact-method small, .contact-method strong { display: block; }
.contact-method small { color: var(--muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.contact-method strong { font: 17px var(--serif); }
.response-note { padding: 18px; border-radius: 10px; color: var(--muted); background: var(--cream); font-size: 11px; }
.booking-card { padding: clamp(28px, 5vw, 55px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.booking-card h2 { font-size: clamp(38px, 4vw, 54px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { color: var(--charcoal); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 7px; color: var(--charcoal); background: var(--paper); }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: 2px solid rgba(198,166,117,.25); }
.field-error { min-height: 16px; margin: 0; color: #a53e36; font-size: 10px; }
.choice-group { display: flex; flex-wrap: wrap; gap: 10px; }
.choice-group label { display: flex; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: 0; text-transform: none; cursor: pointer; }
.form-note { margin: 20px 0; padding: 15px; border-left: 3px solid var(--gold); color: var(--muted); background: var(--cream); font-size: 11px; }
.form-actions { display: flex; align-items: center; gap: 18px; }
.form-status { margin: 0; font-size: 12px; }
.form-status.is-success { color: #397049; }
.form-status.is-error { color: #a53e36; }
.map-card { min-height: 360px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius); background: #e8dfd4; }
.map-card::before, .map-card::after { content: ""; position: absolute; background: rgba(255,255,255,.72); transform: rotate(-18deg); }
.map-card::before { width: 130%; height: 42px; }
.map-card::after { width: 42px; height: 130%; transform: rotate(24deg); }
.map-pin { position: relative; z-index: 1; display: grid; justify-items: center; }
.map-pin span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; color: white; background: var(--blush-deep); box-shadow: var(--shadow); transform: rotate(-45deg); }
.map-pin span i { font-style: normal; transform: rotate(45deg); }
.map-pin strong { margin-top: 18px; padding: 8px 12px; border-radius: 7px; background: rgba(255,253,249,.9); font: 16px var(--serif); }

.final-cta { position: relative; padding: 100px 0; overflow: hidden; color: white; background: #59413b; text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(198,166,117,.22); border-radius: 50%; }
.final-cta::before { top: -210px; left: -110px; }
.final-cta::after { right: -120px; bottom: -240px; }
.final-cta__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { margin-bottom: 20px; color: white; }
.final-cta h2 em { color: #e3bab0; }
.final-cta p { max-width: 540px; color: rgba(255,255,255,.7); }
.final-cta__actions { display: flex; gap: 12px; margin-top: 18px; }
.final-cta small { margin-top: 22px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { padding: 64px 0 22px; color: rgba(255,255,255,.58); background: #231f1e; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.2fr; gap: 5%; }
.brand--footer { margin-bottom: 18px; color: white; }
.footer-grid > div:first-child p { max-width: 270px; }
.footer-grid h3 { margin: 0 0 16px; color: var(--gold); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: start; gap: 7px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-demo { padding: 20px; border: 1px solid rgba(198,166,117,.28); border-radius: 10px; }
.footer-demo strong { color: #dec59e; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.footer-demo p { margin-bottom: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.footer-bottom a { color: var(--gold); text-decoration: none; }
.mobile-actions { display: none; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } }

@media (max-width: 1080px) {
  .site-header .brand, .menu-toggle { z-index: 3; }
  .menu-toggle { display: block; cursor: pointer; }
  body.menu-open .site-header { color: var(--charcoal); border-bottom-color: var(--line); }
  body.menu-open .mobile-actions { visibility: hidden; opacity: 0; pointer-events: none; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 2; min-height: 100vh; min-height: 100dvh; flex-direction: column; align-items: flex-start; gap: 22px; padding: clamp(125px, 20vh, 175px) max(24px, calc((100vw - 700px)/2)) 45px; overflow-y: auto; visibility: hidden; opacity: 0; color: var(--charcoal); background: var(--paper); pointer-events: none; transform: translateY(-8px); transition: opacity .25s, transform .25s, visibility .25s; }
  .site-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.button) { font: 30px var(--serif); }
  .site-nav .button { width: min(100%, 320px); }
  .site-header:not(.scrolled):not(.site-header--solid) .nav-book { color: white; border-color: var(--charcoal); background: var(--charcoal); }
  .feature-cards { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .treatment-item { grid-template-columns: 1fr 1fr .6fr .55fr; }
  .treatment-item .button { grid-column: 1 / -1; justify-self: start; }
  .gallery-wall { grid-auto-rows: 200px; }
  .contact-layout { grid-template-columns: .8fr 1.2fr; gap: 4%; }
  .footer-grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-demo { grid-column: 1 / -1; margin-top: 14px; }
}

/* Business Plus extensions */
.plus-header .site-nav { gap: clamp(12px, 1.55vw, 23px); }
.plus-header .site-nav > a:not(.button) { font-size: 10px; }
.promo-strip { padding: 13px 0; color: var(--charcoal); background: var(--gold); text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.promo-strip a { margin-left: 12px; text-underline-offset: 3px; }
.metric-row { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.metric-row div { padding: 25px; background: var(--paper); border-right: 1px solid var(--line); }
.metric-row div:last-child { border: 0; }
.metric-row strong { display: block; font: 25px var(--serif); }
.metric-row span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.service-panel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-panel { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.service-panel:nth-child(3n+2) { background: var(--cream); }
.service-panel__symbol { min-height: 85px; display: grid; place-items: center; color: #a98557; font: 38px var(--serif); }
.service-panel h3 { margin: 0 0 10px; font: 27px var(--serif); }
.service-panel p { color: var(--muted); font-size: 12px; }
.service-panel__meta { display: flex; gap: 15px; margin: auto 0 18px; color: #8d6a5f; font-size: 10px; font-weight: 800; }
.service-panel__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.detail-link { color: var(--charcoal); font-size: 10px; font-weight: 800; text-underline-offset: 4px; }
.package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.package-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.package-card--featured { color: rgba(255,255,255,.72); background: var(--charcoal); transform: translateY(-12px); box-shadow: var(--shadow); }
.package-card--featured h3, .package-card--featured .package-price { color: white; }
.package-badge { align-self: flex-start; margin-bottom: 35px; padding: 6px 10px; border-radius: 999px; color: #7a5933; background: #efe0bf; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.package-card h3 { margin: 0 0 10px; font: 29px var(--serif); }
.package-card p, .package-card li { color: inherit; font-size: 12px; }
.package-card ul { padding-left: 18px; }
.package-price { margin-top: auto; color: var(--charcoal); font: 27px var(--serif); }
.package-price small { display: block; color: var(--muted); font: 9px var(--sans); text-transform: uppercase; }
.membership-band { display: grid; grid-template-columns: 1fr .9fr; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.membership-band__copy { padding: clamp(42px,7vw,80px); color: rgba(255,255,255,.72); background: #59413b; }
.membership-band__copy h2 { color: white; }
.membership-band__copy h2 em { color: #e3bab0; }
.membership-band__visual { min-height: 420px; background: url('assets/gel-design-concept.webp') center/cover; }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); counter-reset: steps; }
.timeline article { position: relative; padding: 30px; border-top: 1px solid var(--line); }
.timeline article::before { counter-increment: steps; content: '0' counter(steps); display: block; margin-bottom: 48px; color: #9b786c; font-size: 10px; }
.timeline article:not(:last-child)::after { content: '→'; position: absolute; top: 28px; right: 0; color: var(--gold); }
.timeline h3 { font: 22px var(--serif); }
.timeline p { color: var(--muted); font-size: 12px; }
.team-preview { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.profile-card { padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.profile-card__mark { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 55px; border-radius: 50%; color: #8d6a5f; background: var(--blush); font: 24px var(--serif); }
.profile-card h3 { margin: 0; font: 24px var(--serif); }
.profile-card small { color: #9b786c; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile-card p { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.detail-hero { padding: 70px 0; background: var(--cream); }
.detail-hero__grid { display: grid; grid-template-columns: 1fr .82fr; gap: 8%; align-items: center; }
.detail-hero h1 { margin-bottom: 22px; }
.detail-summary { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0; }
.detail-summary span { padding: 9px 13px; border-radius: 999px; color: #725747; background: var(--blush); font-size: 10px; font-weight: 800; }
.detail-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 26px; color: var(--muted); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #8d6a5f; }
.guidance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.guidance-card { padding: 30px; border-radius: 16px; background: var(--cream); }
.guidance-card h3 { font: 26px var(--serif); }
.guidance-card p, .guidance-card li { color: var(--muted); font-size: 12px; }
.policy-table { border-top: 1px solid var(--line); }
.policy-row { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7%; padding: 25px 0; border-bottom: 1px solid var(--line); }
.policy-row h3 { margin: 0; font: 22px var(--serif); }
.policy-row p { margin: 0; color: var(--muted); font-size: 13px; }
.booking-progress { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 35px; }
.booking-progress span { position: relative; padding-top: 18px; border-top: 2px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.booking-progress span::before { content: ''; position: absolute; top: -6px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: #d8d0ca; }
.booking-progress span.is-active { color: var(--charcoal); border-color: var(--gold); }
.booking-progress span.is-active::before { background: var(--gold); }
.booking-step[hidden] { display: none; }
.booking-step h2 { font-size: clamp(35px,4vw,52px); }
.option-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.option-tile { position: relative; }
.option-tile input { position: absolute; opacity: 0; }
.option-tile label { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.option-tile label strong { font: 20px var(--serif); }
.option-tile label small { color: var(--muted); }
.option-tile input:checked + label { border-color: var(--gold); background: #fbf5e9; box-shadow: inset 0 0 0 1px var(--gold); }
.option-tile input:focus-visible + label { outline: 3px solid var(--gold); outline-offset: 2px; }
.date-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-controls { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.privacy-check { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 11px; }
.privacy-check input { margin-top: 5px; }
.booking-step details { margin: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-step details summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--charcoal); font: 17px var(--serif); cursor: pointer; list-style: none; }
.booking-step details summary::-webkit-details-marker { display: none; }
.booking-step details summary span { color: #9b786c; font: 24px var(--sans); transition: transform .2s; }
.booking-step details[open] summary span { transform: rotate(45deg); }
.booking-step details p { color: var(--muted); font-size: 11px; }
.notice-card { padding: 20px; border-left: 3px solid var(--gold); color: var(--muted); background: var(--cream); font-size: 12px; }

@media (max-width:1080px) {
  .service-panel-grid, .package-grid { grid-template-columns: repeat(2,1fr); }
  .package-card--featured { transform: none; }
  .team-preview { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:720px) {
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row div:nth-child(2) { border-right: 0; }
  .metric-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-panel-grid, .package-grid, .membership-band, .detail-hero__grid, .detail-columns, .guidance-grid { grid-template-columns: 1fr; }
  .team-preview { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article:not(:last-child)::after { top: auto; right: 15px; bottom: -8px; transform: rotate(90deg); }
  .membership-band__visual { min-height: 330px; }
  .policy-row { grid-template-columns: 1fr; gap: 8px; }
  .booking-progress span { font-size: 0; }
  .booking-progress span::after { content: attr(data-short); font-size: 8px; }
  .option-grid, .date-choice-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; font-size: 15px; }
  .container { width: min(100% - 32px, 600px); }
  .section { padding: 72px 0; }
  .section--tight { padding: 55px 0; }
  .demo-bar { min-height: 43px; flex-direction: column; gap: 0; font-size: 8px; line-height: 1.5; }
  .site-header { top: 43px; }
  .site-header--solid, .site-header.scrolled { top: 0; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name strong { font-size: 18px; }
  h1 { font-size: clamp(52px, 15vw, 70px); }
  h2 { font-size: 44px; }
  .lead { font-size: 15px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 35px; }
  .home-hero { min-height: 800px; height: auto; align-items: end; }
  .home-hero__image { background-position: 65% center; }
  .home-hero__shade { background: linear-gradient(0deg, rgba(29,23,21,.95), rgba(29,23,21,.38) 72%, rgba(29,23,21,.22)); }
  .home-hero__content { padding: 220px 0 125px; }
  .home-hero .lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: none; }
  .page-hero { min-height: 370px; }
  .page-hero--image { min-height: 470px; }
  .page-hero__content { padding: 60px 0; }
  .crumbs { margin-bottom: 25px; }
  .intro-grid, .split-grid, .hours-card, .faq-grid, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .feature-cards { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .gallery-preview { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 260px; }
  .gallery-preview a:first-child { grid-column: 1 / -1; }
  .journey { grid-template-columns: 1fr; }
  .journey article + article { border-top: 0; border-left: 1px solid var(--line); }
  .journey article:not(:last-child)::after { top: auto; right: 50%; bottom: -16px; transform: translateX(50%) rotate(90deg); }
  .hours-card__address, .hours-card__hours { padding: 42px 28px; }
  .treatment-nav { top: 72px; }
  .treatment-group { padding: 60px 0; scroll-margin-top: 118px; }
  .treatment-group__head { grid-template-columns: 1fr; gap: 15px; }
  .treatment-item { grid-template-columns: 1fr 1fr; gap: 15px; }
  .treatment-item h3, .treatment-item > p { grid-column: 1 / -1; }
  .treatment-item .button { width: 100%; }
  .gallery-wall { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .gallery-item, .gallery-item--wide { grid-column: span 1; }
  .gallery-item--wide { grid-column: 1 / -1; }
  .team-grid { grid-template-columns: 1fr; }
  .team-avatar { margin-bottom: 30px; }
  .contact-panel { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-grid > div:first-child, .footer-demo { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .final-cta__actions { width: 100%; flex-direction: column; }
  .final-cta__actions .button { width: 100%; }
  .mobile-actions { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; height: 64px; display: grid; grid-template-columns: .8fr 1.2fr; padding: 7px; background: var(--paper); box-shadow: 0 -8px 30px rgba(45,41,40,.13); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--charcoal); font-size: 12px; font-weight: 800; text-decoration: none; }
  .mobile-actions__primary { color: white !important; background: #477b57; }
}

@media (max-width: 420px) {
  .category-grid { grid-template-columns: 1fr; }
  .gallery-preview { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-preview a { min-width: 86%; height: 330px; scroll-snap-align: start; }
  .gallery-wall { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-item, .gallery-item--wide { grid-column: 1; }
  .gallery-item--tall { grid-row: span 1; }
  .choice-group { flex-direction: column; align-items: stretch; }
}
