/* Art direction: Luxury skincare & aesthetics brand → Old money elegance, emotionally intelligent
   Palette: Warm, nature-inspired — deep jungle green, bright gold, blush pink
   Typography: Cormorant Garamond (display serif) + Nunito Sans (body sans) — classic luxury pairing
   Density: Spacious, editorial, generous whitespace */

/* ============================================
   LUMIÈRE CUSTOM DESIGN TOKENS
   ============================================ */

:root {
  /* === Type Scale === */
  --text-xs:   clamp(0.75rem,  0.7rem  + 0.25vw, 0.875rem);
  --text-sm:   clamp(0.875rem, 0.8rem  + 0.35vw, 1rem);
  --text-base: clamp(1rem,     0.95rem + 0.25vw, 1.125rem);
  --text-lg:   clamp(1.125rem, 1rem    + 0.75vw, 1.5rem);
  --text-xl:   clamp(1.5rem,   1.2rem  + 1.25vw, 2.25rem);
  --text-2xl:  clamp(2rem,     1.2rem  + 2.5vw,  3.5rem);
  --text-3xl:  clamp(2.5rem,   1rem    + 4vw,    5rem);
  --text-hero: clamp(3rem,     0.5rem  + 7vw,    8rem);

  /* === Spacing (4px base) === */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* === Font Families === */
  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'Nunito Sans', 'Helvetica Neue', sans-serif;

  /* === Radius === */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;

  /* === Transitions === */
  --transition-interactive: 180ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 400ms cubic-bezier(0.16, 1, 0.3, 1);

  /* === Content Widths === */
  --content-narrow: 640px;
  --content-default: 960px;
  --content-wide: 1200px;
  --content-full: 100%;
}

/* ============================================
   LIGHT MODE (Default)
   ============================================ */
:root, [data-theme="light"] {
  /* Surfaces - GREEN SILK exact (#000000 to #0E3F31) */
  --color-bg:               #001008;
  --color-surface:          #001810;
  --color-surface-2:        #002018;
  --color-surface-offset:   #0E3F31;
  --color-surface-offset-2: #0E3F31;
  --color-surface-dynamic:  #0E3F31;
  --color-divider:          #0E3F31;
  --color-border:           #0E3F31;

  /* Text */
  --color-text:         #F2EDE6;
  --color-text-muted:   #C8C0B8;
  --color-text-faint:   #8A8078;
  --color-text-inverse: #001008;

  /* Brand - EXACT silk colours */
  --color-green:        #001008;
  --color-green-light:  #001810;
  --color-green-hover:  #000000;
  --color-gold:         #A67420;
  --color-gold-hover:   #D4A24A;
  --color-gold-light:   #F8C868;
  /* EXACT pink silk reference colours */
  --color-pink:         #B97D89;
  --color-pink-hover:   #C58090;
  --color-pink-light:   #D8A9B1;
  --color-pink-deep:    #8B4C5A;
  --color-pink-bg:      #B97D89;
  --color-pink-surface: #C58090;

  /* Semantic */
  --color-primary:        #A67420;
  --color-primary-hover:  #D4A24A;
  --color-error:          #8B4C5A;
  --color-success:        #0E3F31;

  /* Shadows */
  --shadow-sm: 0 1px 2px oklch(0 0 0 / 0.2);
  --shadow-md: 0 4px 12px oklch(0 0 0 / 0.3);
  --shadow-lg: 0 12px 32px oklch(0 0 0 / 0.4);
}

/* ============================================
   DARK MODE
   ============================================ */
[data-theme="dark"] {
  /* Surfaces - GREEN SILK deepest (#000000 to #002018) */
  --color-bg:               #000000;
  --color-surface:          #001008;
  --color-surface-2:        #001810;
  --color-surface-offset:   #002018;
  --color-surface-offset-2: #0E3F31;
  --color-surface-dynamic:  #0E3F31;
  --color-divider:          #002018;
  --color-border:           #0E3F31;

  /* Text */
  --color-text:         #F2EDE6;
  --color-text-muted:   #C8C0B8;
  --color-text-faint:   #706860;
  --color-text-inverse: #001008;

  /* Brand - EXACT silk colours */
  --color-green:        #000000;
  --color-green-light:  #001008;
  --color-green-hover:  #000000;
  --color-gold:         #D4A24A;
  --color-gold-hover:   #F2D06B;
  --color-gold-light:   #BF8A30;
  /* EXACT pink silk reference colours */
  --color-pink:         #D8A9B1;
  --color-pink-hover:   #B97D89;
  --color-pink-light:   #D8A9B1;
  --color-pink-deep:    #8B4C5A;
  --color-pink-bg:      #B97D89;
  --color-pink-surface: #C58090;

  /* Semantic */
  --color-primary:        #D4A24A;
  --color-primary-hover:  #F2D06B;
  --color-error:          #8B4C5A;
  --color-success:        #0E3F31;

  /* Shadows */
  --shadow-sm: 0 1px 2px oklch(0 0 0 / 0.3);
  --shadow-md: 0 4px 12px oklch(0 0 0 / 0.4);
  --shadow-lg: 0 12px 32px oklch(0 0 0 / 0.5);
}

/* System preference fallback */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --color-bg:               #000000;
    --color-surface:          #001008;
    --color-surface-2:        #001810;
    --color-surface-offset:   #002018;
    --color-surface-offset-2: #0E3F31;
    --color-surface-dynamic:  #0E3F31;
    --color-divider:          #002018;
    --color-border:           #0E3F31;
    --color-text:         #F2EDE6;
    --color-text-muted:   #C8C0B8;
    --color-text-faint:   #706860;
    --color-text-inverse: #001008;
    --color-green:        #000000;
    --color-green-light:  #001008;
    --color-green-hover:  #000000;
    --color-gold:         #D4A24A;
    --color-gold-hover:   #F2D06B;
    --color-gold-light:   #BF8A30;
    /* EXACT pink silk reference colours */
    --color-pink:         #D8A9B1;
    --color-pink-hover:   #B97D89;
    --color-pink-light:   #D8A9B1;
    --color-pink-deep:    #8B4C5A;
    --color-pink-bg:      #B97D89;
    --color-pink-surface: #C58090;
    --color-primary:        #D4A24A;
    --color-primary-hover:  #F2D06B;
    --color-error:          #8B4C5A;
    --color-success:        #0E3F31;
    --shadow-sm: 0 1px 2px oklch(0 0 0 / 0.3);
    --shadow-md: 0 4px 12px oklch(0 0 0 / 0.4);
    --shadow-lg: 0 12px 32px oklch(0 0 0 / 0.5);
  }
}

/* ============================================
   GLOBAL STYLES
   ============================================ */

body {
  font-family: var(--font-body);
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
}

h4, h5, h6 {
  font-family: var(--font-body);
  font-weight: 700;
}

a {
  color: var(--color-gold);
  text-decoration: none;
  transition: color var(--transition-interactive);
}

a:hover {
  color: var(--color-gold-hover);
}

/* ============================================
   SKIP TO CONTENT
   ============================================ */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: var(--space-4);
  background: var(--color-gold);
  color: var(--color-green);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: var(--text-sm);
  z-index: 10000;
  transition: top var(--transition-interactive);
}
.skip-to-content:focus {
  top: var(--space-2);
}

/* ============================================
   HEADER / NAVIGATION
   ============================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: url('./assets/silk-pink.jpg') center/cover no-repeat;
  image-rendering: high-quality;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid rgba(166, 116, 32, 0.25);
  padding: var(--space-3) var(--space-6);
  transition: border-color var(--transition-slow);
}

.header-inner {
  max-width: var(--content-wide);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
  color: var(--color-text);
  flex-shrink: 0;
}
.logo-img {
  width: 56px;
  height: 56px;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}
.logo-text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}
.logo-text {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  background: linear-gradient(
    160deg,
    #906818 0%, #A67420 8%, #BF8A30 18%,
    #D4A24A 30%, #E2B85A 42%, #F0C85C 50%,
    #E2B85A 58%, #D4A24A 70%, #BF8A30 82%,
    #A67420 92%, #906818 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D4A24A;
}
.logo-subtext {
  font-family: var(--font-body);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  background: linear-gradient(
    160deg,
    #906818 0%, #A67420 8%, #BF8A30 18%,
    #D4A24A 30%, #E2B85A 42%, #F0C85C 50%,
    #E2B85A 58%, #D4A24A 70%, #BF8A30 82%,
    #A67420 92%, #906818 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D4A24A;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: var(--space-8);
}
@media (min-width: 1024px) {
  .nav-desktop { display: flex; }
}

.nav-desktop a {
  font-size: var(--text-sm);
  color: #F5F0E8;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  padding: var(--space-1) 0;
  position: relative;
  transition: color var(--transition-interactive);
  text-shadow: 0 1px 3px rgba(99, 38, 46, 0.5);
}
.nav-desktop a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--color-gold);
  transition: width var(--transition-interactive);
}
.nav-desktop a:hover,
.nav-desktop a.active {
  color: #F8C868;
}
.nav-desktop a:hover::after,
.nav-desktop a.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.cart-btn {
  position: relative;
  color: var(--color-text);
  padding: var(--space-2);
  transition: color var(--transition-interactive);
}
.cart-btn:hover { color: var(--color-gold); }
.cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-gold);
  color: var(--color-green);
  font-size: 0.65rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform var(--transition-interactive);
}
.cart-badge.visible { transform: scale(1); }

.theme-toggle {
  color: #F5F0E8;
  padding: var(--space-2);
  transition: color var(--transition-interactive);
  filter: drop-shadow(0 1px 2px rgba(99, 38, 46, 0.4));
}
.theme-toggle:hover { color: #F8C868; }

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: var(--space-2);
  color: #F5F0E8;
  filter: drop-shadow(0 1px 2px rgba(99, 38, 46, 0.4));
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform var(--transition-interactive), opacity var(--transition-interactive);
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

@media (min-width: 1024px) {
  .hamburger { display: none; }
}

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001008;  /* green silk */
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-slow);
}
.mobile-nav.active {
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav a {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--color-text);
  text-decoration: none;
  transition: color var(--transition-interactive);
}
.mobile-nav a:hover { color: var(--color-gold); }

/* ============================================
   HERO - FULL BLEED SILK + PEONIES
   ============================================ */
.hero {
  position: relative;
  overflow: hidden;
  background: #001008;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 70px; /* account for fixed header */
}

/* Full-bleed hero background image */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('./assets/clinic-hero.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
  image-rendering: high-quality;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Subtle dark overlay for text legibility */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 16, 8, 0.35) 0%,
    rgba(0, 16, 8, 0.1) 35%,
    rgba(0, 16, 8, 0.05) 60%,
    rgba(0, 16, 8, 0.4) 100%
  );
  z-index: 0;
}

/* Spacer pushes service cards toward bottom */
.hero-spacer {
  flex: 1;
}

/* Brand header zone */
.hero-brand-zone {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: var(--space-16) var(--space-6) var(--space-6);
}

.hero .hero-brand {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 1rem + 5vw, 5.5rem);
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-bottom: var(--space-2);
  background: linear-gradient(
    160deg,
    #A67420 0%, #BF8A30 8%, #D4A24A 18%,
    #F2D06B 30%, #FBE7A0 42%, #FFFADF 50%,
    #FBE7A0 58%, #F2D06B 70%, #D4A24A 82%,
    #BF8A30 92%, #A67420 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F8C868;
}

.hero .hero-brand-sub {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(242, 237, 230, 0.7);
  margin-bottom: var(--space-4);
}

.hero .hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 0.8rem + 1.5vw, 2rem);
  font-style: italic;
  font-weight: 700;
  color: #F5F0E8;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  background: linear-gradient(
    135deg,
    #C8C0B8 0%,
    #E8E4DE 15%,
    #FFFFFF 30%,
    #F5F0E8 45%,
    #FFFFFF 50%,
    #F5F0E8 55%,
    #FFFFFF 70%,
    #E8E4DE 85%,
    #C8C0B8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Service category cards */
.hero-services {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  width: 85%;
  max-width: 900px;
  margin: 0 auto var(--space-10);
}

.service-card {
  background: rgba(0, 16, 8, 0.92);
  border: 1px solid rgba(248, 200, 104, 0.15);
  padding: var(--space-6) var(--space-4);
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.service-card:hover {
  border-color: rgba(248, 200, 104, 0.4);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 0 1px rgba(248,200,104,0.2);
  transform: translateY(-4px);
}

.service-icon {
  width: 80px;
  height: 80px;
  margin-bottom: var(--space-3);
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-icon svg {
  width: 100%;
  height: 100%;
}

.service-title {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F2EDE6;
}

.service-cta {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D4A24A;
  border: 1px solid rgba(248, 200, 104, 0.3);
  padding: var(--space-1) var(--space-4);
  margin-top: auto;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.service-card:hover .service-cta {
  border-color: #F8C868;
  color: #F8C868;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background var(--transition-interactive),
              color var(--transition-interactive),
              box-shadow var(--transition-interactive),
              transform var(--transition-interactive),
              border-color var(--transition-interactive);
}
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); box-shadow: var(--shadow-sm); }

.btn-primary {
  background: var(--color-gold);
  color: #001008;
  border: 1px solid var(--color-gold);
}
.btn-primary:hover {
  background: var(--color-gold-hover);
  border-color: var(--color-gold-hover);
  color: #001008;
}

.btn-outline {
  background: transparent;
  color: #F2EDE6;
  border: 1.5px solid rgba(250, 247, 242, 0.4);
}
.btn-outline:hover {
  border-color: #D4A24A;
  color: #D4A24A;
}

.btn-outline-dark {
  background: transparent;
  color: var(--color-text);
  border: 1.5px solid var(--color-border);
}
.btn-outline-dark:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.btn-sm {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-xs);
}

.btn-gold-dark {
  background: var(--color-gold);
  color: #001008;
  border: 1.5px solid var(--color-gold);
}
.btn-gold-dark:hover {
  background: var(--color-gold-hover);
  border-color: var(--color-gold-hover);
  color: #001008;
}

/* ============================================
   SECTION LAYOUTS
   ============================================ */
.section {
  padding: clamp(var(--space-12), 8vw, var(--space-24)) var(--space-4);
}

.section-inner {
  max-width: var(--content-wide);
  margin: 0 auto;
}

.section-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  text-align: center;
  margin-bottom: var(--space-2);
  color: var(--color-text);
}

.section-subtitle {
  font-size: var(--text-base);
  color: var(--color-text-muted);
  text-align: center;
  max-width: 55ch;
  margin: 0 auto var(--space-12);
}

.gold-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #A67420, #D4A24A, #F2D06B, #FBE7A0, #F2D06B, #D4A24A, #A67420);
  margin: var(--space-4) auto var(--space-6);
  box-shadow:
    0 1px 3px rgba(166, 116, 32, 0.5),
    0 2px 8px rgba(166, 116, 32, 0.2);
  border-radius: 2px;
}

/* Section with GREEN SILK bg + full texture */
.section-dark {
  background: #001008;
  color: #F2EDE6;
  position: relative;
  overflow: hidden;
}
.section-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('./assets/silk-green.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  image-rendering: high-quality;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.section-dark > * {
  position: relative;
  z-index: 1;
}
.section-dark .section-title {
  /* Luxury metallic gold gradient - matches hero */
  background: linear-gradient(
    160deg,
    #A67420 0%, #BF8A30 8%, #D4A24A 18%,
    #F2D06B 30%, #FBE7A0 42%, #FFFADF 50%,
    #FBE7A0 58%, #F2D06B 70%, #D4A24A 82%,
    #BF8A30 92%, #A67420 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F8C868;
}
.section-dark .section-subtitle { color: rgba(242, 237, 230, 0.8); }
.section-dark .treatment-card {
  background: rgba(242, 237, 230, 0.04);
  border-color: rgba(242, 237, 230, 0.08);
}
.section-dark .treatment-card:hover {
  background: rgba(242, 237, 230, 0.08);
  border-color: rgba(166, 116, 32, 0.4);
}
.section-dark .treatment-name { color: #F2EDE6; }
.section-dark .treatment-meta { color: rgba(242, 237, 230, 0.6); }
.section-dark .treatment-price { color: #D4A24A; }
.section-dark .treatment-desc { color: rgba(242, 237, 230, 0.6); }
.section-dark .btn-outline-dark {
  color: #F2EDE6;
  border-color: rgba(242, 237, 230, 0.3);
}
.section-dark .btn-outline-dark:hover {
  color: #B97D89;
  border-color: #B97D89;
}

/* Section with PINK SILK bg + full visible texture */
.section-pink {
  background: #B97D89;
  color: #F2EDE6;
  position: relative;
  overflow: hidden;
}
.section-pink::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('./assets/silk-pink.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
  image-rendering: high-quality;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.section-pink > * {
  position: relative;
  z-index: 1;
}
/* Pink section headings: metallic bold white */
.section-pink .section-title {
  font-weight: 800;
  background: linear-gradient(
    135deg,
    #C8C0B8 0%,
    #E8E4DE 15%,
    #FFFFFF 30%,
    #F5F0E8 45%,
    #FFFFFF 50%,
    #F5F0E8 55%,
    #FFFFFF 70%,
    #E8E4DE 85%,
    #C8C0B8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
}
.section-pink .section-subtitle {
  color: #F5F0E8;
  font-weight: 700;
}
.section-pink .pillar {
  background: rgba(0, 0, 0, 0.15);
  border-color: rgba(245, 240, 232, 0.15);
}
.section-pink .pillar:hover {
  border-color: rgba(245, 240, 232, 0.35);
}
.section-pink .pillar-title {
  font-weight: 800;
  background: linear-gradient(
    135deg,
    #C8C0B8 0%,
    #E8E4DE 15%,
    #FFFFFF 30%,
    #F5F0E8 45%,
    #FFFFFF 50%,
    #F5F0E8 55%,
    #FFFFFF 70%,
    #E8E4DE 85%,
    #C8C0B8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
  filter: none;
}
.section-pink .pillar p {
  color: #F5F0E8;
  font-weight: 600;
}
.section-pink .about-story p {
  color: #F5F0E8;
  font-weight: 600;
}
.section-pink .about-story .lead {
  color: #F5F0E8;
  font-weight: 700;
}
.section-pink .testimonial-card {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(245, 240, 232, 0.12);
  border-radius: 0;
}
.section-pink .testimonial-stars { color: #D4A24A; }
.section-pink .testimonial-quote {
  color: #F5F0E8;
  font-weight: 600;
}
.section-pink .testimonial-author {
  color: #F5F0E8;
  font-weight: 700;
}
.section-pink .testimonial-role {
  color: rgba(245, 240, 232, 0.8);
  font-weight: 600;
}
.section-pink .dr-name {
  font-weight: 800;
  background: linear-gradient(
    135deg,
    #C8C0B8 0%,
    #E8E4DE 15%,
    #FFFFFF 30%,
    #F5F0E8 45%,
    #FFFFFF 50%,
    #F5F0E8 55%,
    #FFFFFF 70%,
    #E8E4DE 85%,
    #C8C0B8 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFFFFF;
}
.section-pink .dr-credentials {
  color: rgba(245, 240, 232, 0.85);
  font-weight: 700;
}
.section-pink .dr-photo-placeholder {
  border-color: rgba(245, 240, 232, 0.3);
  color: #F5F0E8;
  background: rgba(0, 0, 0, 0.12);
}
.section-pink .gold-line {
  background: linear-gradient(90deg, rgba(245,240,232,0.2), #F5F0E8, rgba(245,240,232,0.2));
}

/* GOLD SILK intersection dividers - 4D depth */
.gold-intersection {
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(166,116,32,0.3) 15%, rgba(212,162,74,0.6) 35%, rgba(251,231,160,0.7) 50%, rgba(212,162,74,0.6) 65%, rgba(166,116,32,0.3) 85%, transparent 100%);
  margin: 0;
  border: none;
  position: relative;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-grid {
  display: grid;
  gap: var(--space-12);
  max-width: var(--content-wide);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.about-story p {
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
  line-height: 1.85;
}

.about-story .lead {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: var(--color-text);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: var(--space-6);
}

.pillars {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.pillar {
  padding: var(--space-6);
  border: 1px solid oklch(from var(--color-border) l c h / 0.5);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  transition: border-color var(--transition-interactive), box-shadow var(--transition-interactive);
}

.pillar-title {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
  /* Luxury metallic gold gradient */
  background: linear-gradient(
    180deg,
    #BF8A30 0%,
    #D4A24A 15%,
    #F2D06B 30%,
    #FBE7A0 45%,
    #FFFADF 50%,
    #FBE7A0 55%,
    #F2D06B 70%,
    #D4A24A 85%,
    #BF8A30 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--color-gold);
}

.pillar p {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  line-height: 1.7;
}

/* ============================================
   TREATMENTS SECTION
   ============================================ */
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: var(--space-6);
}

.treatment-card {
  background: var(--color-surface);
  border: 1px solid oklch(from var(--color-border) l c h / 0.3);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--transition-interactive),
              transform var(--transition-interactive),
              border-color var(--transition-interactive);
}
.treatment-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
  border-color: oklch(from var(--color-gold) l c h / 0.3);
}

.treatment-name {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: var(--color-text);
  margin-bottom: var(--space-2);
}

.treatment-meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.treatment-price {
  font-weight: 700;
  color: var(--color-gold);
}

.treatment-desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: var(--space-4);
  flex: 1;
}

/* ============================================
   PRODUCTS / SHOP SECTION
   ============================================ */
.products-grid {
  display: grid;
  gap: var(--space-8);
  max-width: var(--content-wide);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.product-card {
  background: var(--color-surface);
  border: 1px solid oklch(from var(--color-border) l c h / 0.3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--transition-interactive),
              border-color var(--transition-interactive);
}
.product-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: oklch(from var(--color-gold) l c h / 0.3);
}

.product-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: var(--color-surface-offset);
}

.product-info {
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-name {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--color-text);
  margin-bottom: var(--space-1);
}

.product-volume {
  font-size: var(--text-xs);
  color: var(--color-text-faint);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-3);
}

.product-desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-4);
  font-style: italic;
}

.product-ingredients {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
}

.ingredient-tag {
  font-size: var(--text-xs);
  padding: var(--space-1) var(--space-3);
  border: 1px solid oklch(from var(--color-gold) l c h / 0.3);
  border-radius: var(--radius-full);
  color: var(--color-gold);
  letter-spacing: 0.03em;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.product-price {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--color-text);
  font-weight: 600;
}

/* ============================================
   CART SLIDE-OUT
   ============================================ */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: oklch(0 0 0 / 0.5);
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-slow);
}
.cart-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 90vw);
  background: var(--color-bg);
  z-index: 2001;
  transform: translateX(100%);
  transition: transform var(--transition-slow);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
}
.cart-panel.active {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-6);
  border-bottom: 1px solid var(--color-divider);
}

.cart-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--color-text);
}

.cart-close {
  color: var(--color-text-muted);
  padding: var(--space-2);
  transition: color var(--transition-interactive);
}
.cart-close:hover { color: var(--color-text); }

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: var(--space-4) var(--space-6);
}

.cart-empty {
  text-align: center;
  padding: var(--space-16) var(--space-4);
  color: var(--color-text-muted);
}
.cart-empty p {
  margin: 0 auto;
}

.cart-item {
  display: flex;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border-bottom: 1px solid oklch(from var(--color-divider) l c h / 0.5);
}

.cart-item-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-md);
  background: var(--color-surface-offset);
  flex-shrink: 0;
}

.cart-item-details {
  flex: 1;
}

.cart-item-name {
  font-weight: 600;
  font-size: var(--text-sm);
  margin-bottom: var(--space-1);
}

.cart-item-price {
  font-size: var(--text-sm);
  color: var(--color-gold);
  margin-bottom: var(--space-2);
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.qty-btn {
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  color: var(--color-text);
  transition: border-color var(--transition-interactive), color var(--transition-interactive);
}
.qty-btn:hover { border-color: var(--color-gold); color: var(--color-gold); }

.cart-footer {
  padding: var(--space-6);
  border-top: 1px solid var(--color-divider);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space-4);
  font-size: var(--text-lg);
  font-weight: 600;
}

/* ============================================
   CHECKOUT
   ============================================ */
.checkout-layout {
  display: grid;
  gap: var(--space-8);
  max-width: var(--content-wide);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .checkout-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.checkout-form {
  background: var(--color-surface);
  border: 1px solid oklch(from var(--color-border) l c h / 0.3);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
}

.checkout-steps {
  display: flex;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}

.step-indicator {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  transition: color var(--transition-interactive);
}
.step-indicator.active { color: var(--color-gold); }
.step-indicator.completed { color: var(--color-success); }

.step-num {
  width: 28px;
  height: 28px;
  border: 1.5px solid currentColor;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  font-weight: 700;
}
.step-indicator.active .step-num {
  background: var(--color-gold);
  color: #001008;
  border-color: var(--color-gold);
}
.step-indicator.completed .step-num {
  background: var(--color-success);
  color: #fff;
  border-color: var(--color-success);
}

.form-group {
  margin-bottom: var(--space-4);
}

.form-label {
  display: block;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-2);
}

.form-input {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--text-base);
  color: var(--color-text);
  transition: border-color var(--transition-interactive), box-shadow var(--transition-interactive);
}
.form-input:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px oklch(from var(--color-gold) l c h / 0.15);
}
.form-input.error {
  border-color: var(--color-error);
}

.form-error {
  font-size: var(--text-xs);
  color: var(--color-error);
  margin-top: var(--space-1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.order-summary {
  background: var(--color-surface);
  border: 1px solid oklch(from var(--color-border) l c h / 0.3);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  height: fit-content;
  position: sticky;
  top: calc(var(--space-16) + var(--space-4));
}

.order-summary-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  margin-bottom: var(--space-6);
}

.order-item {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-3) 0;
  font-size: var(--text-sm);
  border-bottom: 1px solid oklch(from var(--color-divider) l c h / 0.5);
}

.order-total {
  display: flex;
  justify-content: space-between;
  padding-top: var(--space-4);
  font-size: var(--text-lg);
  font-weight: 700;
}

/* ============================================
   BOOKING SECTION
   ============================================ */
.booking-form {
  max-width: var(--content-narrow);
  margin: 0 auto;
  background: rgba(242, 237, 230, 0.04);
  border: 1px solid rgba(242, 237, 230, 0.08);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
}

.section-dark .form-label { color: #F2EDE6; }
.section-dark .form-input,
.section-dark .form-select,
.section-dark .form-textarea {
  background: rgba(242, 237, 230, 0.06);
  border-color: rgba(242, 237, 230, 0.12);
  color: #F2EDE6;
}
.section-dark .form-input::placeholder,
.section-dark .form-textarea::placeholder {
  color: rgba(242, 237, 230, 0.35);
}
.section-dark .form-input:focus,
.section-dark .form-select:focus,
.section-dark .form-textarea:focus {
  border-color: #D4A24A;
  box-shadow: 0 0 0 3px rgba(166, 116, 32, 0.15);
}
.section-dark .confirmation h2 { color: #F2EDE6; }
.section-dark .confirmation p { color: rgba(242, 237, 230, 0.7); }

.form-select {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--text-base);
  color: var(--color-text);
  cursor: pointer;
  transition: border-color var(--transition-interactive), box-shadow var(--transition-interactive);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%234A5D52' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--space-4) center;
}
.form-select:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px oklch(from var(--color-gold) l c h / 0.15);
}

.form-textarea {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  font-size: var(--text-base);
  color: var(--color-text);
  min-height: 120px;
  resize: vertical;
  transition: border-color var(--transition-interactive), box-shadow var(--transition-interactive);
}
.form-textarea:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px oklch(from var(--color-gold) l c h / 0.15);
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: var(--space-6);
}

.testimonial-card {
  background: var(--color-surface);
  border: 1px solid oklch(from var(--color-border) l c h / 0.3);
  border-radius: 0;
  padding: var(--space-6);
}

.testimonial-stars {
  color: var(--color-gold);
  margin-bottom: var(--space-4);
  font-size: var(--text-sm);
  letter-spacing: 0.1em;
}

.testimonial-quote {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: var(--color-text);
  font-style: italic;
  line-height: 1.6;
  margin-bottom: var(--space-4);
}

.testimonial-author {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
}

.testimonial-role {
  font-size: var(--text-xs);
  color: var(--color-text-faint);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #001008;
  color: rgba(242, 237, 230, 0.8);
  padding: var(--space-16) var(--space-6) var(--space-8);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('./assets/silk-green.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
  image-rendering: high-quality;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  gap: var(--space-8);
  max-width: var(--content-wide);
  margin: 0 auto var(--space-12);
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: var(--text-xs);
  margin-bottom: var(--space-4);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  /* Luxury metallic gold gradient - matches hero */
  background: linear-gradient(
    160deg,
    #A67420 0%, #BF8A30 8%, #D4A24A 18%,
    #F2D06B 30%, #FBE7A0 42%, #FFFADF 50%,
    #FBE7A0 58%, #F2D06B 70%, #D4A24A 82%,
    #BF8A30 92%, #A67420 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F8C868;
}

.footer-col p,
.footer-col a {
  font-size: var(--text-sm);
  color: rgba(250, 247, 242, 0.6);
  text-decoration: none;
  line-height: 1.8;
}
.footer-col a:hover { color: #D4A24A; }

.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: var(--space-2);
}
.footer-links a {
  font-size: var(--text-sm);
  color: rgba(250, 247, 242, 0.6);
  transition: color var(--transition-interactive);
}
.footer-links a:hover { color: #D4A24A; }

.newsletter-input {
  display: flex;
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.newsletter-input input {
  flex: 1;
  padding: var(--space-3) var(--space-4);
  background: rgba(250, 247, 242, 0.1);
  border: 1px solid rgba(250, 247, 242, 0.2);
  border-radius: var(--radius-sm);
  color: #F2EDE6;
  font-size: var(--text-sm);
  transition: border-color var(--transition-interactive);
}
.newsletter-input input::placeholder { color: rgba(250, 247, 242, 0.4); }
.newsletter-input input:focus {
  outline: none;
  border-color: #D4A24A;
}

.social-links {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-4);
}
.social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(250, 247, 242, 0.2);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250, 247, 242, 0.6);
  transition: border-color var(--transition-interactive), color var(--transition-interactive);
}
.social-links a:hover {
  border-color: #D4A24A;
  color: #D4A24A;
}

.footer-bottom {
  max-width: var(--content-wide);
  margin: 0 auto;
  padding-top: var(--space-8);
  border-top: 1px solid rgba(250, 247, 242, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  font-size: var(--text-xs);
  color: rgba(250, 247, 242, 0.4);
}
.footer-bottom a {
  color: rgba(250, 247, 242, 0.4);
  text-decoration: none;
  transition: color var(--transition-interactive);
}
.footer-bottom a:hover { color: #D4A24A; }

/* ============================================
   CONFIRMATION / SUCCESS MESSAGES
   ============================================ */
.confirmation {
  text-align: center;
  padding: var(--space-12) var(--space-4);
}

.confirmation-icon {
  width: 64px;
  height: 64px;
  background: oklch(from var(--color-success) l c h / 0.12);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-6);
  color: var(--color-success);
}

.confirmation h2 {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  margin-bottom: var(--space-3);
}

.confirmation p {
  color: var(--color-text-muted);
  margin: 0 auto var(--space-2);
}

.ref-number {
  font-family: var(--font-body);
  font-weight: 700;
  color: var(--color-gold);
  font-size: var(--text-lg);
}

/* ============================================
   WHATSAPP FLOATING BUTTON
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: var(--space-6);
  right: var(--space-6);
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 900;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform var(--transition-interactive), box-shadow var(--transition-interactive);
  text-decoration: none;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
  color: #fff;
}
.whatsapp-float svg { width: 28px; height: 28px; }

/* ============================================
   TRUST BADGES
   ============================================ */
.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-6);
  padding: var(--space-6) var(--space-4);
  background: linear-gradient(180deg, #FAF7F2 0%, #F2EDE6 100%);
  color: #001008;
  border-top: 1px solid rgba(166, 116, 32, 0.2);
  border-bottom: 1px solid rgba(166, 116, 32, 0.2);
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}
.trust-badge svg {
  width: 14px;
  height: 14px;
  color: #D4A24A;
  flex-shrink: 0;
}
.trust-badge span {
  color: #001008;
}

/* ============================================
   BEFORE/AFTER GALLERY
   ============================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  gap: var(--space-6);
}
.gallery-card {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(0, 16, 8, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: center;
  padding: var(--space-8) var(--space-6);
  transition: border-color var(--transition-interactive);
}
.gallery-card:hover {
  border-color: rgba(222, 129, 34, 0.3);
}
.gallery-placeholder {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-4);
  border-radius: var(--radius-full);
  background: rgba(0, 16, 8, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0E3F31;
}
.gallery-card h4 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: #000000;
  margin-bottom: var(--space-2);
  font-weight: 400;
}
.gallery-card p {
  font-size: var(--text-sm);
  color: #0E3F31;
  line-height: 1.6;
}

/* ============================================
   REVIEWS SECTION
   ============================================ */
.reviews-highlight {
  text-align: center;
  margin-bottom: var(--space-10);
}
.reviews-stars {
  font-size: var(--text-2xl);
  color: var(--color-gold);
  margin-bottom: var(--space-2);
  letter-spacing: 0.1em;
}
.reviews-rating {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: var(--color-text);
  margin-bottom: var(--space-1);
}
.reviews-count {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}
.reviews-cta {
  text-align: center;
  margin-top: var(--space-8);
}
.reviews-cta a {
  font-size: var(--text-sm);
  color: var(--color-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============================================
   DR PHOTO PLACEHOLDER
   ============================================ */
.dr-photo-wrapper {
  text-align: center;
  margin-bottom: var(--space-8);
}
.dr-photo {
  width: 180px;
  height: 180px;
  border-radius: var(--radius-full);
  overflow: hidden;
  border: 2px solid rgba(212, 162, 74, 0.4);
  margin: 0 auto var(--space-4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.dr-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dr-photo-placeholder {
  width: 160px;
  height: 160px;
  border-radius: var(--radius-full);
  border: 3px solid rgba(0, 16, 8, 0.3);
  margin: 0 auto var(--space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  color: #0E3F31;
}
.dr-name {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: #000000;
  margin-bottom: var(--space-1);
}
.dr-credentials {
  font-size: var(--text-xs);
  color: #0E3F31;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2);
  margin-bottom: var(--space-8);
}
.faq-cat-btn {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: var(--space-2) var(--space-5);
  border-radius: var(--radius-full);
  border: 1px solid rgba(245, 240, 232, 0.25);
  background: transparent;
  color: rgba(245, 240, 232, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-cat-btn:hover {
  border-color: rgba(245, 240, 232, 0.5);
  color: #F5F0E8;
}
.faq-cat-btn.active {
  background: rgba(245, 240, 232, 0.12);
  border-color: rgba(212, 162, 74, 0.5);
  color: #F5F0E8;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid rgba(245, 240, 232, 0.1);
}
.faq-item:first-child {
  border-top: 1px solid rgba(245, 240, 232, 0.1);
}
.faq-item.hidden {
  display: none;
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5) 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 600;
  color: #F5F0E8;
  letter-spacing: 0.01em;
  transition: color 0.3s ease;
}
.faq-question:hover {
  color: #D4A24A;
}
.faq-chevron {
  flex-shrink: 0;
  color: rgba(245, 240, 232, 0.4);
  transition: transform 0.35s ease, color 0.3s ease;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: #D4A24A;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0 0 0;
}
.faq-item.open .faq-answer {
  max-height: 500px;
  padding-bottom: var(--space-6);
}
.faq-answer p {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: rgba(245, 240, 232, 0.8);
  line-height: 1.7;
  margin: 0;
}

/* FAQ structured data hint for SEO */
.faq-list[itemscope] .faq-item[itemprop="mainEntity"] .faq-question span {
  display: block;
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.fade-in {
  opacity: 1;
}

@supports (animation-timeline: scroll()) {
  .fade-in {
    opacity: 0;
    animation: reveal-fade linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 100%;
  }
}

@keyframes reveal-fade {
  to { opacity: 1; }
}

.reveal-up {
  opacity: 1;
}

@supports (animation-timeline: scroll()) {
  .reveal-up {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
    animation: reveal-clip linear both;
    animation-timeline: view();
    animation-range: entry 0% entry 80%;
  }
}

@keyframes reveal-clip {
  to { clip-path: inset(0 0 0 0); opacity: 1; }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-center { text-align: center; }
.text-gold { color: var(--color-gold); }
.text-pink { color: var(--color-pink); }
.mt-auto { margin-top: auto; }

/* ============================================
   LUXURY METALLIC GOLD TEXT
   Polished warm metallic gradient matching
   the "LUXURY" reference image texture.
   Deep bronze edges → bright gold centre → warm highlight band
   ============================================ */
.gold-metallic {
  background: linear-gradient(
    160deg,
    #A67420 0%, #BF8A30 8%, #D4A24A 18%,
    #F2D06B 30%, #FBE7A0 42%, #FFFADF 50%,
    #FBE7A0 58%, #F2D06B 70%, #D4A24A 82%,
    #BF8A30 92%, #A67420 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F8C868;
}

/* Variant with horizontal shine sweep for hero-scale text */
.gold-metallic-hero {
  background: linear-gradient(
    160deg,
    #A67420 0%,
    #BF8A30 8%,
    #D4A24A 18%,
    #F2D06B 30%,
    #FBE7A0 42%,
    #FFFADF 50%,
    #FBE7A0 58%,
    #F2D06B 70%,
    #D4A24A 82%,
    #BF8A30 92%,
    #A67420 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F8C868;
}

/* Hide sections */
.view { display: none; }
.view.active { display: block; }
.hero.view.active { display: flex; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .logo-text {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
  }
  .logo-subtext {
    font-size: 0.4rem;
    letter-spacing: 0.3em;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .hero-brand-zone {
    padding: var(--space-10) var(--space-4) var(--space-4);
  }
  
  .hero .hero-brand {
    letter-spacing: 0.15em;
  }
  
  .hero-services {
    grid-template-columns: 1fr;
    width: 90%;
    gap: var(--space-3);
  }
  
  .service-card {
    flex-direction: row;
    text-align: left;
    padding: var(--space-4);
    gap: var(--space-4);
  }
  
  .service-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  
  .service-title {
    font-size: var(--text-sm);
  }
  
  .service-cta {
    margin-top: 0;
    margin-left: auto;
  }
  .checkout-steps {
    flex-wrap: wrap;
  }
}

/* ============================================
   DR MONOGRAM (elegant intentional placeholder)
   ============================================ */
.dr-monogram {
  width: 100px;
  height: 100px;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(245, 240, 232, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.08);
  margin: 0 auto var(--space-4);
}
.dr-monogram-text {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  color: #F5F0E8;
  letter-spacing: 0.15em;
  font-weight: 300;
}

/* ============================================
   SOFTER SECTION TRANSITIONS
   ============================================ */
.section-pink::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(0,16,8,0.15));
  pointer-events: none;
  z-index: 1;
}
.section-dark::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(185,125,137,0.1));
  pointer-events: none;
  z-index: 1;
}

/* ============================================
   TREATMENT CARD ACCENT LINE
   ============================================ */
.treatment-accent {
  width: 30px;
  height: 1.5px;
  background: linear-gradient(90deg, #D4A24A, #F8C868);
  margin-bottom: var(--space-3);
  opacity: 0.7;
}
