@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --black: #050505;
  --cream: #f7efe3;
  --soft: #fffaf2;
  --gold: #d5a642;
  --gold-light: #fff2ad;
  --gold-dark: #8b651f;
  --bronze: #5a3b10;
  --text: #241c13;
  --muted: #746b5f;
  --line: rgba(213, 166, 66, 0.28);
  --shadow: 0 28px 80px rgba(38, 27, 10, 0.13);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 78% 18%, rgba(213, 166, 66, 0.14), transparent 26%),
    linear-gradient(180deg, #fff8eb 0%, #f5ead8 52%, #efe1cc 100%);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

img,
svg {
  max-width: 100%;
  display: block;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

p {
  color: var(--muted);
  line-height: 1.9;
  font-size: 16px;
}

.site-header {
  height: 84px;
  background: linear-gradient(90deg, #020202, #090704 52%, #020202);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7%;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(213, 166, 66, 0.25);
}

.logo img {
  width: 220px;
  filter: drop-shadow(0 0 12px rgba(213, 166, 66, 0.22));
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

nav a,
.cart-pill {
  color: #f7efe3;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

nav a {
  position: relative;
  transition: color 0.25s ease;
}

nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #fff2ad, #d5a642, transparent);
  transform: translateX(-50%);
  opacity: 0;
  transition: width 0.35s ease, opacity 0.35s ease;
}

nav a:hover,
nav a.active {
  color: #f7efe3 !important;
}

nav a:hover::after,
nav a.active::after {
  width: 100%;
  opacity: 1;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff2ad 0%, #d5a642 58%, #9f721f 100%);
  color: #050505 !important;
  box-shadow: 0 10px 28px rgba(213, 166, 66, 0.28);
}

nav .nav-cta::after,
nav .cart-pill::after {
  display: none !important;
}

.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-light);
  font-weight: 900;
  transition: transform 0.25s ease, color 0.25s ease;
}

.cart-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(213, 166, 66, 0.35));
}

.cart-icon svg,
.social-links svg,
.footer-whatsapp svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.cart-pill:hover {
  color: #fff2ad;
  transform: translateY(-2px);
}

.cart-pill:hover .cart-icon {
  filter: drop-shadow(0 0 12px rgba(255, 224, 138, 0.55));
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  color: var(--gold);
  font-size: 32px;
  cursor: pointer;
}

/* Buttons */

.btn {
  appearance: none;
  border: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
  white-space: nowrap;
}

.btn.gold,
.nav-cta,
button.btn.gold,
a.btn.gold {
  position: relative;
  isolation: isolate;
  overflow: hidden !important;
  background: #d5a642 !important;
  background-image: linear-gradient(90deg, #ffe884 0%, #eac85f 42%, #d5a642 100%) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(165, 111, 25, 0.18) !important;
  color: #060504 !important;
  outline: 1px solid rgba(255, 236, 164, 0.45) !important;
  outline-offset: -1px !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  -webkit-font-smoothing: antialiased;
}

.btn.gold::after,
.nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.45) 42%, transparent 72%);
  transform: translateX(-130%) skewX(-18deg);
  transition: transform 0.65s ease;
}

.btn.gold:hover,
.nav-cta:hover {
  transform: translateY(-3px) scale(1.035) !important;
  background-image: linear-gradient(90deg, #fff0a3 0%, #edcc63 45%, #c79326 100%) !important;
  box-shadow:
    0 16px 36px rgba(213, 166, 66, 0.34),
    0 0 18px rgba(255, 224, 138, 0.22) !important;
  filter: saturate(1.08);
}

.btn.gold:hover::after,
.nav-cta:hover::after {
  transform: translateX(130%) skewX(-18deg);
}

.btn.outline {
  color: var(--gold-light);
  border: 1px solid rgba(255, 224, 138, 0.55);
  background: rgba(5, 5, 5, 0.25);
}

.btn.outline:hover {
  transform: translateY(-3px);
  background: rgba(213, 166, 66, 0.12);
  box-shadow: 0 14px 34px rgba(213, 166, 66, 0.14);
}

.btn.dark {
  background: #050505;
  color: #fff6e8;
}

.block {
  width: 100%;
}

/* Core layout */

.kicker {
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 22px;
}

.hero .kicker,
.page-hero .kicker,
.luxury-cta .kicker,
.about-luxury-hero .kicker,
.services-hero .kicker,
.contact-hero .kicker,
.booking-hero .kicker,
.treatment-detail-hero .kicker,
.philosophy-section .kicker {
  color: var(--gold-light);
}

.section {
  padding: 92px 7%;
  max-width: 1320px;
  margin: auto;
}

.section h1,
.section h2 {
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.95;
  margin-bottom: 26px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.center-heading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading::after {
  content: "";
  display: block;
  width: 88px;
  height: 1px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.grid {
  display: grid;
  gap: 36px;
}

.two {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

.four {
  grid-template-columns: repeat(4, 1fr);
}

.gold-trim {
  position: absolute;
  left: 28px;
  right: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #fff6c2 8%,
    #e7c55f 28%,
    #d5a642 55%,
    #8b651f 92%,
    transparent 100%
  );
  z-index: 4;
}

.gold-trim.top {
  top: 24px;
}

.gold-trim.bottom {
  bottom: 24px;
}

/* Home */

.hero {
  min-height: calc(92vh - 84px);
  background:
    radial-gradient(circle at center, rgba(213, 166, 66, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.82)),
    url("https://drmossaesthetics.co.za/gallery_gen/f73687694651c976b794fc4be66008e1_600x472_0x0_636x473_crop.png?ts=1776004007") center/cover;
  display: grid;
  place-items: center;
  padding: 90px 7%;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(213, 166, 66, 0.34);
}

.hero-panel {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
  padding: 58px 44px;
  background: rgba(5, 5, 5, 0.28);
  border-top: 1px solid rgba(213, 166, 66, 0.28);
  border-bottom: 1px solid rgba(213, 166, 66, 0.28);
}

.hero h1,
.page-hero h1,
.luxury-cta h2,
.hero-panel h1,
.about-hero-panel h1,
.services-hero h1,
.contact-hero h1,
.booking-hero h1,
.treatment-detail-hero h1,
.philosophy-inner h2,
.services-feature-cta h2 {
  background: linear-gradient(135deg, #fff2af, #d5a642 48%, #8b651f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero h1 {
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.9;
  margin-bottom: 28px;
}

.hero p {
  color: #f7efe3;
  line-height: 1.8;
  margin-bottom: 30px;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.welcome-section {
  max-width: 1120px;
  gap: 72px;
}

.portrait,
.doctor-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(213, 166, 66, 0.35);
  box-shadow: 0 30px 80px rgba(38, 27, 10, 0.16), 20px 20px 0 rgba(213, 166, 66, 0.08);
}

.luxury-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(213, 166, 66, 0.12), transparent 30%),
    linear-gradient(135deg, #020202, #090704 52%, #020202);
  border-top: 1px solid rgba(213, 166, 66, 0.32);
  border-bottom: 1px solid rgba(213, 166, 66, 0.32);
  padding: 76px 7%;
  text-align: center;
}

.luxury-cta h2 {
  max-width: 1000px;
  margin: 0 auto 28px;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 0.95;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.luxury-treatment-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: stretch;
}

.luxury-treatment-card,
.why-card,
.about-value-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(213, 166, 66, 0.22);
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  box-shadow: var(--shadow);
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.luxury-treatment-card {
  min-height: 620px;
  padding: 42px 24px 58px;
  display: flex;
  flex-direction: column;
}

.luxury-treatment-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 22px;
  transition: transform 0.8s ease, filter 0.6s ease;
}

.luxury-treatment-card:hover,
.why-card:hover,
.about-value-card:hover,
.timeline article:hover,
.about-stat-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213, 166, 66, 0.42);
  box-shadow:
    0 28px 80px rgba(38, 27, 10, 0.16),
    0 0 24px rgba(213, 166, 66, 0.10);
}

.luxury-treatment-card:hover img {
  transform: scale(1.05);
}

.luxury-treatment-content {
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.treatment-number,
.service-category-number {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.28em;
  margin-bottom: 16px;
}

.luxury-treatment-content h3 {
  font-size: 35px;
  line-height: 0.95;
  margin-bottom: 18px;
}

.luxury-treatment-content p {
  margin-bottom: 22px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
}

.pill-list span {
  border: 1px solid rgba(213, 166, 66, 0.32);
  background: rgba(255, 255, 255, 0.72);
  color: var(--bronze);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 900;
}

.luxury-treatment-content .btn {
  margin-top: auto;
  align-self: flex-start;
}

.why-section {
  max-width: 1120px;
}

.why-card,
.about-value-card {
  text-align: center;
  min-height: 440px;
  padding: 58px 34px;
}

.why-icon {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  margin: 16px auto 26px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff0a6, #d5a642, #8b651f);
  color: #050505;
  font-size: 50px;
  font-family: Georgia, serif;
}

.why-card h3,
.about-value-card h3 {
  color: var(--gold-dark);
  font-size: 32px;
  line-height: 1;
  margin-bottom: 16px;
}

/* Shared page hero */

.page-hero {
  min-height: 54vh;
  padding: 120px 7%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(213, 166, 66, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.86), rgba(18, 12, 5, 0.84)),
    url("https://drmossaesthetics.co.za/gallery_gen/f73687694651c976b794fc4be66008e1_600x472_0x0_636x473_crop.png?ts=1776004007") center/cover;
}

.page-hero h1 {
  max-width: 1000px;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.9;
  margin-bottom: 24px;
}

.page-hero p {
  max-width: 720px;
  color: #f7efe3;
  line-height: 1.8;
}

/* About page */

.about-luxury-hero {
  min-height: calc(86vh - 84px);
  padding: 90px 7%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(213, 166, 66, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(12, 8, 4, 0.7), rgba(0, 0, 0, 0.9)),
    url("https://images.unsplash.com/photo-1515377905703-c4788e51af15?q=80&w=1600&auto=format&fit=crop") center/cover;
  position: relative;
}

.about-hero-frame {
  width: min(1120px, 100%);
  border: 1px solid rgba(213, 166, 66, 0.34);
  padding: 34px;
}

.about-hero-panel {
  max-width: 820px;
  margin: auto;
  text-align: center;
  padding: 64px 44px;
  background: rgba(5, 5, 5, 0.34);
  border-top: 1px solid rgba(213, 166, 66, 0.28);
  border-bottom: 1px solid rgba(213, 166, 66, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.about-hero-panel h1 {
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.9;
  margin-bottom: 26px;
}

.about-hero-panel p {
  color: #f7efe3;
  line-height: 1.8;
  margin-bottom: 30px;
}

.founder-section {
  max-width: 1320px;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
}

.founder-image-frame {
  position: relative;
  padding: 28px;
  border-radius: 36px;
  background: linear-gradient(180deg, #fffdf8, #fff7eb);
  border: 1px solid rgba(213, 166, 66, 0.24);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.founder-image-frame::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(213, 166, 66, 0.18);
  border-radius: 28px;
  pointer-events: none;
}

.founder-image {
  width: 100%;
  height: 760px;
  object-fit: cover;
  border-radius: 28px;
  transition: transform 0.8s ease;
}

.founder-image-frame:hover .founder-image {
  transform: scale(1.04);
}

.founder-floating-card {
  position: absolute;
  left: 54px;
  bottom: 54px;
  max-width: 340px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(213, 166, 66, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.founder-floating-card span {
  display: block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.24em;
  margin-bottom: 10px;
}

.founder-floating-card strong {
  color: #fff4d6;
  line-height: 1.4;
}

.founder-content h2 {
  font-size: clamp(58px, 6vw, 92px);
  line-height: 0.88;
  margin-bottom: 26px;
}

.founder-content h2 span {
  display: block;
}

.founder-content p {
  max-width: 620px;
  line-height: 1.95;
  margin-bottom: 24px;
}

.founder-line {
  width: 120px;
  height: 2px;
  margin-bottom: 34px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.luxury-founder-quote {
  margin: 38px 0;
  padding-left: 28px;
  border-left: 2px solid var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  line-height: 1.05;
  color: var(--gold-dark);
}

.founder-actions {
  justify-content: flex-start;
}

.founder-actions .btn.outline {
  background: rgba(5, 5, 5, 0.88) !important;
  color: #fff2ad !important;
  border: 1px solid rgba(213, 166, 66, 0.65) !important;
  box-shadow: 0 12px 28px rgba(38, 27, 10, 0.14) !important;
}

.founder-actions .btn.outline:hover {
  background: linear-gradient(135deg, #fff2ad, #d5a642) !important;
  color: #050505 !important;
  border-color: rgba(255, 236, 164, 0.9) !important;
}

.timeline {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.timeline article {
  position: relative;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
  padding: 30px 34px;
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.timeline article span {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 12px;
}

.timeline article h3 {
  font-size: 34px;
  margin: 10px 0;
  color: var(--gold-dark);
}

.philosophy-section {
  position: relative;
  overflow: hidden;
  padding: 110px 7%;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(213, 166, 66, 0.14), transparent 32%),
    linear-gradient(135deg, #020202, #100b05 52%, #020202);
  border-top: 1px solid rgba(213, 166, 66, 0.32);
  border-bottom: 1px solid rgba(213, 166, 66, 0.32);
}

.philosophy-inner {
  max-width: 980px;
  margin: auto;
}

.philosophy-inner h2 {
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.92;
  margin-bottom: 28px;
}

.philosophy-inner p {
  color: #d9cdbb;
  line-height: 1.9;
  font-size: 17px;
}

.values-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.about-value-card {
  min-height: 390px;
  padding: 52px 28px;
}

.about-stat-card {
  text-align: center;
  border-radius: 30px;
  padding: 44px 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.about-stat-card h3 {
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;
  color: var(--gold-dark);
  margin-bottom: 12px;
}

.about-stat-card p {
  color: var(--muted);
  font-weight: 700;
}

/* Services page */

.services-hero {
  min-height: calc(78vh - 84px);
  padding: 90px 7%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(213, 166, 66, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(10, 7, 3, 0.68), rgba(0, 0, 0, 0.9)),
    url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?q=80&w=1800&auto=format&fit=crop") center/cover;
}

.services-hero-panel,
.contact-hero-panel,
.booking-hero-panel,
.treatment-detail-hero-panel {
  max-width: 900px;
  padding: 64px 44px;
  background: rgba(5, 5, 5, 0.34);
  border-top: 1px solid rgba(213, 166, 66, 0.3);
  border-bottom: 1px solid rgba(213, 166, 66, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.services-hero h1,
.contact-hero h1,
.booking-hero h1 {
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.9;
  margin-bottom: 28px;
}

.services-hero p,
.contact-hero p,
.booking-hero p {
  color: #f7efe3;
  line-height: 1.8;
  margin-bottom: 30px;
}

.service-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.service-category-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 56px 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  border: 1px solid rgba(213, 166, 66, 0.24);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.service-category-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213, 166, 66, 0.48);
  box-shadow:
    0 28px 80px rgba(38, 27, 10, 0.16),
    0 0 24px rgba(213, 166, 66, 0.12);
}

.service-category-card h3 {
  font-size: 36px;
  line-height: 0.95;
  margin-bottom: 20px;
}

.service-category-card p {
  margin-bottom: 26px;
}

.service-category-card .pill-list {
  margin-top: auto;
}

.individual-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: stretch;
}

.individual-service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 660px !important;
  border-radius: 32px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  border: 1px solid rgba(213, 166, 66, 0.24);
  box-shadow: var(--shadow);
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.individual-service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213, 166, 66, 0.48);
  box-shadow:
    0 30px 86px rgba(38, 27, 10, 0.16),
    0 0 24px rgba(213, 166, 66, 0.10);
}

.individual-service-card .gold-trim.top {
  display: none;
}

.individual-service-card .gold-trim.bottom {
  bottom: 18px;
  left: 22px;
  right: 22px;
}

.individual-service-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
  padding: 18px 18px 0;
  background: linear-gradient(180deg, #fffdf8 0%, #fff8ec 100%);
  border-bottom: none;
}

.individual-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
  border: 1px solid rgba(213, 166, 66, 0.14);
  border-bottom: none;
  transition: transform 0.75s ease, filter 0.45s ease;
}

.individual-service-image::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 166, 66, 0.42), transparent);
}

.individual-service-card:hover .individual-service-image img {
  transform: scale(1.06);
  filter: brightness(1.03);
}

.individual-service-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 24px 58px;
}

.individual-service-body > span:first-child {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
  margin-bottom: 12px;
}

.individual-service-body small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-bottom: 18px;
}

.individual-service-card h3 {
  min-height: 74px;
  color: var(--gold-dark);
  font-size: 26px;
  line-height: 1.02;
  margin-bottom: 16px;
}

.individual-service-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.best-for {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(213, 166, 66, 0.18);
  min-height: 108px;
}

.best-for strong {
  display: block;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.best-for em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
}

.service-detail-btn {
  margin-top: 20px;
  align-self: flex-start;
  min-width: 168px;
  min-height: 44px;
  padding: 0 22px;
  font-size: 12px;
}

.treatment-visuals-section {
  max-width: 1360px;
}

.treatment-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: stretch;
}

.treatment-visual-card {
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.treatment-visual-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213, 166, 66, 0.48);
  box-shadow:
    0 30px 86px rgba(38, 27, 10, 0.16),
    0 0 24px rgba(213, 166, 66, 0.12);
}

.treatment-visual-image {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #050505;
}

.treatment-visual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.5s ease;
}

.treatment-visual-card:hover .treatment-visual-image img {
  transform: scale(1.06);
  filter: brightness(1.04);
}

.treatment-visual-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(5, 5, 5, 0.58)),
    radial-gradient(circle at top right, rgba(213, 166, 66, 0.16), transparent 38%);
}

.treatment-visual-image span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(213, 166, 66, 0.42);
  color: #fff2ad;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.treatment-visual-content {
  padding: 34px 30px 36px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.treatment-visual-content h3 {
  min-height: 86px;
  font-size: 36px;
  line-height: 0.95;
  color: var(--gold-dark);
  margin-bottom: 16px;
}

.treatment-visual-content p {
  flex: 1;
  margin-bottom: 26px;
}

.treatment-visual-content .btn {
  margin-top: auto;
  align-self: flex-start;
}

.services-feature-cta {
  margin: 0;
  padding: 86px 7%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: center;
  background:
    radial-gradient(circle at 32% 50%, rgba(213, 166, 66, 0.14), transparent 30%),
    linear-gradient(135deg, #020202, #090704 52%, #020202);
  border-top: 1px solid rgba(213, 166, 66, 0.32);
  border-bottom: 1px solid rgba(213, 166, 66, 0.32);
}

.services-feature-cta h2 {
  max-width: 900px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.95;
  margin-bottom: 22px;
}

.services-feature-cta p {
  max-width: 760px;
  color: #d9cdbb;
  line-height: 1.8;
}

/* Contact + Booking */

.contact-hero,
.booking-hero {
  min-height: calc(70vh - 84px);
  padding: 90px 7%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(213, 166, 66, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(10, 7, 3, 0.7), rgba(0, 0, 0, 0.9)),
    url("https://images.unsplash.com/photo-1600334129128-685c5582fd35?q=80&w=1800&auto=format&fit=crop") center/cover;
}

.booking-hero {
  min-height: calc(72vh - 84px);
}

.consultation-section,
.booking-section {
  max-width: 1360px;
}

.consultation-grid,
.booking-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.consultation-info h2,
.booking-intro h2 {
  font-size: clamp(48px, 5vw, 78px);
  line-height: 0.95;
  margin-bottom: 26px;
}

.contact-luxury-card,
.consultation-form,
.booking-expect-card,
.booking-form-card {
  border-radius: 34px;
  background: linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
}

.contact-luxury-card {
  margin-top: 36px;
  padding: 34px;
}

.contact-luxury-card h3,
.booking-expect-card h3,
.form-header h3 {
  color: var(--gold-dark);
  font-size: 36px;
  margin-bottom: 24px;
}

.consultation-form,
.booking-form-card {
  padding: 42px;
}

.form-row,
.booking-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

input,
select,
textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(213, 166, 66, 0.34);
  background: rgba(255, 255, 255, 0.92);
  font: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

textarea {
  margin-bottom: 22px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(213, 166, 66, 0.75);
  box-shadow: 0 0 0 4px rgba(213, 166, 66, 0.12);
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(213, 166, 66, 0.55);
}

input::placeholder,
textarea::placeholder {
  color: rgba(116, 107, 95, 0.72);
}

.form-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.consultation-form .btn.gold,
.booking-form-card .btn.gold {
  width: 100%;
  min-height: 52px;
}

.booking-expect-card {
  margin-top: 38px;
  padding: 34px;
}

.expect-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(213, 166, 66, 0.18);
}

.expect-item span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff2ad, #d5a642);
  color: #050505;
  font-size: 12px;
  font-weight: 900;
}

.expect-item strong {
  color: var(--text);
}

.expect-item p {
  margin-top: 6px;
  font-size: 14px;
}

/* Shop */

.shop-controls {
  display: flex;
  gap: 18px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.shop-controls input {
  flex: 1 1 300px;
}

.shop-controls select {
  flex: 0 1 260px;
}

.card {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(213, 166, 66, 0.30);
  box-shadow: var(--shadow);
  padding: 34px;
}

.product {
  display: flex;
  flex-direction: column;
  min-height: 380px;
}

.product-art {
  height: 150px;
  background:
    radial-gradient(circle, rgba(255, 224, 138, 0.22), transparent 38%),
    linear-gradient(135deg, #050505, #171009);
  color: var(--gold-light);
  display: grid;
  place-items: center;
  border-radius: 22px;
  font-size: 42px;
  font-family: "Cormorant Garamond", Georgia, serif;
  margin-bottom: 22px;
}

.price {
  margin-top: auto;
  padding-top: 16px;
  color: var(--gold-dark);
  font-size: 22px;
  font-weight: 900;
}

.product .btn {
  margin-top: 20px;
}

/* Treatment detail pages */

.upgraded-treatment-hero {
  min-height: calc(84vh - 84px);
  padding: 90px 7%;
  display: grid;
  place-items: center;
  text-align: left;
  background:
    radial-gradient(circle at 28% 45%, rgba(213, 166, 66, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(8, 5, 2, 0.74), rgba(0, 0, 0, 0.9)),
    var(--treatmentHeroImage) center/cover;
}

.treatment-hero-inner {
  width: min(1320px, 100%);
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  gap: 54px;
  align-items: stretch;
}

.upgraded-hero-panel {
  max-width: none;
  text-align: left;
  padding: 62px 48px;
  background: rgba(5, 5, 5, 0.38);
  border: 1px solid rgba(213, 166, 66, 0.24);
  border-top: 1px solid rgba(213, 166, 66, 0.34);
  border-bottom: 1px solid rgba(213, 166, 66, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.treatment-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  color: #d9cdbb;
  font-size: 12px;
  font-weight: 800;
}

.treatment-breadcrumb a {
  color: #fff2ad;
  text-decoration: none;
}

.treatment-breadcrumb span {
  color: rgba(213, 166, 66, 0.55);
}

.treatment-breadcrumb strong {
  color: #f7efe3;
}

.upgraded-hero-panel h1 {
  max-width: 850px;
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.9;
  margin-bottom: 28px;
}

.upgraded-hero-panel p {
  max-width: 760px;
  color: #f7efe3;
  line-height: 1.85;
  margin-bottom: 30px;
}

.treatment-quick-card {
  position: relative;
  overflow: hidden;
  padding: 54px 36px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(213, 166, 66, 0.18), transparent 38%),
    linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213, 166, 66, 0.32);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.28);
  align-self: stretch;
}

.quick-fact {
  padding: 22px 0;
  border-top: 1px solid rgba(213, 166, 66, 0.18);
}

.quick-fact strong {
  display: block;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.quick-fact span {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.treatment-quick-card .btn {
  margin-top: 24px;
}

.upgraded-treatment-intro {
  max-width: 1320px;
}

.treatment-detail-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 82px;
  align-items: center;
}

.treatment-detail-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 28px;
  background: linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
}

.treatment-detail-image-card::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #fff6c2, #d5a642, #8b651f, transparent);
}

.treatment-detail-image-card img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 28px;
}

.treatment-detail-copy h2,
.treatment-process-grid h2,
.aftercare-card h2 {
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.95;
  margin-bottom: 24px;
}

.treatment-detail-copy p + p {
  margin-top: 18px;
}

.detail-highlight-card {
  margin: 32px 0;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
}

.detail-highlight-card strong {
  display: block;
  color: var(--gold-dark);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.detail-highlight-card p {
  margin: 0;
}

.detail-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  align-items: stretch;
}

.detail-mini-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 32px 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.detail-mini-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.detail-mini-card:hover {
  transform: translateY(-8px);
  border-color: rgba(213, 166, 66, 0.48);
  box-shadow:
    0 26px 70px rgba(38, 27, 10, 0.16),
    0 0 20px rgba(213, 166, 66, 0.10);
}

.detail-mini-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
}

.detail-mini-card h3 {
  margin-top: 22px;
  color: var(--gold-dark);
  font-size: 30px;
  line-height: 1;
}

.treatment-process-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.process-intro {
  position: sticky;
  top: 120px;
}

.process-list {
  display: grid;
  gap: 18px;
}

.process-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(213, 166, 66, 0.26);
  box-shadow: var(--shadow);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.process-list article:hover {
  transform: translateX(8px);
  border-color: rgba(213, 166, 66, 0.48);
  box-shadow:
    0 22px 60px rgba(38, 27, 10, 0.14),
    0 0 18px rgba(213, 166, 66, 0.08);
}

.process-list article span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff2ad, #d5a642);
  color: #050505;
  font-size: 12px;
  font-weight: 900;
}

.process-list article p {
  margin: 0;
}

.aftercare-card {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  margin: auto;
  text-align: center;
  padding: 54px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(213, 166, 66, 0.14), transparent 36%),
    linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
}

.aftercare-card::before,
.aftercare-card::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.aftercare-card::before {
  top: 28px;
}

.aftercare-card::after {
  bottom: 28px;
}

.treatment-navigation-section {
  max-width: 1320px;
  padding-top: 30px;
}

.treatment-nav-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: stretch;
}

.treatment-nav-card,
.treatment-nav-center {
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.treatment-nav-card {
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(213, 166, 66, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdf8, #fff7e9);
}

.treatment-nav-card small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-bottom: 14px;
}

.treatment-nav-card strong {
  display: block;
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.treatment-nav-card.previous {
  text-align: left;
}

.treatment-nav-card.next {
  text-align: right;
}

.treatment-nav-center {
  min-width: 220px;
  display: grid;
  place-items: center;
  padding: 0 28px;
  background: linear-gradient(135deg, #050505, #140e07);
  color: #fff2ad;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.treatment-nav-card:hover,
.treatment-nav-center:hover {
  transform: translateY(-6px);
  border-color: rgba(213, 166, 66, 0.5);
  box-shadow:
    0 28px 80px rgba(38, 27, 10, 0.16),
    0 0 22px rgba(213, 166, 66, 0.10);
}

.related-treatments-section {
  max-width: 1320px;
}

.related-treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.related-treatment-card {
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213, 166, 66, 0.28);
  box-shadow: var(--shadow);
  transition:
    transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.related-treatment-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213, 166, 66, 0.48);
  box-shadow:
    0 30px 86px rgba(38, 27, 10, 0.16),
    0 0 24px rgba(213, 166, 66, 0.10);
}

.related-treatment-image {
  height: 260px;
  overflow: hidden;
}

.related-treatment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease, filter 0.45s ease;
}

.related-treatment-card:hover .related-treatment-image img {
  transform: scale(1.06);
  filter: brightness(1.04);
}

.related-treatment-content {
  padding: 34px 30px 38px;
}

.related-treatment-content h3 {
  color: var(--gold-dark);
  font-size: 36px;
  line-height: 0.95;
  margin-bottom: 16px;
}

.related-treatment-content p {
  margin-bottom: 26px;
}

/* Cart + footer */

.cart-drawer {
  position: fixed;
  top: 0;
  right: -430px;
  width: min(420px, 100%);
  height: 100vh;
  background: linear-gradient(180deg, #fffaf2, #f4ead9);
  z-index: 9999;
  transition: right 0.3s ease;
  padding: 30px;
  box-shadow: -20px 0 70px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.cart-drawer.open {
  right: 0;
}

.cart-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.cart-head h3 {
  font-size: 34px;
}

.cart-head button {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: var(--black);
  color: var(--gold);
  font-size: 24px;
  cursor: pointer;
}

.cart-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(213, 166, 66, 0.22);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  margin: 28px 0;
}

footer {
  background: linear-gradient(135deg, #020202, #090704 48%, #020202);
  color: white;
  padding: 86px 7% 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  border-top: 1px solid rgba(213, 166, 66, 0.34);
}

footer h3 {
  color: var(--gold-light);
  font-size: 26px;
  margin-bottom: 16px;
}

footer p {
  color: #d9cdbb;
  line-height: 1.8;
}

.social-links {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.social-links a,
.footer-whatsapp {
  gap: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 166, 66, 0.42);
  color: var(--gold-light);
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
  background: rgba(213, 166, 66, 0.03);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.footer-whatsapp {
  margin-top: 24px;
}

.social-links a svg,
.footer-whatsapp svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(213, 166, 66, 0.32));
  transition: transform 0.25s ease, filter 0.25s ease, color 0.25s ease;
}

.social-links a:hover,
.footer-whatsapp:hover {
  background: rgba(213, 166, 66, 0.12);
  color: #fff2ad;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(213, 166, 66, 0.18);
}

.social-links a:hover svg,
.footer-whatsapp:hover svg {
  color: #fff2ad;
  transform: scale(1.12) rotate(-4deg);
  filter: drop-shadow(0 0 14px rgba(255, 224, 138, 0.58));
}

.copyright {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(213, 166, 66, 0.18);
  padding-top: 28px;
  color: #b8aa96;
}

.floating-whatsapp {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 9998;
  background: linear-gradient(135deg, #35d96b, #128c4a);
  color: white;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(18, 140, 74, 0.34);
}

/* Responsive */

@media (max-width: 1250px) {
  .individual-service-grid,
  .four {
    grid-template-columns: repeat(3, 1fr);
  }

  .detail-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .three,
  .luxury-treatment-grid,
  .why-grid,
  .service-category-grid,
  .treatment-visual-grid,
  .related-treatment-grid {
    grid-template-columns: 1fr;
  }

  .values-grid,
  .stats-grid,
  .individual-service-grid,
  .four {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-feature-cta,
  .treatment-hero-inner,
  .treatment-nav-grid,
  .treatment-detail-grid,
  .treatment-process-grid {
    grid-template-columns: 1fr;
  }

  .treatment-nav-card.next {
    text-align: left;
  }

  .process-intro {
    position: static;
  }

  .treatment-detail-image-card img {
    height: 520px;
  }
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    min-height: 84px;
  }

  .logo img {
    width: 190px;
  }

  .menu-btn {
    display: block;
  }

  nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: var(--black);
    padding: 28px 7%;
    flex-direction: column;
    align-items: flex-start;
  }

  nav.open {
    display: flex;
  }

  nav a::after {
    bottom: -5px;
  }

  .two,
  footer,
  .consultation-grid,
  .booking-grid,
  .form-row,
  .booking-row,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 7%;
  }

  .hero-panel,
  .services-hero-panel,
  .contact-hero-panel,
  .booking-hero-panel,
  .upgraded-hero-panel {
    padding: 46px 22px;
  }

  .hero h1,
  .services-hero h1,
  .contact-hero h1,
  .booking-hero h1,
  .upgraded-hero-panel h1 {
    font-size: 56px;
  }

  .luxury-treatment-card,
  .individual-service-card {
    min-height: auto !important;
  }

  .luxury-treatment-image img {
    height: 250px;
  }

  .founder-image {
    height: 520px;
  }

  .founder-floating-card {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: none;
  }

  .floating-whatsapp {
    right: 18px;
    bottom: 18px;
    padding: 13px 16px;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 70px 6%;
  }

  .hero,
  .about-luxury-hero,
  .services-hero,
  .contact-hero,
  .booking-hero,
  .upgraded-treatment-hero {
    min-height: auto;
    padding: 70px 6%;
  }

  .hero::before {
    inset: 5%;
  }

  .about-hero-frame {
    padding: 18px;
  }

  .about-hero-panel,
  .consultation-form,
  .booking-form-card,
  .booking-expect-card,
  .treatment-quick-card {
    padding: 38px 24px;
  }

  .hero h1,
  .about-hero-panel h1,
  .services-hero h1,
  .contact-hero h1,
  .booking-hero h1,
  .upgraded-hero-panel h1 {
    font-size: 52px;
  }

  .values-grid,
  .stats-grid,
  .individual-service-grid,
  .four,
  .detail-card-grid {
    grid-template-columns: 1fr;
  }

  .individual-service-card h3,
  .individual-service-card .best-for,
  .treatment-visual-content h3 {
    min-height: auto;
  }

  .individual-service-body {
    padding: 24px 20px 52px;
  }

  .service-detail-btn {
    min-width: 100%;
    justify-content: center;
  }

  .treatment-visual-image {
    height: 300px;
  }

  .treatment-visual-content {
    padding: 28px 24px 32px;
  }

  .philosophy-section {
    padding: 80px 7%;
  }

  .treatment-detail-image-card {
    padding: 20px;
  }

  .treatment-detail-image-card img {
    height: 360px;
  }

  .aftercare-card {
    padding: 38px 24px;
  }

  .related-treatment-image {
    height: 240px;
  }

  .related-treatment-content {
    padding: 28px 24px 32px;
  }

  .treatment-nav-center {
    min-height: 70px;
  }
}


/* TREATMENT PROFILE CARD READABILITY FIX */

.treatment-quick-card .kicker {
  color: var(--gold-dark) !important;
  text-shadow: none !important;
}

.treatment-quick-card .quick-fact strong {
  color: var(--gold-dark) !important;
}

.treatment-quick-card .quick-fact span {
  color: var(--muted) !important;
}

.treatment-quick-card {
  background:
    radial-gradient(circle at top right, rgba(213,166,66,.12), transparent 38%),
    linear-gradient(180deg, #fffdf8, #fff7e9) !important;
}

/* LUXURY SHOP PAGE */

.shop-luxury-hero {
  min-height: calc(78vh - 84px);
  padding: 90px 7%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(213,166,66,.16), transparent 34%),
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(10,7,3,.7), rgba(0,0,0,.9)),
    url("https://images.unsplash.com/photo-1598440947619-2c35fc9aa908?q=80&w=1800&auto=format&fit=crop") center/cover;
}

.shop-hero-panel {
  max-width: 900px;
  padding: 64px 44px;
  background: rgba(5,5,5,.34);
  border-top: 1px solid rgba(213,166,66,.3);
  border-bottom: 1px solid rgba(213,166,66,.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.shop-hero-panel h1 {
  font-size: clamp(56px, 7vw, 104px);
  line-height: .9;
  margin-bottom: 28px;
  background: linear-gradient(135deg, #fff2af, #d5a642 48%, #8b651f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shop-hero-panel p {
  color: #f7efe3;
  line-height: 1.8;
  margin-bottom: 30px;
}

.shop-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.shop-collection-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  padding: 54px 30px 62px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(213,166,66,.10), transparent 36%),
    linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213,166,66,.26);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition:
    transform .45s cubic-bezier(.19,1,.22,1),
    box-shadow .45s ease,
    border-color .35s ease;
  cursor: pointer;
}

.shop-collection-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213,166,66,.48);
  box-shadow:
    0 30px 86px rgba(38,27,10,.16),
    0 0 24px rgba(213,166,66,.10);
}

.shop-collection-number {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .28em;
  margin-bottom: 22px;
}

.shop-collection-card h3 {
  font-size: 38px;
  line-height: .95;
  color: var(--gold-dark);
  margin-bottom: 18px;
}

.shop-collection-card p {
  margin-bottom: 26px;
}

.shop-collection-note {
  margin-top: auto;
  padding: 18px 0;
  border-top: 1px solid rgba(213,166,66,.2);
}

.shop-collection-note strong {
  display: block;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.shop-collection-note span {
  color: var(--muted);
  font-size: 14px;
}

.shop-collection-card .btn {
  align-self: flex-start;
  margin-top: 20px;
}

.luxury-shop-controls {
  padding: 22px;
  border-radius: 28px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(213,166,66,.24);
  box-shadow: var(--shadow);
}

.luxury-product-grid {
  align-items: stretch;
}

.luxury-product-card {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(213,166,66,.10), transparent 34%),
    linear-gradient(180deg, #fffdf8, #fff7e9);
  border: 1px solid rgba(213,166,66,.25);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  padding: 30px 24px 58px;
  transition:
    transform .45s cubic-bezier(.19,1,.22,1),
    box-shadow .45s ease,
    border-color .35s ease;
}

.luxury-product-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213,166,66,.48);
  box-shadow:
    0 30px 86px rgba(38,27,10,.16),
    0 0 24px rgba(213,166,66,.10);
}

.luxury-product-card .gold-trim.top {
  top: 18px;
  left: 24px;
  right: 24px;
}

.luxury-product-card .gold-trim.bottom {
  bottom: 18px;
  left: 24px;
  right: 24px;
}

.luxury-product-card .product-art {
  height: 170px;
  margin-bottom: 26px;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(255,224,138,.28), transparent 38%),
    linear-gradient(135deg, #050505, #171009);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.luxury-product-card .product-art span {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff2ad, #d5a642, #8b651f);
  color: #050505;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  font-weight: 700;
  box-shadow: 0 18px 44px rgba(213,166,66,.22);
}

.luxury-product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.luxury-product-content .kicker {
  margin-bottom: 16px;
}

.luxury-product-content h3 {
  font-size: 32px;
  line-height: 1;
  color: var(--gold-dark);
  margin-bottom: 16px;
}

.luxury-product-content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.luxury-product-content .price {
  margin-top: auto;
  padding-top: 18px;
  color: var(--gold-dark);
  font-size: 24px;
  font-weight: 900;
}

.luxury-product-content .btn {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 1100px) {
  .shop-collection-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .shop-luxury-hero {
    min-height: auto;
    padding: 70px 6%;
  }

  .shop-hero-panel {
    padding: 44px 22px;
  }

  .shop-hero-panel h1 {
    font-size: 52px;
  }

  .shop-collection-card {
    min-height: auto;
  }

  .luxury-shop-controls {
    padding: 18px;
  }
}

/* NEXT IMPROVEMENT PASS: shop realism, WhatsApp checkout, SEO-ready UX, reveal animations */

body {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

body.page-ready {
  opacity: 1;
  transform: none;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease var(--reveal-delay, 0ms),
    transform 0.75s cubic-bezier(.19, 1, .22, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shop-controls.luxury-shop-controls {
  align-items: stretch;
  gap: 18px;
}

.shop-controls.luxury-shop-controls label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 320px;
}

.shop-controls.luxury-shop-controls label:last-child {
  flex: 0 1 280px;
}

.shop-controls.luxury-shop-controls span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.shop-controls.luxury-shop-controls input,
.shop-controls.luxury-shop-controls select {
  width: 100%;
  min-height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(213, 166, 66, 0.32);
  background: rgba(255, 250, 242, 0.92);
  color: var(--text);
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}

.shop-results-bar {
  width: min(1040px, 100%);
  margin: -18px auto 34px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.68);
  border: 1px solid rgba(213, 166, 66, 0.2);
  color: var(--muted);
  font-size: 13px;
}

.shop-results-bar strong {
  color: var(--gold-dark);
}

.realistic-product-art {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 232, 132, .22), transparent 34%),
    linear-gradient(135deg, #050505, #171009) !important;
}

.realistic-product-art::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 18px;
  border: 1px solid rgba(213, 166, 66, 0.22);
  z-index: -1;
}

.realistic-product-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transform: scale(1.02);
  filter: saturate(0.92) contrast(1.05);
  transition: transform .55s cubic-bezier(.19, 1, .22, 1), opacity .4s ease, filter .4s ease;
}

.luxury-product-card:hover .realistic-product-art img {
  transform: scale(1.08);
  opacity: 0.96;
  filter: saturate(1.02) contrast(1.08);
}

.luxury-product-card .product-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: auto;
  height: auto;
  min-height: 32px;
  padding: 8px 13px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(255, 232, 132, 0.38);
  color: var(--gold-light);
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.product-meta-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.product-meta-row .kicker {
  margin: 0;
}

.product-meta-row > span {
  padding-top: 2px;
  color: rgba(139, 101, 31, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.product-routine {
  padding: 16px 0;
  border-top: 1px solid rgba(213, 166, 66, .18);
  border-bottom: 1px solid rgba(213, 166, 66, .18);
  margin-bottom: 14px;
}

.product-routine strong {
  display: block;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}

.product-routine p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.product-size {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(213, 166, 66, .12);
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 14px;
}

.shop-empty-state {
  grid-column: 1 / -1;
  padding: 54px 28px;
  border-radius: 32px;
  text-align: center;
  background: rgba(255, 250, 242, 0.82);
  border: 1px solid rgba(213, 166, 66, .24);
  box-shadow: var(--shadow);
}

.shop-empty-state h3 {
  color: var(--gold-dark);
  font-size: 34px;
  margin-bottom: 10px;
}

.shop-guidance-section {
  padding-top: 20px;
}

.shop-guidance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.shop-guidance-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(213,166,66,.10), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,247,233,.9));
  border: 1px solid rgba(213, 166, 66, .24);
  box-shadow: var(--shadow);
}

.shop-guidance-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold-light), var(--gold), transparent);
}

.shop-guidance-card span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff2ad, #d5a642, #8b651f);
  color: #050505;
  font-size: 12px;
  font-weight: 900;
}

.shop-guidance-card h3 {
  color: var(--gold-dark);
  font-size: 32px;
  line-height: 1;
  margin-bottom: 12px;
}

.shop-guidance-card p {
  font-size: 14px;
  line-height: 1.75;
}

.cart-head {
  align-items: flex-start;
}

.cart-head .kicker {
  margin-bottom: 8px;
}

.cart-items {
  display: grid;
  gap: 16px;
}

.empty-cart {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(213, 166, 66, .18);
  text-align: center;
}

.empty-cart h4 {
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  margin-bottom: 6px;
}

.cart-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(213, 166, 66, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.cart-item-thumb {
  overflow: hidden;
  border-radius: 18px;
  background: #090704;
}

.cart-item-thumb img {
  width: 100%;
  height: 100%;
  min-height: 88px;
  object-fit: cover;
  opacity: .9;
}

.cart-item-main strong {
  display: block;
  color: var(--text);
  font-size: 14px;
  margin-bottom: 4px;
}

.cart-item-main > span {
  display: block;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cart-item-main p {
  color: var(--gold-dark);
  font-weight: 900;
  margin-bottom: 12px;
}

.cart-quantity-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cart-quantity-row button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(213, 166, 66, .32);
  border-radius: 50%;
  background: #050505;
  color: var(--gold-light);
  cursor: pointer;
  font-weight: 900;
}

.cart-quantity-row span {
  min-width: 26px;
  text-align: center;
  color: var(--text);
  font-weight: 900;
}

.cart-quantity-row .remove-cart-item {
  width: auto;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(5,5,5,.06);
  color: var(--gold-dark);
  border-color: rgba(213, 166, 66, .24);
}

.cart-consult-btn {
  width: 100%;
  margin-top: 12px;
}

.cart-note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.btn.disabled,
.btn:disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 1250px) {
  .luxury-product-grid.four {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  .shop-guidance-grid,
  .luxury-product-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .shop-results-bar {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: 0 5%;
  }

  nav.open {
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    border-bottom: 1px solid rgba(213, 166, 66, .24);
  }

  nav.open .nav-cta,
  nav.open .cart-pill {
    width: 100%;
    justify-content: center;
  }

  .shop-controls.luxury-shop-controls label,
  .shop-controls.luxury-shop-controls label:last-child {
    flex: 1 1 100%;
  }
}

@media (max-width: 700px) {
  body {
    overflow-x: hidden;
  }

  p {
    font-size: 15px;
  }

  .site-header {
    min-height: 78px;
  }

  .logo img {
    width: 165px;
  }

  nav {
    top: 78px;
  }

  .hero h1,
  .about-hero-panel h1,
  .services-hero h1,
  .contact-hero h1,
  .booking-hero h1,
  .upgraded-hero-panel h1,
  .shop-hero-panel h1 {
    font-size: clamp(44px, 14vw, 58px) !important;
    line-height: .9;
  }

  .hero-panel,
  .about-hero-panel,
  .services-hero-panel,
  .contact-hero-panel,
  .booking-hero-panel,
  .upgraded-hero-panel,
  .shop-hero-panel {
    width: 100%;
    padding: 36px 20px !important;
  }

  .actions {
    width: 100%;
    align-items: stretch;
  }

  .actions .btn {
    width: 100%;
  }

  .luxury-product-grid.four,
  .shop-guidance-grid,
  .values-grid,
  .stats-grid,
  .detail-card-grid,
  .individual-service-grid,
  .four {
    grid-template-columns: 1fr !important;
  }

  .shop-results-bar {
    border-radius: 22px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: -10px;
  }

  .luxury-product-card {
    min-height: auto;
    padding: 24px 20px 54px;
  }

  .luxury-product-card .product-art {
    height: 210px;
  }

  .shop-guidance-card {
    padding: 30px 24px;
  }

  .cart-drawer {
    width: 100%;
    right: -100%;
    padding: 24px 18px;
  }

  .cart-item {
    grid-template-columns: 72px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .cart-total {
    font-size: 20px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    font-size: 12px;
    padding: 12px 14px;
  }
}

@media (max-width: 460px) {
  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo img {
    width: 148px;
  }

  .menu-btn {
    font-size: 28px;
  }

  .btn {
    min-height: 46px;
    padding: 0 18px;
    font-size: 11px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item-thumb img {
    height: 160px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  body,
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* SHOP PAGE CLEANUP PASS
   This section intentionally sits at the end of the file so it overrides the earlier experimental shop styling. */

body[data-page="shop"] .shop-luxury-hero {
  min-height: 560px;
  padding: 96px 7%;
  background:
    radial-gradient(circle at 50% 44%, rgba(213, 166, 66, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(0,0,0,.9), rgba(8,6,3,.72), rgba(0,0,0,.92)),
    url("https://images.unsplash.com/photo-1598440947619-2c35fc9aa908?q=80&w=1800&auto=format&fit=crop") center/cover;
}

body[data-page="shop"] .shop-hero-panel {
  width: min(880px, 100%);
  padding: 60px 46px;
  border-radius: 34px;
  border: 1px solid rgba(213, 166, 66, .28);
  background:
    radial-gradient(circle at top, rgba(213, 166, 66, .13), transparent 46%),
    rgba(5, 5, 5, .54);
  box-shadow: 0 34px 110px rgba(0,0,0,.38);
}

body[data-page="shop"] .shop-hero-panel h1 {
  max-width: 780px;
  margin-inline: auto;
  font-size: clamp(58px, 6.5vw, 92px);
  letter-spacing: -.035em;
}

body[data-page="shop"] .shop-hero-panel p {
  max-width: 670px;
  margin-inline: auto;
  color: rgba(255, 250, 242, .88);
}

body[data-page="shop"] .shop-collections-section {
  padding-bottom: 56px;
}

body[data-page="shop"] .shop-collection-grid {
  max-width: 1120px;
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

body[data-page="shop"] .shop-collection-card {
  min-height: 0;
  padding: 38px 28px 42px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,247,233,.96)),
    radial-gradient(circle at top right, rgba(213,166,66,.10), transparent 36%);
}

body[data-page="shop"] .shop-collection-card h3 {
  font-size: 34px;
  line-height: 1;
}

body[data-page="shop"] .shop-product-section {
  max-width: 1280px;
  padding-top: 56px;
}

body[data-page="shop"] .shop-controls.luxury-shop-controls {
  width: min(980px, 100%);
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(230px, .7fr);
  gap: 16px;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 250, 242, .78);
  box-shadow: 0 22px 70px rgba(38, 27, 10, .10);
}

body[data-page="shop"] .shop-controls.luxury-shop-controls label,
body[data-page="shop"] .shop-controls.luxury-shop-controls label:last-child {
  min-width: 0;
  flex: none;
}

body[data-page="shop"] .shop-controls.luxury-shop-controls input,
body[data-page="shop"] .shop-controls.luxury-shop-controls select {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 13px;
  letter-spacing: 0;
  background: rgba(255, 255, 255, .72);
}

body[data-page="shop"] .shop-results-bar {
  width: min(1180px, 100%);
  margin: 0 auto 28px;
  border-radius: 18px;
  background: rgba(255, 250, 242, .74);
}

body[data-page="shop"] .grid.four.luxury-product-grid {
  width: min(1180px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

body[data-page="shop"] .luxury-product-card {
  min-height: 0;
  padding: 18px 18px 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 10%, rgba(213, 166, 66, .12), transparent 32%),
    linear-gradient(180deg, #fffdf8, #fff4e3);
}

body[data-page="shop"] .luxury-product-card .gold-trim.top {
  top: 14px;
  left: 22px;
  right: 22px;
  opacity: .82;
}

body[data-page="shop"] .luxury-product-card .gold-trim.bottom {
  bottom: 14px;
  left: 22px;
  right: 22px;
  opacity: .82;
}

body[data-page="shop"] .luxury-product-card:hover {
  transform: translateY(-8px);
}

body[data-page="shop"] .luxury-product-card .product-art {
  height: 235px;
  margin-bottom: 24px;
  border-radius: 24px;
}

body[data-page="shop"] .product-mockup-art {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 232, 145, .22), transparent 34%),
    linear-gradient(145deg, #060504 0%, #15100a 52%, #050505 100%) !important;
}

body[data-page="shop"] .product-mockup-art::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(213, 166, 66, .24);
  pointer-events: none;
}

body[data-page="shop"] .product-shelf-glow {
  position: absolute;
  width: 66%;
  height: 28px;
  left: 17%;
  bottom: 22px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(213, 166, 66, .45), rgba(213, 166, 66, .08) 52%, transparent 74%);
  filter: blur(4px);
}

body[data-page="shop"] .product-packshot {
  position: relative;
  z-index: 1;
  width: 98px;
  height: 150px;
  border-radius: 18px 18px 24px 24px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.20), transparent 28%, rgba(0,0,0,.12) 70%, rgba(255,255,255,.12)),
    linear-gradient(180deg, #fff8e8, #ead8b6);
  box-shadow:
    0 24px 48px rgba(0,0,0,.34),
    inset 0 0 0 1px rgba(255,255,255,.42);
  transform: translateY(4px);
  transition: transform .45s cubic-bezier(.19,1,.22,1);
}

body[data-page="shop"] .luxury-product-card:hover .product-packshot {
  transform: translateY(-4px) scale(1.03);
}

body[data-page="shop"] .product-packshot.serum,
body[data-page="shop"] .product-packshot.gel,
body[data-page="shop"] .product-packshot.spf {
  width: 76px;
  height: 158px;
  border-radius: 20px 20px 26px 26px;
}

body[data-page="shop"] .product-packshot.cream {
  width: 112px;
  height: 104px;
  align-self: end;
  margin-bottom: 36px;
  border-radius: 28px 28px 34px 34px;
}

body[data-page="shop"] .product-packshot.cleanser {
  width: 88px;
  height: 168px;
  border-radius: 26px 26px 30px 30px;
}

body[data-page="shop"] .product-packshot.set {
  width: 128px;
  height: 126px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.16), transparent 28%, rgba(0,0,0,.14) 72%, rgba(255,255,255,.12)),
    linear-gradient(180deg, #111, #2a2116);
}

body[data-page="shop"] .product-packshot-cap {
  position: absolute;
  left: 50%;
  top: -18px;
  width: 44px;
  height: 22px;
  border-radius: 10px 10px 5px 5px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f8e8a5, #d5a642 58%, #8b651f);
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}

body[data-page="shop"] .product-packshot.cream .product-packshot-cap,
body[data-page="shop"] .product-packshot.set .product-packshot-cap {
  display: none;
}

body[data-page="shop"] .product-packshot-label {
  position: absolute;
  inset: 34px 10px 16px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 12px 8px;
  border-radius: 15px;
  text-align: center;
  background: rgba(255, 250, 242, .72);
  border: 1px solid rgba(213, 166, 66, .32);
}

body[data-page="shop"] .product-packshot.cream .product-packshot-label,
body[data-page="shop"] .product-packshot.set .product-packshot-label {
  inset: 18px 12px;
}

body[data-page="shop"] .product-packshot-label small {
  color: var(--gold-dark);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body[data-page="shop"] .product-packshot-label strong {
  color: #16110a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 33px;
  line-height: .8;
}

body[data-page="shop"] .product-packshot-label em {
  color: rgba(36, 28, 19, .76);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}

body[data-page="shop"] .product-badge {
  left: 18px;
  bottom: 18px;
  min-height: 30px;
  padding: 8px 12px;
  font-size: 9px;
}

body[data-page="shop"] .luxury-product-content h3 {
  min-height: 60px;
  font-size: 29px;
  line-height: .98;
  margin-bottom: 16px;
}

body[data-page="shop"] .product-meta-row {
  min-height: 36px;
  align-items: flex-start;
}

body[data-page="shop"] .product-meta-row .kicker {
  font-size: 9px;
  letter-spacing: .18em;
}

body[data-page="shop"] .product-meta-row > span {
  white-space: nowrap;
}

body[data-page="shop"] .product-routine {
  min-height: 112px;
  padding: 14px 0;
}

body[data-page="shop"] .product-routine strong {
  font-size: 13px;
}

body[data-page="shop"] .product-routine p {
  font-size: 13px;
  line-height: 1.55;
}

body[data-page="shop"] .product-size {
  margin-top: 2px;
  margin-bottom: 16px;
}

body[data-page="shop"] .luxury-product-content .price {
  padding-top: 8px;
  font-size: 22px;
}

body[data-page="shop"] .luxury-product-content .btn {
  min-height: 42px;
  margin-top: 16px;
}

body[data-page="shop"] .shop-guidance-grid {
  width: min(1120px, 100%);
  margin-inline: auto;
  gap: 24px;
}

body[data-page="shop"] .shop-guidance-card {
  padding: 32px 28px;
}

@media (max-width: 1100px) {
  body[data-page="shop"] .shop-collection-grid,
  body[data-page="shop"] .grid.four.luxury-product-grid,
  body[data-page="shop"] .shop-guidance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  body[data-page="shop"] .shop-luxury-hero {
    min-height: auto;
    padding: 72px 6%;
  }

  body[data-page="shop"] .shop-hero-panel {
    padding: 42px 24px;
    border-radius: 26px;
  }

  body[data-page="shop"] .shop-hero-panel h1 {
    font-size: clamp(46px, 13vw, 62px);
  }

  body[data-page="shop"] .shop-collection-grid,
  body[data-page="shop"] .grid.four.luxury-product-grid,
  body[data-page="shop"] .shop-guidance-grid,
  body[data-page="shop"] .shop-controls.luxury-shop-controls {
    grid-template-columns: 1fr;
  }

  body[data-page="shop"] .shop-controls.luxury-shop-controls {
    padding: 14px;
    border-radius: 22px;
  }

  body[data-page="shop"] .shop-results-bar {
    gap: 6px;
    border-radius: 18px;
    margin-bottom: 24px;
  }

  body[data-page="shop"] .luxury-product-card .product-art {
    height: 220px;
  }

  body[data-page="shop"] .luxury-product-content h3 {
    min-height: 0;
  }

  body[data-page="shop"] .product-routine {
    min-height: 0;
  }
}

@media (max-width: 460px) {
  body[data-page="shop"] .shop-collection-card,
  body[data-page="shop"] .luxury-product-card,
  body[data-page="shop"] .shop-guidance-card {
    border-radius: 24px;
  }

  body[data-page="shop"] .luxury-product-card .product-art {
    height: 205px;
  }

  body[data-page="shop"] .product-meta-row {
    display: block;
  }

  body[data-page="shop"] .product-meta-row > span {
    display: inline-block;
    margin-top: 8px;
  }
}


/* Services treatment search + filter controls */
body[data-page="services"] .treatment-controls {
  width: min(980px, 100%);
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(230px, 0.7fr);
  gap: 16px;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 22px 70px rgba(38, 27, 10, 0.10);
}

body[data-page="services"] .treatment-controls label,
body[data-page="services"] .treatment-controls label:last-child {
  min-width: 0;
  flex: none;
}

body[data-page="services"] .treatment-controls input,
body[data-page="services"] .treatment-controls select {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 13px;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.72);
}

body[data-page="services"] .treatment-results-bar {
  width: min(1180px, 100%);
  margin: 0 auto 28px;
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.74);
}

body[data-page="services"] .treatment-empty-state {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  body[data-page="services"] .treatment-controls {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 22px;
  }

  body[data-page="services"] .treatment-results-bar {
    gap: 6px;
    border-radius: 18px;
    margin-bottom: 24px;
  }
}

/* Treatment card alignment cleanup: keeps all treatment cards balanced across rows */
body[data-page="services"] .individual-service-grid {
  align-items: stretch;
}

body[data-page="services"] .individual-service-card {
  height: 100%;
  min-height: 660px !important;
}

body[data-page="services"] .individual-service-image {
  height: 238px;
}

body[data-page="services"] .individual-service-body {
  flex: 1;
  min-height: 422px;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 62px;
}

body[data-page="services"] .individual-service-body > span:first-child {
  min-height: 16px;
  margin-bottom: 12px;
}

body[data-page="services"] .individual-service-body small {
  min-height: 34px;
  margin-bottom: 14px;
}

body[data-page="services"] .individual-service-card h3 {
  min-height: 74px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}

body[data-page="services"] .individual-service-card p {
  min-height: 124px;
  margin-bottom: 18px;
}

body[data-page="services"] .individual-service-card .best-for {
  min-height: 92px;
  margin-top: 0;
}

body[data-page="services"] .individual-service-card .service-detail-btn {
  margin-top: auto;
  align-self: flex-start;
}

body[data-page="services"] .individual-service-card .gold-trim.bottom {
  bottom: 20px;
}

/* Related treatment cards on detail pages should follow the same balanced feel */
body[data-page="treatment"] .related-treatment-card {
  height: 100%;
}

body[data-page="treatment"] .related-treatment-content {
  display: flex;
  flex-direction: column;
  min-height: 270px;
}

body[data-page="treatment"] .related-treatment-content h3 {
  min-height: 62px;
}

body[data-page="treatment"] .related-treatment-content p {
  min-height: 76px;
}

body[data-page="treatment"] .related-treatment-content .btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 1250px) {
  body[data-page="services"] .individual-service-card {
    min-height: 650px !important;
  }
}

@media (max-width: 980px) {
  body[data-page="services"] .individual-service-card {
    min-height: auto !important;
  }

  body[data-page="services"] .individual-service-image {
    height: 255px;
  }

  body[data-page="services"] .individual-service-body,
  body[data-page="treatment"] .related-treatment-content {
    min-height: auto;
  }

  body[data-page="services"] .individual-service-card h3,
  body[data-page="services"] .individual-service-card p,
  body[data-page="services"] .individual-service-card .best-for,
  body[data-page="treatment"] .related-treatment-content h3,
  body[data-page="treatment"] .related-treatment-content p {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  body[data-page="services"] .individual-service-image {
    height: 235px;
  }

  body[data-page="services"] .individual-service-body {
    padding: 26px 22px 58px;
  }

  body[data-page="services"] .individual-service-card .service-detail-btn {
    width: 100%;
  }
}

/* Treatment search/filter size fix: prevent base shop flex sizing from making controls oversized */
body[data-page="services"] .treatment-controls {
  align-items: start;
}

body[data-page="services"] .treatment-controls label,
body[data-page="services"] .treatment-controls label:last-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  height: auto;
}

body[data-page="services"] .treatment-controls input,
body[data-page="services"] .treatment-controls select {
  flex: 0 0 auto !important;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  line-height: 1.2;
}

body[data-page="services"] .treatment-controls select {
  appearance: auto;
}

@media (max-width: 760px) {
  body[data-page="services"] .treatment-controls input,
  body[data-page="services"] .treatment-controls select {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
  }
}


/* Final shop control restore: keep search/filter compact and ensure products are visible on first load */
body[data-page="shop"] .shop-controls.luxury-shop-controls {
  width: min(980px, 100%) !important;
  margin: 0 auto 22px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.7fr) minmax(230px, 0.7fr) !important;
  align-items: start !important;
  gap: 16px !important;
  padding: 18px !important;
  border-radius: 26px !important;
}

body[data-page="shop"] .shop-controls.luxury-shop-controls label,
body[data-page="shop"] .shop-controls.luxury-shop-controls label:last-child {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  flex: none !important;
}

body[data-page="shop"] .shop-controls.luxury-shop-controls input,
body[data-page="shop"] .shop-controls.luxury-shop-controls select {
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 18px !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
}

body[data-page="shop"] .shop-controls.luxury-shop-controls select {
  appearance: auto;
}

body[data-page="shop"] .luxury-product-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 780px) {
  body[data-page="shop"] .shop-controls.luxury-shop-controls {
    grid-template-columns: 1fr !important;
  }

  body[data-page="shop"] .shop-controls.luxury-shop-controls input,
  body[data-page="shop"] .shop-controls.luxury-shop-controls select {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
}


/* Shop product visibility and compact filter safeguard */
body[data-page="shop"] #shopProducts {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body[data-page="shop"] .shop-controls.luxury-shop-controls {
  width: min(980px, 100%) !important;
  margin: 0 auto 22px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.7fr) minmax(230px, 0.7fr) !important;
  gap: 16px !important;
  align-items: start !important;
  padding: 18px !important;
  border-radius: 26px !important;
}

body[data-page="shop"] .shop-controls.luxury-shop-controls label,
body[data-page="shop"] .shop-controls.luxury-shop-controls label:last-child {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  flex: none !important;
}

body[data-page="shop"] .shop-controls.luxury-shop-controls input,
body[data-page="shop"] .shop-controls.luxury-shop-controls select {
  display: block !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 0 18px !important;
  border-radius: 18px !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  resize: none !important;
}

body[data-page="shop"] #productGrid.grid.four.luxury-product-grid {
  width: min(1180px, 100%) !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 1px !important;
}

body[data-page="shop"] #productGrid .luxury-product-card,
body[data-page="shop"] #productGrid .luxury-product-card.reveal-on-scroll,
body[data-page="shop"] #productGrid .luxury-product-card.is-visible {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="shop"] .shop-guidance-section,
body[data-page="shop"] .shop-final-cta {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 1100px) {
  body[data-page="shop"] #productGrid.grid.four.luxury-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 780px) {
  body[data-page="shop"] .shop-controls.luxury-shop-controls,
  body[data-page="shop"] #productGrid.grid.four.luxury-product-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="shop"] .shop-controls.luxury-shop-controls input,
  body[data-page="shop"] .shop-controls.luxury-shop-controls select {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
}
