:root {
  --ink: #2c2420;
  --muted: #786b60;
  --paper: #fdf8f2;
  --soft: #f5ece2;
  --panel: #ecdaca;
  --panel-strong: #d9bd9d;
  --accent: #b1875b;
  --accent-dark: #6c513a;
  --gold: #b89568;
  --line: rgba(85, 63, 45, 0.16);
  --shadow: 0 26px 80px rgba(82, 57, 38, 0.16);
  --shadow-soft: 0 16px 48px rgba(105, 81, 61, 0.1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.narrow { width: min(920px, calc(100% - 44px)); margin: 0 auto; }

/* ---------- Typography ---------- */
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
  line-height: 1.02;
  overflow-wrap: break-word;
}
h1 { max-width: 18ch; margin: 0 0 24px; font-size: clamp(3.1rem, 6.4vw, 6.6rem); font-weight: 500; }
h2 { margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.9rem); font-weight: 500; }
h3 { margin: 0; font-size: clamp(1.4rem, 2.1vw, 1.95rem); font-weight: 600; }

.script-eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: WindSong, "Cormorant Garamond", cursive;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1;
}

.lead {
  max-width: 60ch;
  margin: 0;
  font-size: clamp(1.04rem, 1.35vw, 1.24rem);
  line-height: 1.85;
}

.eyebrow-label {
  display: inline-block;
  margin: 0 0 16px;
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 248, 242, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(105, 81, 61, 0.16);
}
.brand strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
}
.brand small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  color: rgba(44, 36, 32, 0.74);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.desktop-nav a.is-active,
.desktop-nav a:hover { color: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #fdf8f2;
  background: var(--accent-dark);
  box-shadow: 0 18px 36px rgba(105, 81, 61, 0.24);
}
.desktop-nav .button-primary { color: #fdf8f2; }
.button-secondary {
  color: var(--accent-dark);
  border-color: rgba(105, 81, 61, 0.24);
  background: rgba(255, 255, 255, 0.6);
}
.button-ghost {
  color: #fdf8f2;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fdf8f2;
}
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }
.mobile-nav { border-top: 1px solid var(--line); background: #fdf8f2; }
.mobile-nav-panel {
  display: grid;
  gap: 14px;
  width: min(100% - 44px, 560px);
  margin: 0 auto;
  padding: 24px 0 30px;
}
.mobile-nav a { font-size: 0.92rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

/* ---------- Hero ---------- */
.hero {
  min-height: 780px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #221a15;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(86deg, rgba(28, 20, 15, 0.82), rgba(54, 39, 28, 0.5) 46%, rgba(54, 39, 28, 0.12)),
    url("assets/authentic/hero-headspa.jpg") center 42% / cover;
  transform: scale(1.02);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 200px;
  background: linear-gradient(0deg, var(--paper), transparent);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 44px));
  margin: 0 auto 120px max(44px, calc((100% - 1180px) / 2));
  color: #fdf8f2;
  text-shadow: 0 2px 30px rgba(30, 20, 14, 0.5);
}
.hero .script-eyebrow,
.sub-hero .script-eyebrow { color: #e9d2b6; }
.hero h1 { color: #fffaf4; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(253, 248, 242, 0.82);
}
.hero-meta span { display: inline-flex; align-items: center; gap: 9px; }
.hero-meta span::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--gold);
}

/* ---------- Sub hero ---------- */
.sub-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(88deg, rgba(28, 20, 15, 0.84), rgba(60, 44, 31, 0.55)),
    url("assets/authentic/studio.jpg") 50% 36% / cover;
  color: #fdf8f2;
}
.sub-hero.sub-hero--ritual {
  background:
    linear-gradient(88deg, rgba(28, 20, 15, 0.82), rgba(60, 44, 31, 0.5)),
    url("assets/authentic/ritual-detail.jpg") 50% 46% / cover;
}
.sub-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(0deg, var(--paper), transparent);
}
.sub-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 460px;
  display: grid;
  align-content: end;
  padding: 88px 0 116px;
  text-shadow: 0 2px 28px rgba(32, 21, 16, 0.5);
}
.sub-hero h1 { font-size: clamp(2.9rem, 6vw, 6.2rem); }

/* ---------- Sections ---------- */
.section { padding: clamp(78px, 9vw, 142px) 0; }
main > .hero + .section { padding-top: clamp(54px, 6vw, 86px); }
.soft-band { background: linear-gradient(180deg, #f6ece1 0%, var(--paper) 100%); }
.cream-band { background: #fffdf8; }

.section-heading { max-width: 800px; margin: 0 auto 56px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading p { max-width: 64ch; margin: 22px auto 0; color: var(--muted); font-size: 1.04rem; }
.section-heading.left p { margin-left: 0; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(42px, 6.5vw, 92px);
  align-items: center;
}
.split-reverse { grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr); }

.image-frame {
  min-height: 540px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: var(--shadow);
  background: var(--soft);
}
.image-frame img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.image-frame.tall img { min-height: 620px; }

.copy-block p { max-width: 62ch; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.copy-block p.strong-lead { color: var(--ink); font-size: 1.16rem; }
.copy-block h2 + p { margin-top: 26px; }

.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.pill-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  color: var(--accent-dark);
  background: rgba(255, 255, 255, 0.6);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  margin-top: 28px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
}

/* ---------- TL;DR answer box ---------- */
.answer-box {
  width: min(920px, 100%);
  margin: 0 auto 56px;
  padding: 32px clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-soft);
}
.answer-box p { margin: 0; color: var(--ink); font-size: 1.08rem; line-height: 1.8; }
.answer-box strong { color: var(--accent-dark); }

/* ---------- Treatments menu ---------- */
.treatment-menu { width: min(940px, 100%); margin: 0 auto; }
.category-title {
  margin: 46px 0 6px;
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.category-title:first-child { margin-top: 0; }
.treatment-row { padding: 30px 0; border-bottom: 1px solid var(--line); }
.treatment-line { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: end; }
.treatment-line h3 { font-size: clamp(1.7rem, 2.8vw, 2.45rem); }
.leader { border-bottom: 1px dotted rgba(108, 81, 58, 0.45); transform: translateY(-9px); }
.price {
  color: var(--accent-dark);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.duration {
  display: block;
  margin-top: 9px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.treatment-row p { max-width: 74ch; margin: 14px 0 0; color: var(--muted); font-size: 1.03rem; }

.center-actions { display: flex; justify-content: center; margin-top: 46px; }

/* ---------- Ritual detail cards ---------- */
.ritual {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 4.5vw, 56px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-soft);
}
.ritual + .ritual { margin-top: 36px; }
.ritual--gold { background: linear-gradient(135deg, #f3e3cf 0%, #fffdf8 70%); }
.ritual-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.ritual-head h2 { font-size: clamp(2.2rem, 3.6vw, 3.2rem); }
.ritual-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--accent-dark);
}
.ritual-price .amount { font-size: 1.5rem; }
.ritual-price .time {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.ritual-intro { margin: 26px 0 0; color: var(--muted); font-size: 1.06rem; max-width: 72ch; }
.ritual-sub {
  margin: 30px 0 14px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.includes-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.includes-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-size: 1.01rem;
}
.includes-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}
.practical-list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 11px; }
.practical-list li { padding-left: 26px; position: relative; color: var(--muted); font-size: 0.99rem; }
.practical-list li::before { content: "•"; position: absolute; left: 6px; color: var(--accent); }
.ritual-actions { margin-top: 34px; }

/* ---------- Benefits ---------- */
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.benefit-card {
  min-height: 196px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 14px 44px rgba(105, 81, 61, 0.07);
}
.benefit-card h3 { font-size: clamp(1.35rem, 1.9vw, 1.7rem); }
.benefit-card p { margin: 12px 0 0; color: var(--muted); font-size: 0.98rem; }

/* two-column benefit lists (philosophy) */
.dual-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 48px); }
.benefit-panel {
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-soft);
}
.benefit-panel h3 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); margin-bottom: 8px; }
.check-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; color: var(--ink); font-size: 1.01rem; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 2px; top: 9px;
  width: 13px; height: 7px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}

/* ---------- Steps ---------- */
.steps-section { background: #fffdf8; }
.step-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-item { min-height: 240px; padding: 30px 22px; border-right: 1px solid var(--line); }
.step-item:last-child { border-right: 0; }
.step-item span {
  display: inline-grid;
  place-items: center;
  width: 36px; height: 36px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: #fdf8f2;
  background: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
}
.step-item h3 { font-size: 1.4rem; line-height: 1.06; }
.step-item p { margin: 13px 0 0; color: var(--muted); font-size: 0.93rem; line-height: 1.7; }

/* ---------- Opening hours (editorial) ---------- */
.hours-section { background: linear-gradient(180deg, var(--soft), var(--paper)); }
.hours-panel {
  width: min(840px, 100%);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 78px) clamp(26px, 5vw, 70px);
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(135deg, #ecdaca 0%, #f7 ece2 56%, #fffdf8 100%);
  background: linear-gradient(135deg, #ecdaca 0%, #f7ece2 56%, #fffdf8 100%);
  box-shadow: var(--shadow);
}
.hours-panel .script-eyebrow { color: var(--gold); }
.hours-panel h2 { margin-bottom: 6px; }
.hours-list { width: min(520px, 100%); margin: 38px auto 0; display: grid; gap: 2px; text-align: left; }
.hours-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 4px;
  border-bottom: 1px solid rgba(108, 81, 58, 0.16);
}
.hours-row:last-child { border-bottom: 0; }
.hours-row span { font-size: 1.04rem; font-weight: 600; }
.hours-row strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hours-row.is-closed strong { color: var(--muted); font-style: italic; }
.hours-note { margin: 30px auto 0; max-width: 52ch; color: var(--muted); font-size: 0.95rem; }
.hours-address { margin-top: 8px; font-weight: 700; color: var(--accent-dark); }

/* ---------- Women only banner ---------- */
.women-band { background: var(--accent-dark); color: #fdf8f2; }
.women-band .container { padding-top: clamp(56px, 7vw, 96px); padding-bottom: clamp(56px, 7vw, 96px); }
.women-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.women-inner .script-eyebrow { color: #e9d2b6; }
.women-inner h2 { color: #fffaf4; }
.women-inner p { margin: 22px auto 0; max-width: 56ch; color: rgba(253, 248, 242, 0.84); font-size: 1.06rem; }

/* ---------- Gallery (feature + grid) ---------- */
.gallery-band { background: #fffdf8; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 246px;
  gap: 16px;
}
.gallery-item { margin: 0; overflow: hidden; border-radius: 12px; box-shadow: var(--shadow-soft); background: var(--soft); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item.feature { grid-column: span 2; grid-row: span 2; }
/* horizontal flip (used to make the mirrored MS HEAD SPA wall sign read correctly) */
.flip-h { transform: scaleX(-1); }
.gallery-item:hover img.flip-h { transform: scaleX(-1) scale(1.04); }

/* ---------- FAQ ---------- */
.faq-list { width: min(840px, 100%); margin: 0 auto; display: grid; gap: 4px; }
.faq-item { padding: 28px 4px; border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
.faq-item p { margin: 12px 0 0; color: var(--muted); font-size: 1.02rem; max-width: 74ch; }

/* ---------- Practical / contact ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.contact-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-soft);
}
.contact-card span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.contact-card strong {
  display: block;
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  line-height: 1.18;
  font-weight: 600;
}
.contact-card a.text-link { margin-top: 14px; }

.map-frame { min-height: 540px; overflow: hidden; border-radius: 10px; box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 100%; min-height: 540px; border: 0; display: block; filter: saturate(0.88) contrast(0.96); }

/* ---------- CTA panel ---------- */
.cta-panel {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
  padding: clamp(48px, 7vw, 92px);
  border-radius: 16px;
  background: linear-gradient(135deg, #ecdaca 0%, #f7ece2 56%, #fffdf8 100%);
  box-shadow: var(--shadow);
}
.cta-panel p { max-width: 56ch; margin: 20px auto 0; color: var(--muted); font-size: 1.06rem; }
.cta-panel .hero-actions { justify-content: center; }
.cta-panel img { width: min(150px, 44vw); margin: 0 auto 26px; border-radius: 999px; }

/* ---------- Footer ---------- */
.site-footer { padding: 64px 0 96px; background: #271f1a; color: #fdf8f2; }
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.footer-brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand-row img { width: 58px; height: 58px; border-radius: 999px; }
.footer-brand-row strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-footer p { margin: 0 0 6px; color: rgba(253, 248, 242, 0.72); font-size: 0.96rem; }
.footer-col h4 {
  margin: 0 0 16px;
  font-family: Manrope, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(253, 248, 242, 0.6);
}
.footer-col a, .footer-col span { display: block; margin-bottom: 11px; color: rgba(253, 248, 242, 0.86); font-size: 0.96rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 48px;
  padding-top: 26px;
  border-top: 1px solid rgba(253, 248, 242, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  color: rgba(253, 248, 242, 0.6);
  font-size: 0.82rem;
}
.studio-credit { color: rgba(253, 248, 242, 0.7); }
.studio-credit:hover { color: #fff; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-booking { display: none; }

/* ---------- Admin live-preview helpers ---------- */
.lp-highlight { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; box-shadow: 0 0 0 4px rgba(177, 135, 91, 0.18); }
body.is-admin-preview .sticky-booking { display: none !important; }
body.is-admin-preview [data-edit],
body.is-admin-preview [data-edit-img] { cursor: pointer; }
body.is-admin-preview [data-edit]:hover,
body.is-admin-preview [data-edit-img]:hover { outline: 1px dashed rgba(177, 135, 91, 0.6); outline-offset: 2px; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(28, 20, 15, 0.86);
  backdrop-filter: blur(6px);
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: min(960px, 92vw);
  max-height: 86vh;
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(253, 248, 242, 0.16);
  color: #fdf8f2;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox-close:hover { background: rgba(253, 248, 242, 0.28); }

/* ---------- Motion (gated behind .js so content is always visible without JS) ---------- */
.js .fade-in { opacity: 0; transform: translateY(22px); transition: opacity 760ms ease, transform 760ms ease; }
.js .fade-in.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .fade-in, .gallery-item img { transition: none; }
  .js .fade-in { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .split, .split-reverse, .footer-grid { grid-template-columns: 1fr; }
  .benefit-grid, .contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dual-benefits { grid-template-columns: 1fr; }
  .step-list { grid-template-columns: 1fr; border-bottom: 0; }
  .step-item {
    min-height: auto;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .step-item span { margin: 0; }
  .gallery-grid { grid-auto-rows: 200px; }
  .gallery-item.feature { grid-column: span 2; grid-row: span 2; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, 1180px); }
  .narrow { width: min(100% - 30px, 920px); }
  .header-inner { min-height: 70px; }
  .brand { gap: 11px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 1.02rem; letter-spacing: 0.12em; }
  .brand small { font-size: 0.6rem; }

  .hero { min-height: min(720px, calc(100svh - 70px)); }
  .hero-media {
    background:
      linear-gradient(178deg, rgba(28, 20, 15, 0.4), rgba(40, 28, 20, 0.74)),
      url("assets/authentic/hero-headspa-mobile.jpg") 50% 38% / cover;
  }
  .hero-content { width: calc(100% - 30px); margin: 0 auto 60px; }
  h1 { font-size: clamp(2.55rem, 11.5vw, 3.9rem); line-height: 1.02; }
  h2 { font-size: clamp(2.2rem, 9.6vw, 3.3rem); line-height: 1.04; }
  .script-eyebrow { font-size: 1.85rem; }
  .lead { font-size: 0.99rem; line-height: 1.7; }
  .hero-actions { gap: 11px; margin-top: 26px; }
  .hero-meta { gap: 8px 18px; margin-top: 26px; font-size: 0.68rem; }
  .button { width: 100%; min-height: 48px; padding: 0 18px; font-size: 0.71rem; }
  .cta-panel .button, .hours-panel .button { width: 100%; }

  .section { padding: 60px 0; }
  .section-heading { margin-bottom: 38px; }
  .image-frame, .image-frame img, .image-frame.tall img, .map-frame, .map-frame iframe { min-height: 320px; }

  .answer-box { padding: 26px 22px; }
  .answer-box p { font-size: 1.02rem; }

  .treatment-line { grid-template-columns: 1fr; gap: 5px; }
  .leader { display: none; }
  .price { white-space: normal; }
  .treatment-row { padding: 24px 0; }
  .ritual { padding: 28px 22px; }
  .ritual-head { gap: 8px; }

  .benefit-grid, .contact-cards { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; padding: 26px; }

  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 158px; gap: 12px; }
  .gallery-item.feature { grid-column: span 2; grid-row: span 2; }

  .hours-panel { padding: 40px 22px; }
  .hours-row span { font-size: 0.98rem; }
  .hours-row strong { font-size: 1.2rem; }

  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .site-footer { padding-bottom: 108px; }

  .sticky-booking {
    position: fixed;
    right: 14px;
    bottom: 12px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 999px;
    color: #fdf8f2;
    background: var(--accent-dark);
    box-shadow: 0 14px 34px rgba(62, 43, 31, 0.28);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}
