/* ==========================================================================
   Youthify Aesthetics — main stylesheet
   Mobile-first. Palette + type from the Lovable site Stacey liked; the
   rebuild fixes contrast (gold text on light), wrapping, spacing and scale.
   ========================================================================== */

/* ---------- Fonts (self-hosted, OFL) ---------- */
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-garamond.woff2") format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-garamond-italic.woff2") format("woff2"); font-weight: 300 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
	--charcoal: #1f1f1f;
	--charcoal-2: #282828;
	--charcoal-3: #333;
	--gold: #c69739;        /* on dark only (6.2:1 on charcoal) */
	--gold-light: #d9bf8c;
	--gold-deep: #a57a2c;   /* large accents on light (3.6:1) */
	--gold-dark: #8a6722;   /* small gold text on light (4.9:1) */
	--ivory: #f9f8f6;
	--champagne: #f2efe9;
	--cream: #f6f4ee;
	--paper: #fffefc;
	--ink: #1f1f1f;
	--text: #3b3b3b;
	--muted: #5c5c5c;
	--line: #e4ddd0;
	--line-dark: rgba(249, 248, 246, .12);
	--on-dark: #f9f8f6;
	--on-dark-muted: rgba(249, 248, 246, .74);

	--serif: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
	--sans: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

	--gutter: clamp(1.15rem, 4.2vw, 3rem);
	--wrap-max: 77.5rem;
	--space: clamp(3.75rem, 2.6rem + 4.6vw, 7.5rem);
	--r: .75rem;
	--r-lg: 1.25rem;
	--shadow: 0 1px 2px rgba(31, 31, 31, .04), 0 14px 34px -14px rgba(31, 31, 31, .16);
	--ease: cubic-bezier(.2, .7, .2, 1);
	--header-h: 4.5rem;
}

/* Widescreen: scale the whole system up rather than float a narrow column. */
@media (min-width: 1600px) { html { font-size: 106.25%; } }
@media (min-width: 1920px) { html { font-size: 112.5%; } }
@media (min-width: 2400px) { html { font-size: 125%; } }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--ivory); color: var(--text); font-family: var(--sans); font-size: 1rem; line-height: 1.7; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--gold-dark); text-underline-offset: .2em; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold-light); color: var(--ink); }
p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; cursor: pointer; }
address { font-style: normal; }
figure { margin: 0; }
table { border-collapse: collapse; width: 100%; }

h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); font-weight: 500; letter-spacing: -.005em; margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: clamp(2.45rem, 1.75rem + 3.3vw, 4.6rem); line-height: 1.06; }
h2 { font-size: clamp(2.05rem, 1.55rem + 2.2vw, 3.35rem); line-height: 1.1; }
h3 { font-size: 1.45rem; line-height: 1.25; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--gold-deep); font-weight: 500; }
.h3 { font-size: 1.45rem; }

.eyebrow { font-family: var(--sans); font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-dark); margin: 0 0 1rem; text-wrap: balance; }
.lede { font-size: clamp(1.02rem, .98rem + .25vw, 1.15rem); color: var(--muted); max-width: 40rem; text-wrap: balance; }
.small { font-size: .875rem; color: var(--muted); }
.center { text-align: center; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 1rem; top: -4rem; z-index: 100; background: var(--gold); color: var(--ink); padding: .7rem 1rem; border-radius: 999px; font-weight: 600; }
.skip:focus { top: 1rem; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap-max)); margin-inline: auto; }
.narrow { max-width: 50rem; }
.section { padding-block: var(--space); }
.section--tint { background: var(--champagne); }
.section--dark, .page-hero, .t-hero, .cta-band, .site-footer, .hero { background: var(--charcoal); color: var(--on-dark-muted); }
.section--dark h1, .section--dark h2, .section--dark h3, .page-hero h1, .t-hero h1, .cta-band h2, .hero h1 { color: var(--on-dark); }
.section--dark em, .page-hero em, .t-hero em, .cta-band em, .hero em { color: var(--gold); }
.section--dark .eyebrow, .page-hero .eyebrow, .t-hero .eyebrow, .cta-band .eyebrow, .hero .eyebrow, .site-footer .eyebrow { color: var(--gold); }
.section--dark .lede, .page-hero .lede, .t-hero .lede, .cta-band .lede, .hero .lede { color: var(--on-dark-muted); }
.section--dark a:not(.btn) { color: var(--gold-light); }

/* ---------- Icons ---------- */
.icon { width: 1.15em; height: 1.15em; flex: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 3rem; padding: .8rem 1.6rem; border-radius: 999px; border: 1px solid transparent; font-family: var(--sans); font-size: .76rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; line-height: 1.2; text-align: center; transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); }
.btn .icon { width: 1.05rem; height: 1.05rem; }
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-light); color: var(--ink); }
.btn--outline { border-color: var(--gold-deep); color: var(--ink); background: transparent; }
.btn--outline:hover { background: var(--ink); border-color: var(--ink); color: var(--on-dark); }
.btn--light { border-color: rgba(249, 248, 246, .45); color: var(--on-dark); background: transparent; }
.btn--light:hover { background: var(--on-dark); color: var(--ink); border-color: var(--on-dark); }
.btn--block { width: 100%; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.actions--center { justify-content: center; }
@media (max-width: 479px) { .hero .actions .btn, .page-hero .actions .btn, .t-hero .actions .btn, .cta-band .actions .btn { flex: 1 1 100%; } }

/* ---------- Header ---------- */
.top-sentinel { position: absolute; top: 0; left: 0; width: 1px; height: 90px; visibility: hidden; pointer-events: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(31, 31, 31, .97); border-bottom: 1px solid var(--line-dark); transition: background-color .3s var(--ease); }
@supports (backdrop-filter: blur(8px)) { .site-header { background: rgba(31, 31, 31, .88); backdrop-filter: saturate(1.2) blur(12px); } }
.site-header__inner { display: flex; align-items: center; gap: 1.25rem; height: var(--header-h); transition: height .3s var(--ease); }
.is-scrolled .site-header__inner { height: 3.75rem; }
.brand { display: block; flex: none; }
.brand img { height: 3rem; width: auto; transition: height .3s var(--ease); }
.is-scrolled .brand img { height: 2.5rem; }
.nav { display: none; margin-left: auto; }
.nav ul { list-style: none; display: flex; gap: clamp(1rem, 1.8vw, 2rem); }
.nav a { color: var(--on-dark-muted); text-decoration: none; font-size: .74rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; padding-block: .4rem; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--on-dark); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: .75rem; margin-left: auto; }
.header-phone { display: none; align-items: center; gap: .45rem; color: var(--on-dark-muted); text-decoration: none; font-size: .82rem; font-weight: 500; }
.header-phone:hover { color: var(--on-dark); }
.header-actions .btn { display: none; min-height: 2.6rem; padding: .6rem 1.2rem; font-size: .7rem; }
.nav-toggle { display: inline-grid; place-items: center; width: 2.9rem; height: 2.9rem; border-radius: 999px; border: 1px solid var(--line-dark); background: transparent; color: var(--on-dark); }
.nav-toggle .icon { width: 1.35rem; height: 1.35rem; }
@media (min-width: 700px) { .header-actions .btn { display: inline-flex; } }
@media (min-width: 1080px) {
	.nav { display: block; }
	.header-actions { margin-left: 1.5rem; }
	.nav-toggle { display: none; }
}
@media (min-width: 1320px) { .header-phone { display: inline-flex; } }

/* ---------- Drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 80; background: var(--charcoal); color: var(--on-dark); overflow-y: auto; overscroll-behavior: contain; }
.drawer[hidden] { display: none; }
.drawer__panel { min-height: 100%; display: flex; flex-direction: column; padding: 1rem var(--gutter) calc(1.5rem + env(safe-area-inset-bottom)); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; min-height: 3.5rem; }
.drawer__logo { height: 2.6rem; width: auto; }
.drawer__close { width: 2.9rem; height: 2.9rem; display: grid; place-items: center; border-radius: 999px; border: 1px solid var(--line-dark); background: transparent; color: var(--on-dark); }
.drawer__nav { list-style: none; margin: 1.5rem 0 2rem; }
.drawer__nav a { display: block; padding: .6rem 0; font-family: var(--serif); font-size: clamp(1.9rem, 7vw, 2.5rem); line-height: 1.15; color: var(--on-dark); text-decoration: none; border-bottom: 1px solid var(--line-dark); }
.drawer__nav a[aria-current="page"] { color: var(--gold); }
.drawer__foot { margin-top: auto; display: grid; gap: .75rem; }
.drawer__foot .actions { margin-top: 0; display: grid; grid-template-columns: 1fr 1fr; }
.drawer__hours { font-size: .85rem; color: var(--on-dark-muted); text-align: center; margin-top: .25rem; }
body.drawer-open { overflow: hidden; }

/* ---------- Mobile action bar ---------- */
.action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 1.25fr; gap: 1px; background: var(--line-dark); border-top: 1px solid var(--line-dark); padding-bottom: env(safe-area-inset-bottom); transform: translateY(0); transition: transform .3s var(--ease); }
.action-bar a { display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 3.5rem; background: var(--charcoal); color: var(--on-dark); text-decoration: none; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.action-bar .icon { width: 1.2rem; height: 1.2rem; }
.action-bar__book { background: var(--gold) !important; color: var(--ink) !important; }
body { padding-bottom: calc(3.5rem + env(safe-area-inset-bottom)); }
body.drawer-open .action-bar { transform: translateY(110%); }
@media (min-width: 1080px) { .action-bar { display: none; } body { padding-bottom: 0; } }

/* ---------- Breadcrumbs ---------- */
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem .55rem; font-size: .75rem; letter-spacing: .04em; margin-bottom: 1.5rem; }
.crumbs li { display: flex; align-items: center; gap: .55rem; color: var(--on-dark-muted); }
.crumbs li + li::before { content: "/"; opacity: .45; }
.crumbs a { color: var(--on-dark-muted); text-decoration: none; }
.crumbs a:hover { color: var(--gold-light); }
.crumbs [aria-current] { color: var(--gold-light); }

/* ---------- Trust chips ---------- */
.trust { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1rem; margin-top: 2rem; }
.trust li { display: flex; align-items: center; gap: .55rem; font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--on-dark-muted); line-height: 1.35; }
.trust .icon { color: var(--gold); width: 1.1rem; height: 1.1rem; }
@media (min-width: 700px) { .trust { display: flex; flex-wrap: wrap; gap: .75rem 1.75rem; } }

/* ---------- Hero (home) ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; display: grid; align-items: center; min-height: min(100svh - var(--header-h), 58rem); }
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22, 21, 20, .6) 0%, rgba(22, 21, 20, .78) 55%, rgba(22, 21, 20, .94) 100%); }
.hero__inner { padding-block: clamp(3.5rem, 8vh, 7rem); }
.hero__copy { max-width: 38rem; }
.hero h1 { margin-bottom: .45em; }
.hero .lede { color: rgba(249, 248, 246, .82); }
@media (min-width: 900px) {
	.hero__img { object-position: center; }
	.hero__media::after { background: linear-gradient(90deg, rgba(22, 21, 20, .96) 0%, rgba(22, 21, 20, .86) 38%, rgba(22, 21, 20, .35) 68%, rgba(22, 21, 20, .1) 100%); }
}

/* ---------- Section heads ---------- */
.sec-head { margin-bottom: clamp(2.25rem, 1.5rem + 2.5vw, 3.75rem); }
.sec-head--center { text-align: center; margin-inline: auto; max-width: 46rem; }
.sec-head--center .lede { margin-inline: auto; }
.sec-head--left { max-width: 44rem; }
.sec-head h2 { margin-bottom: .35em; }

/* ---------- Intro + stats ---------- */
.intro__grid { display: grid; gap: 2.75rem; align-items: center; }
.intro__copy p { max-width: 38rem; }
.stats { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; text-align: center; }
.stats li { padding: 1.25rem .5rem; border-top: 1px solid var(--line); }
.stats strong { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(2.1rem, 1.6rem + 2vw, 3.2rem); line-height: 1; color: var(--gold-deep); }
.stats span { display: block; margin-top: .55rem; font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); line-height: 1.4; }
@media (min-width: 1000px) {
	.intro__grid { grid-template-columns: 1.25fr 1fr; gap: 5rem; }
	.stats { grid-template-columns: 1fr; gap: 0; text-align: left; }
	.stats li { display: flex; align-items: baseline; gap: 1.25rem; padding: 1.5rem 0; }
	.stats strong { min-width: 6.5rem; }
	.stats span { margin-top: 0; }
}

/* ---------- Treatment categories (home) ---------- */
.cats__grid { display: grid; gap: 1.25rem; }
.cat { background: var(--charcoal-2); border: 1px solid var(--line-dark); border-radius: var(--r-lg); padding: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem); display: flex; flex-direction: column; }
.cat__head { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.25rem; }
.cat__head h3 { margin: 0; font-size: 1.55rem; color: var(--on-dark); }
.cat__icon { flex: none; display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 999px; background: rgba(198, 151, 57, .14); color: var(--gold); }
.cat__icon .icon { width: 1.25rem; height: 1.25rem; }
.cat__list { list-style: none; display: grid; gap: 0 1.5rem; margin-bottom: 1.5rem; }
.cat__list a { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .7rem 0; border-bottom: 1px solid var(--line-dark); color: var(--on-dark-muted); text-decoration: none; font-size: .95rem; transition: color .2s var(--ease), padding .2s var(--ease); }
.cat__list a:hover { color: var(--on-dark); padding-left: .25rem; }
.cat__more { margin-top: auto; display: inline-flex; align-items: center; gap: .5rem; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold) !important; text-decoration: none; }
@media (min-width: 520px) { .cat__list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .cats__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; } }

/* ---------- Split layouts ---------- */
.split { display: grid; gap: clamp(2.25rem, 1.5rem + 3vw, 5rem); align-items: center; }
.split--top { align-items: start; }
.split__media img { width: 100%; border-radius: var(--r-lg); }
.portrait { position: relative; overflow: hidden; border-radius: var(--r-lg); }
.portrait img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center 25%; border-radius: 0; }
.portrait figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 3.5rem 1.5rem 1.25rem; background: linear-gradient(180deg, transparent, rgba(22, 21, 20, .85)); color: var(--on-dark); display: grid; gap: .15rem; }
.portrait figcaption strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.portrait figcaption span { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-light); }
@media (min-width: 900px) {
	.split { grid-template-columns: .92fr 1.08fr; }
	.page-hero--split .split { grid-template-columns: 1.1fr .9fr; }
	.meet .split__media { max-width: 34rem; }
}

/* Check lists */
.checks { list-style: none; display: grid; gap: .75rem; margin-top: 1.5rem; }
.checks li { display: flex; gap: .7rem; align-items: flex-start; line-height: 1.5; }
.checks .icon { color: var(--gold-deep); margin-top: .12rem; }
.section--dark .checks .icon { color: var(--gold); }
@media (min-width: 600px) { .meet .checks { grid-template-columns: 1fr 1fr; } }
.dashes { list-style: none; display: grid; gap: .6rem; margin-top: 1rem; }
.dashes li { position: relative; padding-left: 1.25rem; line-height: 1.5; }
.dashes li::before { content: ""; position: absolute; left: 0; top: .72em; width: .6rem; height: 1px; background: var(--gold-deep); }

/* ---------- Features ---------- */
.features { list-style: none; display: grid; gap: 1rem; }
.feature { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; }
.feature__icon { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 999px; background: var(--cream); color: var(--gold-deep); margin-bottom: 1rem; border: 1px solid var(--line); }
.feature__icon .icon { width: 1.25rem; height: 1.25rem; }
.feature h3 { font-size: 1.4rem; margin-bottom: .35rem; }
.feature p { font-size: .94rem; color: var(--muted); }
@media (min-width: 600px) { .features { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }
@media (min-width: 1040px) { .features { grid-template-columns: repeat(3, 1fr); } .feature { padding: 2rem; } }

/* ---------- Gallery grids ---------- */
.ggrid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
.ggrid__item { display: flex; flex-direction: column; gap: .5rem; }
.ggrid__btn { display: block; padding: 0; border: 0; background: var(--charcoal-2); border-radius: var(--r); overflow: hidden; aspect-ratio: 1 / 1; }
.ggrid__btn img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.ggrid__btn:hover img { transform: scale(1.03); }
.ggrid__cap { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; text-align: center; color: var(--muted); line-height: 1.4; }
.section--dark .ggrid__cap { color: var(--on-dark-muted); }
.ggrid__item[hidden] { display: none; }
@media (min-width: 700px) { .ggrid { grid-template-columns: repeat(3, 1fr); gap: 1rem; } }
@media (min-width: 1100px) { .ggrid--results { grid-template-columns: repeat(5, 1fr); } .ggrid--masonry { grid-template-columns: repeat(4, 1fr); } }
.results__note { text-align: center; font-size: .85rem; margin-top: 1.5rem; }

/* ---------- Reviews ---------- */
.reviews { display: grid; gap: 1rem; }
.review { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.75rem; display: flex; flex-direction: column; gap: 1rem; }
.review__stars { display: flex; gap: .2rem; color: var(--gold); }
.review__stars .icon { width: 1rem; height: 1rem; fill: currentColor; }
.review blockquote { margin: 0; font-family: var(--serif); font-style: italic; font-size: 1.22rem; line-height: 1.5; color: var(--ink); }
.review figcaption { margin-top: auto; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dark); display: grid; gap: .2rem; }
.review figcaption span { font-weight: 500; letter-spacing: .08em; color: var(--muted); text-transform: none; font-size: .78rem; }
@media (min-width: 760px) { .reviews { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }
@media (min-width: 1100px) { .reviews { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Help me choose ---------- */
.help__chips { display: flex; gap: .6rem; overflow-x: auto; scroll-snap-type: x proximity; padding: .25rem var(--gutter) 1rem; margin: 0 calc(-1 * var(--gutter)) 1.5rem; scrollbar-width: none; }
.help__chips::-webkit-scrollbar { display: none; }
.chip { flex: none; scroll-snap-align: start; display: inline-flex; align-items: center; gap: .5rem; min-height: 2.75rem; padding: .55rem 1.1rem; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); font-size: .84rem; font-weight: 500; transition: all .2s var(--ease); }
.chip .icon { color: var(--gold-deep); }
.chip[aria-selected="true"], .chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--on-dark); }
.chip[aria-selected="true"] .icon, .chip[aria-pressed="true"] .icon { color: var(--gold); }
.help--dark .chip { background: transparent; border-color: var(--line-dark); color: var(--on-dark-muted); }
.help--dark .chip[aria-selected="true"] { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.help--dark .chip[aria-selected="true"] .icon { color: var(--ink); }
@media (min-width: 900px) { .help__chips { flex-wrap: wrap; justify-content: center; overflow: visible; margin-inline: 0; padding-inline: 0; } }
.help__panel + .help__panel { margin-top: 2rem; }
.help.is-enhanced .help__panel + .help__panel { margin-top: 0; }
.help__panel[hidden] { display: none; }
.help__intro { text-align: center; max-width: 40rem; margin: 0 auto 1.5rem; color: var(--muted); }
.help--dark .help__intro { color: var(--on-dark-muted); }
.help__intro strong { color: var(--ink); font-weight: 600; }
.help--dark .help__intro strong { color: var(--on-dark); }
.help__recs { list-style: none; display: grid; gap: .75rem; }
.help__recs a { position: relative; display: grid; gap: .3rem; padding: 1.25rem 3rem 1.25rem 1.35rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); text-decoration: none; color: var(--text); height: 100%; transition: border-color .2s var(--ease), transform .2s var(--ease); }
.help__recs a:hover { border-color: var(--gold-deep); transform: translateY(-2px); }
.help--dark .help__recs a { background: var(--charcoal-2); border-color: var(--line-dark); color: var(--on-dark-muted); }
.help__recs .icon { position: absolute; right: 1.2rem; top: 1.35rem; color: var(--gold-deep); }
.help--dark .help__recs .icon { color: var(--gold); }
.help__name { font-family: var(--serif); font-size: 1.35rem; color: var(--ink); line-height: 1.2; }
.help--dark .help__name { color: var(--on-dark); }
.help__short { font-size: .9rem; }
.help__price { font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-dark); }
.help--dark .help__price { color: var(--gold); }
@media (min-width: 760px) { .help__recs { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); } }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; padding: 1.2rem 0; cursor: pointer; font-family: var(--serif); font-size: 1.3rem; line-height: 1.3; color: var(--ink); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__chev { flex: none; color: var(--gold-deep); transition: transform .25s var(--ease); }
.faq__item[open] .faq__chev { transform: rotate(180deg); }
.faq__a { padding: 0 2.5rem 1.35rem 0; color: var(--muted); }
.faq-sec .faq { margin-bottom: .5rem; }

/* ---------- Visit + hours + map ---------- */
.visit__grid { display: grid; gap: 2.5rem; align-items: center; }
.visit__nap, .f-visit address { display: grid; gap: .8rem; margin: 1.5rem 0; }
.visit__nap a, .f-visit address a { display: flex; gap: .75rem; align-items: flex-start; color: var(--text); text-decoration: none; line-height: 1.45; }
.visit__nap .icon { color: var(--gold-deep); margin-top: .15rem; }
.visit__nap a:hover span { text-decoration: underline; }
@media (min-width: 1000px) { .visit__grid { grid-template-columns: .9fr 1.1fr; gap: 4.5rem; } }
.hours { display: grid; gap: .75rem; }
.today { display: inline-flex; align-items: center; gap: .5rem; font-size: .82rem; font-weight: 600; color: var(--ink); margin: 0; }
.today .icon { color: var(--gold-deep); }
.today--closed .icon, .today--closure .icon { color: var(--muted); }
.hours__list { margin: 0; display: grid; gap: .35rem; }
.hours__list div { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-bottom: 1px dashed var(--line); font-size: .92rem; }
.hours__list dt { font-weight: 500; color: var(--ink); }
.hours__list dd { margin: 0; text-align: right; color: var(--muted); }
.hours__closures { list-style: none; display: grid; gap: .4rem; font-size: .85rem; color: var(--gold-dark); }
.hours__closures li { display: flex; gap: .5rem; }
.hours__note { font-size: .85rem; color: var(--muted); }

.map { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--charcoal); aspect-ratio: 4 / 5; min-height: 22rem; box-shadow: var(--shadow); }
.map__cover { position: absolute; inset: 0; display: grid; align-items: end; }
.map__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.map__cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22, 21, 20, .15), rgba(22, 21, 20, .82)); z-index: 1; }
.map__card { position: relative; z-index: 2; margin: 1.25rem; padding: 1.5rem; border-radius: var(--r); background: rgba(31, 31, 31, .78); backdrop-filter: blur(6px); color: var(--on-dark-muted); }
.map__name { font-family: var(--serif); font-size: 1.55rem; color: var(--on-dark); margin: 0 0 .25rem; }
.map__addr { font-size: .9rem; margin-bottom: 1rem; }
.map__actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.map__actions .btn { min-height: 2.75rem; padding: .6rem 1.1rem; }
.map__legal { font-size: .72rem; margin-top: .9rem; opacity: .8; }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map.is-loaded .map__cover { display: none; }
@media (min-width: 700px) { .map { aspect-ratio: 16 / 11; } .map__card { max-width: 26rem; margin: 1.75rem; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding-block: clamp(3rem, 2rem + 5vw, 6.5rem); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(198, 151, 57, .55), transparent); }
.page-hero h1 { max-width: 52rem; }
.page-hero--compact { padding-block: clamp(2.5rem, 2rem + 3vw, 4.5rem); }
.page-hero--compact h1 { font-size: clamp(2.2rem, 1.8rem + 2vw, 3.4rem); }
.page-hero--split .trust { margin-top: 1.75rem; }

/* ---------- Jump nav (hub) ---------- */
.jump { position: sticky; top: 3.75rem; z-index: 30; background: rgba(249, 248, 246, .95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.jump__list { list-style: none; display: flex; gap: .5rem; overflow-x: auto; padding-block: .75rem; scrollbar-width: none; }
.jump__list::-webkit-scrollbar { display: none; }
.jump a { flex: none; display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1rem; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); color: var(--ink); text-decoration: none; font-size: .8rem; font-weight: 500; white-space: nowrap; }
.jump a .icon { color: var(--gold-deep); }
.jump a:hover { border-color: var(--gold-deep); }
@media (min-width: 1000px) { .jump__list { justify-content: center; } }

/* ---------- Treatment cards ---------- */
.tgrid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .tgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .tgrid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.tcard { height: 100%; }
.tcard__link { display: flex; flex-direction: column; height: 100%; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; color: var(--text); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.tcard__link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d8ccb6; color: var(--text); }
.tcard__media { position: relative; aspect-ratio: 4 / 3; background: var(--champagne); overflow: hidden; }
.tcard__img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.tcard__link:hover .tcard__img { transform: scale(1.035); }
.tcard__media .tag { position: absolute; top: .9rem; left: .9rem; }
.tcard__body { display: flex; flex-direction: column; gap: .5rem; padding: 1.35rem 1.4rem 1.5rem; flex: 1; }
.tcard__name { margin: 0; font-size: 1.55rem; }
.tcard__short { font-size: .92rem; color: var(--muted); margin: 0; }
.tcard__foot { margin-top: auto; padding-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
.tcard__price { margin: 0; font-family: var(--serif); font-size: 1.25rem; color: var(--gold-deep); font-weight: 600; }
.tcard__more { display: inline-flex; align-items: center; gap: .4rem; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.tag { display: inline-block; padding: .3rem .7rem; border-radius: 999px; font-size: .64rem; font-style: normal; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; background: var(--gold-light); color: var(--ink); }

/* ---------- Treatment page ---------- */
.t-hero { padding-block: clamp(2.5rem, 2rem + 3vw, 5rem); position: relative; }
.t-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(198, 151, 57, .5), transparent); }
.t-hero__grid { display: grid; gap: 2.25rem; align-items: center; }
.t-hero__meta { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin: -.1rem 0 1.25rem; }
.price-chip { display: inline-flex; align-items: center; min-height: 2.2rem; padding: .35rem 1rem; border-radius: 999px; border: 1px solid rgba(198, 151, 57, .6); color: var(--gold-light); font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.t-hero__media { border-radius: var(--r-lg); overflow: hidden; background: var(--charcoal-2); }
.t-hero__media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
@media (min-width: 1000px) {
	.t-hero__grid { grid-template-columns: 1.1fr .9fr; gap: 4rem; }
	.t-hero__media img { aspect-ratio: 4 / 5; max-height: 36rem; }
}

.glance { background: var(--champagne); border-bottom: 1px solid var(--line); }
.glance__list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.25rem; padding-block: 1.5rem; }
.glance__list li { display: flex; gap: .75rem; align-items: flex-start; }
.glance__list .icon { color: var(--gold-deep); width: 1.4rem; height: 1.4rem; margin-top: .1rem; }
.glance__label { display: block; font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.glance__value { display: block; font-size: .9rem; color: var(--ink); line-height: 1.45; }
@media (min-width: 900px) { .glance__list { grid-template-columns: repeat(4, 1fr); } }

.t-layout { display: grid; gap: 2rem; }
.t-toc { display: none; }
.t-main { min-width: 0; }
@media (min-width: 1120px) {
	.t-layout { grid-template-columns: 15rem minmax(0, 1fr); gap: clamp(3rem, 5vw, 6rem); align-items: start; }
	.t-toc { display: block; position: sticky; top: calc(3.75rem + 2rem); }
	.t-main { max-width: 48rem; }
}
.t-toc__title { font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .9rem; }
.t-toc ol { list-style: none; border-left: 1px solid var(--line); display: grid; }
.t-toc a { display: block; padding: .45rem 0 .45rem 1rem; margin-left: -1px; border-left: 2px solid transparent; font-size: .86rem; line-height: 1.4; color: var(--muted); text-decoration: none; }
.t-toc a:hover, .t-toc a.is-current { color: var(--ink); border-left-color: var(--gold-deep); }
.t-toc__cta { margin-top: 1.75rem; }
.t-toc__cta .btn { width: 100%; padding-inline: 1rem; font-size: .68rem; }

.t-sec { margin-bottom: clamp(2.75rem, 2rem + 2vw, 4rem); scroll-margin-top: calc(var(--header-h) + 1.5rem); }
.t-sec h2 { font-size: clamp(1.85rem, 1.5rem + 1.3vw, 2.5rem); }
.prose { max-width: 44rem; }
.prose p, .prose li { font-size: 1.02rem; }
.prose ul, .prose ol { padding-left: 1.2rem; margin: 0 0 1.1em; display: grid; gap: .45rem; }
.prose li::marker { color: var(--gold-deep); }
.prose h3 { font-size: 1.4rem; margin-top: 1.5rem; }
.t-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 1.1rem + 1vw, 2rem); }
.t-card h3 { font-size: 1.45rem; margin-bottom: .25rem; }
.t-card--muted { background: var(--cream); }
.t-benefits { margin-bottom: clamp(2.75rem, 2rem + 2vw, 4rem); }
.t-benefits .checks { margin-top: 1rem; }
@media (min-width: 700px) { .t-benefits .checks { grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; } }
.areas { list-style: none; display: grid; gap: .9rem; }
.areas li { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 1.1rem 1.25rem; }
.areas h3 { font-size: 1.25rem; margin-bottom: .2rem; }
.areas p { font-size: .9rem; color: var(--muted); }
@media (min-width: 700px) { .areas { grid-template-columns: 1fr 1fr; } }
.t-suit { display: grid; gap: 1rem; margin-bottom: clamp(2.75rem, 2rem + 2vw, 4rem); }
@media (min-width: 760px) { .t-suit { grid-template-columns: 1fr 1fr; } }

.prices { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: .5rem 1.5rem 1.25rem; }
.prices__table th, .prices__table td { padding: 1rem 0; border-bottom: 1px solid var(--line); vertical-align: baseline; }
.prices__table th { text-align: left; font-weight: 500; color: var(--ink); padding-right: 1rem; }
.prices__table td { text-align: right; white-space: nowrap; font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--gold-deep); }
.prices__line-note { display: block; font-size: .8rem; font-weight: 400; color: var(--muted); margin-top: .15rem; }
.prices__note { font-size: .82rem; color: var(--muted); margin-top: 1rem; }
.prices--consult { padding: 1.5rem; }
.prices__consult { font-family: var(--serif); font-size: 1.6rem; color: var(--ink); margin-bottom: .35rem; }

/* ---------- Related + CTA band ---------- */
.cta-band { padding-block: clamp(3.5rem, 2.5rem + 4vw, 6rem); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; width: 38rem; height: 38rem; right: -12rem; top: -16rem; background: radial-gradient(circle, rgba(198, 151, 57, .22), transparent 65%); pointer-events: none; }
.cta-band__inner { position: relative; display: grid; gap: 1.5rem; align-items: center; }
.cta-band h2 { margin-bottom: .35em; }
@media (min-width: 1000px) { .cta-band__inner { grid-template-columns: 1.4fr 1fr; } .cta-band .actions { justify-content: flex-end; margin-top: 0; } }

/* ---------- Contact ---------- */
.contact__grid { display: grid; gap: 1.5rem; }
.contact__form h2 { font-size: 2rem; margin-bottom: .25rem; }
.contact__side { display: grid; gap: 1.25rem; align-content: start; }
.contact__side .actions { margin-top: 1rem; }
.contact__email { display: flex; align-items: center; gap: .5rem; margin-top: 1rem; font-size: .92rem; }
.contact__email .icon { color: var(--gold-deep); }
@media (min-width: 1000px) { .contact__grid { grid-template-columns: 1.35fr 1fr; gap: 2rem; align-items: start; } }

/* ---------- Forms ---------- */
.enquiry { display: grid; gap: 1.1rem; margin-top: 1.5rem; }
.field { display: grid; gap: .4rem; }
.field-row { display: grid; gap: 1.1rem; }
@media (min-width: 600px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field label, .field legend { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }
.opt { font-weight: 400; letter-spacing: .04em; text-transform: none; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; min-height: 3.1rem; padding: .75rem 1rem; font: inherit; font-size: 1rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: .65rem; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(198, 151, 57, .22); }
.field [aria-invalid="true"] { border-color: #b3261e; }
.field--choice { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; }
.field--choice legend { width: 100%; margin-bottom: .4rem; }
.field--choice label { display: inline-flex; align-items: center; gap: .45rem; font-size: .95rem; text-transform: none; letter-spacing: 0; font-weight: 400; min-height: 2.75rem; }
.field--choice input, .consent input { width: 1.2rem; height: 1.2rem; min-height: 0; accent-color: var(--gold-deep); }
.consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .9rem; line-height: 1.5; }
.consent input { margin-top: .15rem; flex: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-foot { font-size: .8rem; color: var(--muted); }
.form-msg { padding: 1rem 1.15rem; border-radius: .65rem; font-size: .95rem; }
.form-msg--ok { background: #eef6ee; border: 1px solid #b8d8b8; color: #1e4620; }
.form-msg--err { background: #fbeceb; border: 1px solid #efc2bf; color: #7a1f19; }
.enquiry.is-sending button[type="submit"] { opacity: .7; pointer-events: none; }

/* ---------- Gallery page ---------- */
.filters { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; align-items: center; margin-bottom: 2rem; }
.filters__select select { min-height: 2.75rem; padding: .45rem 2.2rem .45rem 1rem; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font: inherit; font-size: .84rem; color: var(--ink); }
.gallery-empty { text-align: center; color: var(--muted); }

/* ---------- FAQ page ---------- */
.faq-layout { display: grid; gap: 2rem; }
.faq-group { margin-bottom: 3rem; scroll-margin-top: calc(var(--header-h) + 1.5rem); }
.faq-group h2 { font-size: clamp(1.8rem, 1.5rem + 1.2vw, 2.4rem); }
.ask { margin-top: 1rem; }
.ask .actions { margin-top: 1rem; }
@media (min-width: 1120px) { .faq-layout { grid-template-columns: 15rem minmax(0, 48rem); gap: 5rem; justify-content: center; } .faq-layout .t-toc { display: block; position: sticky; top: calc(3.75rem + 2rem); } }

/* ---------- Legal ---------- */
.legal h2 { font-size: 1.9rem; margin-top: 2.25rem; }
.legal ul { padding-left: 1.2rem; display: grid; gap: .5rem; margin-bottom: 1.1em; }
.legal-meta { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); }

/* ---------- Footer ---------- */
.site-footer { padding-top: clamp(3.5rem, 2.5rem + 3vw, 5.5rem); font-size: .92rem; }
.site-footer__grid { display: grid; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line-dark); }
.f-logo { width: 9.5rem; height: auto; margin-bottom: 1.25rem; }
.f-brand p { max-width: 22rem; }
.f-cred { list-style: none; display: grid; gap: .5rem; margin: 1.25rem 0; }
.f-cred li { display: flex; gap: .6rem; align-items: flex-start; line-height: 1.45; }
.f-cred .icon { color: var(--gold); margin-top: .1rem; }
.f-cred a { color: var(--on-dark-muted); }
.f-social { list-style: none; display: flex; gap: .6rem; }
.f-social a { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 999px; border: 1px solid var(--line-dark); color: var(--on-dark-muted); }
.f-social a:hover { color: var(--gold); border-color: var(--gold); }
.f-title { font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.f-col ul { list-style: none; display: grid; gap: .55rem; }
.f-col a { color: var(--on-dark-muted); text-decoration: none; }
.f-col a:hover { color: var(--on-dark); }
.f-visit address { margin-top: 0; }
.f-visit address a { color: var(--on-dark-muted); }
.f-visit address .icon { color: var(--gold); margin-top: .15rem; }
.site-footer .hours__list div { border-bottom-color: var(--line-dark); }
.site-footer .hours__list dt { color: var(--on-dark); }
.site-footer .hours__list dd, .site-footer .hours__note { color: var(--on-dark-muted); }
.site-footer .today { color: var(--on-dark); }
.site-footer .today .icon { color: var(--gold); }
.site-footer .hours__closures { color: var(--gold-light); }
.site-footer__base { padding-block: 1.75rem 2rem; display: grid; gap: 1.25rem; }
.f-disclaimer { font-size: .78rem; color: rgba(249, 248, 246, .55); max-width: 60rem; }
.f-legal { display: flex; flex-wrap: wrap; gap: .75rem 2rem; align-items: center; justify-content: space-between; font-size: .8rem; }
.f-legal ul { list-style: none; display: flex; gap: 1.25rem; }
.f-legal a { color: var(--on-dark-muted); }
.f-credit a { color: var(--gold-light); }
@media (min-width: 700px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .site-footer__grid { grid-template-columns: 1.3fr .8fr 1fr 1.3fr; gap: 3rem; } }

/* ---------- Lightbox ---------- */
.lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(15, 15, 15, .92); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { display: grid; gap: .75rem; justify-items: center; padding: 3.5rem 1rem 2rem; }
.lightbox img { max-width: min(92vw, 70rem); max-height: 80dvh; width: auto; object-fit: contain; border-radius: var(--r); }
.lightbox figcaption { color: var(--on-dark-muted); font-size: .85rem; text-align: center; }
.lightbox__close { position: fixed; top: 1rem; right: 1rem; width: 3rem; height: 3rem; border-radius: 999px; border: 1px solid rgba(249, 248, 246, .3); background: rgba(31, 31, 31, .6); color: var(--on-dark); display: grid; place-items: center; }

/* ---------- Motion (progressive: content is visible without JS) ---------- */
@media (prefers-reduced-motion: no-preference) {
	.js [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
	.js [data-reveal].is-in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ---------- Print ---------- */
@media print {
	.site-header, .action-bar, .wa-float, .drawer, .cta-band, .map, .t-toc, .lightbox { display: none !important; }
	body { padding: 0; background: #fff; }
	.page-hero, .t-hero, .site-footer, .section--dark { background: #fff; color: #000; }
}

/* ==========================================================================
   Her content, restored 2026-09-14 — components for her sections
   ========================================================================== */

/* Nav: seven items need more room before they fit on one line. */
@media (min-width: 1080px) and (max-width: 1239px) {
	.nav { display: none; }
	.nav-toggle { display: inline-grid; }
}
@media (min-width: 1240px) { .nav ul { gap: clamp(.9rem, 1.4vw, 1.75rem); } }

/* Centred call-to-action band */
.cta-band--center .cta-band__inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.cta-band--center .lede { margin-inline: auto; }
.cta-band--center .actions { justify-content: center; margin-top: .5rem; }

/* Homepage results (her four) and reviews (her four) */
.ggrid--results4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .ggrid--results4 { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; } }
.ggrid--3 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .ggrid--3 { grid-template-columns: repeat(3, 1fr); } }
.ggrid--few { grid-template-columns: repeat(2, minmax(0, 20rem)); justify-content: center; }
@media (min-width: 760px) { .reviews--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1280px) { .reviews--4 { grid-template-columns: repeat(4, 1fr); } }
.review__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.review__source { font-size: .66rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }

/* Visit section list */
.visit__nap { display: grid; gap: 1rem; margin: 1.5rem 0; }
.visit__nap dt { font-family: var(--serif); font-size: 1.2rem; color: var(--ink); margin-bottom: .15rem; }
.visit__nap dd { margin: 0; color: var(--muted); }
.visit__nap a { color: var(--gold-dark); text-decoration: none; }
.visit__nap a:hover { text-decoration: underline; }
.hours-line { display: block; }

/* Treatment page */
.prose--center { margin-inline: auto; max-width: 46rem; }
.checks--grid { max-width: 58rem; margin: 0 auto; gap: .9rem 2rem; }
@media (min-width: 760px) { .checks--grid { grid-template-columns: 1fr 1fr; } }
.checks--people .icon { color: var(--gold-deep); }
.t-expect__grid { display: grid; gap: 1.25rem; }
@media (min-width: 820px) { .t-expect__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; } }
.t-card .h3 { display: flex; align-items: center; gap: .6rem; font-size: 1.5rem; margin-bottom: .6rem; }
.t-card .h3 .icon { color: var(--gold-deep); width: 1.3rem; height: 1.3rem; }
.safety { display: flex; gap: 1.25rem; align-items: flex-start; background: var(--charcoal); color: var(--on-dark-muted); border-radius: var(--r-lg); padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem); }
.safety h2 { color: var(--on-dark); margin-bottom: .5rem; }
.safety__icon { flex: none; display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 999px; background: rgba(198, 151, 57, .16); color: var(--gold); }
.safety__icon .icon { width: 1.4rem; height: 1.4rem; }
.t-local__grid { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 1000px) { .t-local__grid { grid-template-columns: 1.3fr 1fr; gap: 4rem; } }
.t-local .checks { margin: 1.25rem 0 0; }
.visit-card h3 { font-size: 1.6rem; margin-bottom: 1rem; }
.visit-card__line { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .75rem; font-size: .95rem; }
.visit-card__line .icon { color: var(--gold-deep); margin-top: .2rem; }
.areas-served__title { font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); margin: 1.5rem 0 .75rem; }
.areas-served { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; }
.areas-served li { font-size: .66rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--text); border: 1px solid rgba(198, 151, 57, .4); border-radius: 999px; padding: .35rem .75rem; }

/* Treatments hub */
.t-hub .filters { margin-bottom: 2.5rem; }
.t-group { margin-bottom: clamp(2.5rem, 2rem + 2vw, 4rem); scroll-margin-top: calc(var(--header-h) + 1rem); }
.t-group[hidden] { display: none; }
.t-group__title { display: flex; align-items: center; gap: .75rem; font-size: clamp(1.7rem, 1.4rem + 1vw, 2.3rem); margin-bottom: 1.5rem; }
.t-group__title .icon { color: var(--gold-deep); width: 1.5rem; height: 1.5rem; }

/* About */
.portrait--tall img { aspect-ratio: 3 / 4; }
.badges { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1.75rem; }
.badges li { display: flex; align-items: center; gap: .6rem; padding: .8rem 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); font-size: .8rem; font-weight: 500; line-height: 1.35; color: var(--ink); }
.badges .icon { color: var(--gold-deep); }
.cqc-rated { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem); margin: 0 auto 2.5rem; max-width: 56rem; display: grid; gap: 1.5rem; }
.cqc-rated__head { display: flex; align-items: center; gap: 1.25rem; }
.cqc-rated__head img { width: 5rem; height: auto; flex: none; }
.cqc-rated__head .eyebrow { margin-bottom: .35rem; }
.cqc-rated__head h3 { margin: 0; font-size: clamp(1.5rem, 1.3rem + .8vw, 2rem); }
.cqc-rated__list { list-style: none; display: grid; gap: .5rem; }
.cqc-rated__list li { display: flex; align-items: center; gap: .6rem; padding: .7rem 1rem; border-radius: var(--r); background: var(--cream); }
.cqc-rated__list .icon { color: var(--gold-deep); }
.cqc-rated__list strong { margin-left: auto; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); }
@media (min-width: 760px) { .cqc-rated__list { grid-template-columns: repeat(5, 1fr); } .cqc-rated__list li { flex-direction: column; text-align: center; gap: .35rem; } .cqc-rated__list strong { margin-left: 0; } }
.cqc-rated__link { justify-self: start; display: inline-flex; align-items: center; gap: .4rem; font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }

/* Reviews page ratings */
.ratings { display: grid; gap: 1.25rem; justify-items: center; text-align: center; margin-bottom: 2.75rem; }
.ratings__all { display: inline-flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .6rem; font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin: 0; }
.ratings__stars { display: inline-flex; gap: .15rem; color: var(--gold); }
.ratings__stars .icon { width: 1rem; height: 1rem; fill: currentColor; }
.ratings__list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.ratings__list li { display: grid; gap: .1rem; min-width: 9.5rem; padding: 1rem 1.25rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); }
.ratings__list strong { font-family: var(--serif); font-size: 2rem; line-height: 1; color: var(--gold-deep); font-weight: 600; }
.ratings__list span { font-size: .8rem; color: var(--muted); }
.tap-hint { margin-top: 1.25rem; letter-spacing: .14em; text-transform: uppercase; font-size: .7rem; }

/* Contact page */
.contact-cards { list-style: none; display: grid; gap: 1rem; }
@media (min-width: 600px) { .contact-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .contact-cards { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; } }
.contact-card { display: flex; flex-direction: column; gap: .35rem; padding: 1.5rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.contact-card__icon { display: grid; place-items: center; width: 2.9rem; height: 2.9rem; border-radius: 999px; background: var(--cream); border: 1px solid var(--line); color: var(--gold-deep); margin-bottom: .6rem; }
.contact-card .h3 { font-size: 1.45rem; margin: 0; }
.contact-card p { margin: 0 0 .5rem; color: var(--muted); overflow-wrap: anywhere; }
.contact-card__cta { margin-top: auto; display: inline-flex; align-items: center; gap: .4rem; font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; text-decoration: none; color: var(--gold-dark); }
.contact-cards-sec { padding-bottom: clamp(2rem, 1.5rem + 2vw, 3.5rem); }
.address-block { margin: 1rem 0; }

/* Footer: her badges and disclaimer */
.f-directions { display: block; margin-top: .25rem; font-style: normal; font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.site-footer__base { justify-items: center; text-align: center; }
.f-legal { width: 100%; }
.f-badges { display: flex; gap: .75rem; align-items: center; }
.f-badges img { height: 3rem; width: auto; border-radius: .4rem; background: #fff; padding: .2rem; opacity: .9; }
.f-badges a:hover img { opacity: 1; }
.f-disclaimer { margin-inline: auto; }
@media (min-width: 900px) { .f-legal { justify-content: space-between; } }

/* ---------- Floating WhatsApp button (every page, bottom right) ---------- */
.wa-float { position: fixed; right: 16px; bottom: calc(3.5rem + env(safe-area-inset-bottom) + 14px); z-index: 45; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 999px; background: #25d366; color: #fff; text-decoration: none; box-shadow: 0 10px 24px -6px rgba(0, 0, 0, .35); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.wa-float .icon { width: 30px; height: 30px; }
.wa-float:hover, .wa-float:focus-visible { color: #fff; transform: scale(1.06); box-shadow: 0 14px 30px -8px rgba(0, 0, 0, .45); }
.wa-float:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.wa-float__tip { position: absolute; right: calc(100% + 10px); top: 50%; transform: translateY(-50%); padding: .45rem .8rem; border-radius: 999px; background: var(--charcoal); color: #fff; font-size: .78rem; font-weight: 500; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .2s var(--ease); }
@media (hover: hover) { .wa-float:hover .wa-float__tip { opacity: 1; } }
body.drawer-open .wa-float { display: none; }
@media (prefers-reduced-motion: no-preference) {
	.wa-float { animation: wa-in .5s var(--ease) .6s both; }
	@keyframes wa-in { from { opacity: 0; transform: translateY(12px) scale(.9); } }
}
@media (min-width: 1080px) { .wa-float { right: 24px; bottom: 24px; } }
/* Let the last footer lines scroll clear of the WhatsApp button. */
@media (max-width: 1079.98px) { .site-footer__base { padding-bottom: calc(56px + 14px + 1.5rem); } }

/* ---------- Cookie consent (analytics only loads after Accept — inc/analytics.php) ---------- */
.consent { position: fixed; z-index: 60; left: 12px; right: 12px; bottom: calc(3.5rem + env(safe-area-inset-bottom) + 12px); display: grid; gap: .9rem; padding: 1.1rem 1.2rem 1.2rem; border-radius: var(--r-lg); background: var(--charcoal); border: 1px solid rgba(198, 151, 57, .35); color: var(--on-dark-muted); box-shadow: 0 18px 40px -12px rgba(0, 0, 0, .5); font-size: .9rem; line-height: 1.55; }
.consent[hidden] { display: none; }
.consent__text { margin: 0; }
.consent a { color: var(--gold-light); }
.consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.consent .btn { min-height: 2.75rem; padding: .6rem 1rem; }
/* Keep the WhatsApp button visible: lift it above the banner while it's open. */
body.consent-open .wa-float { bottom: calc(3.5rem + env(safe-area-inset-bottom) + 24px + var(--consent-h, 0px)); }
@media (min-width: 1080px) {
	.consent { left: 24px; right: auto; bottom: 24px; max-width: 26rem; }
	body.consent-open .wa-float { bottom: 24px; }
}
@media (prefers-reduced-motion: no-preference) {
	.consent:not([hidden]) { animation: consent-in .45s var(--ease) both; }
	@keyframes consent-in { from { opacity: 0; transform: translateY(14px); } }
}
.f-linkbtn { padding: 0; border: 0; background: none; font: inherit; color: var(--on-dark-muted); text-decoration: underline; text-underline-offset: .2em; text-decoration-thickness: 1px; cursor: pointer; }
.f-linkbtn:hover { color: var(--on-dark); }
@media print { .consent { display: none !important; } }
