/* ============================================================
   SKIN X — xaesthetics.com
   Design System: Editorial Luxe
   Ivory / Charcoal / Gold
   ============================================================ */

:root {
  --ivory: #faf7f2;
  --porcelain: #f2ebe1;
  --sand: #e8ddcd;
  --ink: #1c1a17;
  --ink-soft: #43403a;
  --muted: #7d776c;
  --gold: #b08d57;
  --gold-light: #d4b98c;
  --gold-pale: #efe5d3;
  --rose: #d9b8a5;
  --white: #ffffff;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;

  --radius: 22px;
  --radius-sm: 14px;
  --shadow-soft: 0 18px 50px -18px rgba(28, 26, 23, 0.18);
  --shadow-card: 0 10px 36px -14px rgba(28, 26, 23, 0.14);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1200px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--ivory);
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; font-size: 1rem; }

::selection { background: var(--gold-pale); color: var(--ink); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.container {
  width: min(var(--container), 92vw);
  margin-inline: auto;
}

section { position: relative; }

.section-pad { padding: clamp(80px, 10vw, 140px) 0; }

/* ---------- Typographic helpers ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--gold);
}

.section-title {
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  max-width: 18ch;
}
.section-title em {
  font-style: italic;
  color: var(--gold);
}

.section-lead {
  margin-top: 20px;
  max-width: 56ch;
  color: var(--muted);
  font-size: 1.06rem;
}

.center { text-align: center; }
.center .section-title, .center .section-lead { margin-inline: auto; }
.center .eyebrow::before { display: none; }
.center .eyebrow::after { content: ""; width: 36px; height: 1px; background: var(--gold); }
.center .eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--gold); display: inline-block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 34px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: transform 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), background 0.3s, color 0.3s;
  will-change: transform;
}
.btn svg { width: 17px; height: 17px; transition: transform 0.4s var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }

.btn-gold {
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--white);
  box-shadow: 0 14px 30px -12px rgba(176, 141, 87, 0.55);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -12px rgba(176, 141, 87, 0.65); }

.btn-ink {
  background: var(--ink);
  color: var(--ivory);
}
.btn-ink:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -16px rgba(28, 26, 23, 0.5); }

.btn-ghost {
  border: 1px solid rgba(28, 26, 23, 0.22);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover { background: var(--ink); color: var(--ivory); transform: translateY(-3px); }

.btn-sm { padding: 12px 24px; font-size: 0.88rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
  padding: 22px 0;
}
.site-header.scrolled {
  background: rgba(250, 247, 242, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px -18px rgba(28, 26, 23, 0.25);
  padding: 12px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo svg { height: 40px; width: auto; }

.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1.5px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-out);
}
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-cta { display: flex; align-items: center; gap: 16px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  z-index: 110;
}
.nav-toggle span {
  width: 26px; height: 2px;
  background: var(--ink);
  transition: transform 0.35s var(--ease-out), opacity 0.3s;
}

/* Mobile nav */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 105;
  background: var(--ivory);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 9vw;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s var(--ease-out), visibility 0.45s;
}
.mobile-nav.open { opacity: 1; visibility: visible; }
.mobile-nav a {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 7vw, 2.6rem);
  color: var(--ink);
  padding: 10px 0;
  border-bottom: 1px solid rgba(28,26,23,0.08);
  transform: translateY(24px);
  opacity: 0;
  transition: transform 0.6s var(--ease-out), opacity 0.6s;
}
.mobile-nav.open a { transform: translateY(0); opacity: 1; }
.mobile-nav.open a:nth-child(2) { transition-delay: 0.05s; }
.mobile-nav.open a:nth-child(3) { transition-delay: 0.1s; }
.mobile-nav.open a:nth-child(4) { transition-delay: 0.15s; }
.mobile-nav.open a:nth-child(5) { transition-delay: 0.2s; }
.mobile-nav.open a:nth-child(6) { transition-delay: 0.25s; }
.mobile-nav .btn { margin-top: 28px; align-self: flex-start; }

body.nav-open { overflow: hidden; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 140px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(1100px 700px at 85% 10%, rgba(212, 185, 140, 0.28), transparent 60%),
    radial-gradient(900px 600px at 0% 95%, rgba(217, 184, 165, 0.22), transparent 55%),
    var(--ivory);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(176, 141, 87, 0.35);
  background: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.hero-badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(176, 141, 87, 0.4); }
  50% { box-shadow: 0 0 0 7px rgba(176, 141, 87, 0); }
}

.hero h1 {
  font-size: clamp(2.9rem, 6.4vw, 5.2rem);
  font-weight: 500;
}
.hero h1 em { font-style: italic; color: var(--gold); }
.hero p.lead {
  margin: 26px 0 38px;
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 50ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

.hero-trust {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 56px);
}
.hero-trust .item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--ink);
}
.hero-trust .item span { font-size: 0.85rem; color: var(--muted); }

/* Hero visual */
.hero-visual { position: relative; }
.hero-portrait {
  border-radius: 200px 200px var(--radius) var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5.1;
  box-shadow: var(--shadow-soft);
  position: relative;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-float {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-card);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: floaty 6s ease-in-out infinite;
}
.hero-float.f1 { bottom: 9%; left: -9%; }
.hero-float.f2 { top: 12%; right: -7%; animation-delay: -3s; }
.hero-float .ic {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--gold-pale);
  display: grid;
  place-items: center;
  color: var(--gold);
  flex-shrink: 0;
}
.hero-float .ic svg { width: 22px; height: 22px; }
.hero-float strong { display: block; font-size: 0.95rem; color: var(--ink); }
.hero-float span { font-size: 0.8rem; color: var(--muted); }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.scroll-hint {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.scroll-hint .line {
  width: 1px; height: 44px;
  background: linear-gradient(var(--gold), transparent);
  animation: drip 2s var(--ease-out) infinite;
  transform-origin: top;
}
@keyframes drip {
  0% { transform: scaleY(0); }
  45% { transform: scaleY(1); }
  100% { transform: scaleY(1); opacity: 0; }
}

/* ---------- Image placeholders (elegant gradient art) ---------- */
.ph {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(150deg, var(--porcelain), var(--sand));
}
.ph::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 320px at 75% 20%, rgba(212, 185, 140, 0.55), transparent 65%),
    radial-gradient(380px 300px at 15% 85%, rgba(217, 184, 165, 0.5), transparent 60%);
}
.ph::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(176, 141, 87, 0.3);
  border-radius: inherit;
  pointer-events: none;
}
.ph .ph-label {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  text-align: center;
  padding: 16px;
}
.ph .ph-label svg { width: 38px; height: 38px; opacity: 0.85; }
.ph .ph-label span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.ph.ph-rose { background: linear-gradient(150deg, #f4e8e0, #e8d3c4); }
.ph.ph-cool { background: linear-gradient(150deg, #e8edec, #d4ddd9); }
.ph.ph-dark { background: linear-gradient(150deg, #2a2722, #4a4439); }
.ph.ph-dark .ph-label { color: var(--gold-light); }
.ph.ph-dark::after { border-color: rgba(212, 185, 140, 0.3); }

/* ---------- Marquee ---------- */
.marquee {
  background: var(--ink);
  color: var(--ivory);
  padding: 20px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee-track span {
  display: flex;
  align-items: center;
  gap: 56px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.marquee-track span::after {
  content: "✦";
  color: var(--gold-light);
  font-size: 0.8rem;
  font-style: normal;
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ---------- Treatments grid ---------- */
.treatments { background: var(--white); }
.treat-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.treat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.treat-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ivory);
  border: 1px solid rgba(28, 26, 23, 0.06);
  transition: transform 0.55s var(--ease-out), box-shadow 0.55s var(--ease-out);
  display: flex;
  flex-direction: column;
}
.treat-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-soft);
}
.treat-media { aspect-ratio: 3 / 2; position: relative; overflow: hidden; }
.treat-media .ph, .treat-media img { transition: transform 0.8s var(--ease-out); }
.treat-media .ph { position: absolute; inset: 0; height: auto; }
.treat-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.treat-card:hover .treat-media .ph, .treat-card:hover .treat-media img { transform: scale(1.05); }
.treat-num {
  position: absolute;
  top: 18px; left: 18px;
  z-index: 2;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold);
}
.treat-body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.treat-body h3 { font-size: 1.55rem; margin-bottom: 10px; }
.treat-body p { font-size: 0.95rem; color: var(--muted); flex: 1; }
.treat-meta {
  display: flex;
  gap: 16px;
  margin: 18px 0 20px;
  font-size: 0.8rem;
  color: var(--gold);
  font-weight: 600;
  flex-wrap: wrap;
}
.treat-meta span { display: inline-flex; align-items: center; gap: 6px; }
.treat-meta svg { width: 14px; height: 14px; }
.treat-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
}
.treat-link svg { width: 16px; height: 16px; transition: transform 0.4s var(--ease-out); color: var(--gold); }
.treat-card:hover .treat-link svg { transform: translateX(5px); }

/* ---------- Before / After ---------- */
.beforeafter { background: var(--porcelain); overflow: hidden; }
.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}
.ba-item h4 {
  margin-top: 18px;
  font-size: 1.3rem;
}
.ba-item p { font-size: 0.9rem; color: var(--muted); }
.ba-slider {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-card);
  touch-action: pan-y;
  user-select: none;
  cursor: ew-resize;
}
.ba-slider .ba-before, .ba-slider .ba-after { position: absolute; inset: 0; }
.ba-slider .ba-after { clip-path: inset(0 0 0 50%); }
.ba-tag {
  position: absolute;
  top: 16px;
  z-index: 3;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(28, 26, 23, 0.72);
  color: var(--ivory);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: none;
}
.ba-tag.before { left: 16px; }
.ba-tag.after { right: 16px; }
.ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--white);
  z-index: 4;
  pointer-events: none;
}
.ba-handle::after {
  content: "↔";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--white);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.ba-note {
  margin-top: 36px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
}

/* ---------- Why / Stats ---------- */
.why { background: var(--ink); color: rgba(250, 247, 242, 0.8); }
.why .eyebrow { color: var(--gold-light); }
.why .eyebrow::before { background: var(--gold-light); }
.why .section-title { color: var(--ivory); }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.why-features { display: grid; gap: 8px; margin-top: 36px; }
.why-feature {
  display: flex;
  gap: 18px;
  padding: 20px;
  border-radius: var(--radius-sm);
  transition: background 0.3s;
}
.why-feature:hover { background: rgba(255, 255, 255, 0.05); }
.why-feature .ic {
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(212, 185, 140, 0.14);
  color: var(--gold-light);
  display: grid;
  place-items: center;
}
.why-feature .ic svg { width: 23px; height: 23px; }
.why-feature h4 { color: var(--ivory); font-family: var(--font-body); font-size: 1.02rem; font-weight: 700; margin-bottom: 4px; }
.why-feature p { font-size: 0.92rem; color: rgba(250, 247, 242, 0.62); }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.stat-card {
  border: 1px solid rgba(212, 185, 140, 0.22);
  border-radius: var(--radius);
  padding: 36px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.025);
}
.stat-card strong {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  color: var(--gold-light);
  display: block;
  line-height: 1;
}
.stat-card span { font-size: 0.86rem; display: block; margin-top: 10px; }

/* ---------- Team ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
  gap: clamp(28px, 5vw, 60px);
  margin-top: 64px;
}
.team-card { text-align: center; }
.team-photo {
  border-radius: 190px 190px var(--radius) var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 4.7;
  box-shadow: var(--shadow-card);
  margin-bottom: 26px;
  position: relative;
}
.team-photo .ph, .team-photo img { transition: transform 0.8s var(--ease-out); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.team-card:hover .team-photo .ph, .team-card:hover .team-photo img { transform: scale(1.04); }
.team-card h3 { font-size: 1.7rem; }
.team-card .role {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 8px 0 14px;
}
.team-card p { font-size: 0.95rem; color: var(--muted); max-width: 40ch; margin-inline: auto; }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--porcelain); }
.testi-slider { margin-top: 60px; position: relative; }
.testi-track {
  display: flex;
  gap: 26px;
  transition: transform 0.7s var(--ease-out);
}
.testi-card {
  flex: 0 0 calc((100% - 52px) / 3);
  background: var(--white);
  border-radius: var(--radius);
  padding: 38px 34px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}
.testi-stars { color: var(--gold); letter-spacing: 4px; font-size: 0.95rem; margin-bottom: 18px; }
.testi-card blockquote {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-style: italic;
  color: var(--ink);
  line-height: 1.5;
  flex: 1;
}
.testi-author { margin-top: 24px; display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--rose));
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.testi-author strong { display: block; font-size: 0.92rem; color: var(--ink); }
.testi-author span { font-size: 0.78rem; color: var(--muted); }
.testi-nav { display: flex; gap: 12px; justify-content: center; margin-top: 40px; }
.testi-nav button {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(28, 26, 23, 0.18);
  display: grid;
  place-items: center;
  color: var(--ink);
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.testi-nav button:hover { background: var(--ink); color: var(--ivory); transform: translateY(-2px); }
.testi-nav svg { width: 18px; height: 18px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin: 56px auto 0; display: grid; gap: 14px; }
.faq-item {
  background: var(--white);
  border: 1px solid rgba(28, 26, 23, 0.07);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.faq-item[open] { box-shadow: var(--shadow-card); }
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 26px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .faq-ic {
  width: 30px; height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gold-pale);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  transition: transform 0.4s var(--ease-out);
}
.faq-item[open] summary .faq-ic { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 26px 24px; font-size: 0.95rem; color: var(--muted); }

/* ---------- Booking ---------- */
.booking {
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(212, 185, 140, 0.25), transparent 60%),
    var(--white);
}
.booking-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.booking-info .contact-rows { margin-top: 40px; display: grid; gap: 22px; }
.contact-row { display: flex; gap: 18px; align-items: flex-start; }
.contact-row .ic {
  width: 48px; height: 48px;
  flex-shrink: 0;
  border-radius: 14px;
  background: var(--gold-pale);
  color: var(--gold);
  display: grid;
  place-items: center;
}
.contact-row .ic svg { width: 22px; height: 22px; }
.contact-row strong { display: block; color: var(--ink); font-size: 0.98rem; }
.contact-row span, .contact-row a { font-size: 0.92rem; color: var(--muted); }
.contact-row a:hover { color: var(--gold); }

/* Booking widget */
.booking-widget {
  background: var(--ivory);
  border: 1px solid rgba(28, 26, 23, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: clamp(26px, 4vw, 44px);
}
.bw-steps {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}
.bw-steps .step {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: rgba(28, 26, 23, 0.1);
  transition: background 0.4s;
}
.bw-steps .step.active { background: var(--gold); }

.bw-pane { display: none; }
.bw-pane.active { display: block; animation: paneIn 0.5s var(--ease-out); }
@keyframes paneIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
.bw-pane h3 { font-size: 1.5rem; margin-bottom: 20px; }

.bw-services { display: grid; gap: 10px; }
.bw-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(28, 26, 23, 0.1);
  background: var(--white);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.bw-service:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.bw-service.selected { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.bw-service strong { font-size: 0.95rem; color: var(--ink); display: block; }
.bw-service small { color: var(--muted); font-size: 0.8rem; }
.bw-service .price { color: var(--gold); font-weight: 700; font-size: 0.88rem; white-space: nowrap; }

/* Calendar */
.bw-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.bw-cal-head strong { font-family: var(--font-display); font-size: 1.25rem; color: var(--ink); text-transform: capitalize; }
.bw-cal-head button {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(28, 26, 23, 0.15);
  display: grid;
  place-items: center;
  transition: background 0.25s, color 0.25s;
  color: var(--ink);
}
.bw-cal-head button:hover:not(:disabled) { background: var(--ink); color: var(--ivory); }
.bw-cal-head button:disabled { opacity: 0.3; cursor: default; }
.bw-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
}
.bw-cal-grid .dow { font-size: 0.7rem; font-weight: 700; color: var(--muted); text-transform: uppercase; padding: 6px 0; }
.bw-day {
  aspect-ratio: 1;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(28, 26, 23, 0.07);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.bw-day:hover:not(:disabled) { background: var(--gold-pale); transform: scale(1.05); }
.bw-day.selected { background: var(--gold); color: var(--white); border-color: var(--gold); }
.bw-day:disabled { opacity: 0.28; cursor: default; background: transparent; }
.bw-day.empty { visibility: hidden; }

.bw-slots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.bw-slot {
  padding: 12px 6px;
  border-radius: 12px;
  border: 1px solid rgba(28, 26, 23, 0.1);
  background: var(--white);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ink);
  transition: background 0.2s, color 0.2s;
}
.bw-slot:hover:not(:disabled) { background: var(--gold-pale); }
.bw-slot.selected { background: var(--gold); color: var(--white); border-color: var(--gold); }
.bw-slot:disabled { opacity: 0.3; cursor: default; text-decoration: line-through; }
.bw-slots-hint { margin-top: 14px; font-size: 0.82rem; color: var(--muted); }

/* Form fields */
.bw-fields { display: grid; gap: 16px; }
.bw-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 7px;
  letter-spacing: 0.04em;
}
.bw-field input, .bw-field textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(28, 26, 23, 0.14);
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.bw-field input:focus, .bw-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(176, 141, 87, 0.16);
}
.bw-field .err { color: #b3473b; font-size: 0.78rem; margin-top: 5px; display: none; }
.bw-field.invalid input { border-color: #b3473b; }
.bw-field.invalid .err { display: block; }

.bw-summary {
  background: var(--gold-pale);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  font-size: 0.92rem;
  color: var(--ink);
  margin-bottom: 18px;
  display: grid;
  gap: 5px;
}
.bw-summary strong { color: var(--gold); }

.bw-nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 28px; }
.bw-nav .spacer { flex: 1; }

/* Payment options */
.pay-options { display: grid; gap: 12px; }
.pay-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(28, 26, 23, 0.12);
  background: var(--white);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.pay-btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: var(--shadow-card); border-color: var(--gold); }
.pay-btn:disabled { opacity: 0.5; cursor: wait; }
.pay-btn[hidden] { display: none; }
.pay-btn .pay-ic {
  width: 46px; height: 46px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--gold-pale);
  color: var(--gold);
  display: grid;
  place-items: center;
}
.pay-btn .pay-ic svg { width: 22px; height: 22px; }
.pay-btn strong { display: block; font-size: 0.97rem; color: var(--ink); }
.pay-btn small { color: var(--muted); font-size: 0.8rem; }

.bw-success { text-align: center; padding: 30px 10px; }
.bw-success .check {
  width: 84px; height: 84px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: var(--gold-pale);
  color: var(--gold);
  display: grid;
  place-items: center;
}
.bw-success .check svg { width: 40px; height: 40px; }
.bw-success h3 { font-size: 1.8rem; }
.bw-success p { color: var(--muted); margin-top: 12px; }

.bw-error-banner {
  display: none;
  background: #fbeae8;
  color: #8c3a30;
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 0.88rem;
  margin-bottom: 18px;
}
.bw-error-banner.visible { display: block; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--ink);
  border-radius: var(--radius);
  padding: clamp(50px, 7vw, 90px) clamp(30px, 6vw, 90px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 20% 0%, rgba(212, 185, 140, 0.2), transparent 60%),
    radial-gradient(500px 300px at 90% 100%, rgba(217, 184, 165, 0.16), transparent 60%);
}
.cta-banner > * { position: relative; }
.mono-divider {
  display: block;
  width: 52px;
  margin: 0 auto 18px;
}
.mono-watermark {
  position: absolute;
  right: -30px;
  bottom: -50px;
  width: clamp(200px, 30vw, 340px);
  opacity: 0.09;
  pointer-events: none;
  user-select: none;
}
.why { position: relative; overflow: hidden; }
.why .mono-watermark { right: -60px; top: -40px; bottom: auto; opacity: 0.05; width: clamp(260px, 36vw, 460px); }
.cta-banner h2 {
  color: var(--ivory);
  font-size: clamp(2rem, 4.4vw, 3.2rem);
}
.cta-banner h2 em { color: var(--gold-light); font-style: italic; }
.cta-banner p { color: rgba(250, 247, 242, 0.65); margin: 18px auto 36px; max-width: 52ch; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ivory);
  padding: 80px 0 36px;
  border-top: 1px solid rgba(28, 26, 23, 0.07);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 60px;
}
.footer-brand p { font-size: 0.92rem; color: var(--muted); margin-top: 18px; max-width: 36ch; }
.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-col ul { display: grid; gap: 11px; }
.footer-col a { font-size: 0.92rem; color: var(--ink-soft); transition: color 0.25s; }
.footer-col a:hover { color: var(--gold); }
.footer-col li { font-size: 0.92rem; color: var(--ink-soft); }
.footer-bottom {
  border-top: 1px solid rgba(28, 26, 23, 0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: var(--muted);
}
.footer-bottom .legal { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- Treatment detail pages ---------- */
.page-hero {
  padding: 180px 0 90px;
  background:
    radial-gradient(900px 500px at 90% 0%, rgba(212, 185, 140, 0.25), transparent 60%),
    var(--ivory);
}
.page-hero .crumbs {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 26px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page-hero .crumbs a:hover { color: var(--gold); }
.page-hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); max-width: 16ch; }
.page-hero .lead { margin-top: 24px; max-width: 60ch; color: var(--muted); font-size: 1.1rem; }
.page-hero .meta-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(176, 141, 87, 0.3);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.meta-pill svg { width: 16px; height: 16px; color: var(--gold); }
.page-hero .hero-cta-row { margin-top: 38px; display: flex; gap: 16px; flex-wrap: wrap; }

.detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.detail-media {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 4.6;
  box-shadow: var(--shadow-soft);
  position: sticky;
  top: 110px;
}
.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Mit echtem Foto: Querformat statt Hochkant-Crop */
.detail-media.has-img { aspect-ratio: 4 / 3; }
.detail-content h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 18px; }
.detail-content > p { color: var(--muted); margin-bottom: 18px; }
.detail-content h3 { font-size: 1.45rem; margin: 36px 0 14px; }

.check-list { display: grid; gap: 13px; margin: 20px 0; }
.check-list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: 0.97rem;
  color: var(--ink-soft);
}
.check-list li svg {
  width: 21px; height: 21px;
  flex-shrink: 0;
  color: var(--gold);
  margin-top: 2px;
}

.steps-flow { display: grid; gap: 0; margin-top: 50px; }
.step-row {
  display: flex;
  gap: 26px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(28, 26, 23, 0.08);
}
.step-row:last-child { border-bottom: none; }
.step-row .n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.9rem;
  color: var(--gold);
  flex-shrink: 0;
  width: 52px;
}
.step-row h4 { font-family: var(--font-body); font-weight: 700; font-size: 1.02rem; margin-bottom: 6px; }
.step-row p { font-size: 0.93rem; color: var(--muted); }

.facts-band { background: var(--porcelain); }
.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.facts-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.fact-card {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 28px 24px;
  text-align: center;
  box-shadow: var(--shadow-card);
}
.fact-card .ic {
  width: 48px; height: 48px;
  margin: 0 auto 16px;
  border-radius: 14px;
  background: var(--gold-pale);
  color: var(--gold);
  display: grid;
  place-items: center;
}
.fact-card .ic svg { width: 23px; height: 23px; }
.fact-card strong { display: block; color: var(--ink); font-size: 1.02rem; }
.fact-card span { font-size: 0.82rem; color: var(--muted); }

.other-treatments { background: var(--white); }

/* ---------- Legal pages ---------- */
.legal-page { padding: 170px 0 100px; }
.legal-page h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 40px; }
.legal-page h2 { font-size: 1.5rem; margin: 40px 0 14px; }
.legal-page p, .legal-page li { color: var(--muted); font-size: 0.96rem; margin-bottom: 12px; }
.legal-page ul { list-style: disc; padding-left: 22px; }
.legal-page .container { max-width: 800px; }

/* ---------- Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

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

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .treat-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-card { flex: 0 0 calc((100% - 26px) / 2); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid, .facts-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .main-nav, .header-cta .btn-ghost { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding-top: 120px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; margin-inline: auto; width: 100%; }
  .hero-float.f1 { left: -2%; }
  .hero-float.f2 { right: -2%; }
  .why-grid, .booking-grid, .detail-grid { grid-template-columns: 1fr; }
  .detail-media { position: static; max-width: 540px; aspect-ratio: 4 / 3.4; }
  .ba-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .team-grid { grid-template-columns: minmax(0, 420px); }
  .scroll-hint { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .treat-grid { grid-template-columns: 1fr; }
  .testi-card { flex: 0 0 100%; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat-card { padding: 26px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .facts-grid, .facts-grid.cols-3 { grid-template-columns: 1fr 1fr; gap: 14px; }
  .bw-slots { grid-template-columns: repeat(3, 1fr); }
  .hero-actions .btn { width: 100%; }
  .header-cta .btn-sm { padding: 10px 18px; font-size: 0.8rem; }
  .hero-float { padding: 12px 14px; }
  .hero-float .ic { width: 36px; height: 36px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
