/* ============================================================
   [Your Salon Name] — Stylesheet
   Boutique nail studio · [Suburb], [City]
   Theme: Soft Luxury (White / Blush / Rose Gold)
   ============================================================ */

/* ============================================================
   1. DESIGN TOKENS
   ============================================================ */
:root {
  --white:        #ffffff;
  --cream:        #fbf7f5;
  --cream-soft:   #f7efec;
  --blush:        #fdf3f6;
  --blush-soft:   #fbe7ee;

  --pink:         #d98aa0;
  --pink-deep:    #b5677d;
  --pink-soft:    #f3c6d4;

  /* Rose gold accent + metallic gradient */
  --rose-gold:    #b76e79;
  --rose-gold-lt: #d8a0aa;
  --rose-grad:    linear-gradient(135deg, #e7b9c1 0%, #b76e79 50%, #c98a96 100%);

  --gold:         #b89455;
  --gold-soft:    #d9c07e;

  --text:         #2a2522;
  --text-mid:     #6c625b;
  --text-muted:   #8a7f78;   /* AA on white (4.6:1) */
  --text-faint:   #b8b0ab;
  --border:       #ece2d8;
  --border-soft:  #f4ece4;

  --dark:         #1f1518;
  --whatsapp:     #25d366;
  --whatsapp-dk:  #128c7e;

  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Poppins', system-ui, -apple-system, Segoe UI, sans-serif;

  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;

  --container:   1280px;
  --pad:         clamp(1.25rem, 5vw, 3rem);
  --section-pad: clamp(4.5rem, 9vw, 7rem);
  --nav-h:       76px;

  --r-sm:   8px;
  --r-md:   14px;
  --r-lg:   22px;
  --r-xl:   32px;
  --r-full: 999px;

  --shadow-sm:      0 2px 12px rgba(42, 37, 35, 0.06);
  --shadow-md:      0 6px 28px rgba(42, 37, 35, 0.08);
  --shadow-lg:      0 14px 48px rgba(42, 37, 35, 0.10);
  --shadow-pink:    0 10px 36px rgba(181, 103, 125, 0.18);
  --shadow-pink-lg: 0 22px 60px rgba(181, 103, 125, 0.22);

  --t-fast: 180ms ease;
  --t-base: 300ms ease;
  --t-slow: 500ms ease;
}

/* ============================================================
   2. RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--white);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; height: auto; }
a   { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
address { font-style: normal; }

::selection { background: var(--pink-soft); color: var(--text); }

/* ============================================================
   3. ACCESSIBILITY HELPERS
   ============================================================ */
.skip-link {
  position: absolute;
  left: 50%;
  top: -64px;
  transform: translateX(-50%);
  z-index: 2000;
  background: var(--pink-deep);
  color: var(--white);
  padding: 0.75em 1.5em;
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: top var(--t-base);
}
.skip-link:focus { top: 0; outline: 2px solid var(--white); outline-offset: -4px; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Global focus visibility */
:focus-visible {
  outline: 2px solid var(--pink-deep);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ============================================================
   4. UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.section { padding-block: var(--section-pad); }
.section--white { background-color: var(--white); }
.section--cream { background-color: var(--cream); }
.section--blush { background-color: var(--blush); }

.section__header {
  text-align: center;
  margin-bottom: var(--sp-16);
  max-width: 640px;
  margin-inline: auto;
}

.section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--pink-deep);
  margin-bottom: var(--sp-4);
}

.section__eyebrow::before,
.section__eyebrow::after {
  content: '';
  width: 1.6rem;
  height: 1px;
  background: var(--pink);
  flex-shrink: 0;
}
.section__eyebrow--solo::before,
.section__eyebrow--solo::after { display: none; }

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 4.2vw, 3rem);
  font-weight: 600;
  line-height: 1.18;
  color: var(--text);
  letter-spacing: -0.01em;
}

.section__title em {
  font-style: italic;
  color: var(--pink-deep);
}

.section__sub {
  margin-top: var(--sp-4);
  font-size: 0.95rem;
  color: var(--text-mid);
  max-width: 52ch;
  margin-inline: auto;
  line-height: 1.85;
}

/* ============================================================
   5. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 0.95em 2.4em;
  border-radius: var(--r-full);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color var(--t-base), color var(--t-base), border-color var(--t-base), transform var(--t-base), box-shadow var(--t-base);
  white-space: nowrap;
  cursor: pointer;
  border: 1.5px solid transparent;
}

.btn--primary {
  background-color: var(--pink-deep);
  color: var(--white);
  border-color: var(--pink-deep);
  box-shadow: 0 6px 20px rgba(181, 103, 125, 0.24);
}
.btn--primary:hover,
.btn--primary:focus-visible {
  background-color: var(--pink);
  border-color: var(--pink);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(181, 103, 125, 0.34);
}

.btn--whatsapp {
  background-color: var(--whatsapp);
  color: var(--white);
  border-color: var(--whatsapp);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.28);
}
.btn--whatsapp:hover,
.btn--whatsapp:focus-visible {
  background-color: var(--whatsapp-dk);
  border-color: var(--whatsapp-dk);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(18, 140, 126, 0.34);
}
.btn--whatsapp svg { width: 18px; height: 18px; }

.btn--outline {
  background-color: transparent;
  color: var(--text);
  border-color: var(--text-faint);
}
.btn--outline:hover,
.btn--outline:focus-visible {
  border-color: var(--pink-deep);
  color: var(--pink-deep);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border: none;
  padding: 0.6em 0;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--pink-soft);
  border-radius: 0;
}
.btn--ghost:hover,
.btn--ghost:focus-visible {
  color: var(--pink-deep);
  border-color: var(--pink-deep);
}

.btn--sm { padding: 0.7em 1.6em; font-size: 0.72rem; }

.btn svg { width: 16px; height: 16px; }

/* ============================================================
   6. SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  animation: fadeUp 1s ease both;
  animation-delay: 0.15s;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   7. NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background-color var(--t-base), box-shadow var(--t-base), backdrop-filter var(--t-base);
}

.navbar:not(.navbar--scrolled) { background-color: transparent; }

.navbar--scrolled {
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--border-soft);
}

.navbar__wrap {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
}

.navbar__logo {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
  transition: opacity var(--t-fast);
}
.navbar__logo:hover { opacity: 0.85; }

.navbar__logo-img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(181, 103, 125, 0.25);
  flex-shrink: 0;
}

.navbar__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.navbar__logo-name {
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}
.navbar__logo-name em { color: var(--pink-deep); font-style: italic; }
.navbar__logo-tag {
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 2px;
}

.navbar__list {
  display: flex;
  align-items: center;
  gap: var(--sp-6);
}

.nav-link {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-mid);
  position: relative;
  padding: 0.4em 0;
  transition: color var(--t-fast);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; width: 0;
  height: 1px;
  background: var(--pink-deep);
  transition: width var(--t-base);
}

.nav-link:hover,
.nav-link.is-page-active { color: var(--text); }
.nav-link:hover::after,
.nav-link.is-page-active::after { width: 100%; }

.nav-link--cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.65em 1.5em;
  background: var(--pink-deep);
  border: 1.5px solid var(--pink-deep);
  border-radius: var(--r-full);
  color: var(--white);
  letter-spacing: 0.1em;
}
.nav-link--cta::after { display: none; }
.nav-link--cta svg { width: 15px; height: 15px; }
.nav-link--cta:hover,
.nav-link--cta:focus-visible {
  background-color: var(--pink);
  border-color: var(--pink);
  color: var(--white);
  transform: translateY(-1px);
}

.navbar__toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  flex-shrink: 0;
}

.navbar__toggle span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--text);
  border-radius: 2px;
  transition: all var(--t-base);
  transform-origin: center;
}

.navbar__toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.navbar__toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.navbar__toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   8. HERO (home)
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(255, 250, 251, 0.80), rgba(253, 243, 246, 0.88)),
    url('https://images.unsplash.com/photo-1604654894610-df63bc536371?w=1600&q=80')
    center / cover no-repeat;
  padding-top: var(--nav-h);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, transparent 0%, rgba(255, 255, 255, 0.4) 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-inline: var(--pad);
  max-width: 860px;
}

.hero__eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--pink-deep);
  border: 1px solid var(--pink-soft);
  padding: 0.55em 1.6em;
  border-radius: var(--r-full);
  margin-bottom: var(--sp-8);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--text);
  letter-spacing: -0.02em;
  margin-bottom: var(--sp-6);
}
.hero__title em {
  font-style: italic;
  color: var(--pink-deep);
  font-weight: 400;
}

.hero__sub {
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  color: var(--text-mid);
  line-height: 1.85;
  max-width: 50ch;
  margin-inline: auto;
  margin-bottom: var(--sp-10);
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
}

.hero__meta {
  margin-top: var(--sp-10);
  display: inline-flex;
  align-items: center;
  gap: var(--sp-4);
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
.hero__meta svg { width: 15px; height: 15px; color: var(--pink-deep); flex-shrink: 0; }
.hero__meta span { display: inline-flex; align-items: center; gap: var(--sp-2); }
.hero__meta-divider { width: 1px; height: 14px; background: var(--text-faint); }

.hero__br { display: none; }

.hero__scroll {
  position: absolute;
  bottom: var(--sp-8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero__scroll-line {
  display: block;
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--pink-deep));
  animation: scrollBounce 2.2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { opacity: 0.3; transform: scaleY(0.5); transform-origin: top; }
  50%      { opacity: 1; transform: scaleY(1); }
}

/* ============================================================
   9. PAGE HERO (sub-pages)
   ============================================================ */
.page-hero {
  padding-top: calc(var(--nav-h) + var(--sp-20));
  padding-bottom: var(--sp-20);
  background: linear-gradient(160deg, var(--blush) 0%, var(--cream) 60%, var(--white) 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 198, 212, 0.4) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 110, 121, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.page-hero__inner { position: relative; z-index: 1; }

.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  letter-spacing: -0.02em;
  margin-block: var(--sp-5) var(--sp-5);
}
.page-hero__title em {
  font-style: italic;
  color: var(--pink-deep);
  font-weight: 400;
}

.page-hero__sub {
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  color: var(--text-mid);
  max-width: 56ch;
  margin-inline: auto;
  line-height: 1.85;
}

.page-hero__actions {
  margin-top: var(--sp-8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
}

/* Breadcrumb */
.breadcrumb {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: uppercase;
}
.breadcrumb a { color: var(--text-muted); transition: color var(--t-fast); }
.breadcrumb a:hover { color: var(--pink-deep); }
.breadcrumb [aria-current] { color: var(--pink-deep); }

/* ============================================================
   10. INTRO (home — concise, centered)
   ============================================================ */
.intro { background: var(--white); text-align: center; }
.intro__inner { max-width: 720px; margin-inline: auto; }

.intro__headline {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.01em;
  margin-block: var(--sp-4) var(--sp-6);
}
.intro__headline em { font-style: italic; color: var(--pink-deep); font-weight: 400; }

.intro__text {
  font-size: 1.02rem;
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: var(--sp-8);
}

.intro__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-6);
}
.intro__divider::before,
.intro__divider::after {
  content: '';
  width: 60px;
  height: 1px;
  background: var(--pink-soft);
}
.intro__divider-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--pink-deep);
}

/* ============================================================
   11. WHY CHOOSE US — premium cards (home)
   ============================================================ */
.why-cards { background: var(--white); }

.why-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
}

.why-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  padding: var(--sp-8) var(--sp-6);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-3);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-pink);
  border-color: var(--pink-soft);
}

.why-card__icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blush);
  border: 1.5px solid var(--pink-soft);
  color: var(--pink-deep);
  margin-bottom: var(--sp-2);
}
.why-card__icon svg { width: 26px; height: 26px; }

.why-card__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
}

.why-card__text {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.75;
}

/* ============================================================
   12. FEATURED SERVICES (home)
   ============================================================ */
.featured { background: var(--blush); }

.featured__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}

.svc-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  padding: var(--sp-8) var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--pink-soft);
}

.svc-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--sp-3);
}

.svc-card__num {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--rose-gold);
}

.svc-card__name {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
}

.svc-card__divider {
  width: 32px;
  height: 1.5px;
  background: var(--rose-grad);
  border-radius: 2px;
  margin-block: var(--sp-1) var(--sp-2);
}

.svc-card__price {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--pink-deep);
  letter-spacing: 0.02em;
}
.svc-card__price span {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--text-muted);
}

.svc-card__desc {
  font-size: 0.86rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-top: var(--sp-1);
}

.svc-card__link {
  margin-top: auto;
  padding-top: var(--sp-4);
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink-deep);
  transition: gap var(--t-fast);
}
.svc-card__link svg { width: 14px; height: 14px; }
.svc-card__link:hover { gap: 0.7em; }

.featured__cta { display: flex; justify-content: center; margin-top: var(--sp-12); }

/* ============================================================
   13. PROCESS STEPS (home)
   ============================================================ */
.process { background: var(--white); }

.process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-6);
  counter-reset: step;
}

.process__step {
  position: relative;
  text-align: center;
  padding: var(--sp-6) var(--sp-4);
}

.process__num {
  width: 56px; height: 56px;
  margin: 0 auto var(--sp-5);
  border-radius: 50%;
  background: var(--rose-grad);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: var(--shadow-pink);
}

.process__step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(50% + 40px);
  width: calc(100% - 80px);
  height: 1px;
  background: linear-gradient(to right, var(--pink-soft), transparent);
}

.process__title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: var(--sp-2);
}

.process__text {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ============================================================
   14. INSTAGRAM CTA (home)
   ============================================================ */
.insta-cta {
  background: linear-gradient(135deg, var(--blush) 0%, var(--cream) 100%);
  text-align: center;
}
.insta-cta__inner { max-width: 620px; margin-inline: auto; }
.insta-cta__handle {
  display: inline-block;
  margin-top: var(--sp-4);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--pink-deep);
}
.insta-cta__buttons { margin-top: var(--sp-8); display: flex; justify-content: center; flex-wrap: wrap; gap: var(--sp-4); }

/* ============================================================
   15. TESTIMONIALS CAROUSEL
   ============================================================ */
.testimonials { overflow: hidden; background: var(--cream); }

.carousel {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  max-width: 1100px;
  margin-inline: auto;
}

.carousel__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-6);
  flex: 1;
  will-change: transform;
  transition: transform 0.5s ease-in-out, opacity 0.4s ease-in-out;
}

.carousel__inner.is-exiting-left { transform: translateX(-56px); opacity: 0; }
.carousel__inner.is-exiting-right { transform: translateX(56px); opacity: 0; }

.t-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  padding: var(--sp-8) var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  width: 300px;
  flex-shrink: 0;
  will-change: transform;
  transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out, opacity 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.t-card--side { transform: scale(0.9); filter: blur(2px); opacity: 0.5; }
.t-card--center {
  transform: scale(1.1);
  filter: none;
  opacity: 1;
  box-shadow: var(--shadow-pink-lg);
  border-color: var(--pink-soft);
  z-index: 1;
}

.t-card__stars { color: var(--gold); font-size: 1rem; letter-spacing: 0.18em; }

.t-card__text {
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-style: italic;
  color: var(--text);
  line-height: 1.85;
}

.t-card__author {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  border-top: 1px solid var(--border-soft);
  padding-top: var(--sp-4);
  margin-top: auto;
}

.t-card__avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--pink-soft);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blush);
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--pink-deep);
  font-size: 1.1rem;
}
.t-card--center .t-card__avatar { width: 56px; height: 56px; border-color: var(--pink); }

.t-card__name { font-size: 0.9rem; font-weight: 600; color: var(--text); }
.t-card__role { font-size: 0.75rem; color: var(--text-muted); margin-top: 2px; }

.carousel__btn {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t-base);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.carousel__btn svg { width: 18px; height: 18px; }
.carousel__btn:hover {
  border-color: var(--pink-deep);
  color: var(--pink-deep);
  background: var(--blush);
  transform: scale(1.08);
}

.carousel__dots {
  display: flex;
  justify-content: center;
  gap: var(--sp-2);
  margin-top: var(--sp-10);
}

.carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--text-faint);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all var(--t-base);
}
.carousel-dot.is-active {
  background: var(--pink-deep);
  width: 26px;
  border-radius: var(--r-full);
}

/* ============================================================
   16. ABOUT — STORY
   ============================================================ */
.story { background: var(--white); }

.story__grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: clamp(2.5rem, 7vw, 5rem);
  align-items: center;
}

.story__media { position: relative; }

.story__img-frame {
  position: absolute;
  top: 1.4rem; left: -1.4rem;
  width: 100%; height: 100%;
  border-radius: var(--r-md);
  border: 1.5px solid var(--pink-soft);
  background: var(--blush);
  z-index: 0;
}

.story__img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}

.story__badge {
  position: absolute;
  z-index: 2;
  bottom: -1.5rem;
  right: -0.75rem;
  background: var(--white);
  border-radius: var(--r-md);
  padding: var(--sp-4) var(--sp-5);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  border: 1px solid var(--border-soft);
}

.story__badge-logo {
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.story__badge-name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}
.story__badge-role {
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.story__content { display: flex; flex-direction: column; gap: var(--sp-5); }

.story__lead {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--pink-deep);
  line-height: 1.6;
}

.story__text { font-size: 0.94rem; color: var(--text-mid); line-height: 1.95; }

.story__stats {
  display: flex;
  gap: var(--sp-8);
  padding: var(--sp-6) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-block: var(--sp-2);
}

.story__stat { display: flex; flex-direction: column; gap: var(--sp-1); }

.story__stat-num {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--pink-deep);
  line-height: 1;
}
.story__stat-num sup { font-size: 0.6em; vertical-align: super; }

.story__stat-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ============================================================
   17. ABOUT — WHY (icon list)
   ============================================================ */
.why { background: var(--blush); }

.why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-8) var(--sp-12);
  max-width: 980px;
  margin-inline: auto;
}

.why__item { display: flex; align-items: flex-start; gap: var(--sp-5); }

.why__icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--pink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-deep);
  box-shadow: var(--shadow-sm);
}
.why__icon svg { width: 20px; height: 20px; }

.why__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.why__text { font-size: 0.86rem; color: var(--text-mid); line-height: 1.75; }

/* ============================================================
   18. PHILOSOPHY
   ============================================================ */
.philosophy { background: var(--white); }

.philosophy__inner {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  position: relative;
}

.philosophy__mark {
  font-family: var(--font-display);
  font-size: 7rem;
  line-height: 0.7;
  color: var(--pink-soft);
  display: block;
  margin-bottom: var(--sp-6);
  user-select: none;
  pointer-events: none;
}

.philosophy__quote {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  font-style: italic;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: var(--sp-8);
}

.philosophy__attr {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink-deep);
}
.philosophy__attr::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--pink);
}

/* ============================================================
   19. GALLERY
   ============================================================ */
.gallery { background: var(--white); }

.gallery__filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-bottom: var(--sp-12);
}

.gallery__filter {
  padding: 0.6em 1.4em;
  border-radius: var(--r-full);
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text-mid);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all var(--t-base);
}
.gallery__filter:hover { border-color: var(--pink-soft); color: var(--pink-deep); }
.gallery__filter.is-active {
  background: var(--pink-deep);
  border-color: var(--pink-deep);
  color: var(--white);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-4);
}

.gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-md);
  aspect-ratio: 1;
  background: var(--cream);
  cursor: pointer;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.gallery__item.is-hidden {
  display: none;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  display: block;
}
.gallery__item:hover img,
.gallery__item:focus-visible img { transform: scale(1.08); }

.gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31, 21, 24, 0.6) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.gallery__item:hover::after,
.gallery__item:focus-visible::after { opacity: 1; }

.gallery__label {
  position: absolute;
  z-index: 1;
  bottom: 0; left: 0; right: 0;
  padding: var(--sp-5) var(--sp-5) var(--sp-4);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-style: italic;
  text-align: left;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.gallery__item:hover .gallery__label,
.gallery__item:focus-visible .gallery__label { opacity: 1; transform: translateY(0); }

.gallery__zoom {
  position: absolute;
  top: var(--sp-3); right: var(--sp-3);
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: var(--pink-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}
.gallery__zoom svg { width: 16px; height: 16px; }
.gallery__item:hover .gallery__zoom,
.gallery__item:focus-visible .gallery__zoom { opacity: 1; transform: scale(1); }

/* Before / After card */
.beforeafter { background: var(--blush); }
.beforeafter__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-8);
  max-width: 900px;
  margin-inline: auto;
}
.ba-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.ba-card__images { display: grid; grid-template-columns: 1fr 1fr; }
.ba-card__half { position: relative; aspect-ratio: 1; }
.ba-card__half img { width: 100%; height: 100%; object-fit: cover; }
.ba-card__tag {
  position: absolute;
  top: var(--sp-3); left: var(--sp-3);
  background: rgba(255,255,255,0.92);
  color: var(--pink-deep);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35em 0.8em;
  border-radius: var(--r-full);
}
.ba-card__half:last-child .ba-card__tag { color: var(--white); background: var(--pink-deep); }
.ba-card__body { padding: var(--sp-5) var(--sp-6) var(--sp-6); }
.ba-card__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: var(--sp-2);
}
.ba-card__text { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }

/* ============================================================
   20. LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1500;
  background: rgba(31, 21, 24, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-8) var(--sp-4);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-base), visibility var(--t-base);
}
.lightbox.is-open { opacity: 1; visibility: visible; }

.lightbox__figure {
  position: relative;
  max-width: min(90vw, 760px);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}

.lightbox__img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  border-radius: var(--r-md);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  background: var(--cream);
}

.lightbox__caption {
  color: rgba(255,255,255,0.9);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  text-align: center;
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--white);
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--t-fast), transform var(--t-fast);
}
.lightbox__close svg, .lightbox__nav svg { width: 22px; height: 22px; }
.lightbox__close:hover,
.lightbox__nav:hover { background: rgba(255,255,255,0.25); }

.lightbox__close { top: calc(-1 * var(--sp-12)); right: 0; }
.lightbox__nav--prev { left: calc(-1 * var(--sp-16)); top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: calc(-1 * var(--sp-16)); top: 50%; transform: translateY(-50%); }
.lightbox__nav--prev:hover { transform: translateY(-50%) scale(1.06); }
.lightbox__nav--next:hover { transform: translateY(-50%) scale(1.06); }

/* ============================================================
   21. PRICING
   ============================================================ */
.pricing { background: var(--white); }

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  align-items: start;
}

.price-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.price-card--feature { border-color: var(--pink-soft); box-shadow: var(--shadow-pink); }

.price-card__head {
  padding: var(--sp-8) var(--sp-6) var(--sp-6);
  text-align: center;
  background: linear-gradient(160deg, var(--blush) 0%, var(--white) 100%);
  border-bottom: 1px solid var(--border-soft);
  position: relative;
}

.price-card__badge {
  position: absolute;
  top: var(--sp-4); right: var(--sp-4);
  background: var(--rose-grad);
  color: var(--white);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4em 0.9em;
  border-radius: var(--r-full);
}

.price-card__icon {
  width: 52px; height: 52px;
  margin: 0 auto var(--sp-4);
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--pink-soft);
  color: var(--pink-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-card__icon svg { width: 24px; height: 24px; }

.price-card__title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text);
}
.price-card__sub {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: var(--sp-2);
}

.price-list { padding: var(--sp-4) var(--sp-6) var(--sp-6); }

.price-row {
  display: flex;
  align-items: baseline;
  gap: var(--sp-3);
  padding: var(--sp-3) 0;
  border-bottom: 1px dashed var(--border);
}
.price-row:last-child { border-bottom: none; }

.price-row__name { font-size: 0.92rem; color: var(--text); font-weight: 400; flex-shrink: 0; }
.price-row__sub { display: block; font-size: 0.74rem; color: var(--text-muted); font-weight: 300; }
.price-row__dots {
  flex: 1;
  border-bottom: 1px dotted var(--border);
  transform: translateY(-4px);
  min-width: 12px;
}
.price-row__price {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--pink-deep);
  white-space: nowrap;
}

.price-card__foot {
  padding: 0 var(--sp-6) var(--sp-8);
  text-align: center;
}

.pricing__note {
  max-width: 640px;
  margin: var(--sp-12) auto 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.8;
  padding: var(--sp-6);
  background: var(--cream);
  border-radius: var(--r-md);
  border: 1px solid var(--border-soft);
}

/* ============================================================
   22. CONTACT
   ============================================================ */
.contact { background: var(--white); }

.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2rem, 6vw, 4rem);
  align-items: start;
}

.contact__info { display: flex; flex-direction: column; gap: var(--sp-4); }

.info-card {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  padding: var(--sp-5) var(--sp-6);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  background: var(--white);
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.info-card:hover { border-color: var(--pink-soft); box-shadow: var(--shadow-sm); }

.info-card__icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blush);
  border: 1.5px solid var(--pink-soft);
  color: var(--pink-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-card__icon svg { width: 19px; height: 19px; }

.info-card__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.info-card__value { font-size: 0.95rem; color: var(--text); line-height: 1.6; }
.info-card__value a { color: var(--text); transition: color var(--t-fast); }
.info-card__value a:hover { color: var(--pink-deep); }

.contact__hours {
  margin-top: var(--sp-4);
  padding: var(--sp-6);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  background: var(--cream);
}
.contact__hours-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: var(--sp-4);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.contact__hours-title svg { width: 18px; height: 18px; color: var(--pink-deep); }
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: var(--sp-2) 0;
  font-size: 0.88rem;
  border-bottom: 1px dashed var(--border);
}
.hours-row:last-child { border-bottom: none; }
.hours-row__day { color: var(--text-mid); }
.hours-row__time { color: var(--text); font-weight: 500; }
.hours-row--closed .hours-row__time { color: var(--text-muted); }
.hours-row.is-today {
  font-weight: 600;
}
.hours-row.is-today .hours-row__day { color: var(--pink-deep); }
.hours-row__badge {
  margin-left: var(--sp-2);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pink-deep);
}

.contact__map { display: flex; flex-direction: column; gap: var(--sp-4); }
.map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  background:
    linear-gradient(135deg, var(--blush) 0%, var(--cream-soft) 100%);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Map placeholder (shown until a real embed replaces it) */
.map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--sp-4);
  text-align: center;
  padding: var(--sp-8);
}
.map-placeholder__pin {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--rose-grad);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-pink);
}
.map-placeholder__pin svg { width: 26px; height: 26px; }
.map-placeholder__text { font-size: 0.9rem; color: var(--text-mid); line-height: 1.6; }
.map-placeholder__text strong { color: var(--text); font-weight: 600; display: block; font-family: var(--font-display); }

/* ============================================================
   23. FAQ ACCORDION
   ============================================================ */
.faq { background: var(--cream); }
.faq__list { max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; gap: var(--sp-3); }

.faq-item {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color var(--t-base), box-shadow var(--t-base);
}
.faq-item.is-open { border-color: var(--pink-soft); box-shadow: var(--shadow-sm); }

.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-5) var(--sp-6);
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--pink-soft);
  color: var(--pink-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--t-base), background var(--t-base), color var(--t-base);
}
.faq-item__icon svg { width: 14px; height: 14px; }
.faq-item.is-open .faq-item__icon {
  transform: rotate(45deg);
  background: var(--pink-deep);
  color: var(--white);
  border-color: var(--pink-deep);
}

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-base) ease;
}
.faq-item__a-inner {
  padding: 0 var(--sp-6) var(--sp-5);
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.8;
}

/* ============================================================
   24. REVIEWS PAGE
   ============================================================ */
.reviews { background: var(--white); }

.reviews__summary {
  max-width: 720px;
  margin: 0 auto var(--sp-16);
  text-align: center;
  padding: var(--sp-8);
  background: linear-gradient(160deg, var(--blush) 0%, var(--white) 100%);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
}
.reviews__score {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--pink-deep);
  line-height: 1;
}
.reviews__stars { color: var(--gold); font-size: 1.3rem; letter-spacing: 0.2em; margin-block: var(--sp-3); }
.reviews__count { font-size: 0.85rem; color: var(--text-muted); letter-spacing: 0.04em; }

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}

.review-card {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-base), box-shadow var(--t-base);
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.review-card__stars { color: var(--gold); font-size: 0.95rem; letter-spacing: 0.16em; }
.review-card__text { font-size: 0.9rem; color: var(--text); line-height: 1.8; flex: 1; }
.review-card__author { display: flex; align-items: center; gap: var(--sp-3); border-top: 1px solid var(--border-soft); padding-top: var(--sp-4); }
.review-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blush);
  border: 2px solid var(--pink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--pink-deep);
  flex-shrink: 0;
}
.review-card__name { font-size: 0.88rem; font-weight: 600; color: var(--text); }
.review-card__meta { font-size: 0.72rem; color: var(--text-muted); margin-top: 2px; }
.review-card__source {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  font-size: 0.68rem;
  color: var(--text-muted);
}

/* ============================================================
   25. SOCIAL CTA
   ============================================================ */
.social-cta { background: var(--blush); text-align: center; }
.social-cta__inner { max-width: 640px; margin-inline: auto; }
.social-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
  margin-top: var(--sp-10);
}

.btn--social {
  background: var(--white);
  color: var(--text);
  border: 1.5px solid var(--border);
  gap: 0.6em;
  padding: 0.95em 2em;
}
.btn--social svg { width: 18px; height: 18px; }
.btn--social-ig:hover,
.btn--social-ig:focus-visible {
  background: linear-gradient(135deg, #f09433 0%, #dc2743 50%, #bc1888 100%);
  color: var(--white);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(220, 39, 67, 0.3);
}
.btn--social-tt:hover,
.btn--social-tt:focus-visible {
  background: var(--text);
  color: var(--white);
  border-color: var(--text);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(28, 20, 23, 0.3);
}

/* ============================================================
   26. CTA SECTION
   ============================================================ */
.cta-section {
  background: linear-gradient(135deg, #fce4ec 0%, #faf3ea 60%, #fff5e8 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cta-section__inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin-inline: auto;
}

.cta-section__title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
  letter-spacing: -0.02em;
  margin-block: var(--sp-5) var(--sp-4);
}
.cta-section__title em { font-style: italic; color: var(--pink-deep); font-weight: 400; }

.cta-section__sub {
  font-size: 0.96rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: var(--sp-10);
}

.cta-section__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
}

.cta-section__hours {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: 0.78rem;
  color: var(--text-mid);
  letter-spacing: 0.06em;
}
.cta-section__hours svg { color: var(--pink-deep); flex-shrink: 0; }

/* ============================================================
   27. FOOTER
   ============================================================ */
.footer { background: var(--dark); color: rgba(251, 248, 244, 0.72); }

.footer__top { padding-block: var(--sp-20) var(--sp-16); }

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1.2fr;
  gap: var(--sp-10);
}

.footer__brand-row {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}
.footer__logo-img {
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.footer__logo {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.footer__logo span { color: var(--pink); font-style: italic; }

.footer__tagline {
  font-size: 0.88rem;
  line-height: 1.85;
  margin-bottom: var(--sp-6);
  max-width: 38ch;
}

.footer__social { display: flex; gap: var(--sp-3); }

.footer__social-link {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(251, 248, 244, 0.6);
  transition: all var(--t-base);
}
.footer__social-link svg { width: 15px; height: 15px; }
.footer__social-link:hover,
.footer__social-link:focus-visible {
  border-color: var(--pink);
  color: var(--pink);
  background: rgba(217, 138, 160, 0.12);
  transform: translateY(-2px);
}

.footer__col-title {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: var(--sp-5);
}

.footer__links { display: flex; flex-direction: column; gap: var(--sp-3); }

.footer__link {
  font-size: 0.86rem;
  color: rgba(251, 248, 244, 0.6);
  transition: color var(--t-fast);
}
.footer__link:hover,
.footer__link:focus-visible { color: var(--pink-soft); }

.footer__address {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  font-size: 0.86rem;
  color: rgba(251, 248, 244, 0.6);
  line-height: 1.7;
}

.footer__contact-line { display: flex; align-items: flex-start; gap: var(--sp-2); }
.footer__contact-line svg { width: 14px; height: 14px; color: var(--pink); flex-shrink: 0; margin-top: 4px; }

.footer__hours { font-size: 0.82rem; color: rgba(251, 248, 244, 0.45); margin-top: var(--sp-2); }

.footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding-block: var(--sp-6); }

.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-4);
}

.footer__copy { font-size: 0.76rem; color: rgba(251, 248, 244, 0.4); }
.footer__copy span { color: var(--pink-soft); }

.footer__legal { display: flex; gap: var(--sp-4); font-size: 0.76rem; }
.footer__legal a { color: rgba(251, 248, 244, 0.4); transition: color var(--t-fast); }
.footer__legal a:hover { color: var(--pink-soft); }

/* ============================================================
   28. FLOATING WHATSAPP
   ============================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 950;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4), 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: wa-pulse 2.6s ease-in-out infinite;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: scale(1.1);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.5), 0 6px 16px rgba(0, 0, 0, 0.1);
  animation: none;
}

.whatsapp-float svg { width: 28px; height: 28px; }

.whatsapp-float__tooltip {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--text);
  color: var(--white);
  padding: 0.5em 0.95em;
  border-radius: var(--r-sm);
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.whatsapp-float__tooltip::after {
  content: '';
  position: absolute;
  top: 50%; right: -4px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px; height: 8px;
  background: var(--text);
}

.whatsapp-float:hover .whatsapp-float__tooltip,
.whatsapp-float:focus-visible .whatsapp-float__tooltip { opacity: 1; }

@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50%      { box-shadow: 0 10px 28px rgba(37, 211, 102, 0.4), 0 0 0 14px rgba(37, 211, 102, 0); }
}

/* Sticky mobile booking bar */
.mobile-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 940;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  padding: var(--sp-3) var(--sp-4);
  box-shadow: 0 -4px 20px rgba(42, 37, 35, 0.08);
}
.mobile-cta .btn { width: 100%; }

/* ============================================================
   29. RESPONSIVE — LARGE DESKTOP
   Use the extra horizontal space on wide monitors instead of
   leaving large empty margins either side of a narrow column.
   ============================================================ */
@media (min-width: 1536px) {
  :root {
    --container: 1400px;
    --section-pad: clamp(6rem, 7vw, 8.5rem);
  }
  .hero__title { font-size: clamp(3.5rem, 5vw, 5.5rem); }
  .section__header { max-width: 720px; }
}

@media (min-width: 1900px) {
  :root { --container: 1520px; }
  .why-cards__grid { gap: var(--sp-6); }
  .featured__grid  { gap: var(--sp-6); }
}

/* ============================================================
   30. RESPONSIVE — TABLET
   ============================================================ */
@media (max-width: 1024px) {
  .why-cards__grid { grid-template-columns: repeat(2, 1fr); }
  .featured__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: repeat(2, 1fr); }
  .process__grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-10) var(--sp-6); }
  .process__step:not(:last-child)::after { display: none; }

  .why__grid { gap: var(--sp-6) var(--sp-8); }

  .carousel__inner { gap: var(--sp-4); }
  .t-card { width: 240px; }
  .t-card--side { transform: scale(0.9); filter: blur(1.5px); }

  .pricing__grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }

  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--sp-10); }
  .footer__brand { grid-column: span 2; }
}

/* ============================================================
   30. RESPONSIVE — MOBILE
   ============================================================ */
@media (max-width: 768px) {
  .navbar__toggle { display: flex; }

  .navbar,
  .navbar:not(.navbar--scrolled) {
    background-color: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 1px 0 var(--border-soft);
  }

  .navbar__logo-tag { display: none; }
  .navbar__logo-name { font-size: 0.95rem; }

  .navbar__nav {
    position: fixed;
    top: var(--nav-h); left: 0; right: 0; bottom: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform var(--t-base);
    z-index: 999;
    box-shadow: inset 0 1px 0 var(--border-soft);
  }
  .navbar__nav.is-open { transform: translateX(0); }

  .navbar__list {
    flex-direction: column;
    gap: var(--sp-6);
    text-align: center;
    width: 100%;
    padding-inline: var(--pad);
  }
  .navbar__list > li { width: 100%; }
  .nav-link { font-size: 1rem; display: inline-block; padding-block: var(--sp-2); }
  .nav-link--cta { margin-top: var(--sp-2); padding: 0.85em 2.4em; }

  .hero__br { display: block; }
  .hero__actions { flex-direction: column; align-items: stretch; width: min(300px, 100%); margin-inline: auto; }
  .hero__actions .btn { width: 100%; }
  .hero__meta { flex-direction: column; gap: var(--sp-2); }
  .hero__meta-divider { display: none; }

  .page-hero { padding-top: calc(var(--nav-h) + var(--sp-12)); padding-bottom: var(--sp-12); }

  .why-cards__grid { grid-template-columns: 1fr 1fr; gap: var(--sp-4); }

  .story__grid { grid-template-columns: 1fr; gap: var(--sp-12); }
  .story__badge { right: 50%; transform: translateX(50%); bottom: -2.5rem; }
  .story__media { margin-bottom: var(--sp-10); }

  .why__grid { grid-template-columns: 1fr; gap: var(--sp-6); }

  .featured__grid { grid-template-columns: 1fr; }

  .gallery__grid { grid-template-columns: 1fr 1fr; }
  .beforeafter__grid { grid-template-columns: 1fr; gap: var(--sp-6); }

  .reviews__grid { grid-template-columns: 1fr; }

  .contact__grid { grid-template-columns: 1fr; gap: var(--sp-10); }

  .lightbox__nav--prev { left: var(--sp-2); }
  .lightbox__nav--next { right: var(--sp-2); }
  .lightbox__close { top: calc(-1 * var(--sp-10)); right: var(--sp-2); }

  .carousel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--sp-3);
    max-width: 100%;
  }
  .carousel__btn { width: 40px; height: 40px; }
  .carousel__btn svg { width: 16px; height: 16px; }
  .carousel__inner { min-width: 0; width: 100%; gap: 0; }

  .t-card--side { display: none; }
  .t-card--center {
    transform: scale(1);
    filter: none;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    padding: var(--sp-6) var(--sp-5);
  }
  .t-card__text { font-size: 0.92rem; line-height: 1.8; }
  .t-card--center .t-card__avatar { width: 48px; height: 48px; }
  .carousel__dots { margin-top: var(--sp-8); }

  .cta-section__actions { flex-direction: column; align-items: stretch; width: min(320px, 100%); margin-inline: auto; margin-bottom: var(--sp-8); }
  .cta-section__actions .btn { text-align: center; width: 100%; }

  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--sp-8) var(--sp-10); }
  .footer__brand { grid-column: span 2; }
  .footer__bottom-inner { flex-direction: column; text-align: center; }

  /* Sticky mobile CTA + lift float above it */
  .mobile-cta { display: block; }
  .whatsapp-float { bottom: 78px; right: 18px; width: 52px; height: 52px; }
  .whatsapp-float svg { width: 25px; height: 25px; }
  .whatsapp-float__tooltip { display: none; }
  body { padding-bottom: 0; }
}

/* ============================================================
   31. RESPONSIVE — SMALL MOBILE
   ============================================================ */
@media (max-width: 480px) {
  :root { --nav-h: 64px; }

  .section { padding-block: var(--sp-16); }

  .featured__grid { grid-template-columns: 1fr; }
  .why-cards__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr 1fr; gap: var(--sp-3); }

  .story__stats { flex-direction: column; gap: var(--sp-5); }

  .social-cta__buttons { flex-direction: column; align-items: stretch; }
  .social-cta__buttons .btn { width: 100%; }

  .navbar__logo-img { width: 40px; height: 40px; }
}

/* ============================================================
   32. REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero__scroll-line { animation: none; }
  .whatsapp-float { animation: none; }
  .t-card--side { filter: none; }
}

/* ============================================================
   33. PRINT (pricing-friendly)
   ============================================================ */
@media print {
  .navbar, .whatsapp-float, .mobile-cta, .footer, .cta-section,
  .hero__scroll, .gallery__filters { display: none !important; }
  body { color: #000; }
  .page-hero { padding-top: var(--sp-8); }
  a { color: #000; text-decoration: none; }
}
