/* Majspa Aesthetics — landing page styles
   Palette: deep purple + soft pink */

:root {
  /* Elevated Luxe palette — deep plum + blush + warm ivory + champagne accent */
  --purple-900: #2a1128;   /* deep aubergine (footer, ink) */
  --purple-700: #5a2a56;   /* refined plum (primary) */
  --plum:       #5a2a56;   /* alias of --purple-700 used in trust-pills and CTAs */
  --purple-600: #6d3668;   /* hover plum */
  --purple-500: #7a4075;   /* mid plum (gradient stop) */
  --pink-500:   #b66b83;   /* dusty rose (accent) */
  --pink-400:   #d48aa2;   /* soft rose */
  --pink-200:   #f4d9e0;   /* blush */
  --cream:      #faf6f1;   /* warm ivory canvas */
  --taupe:      #ebe0d4;   /* warm neutral */
  --champagne:  #c7a67b;   /* rose-gold accent */
  --champagne-soft: #e6d2b4;
  --ink:        #2b1d26;   /* warm near-black */
  --muted:      #7d6d76;   /* warm mauve-gray */
  --white: #ffffff;
  --shadow-sm: 0 4px 14px rgba(42, 17, 40, 0.08);
  --shadow-md: 0 18px 46px rgba(42, 17, 40, 0.14);
  --radius: 16px;
  --radius-sm: 10px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--purple-700); text-decoration: none; }
a:hover { color: var(--pink-500); }

.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: 24px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.honeypot {
  position: absolute !important;
  left: -9999px; top: auto;
  width: 1px; height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 247, 251, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid rgba(138, 43, 226, 0.10);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 14px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
.brand-text {
  font-family: 'Dancing Script', cursive;
  font-weight: 700; font-size: 1.5rem;
  color: var(--purple-700);
}
.brand-text em { color: var(--pink-500); font-style: normal; font-size: 0.9em; }

.primary-nav ul {
  list-style: none; display: flex; gap: 28px; margin: 0; padding: 0; align-items: center;
}
.primary-nav a {
  font-weight: 500; font-size: 0.95rem; color: var(--ink);
  position: relative; padding: 6px 0;
}
.primary-nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--purple-500), var(--pink-500));
  transition: width .25s ease;
}
.primary-nav a:not(.btn):hover::after { width: 100%; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 40px; height: 40px; padding: 8px;
}
.nav-toggle span {
  display: block; height: 2px; background: var(--purple-700); margin: 5px 0; border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; border: 0; cursor: pointer;
  font-family: inherit; font-weight: 600; font-size: 0.95rem;
  padding: 12px 22px; border-radius: 999px;
  transition: transform .15s ease, box-shadow .25s ease, background .25s ease;
  text-align: center;
}
.btn-lg { padding: 14px 28px; font-size: 1.02rem; }
.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-600), var(--pink-500));
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--white); }
.btn-ghost {
  background: transparent; color: var(--purple-700);
  border: 2px solid var(--purple-500);
}
.btn-ghost:hover { background: var(--purple-500); color: var(--white); }
.nav-cta { padding: 10px 20px; font-size: 0.9rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(212, 138, 162, 0.22), transparent 55%),
    radial-gradient(circle at 12% 92%, rgba(90, 42, 86, 0.12), transparent 55%),
    var(--cream);
  padding-block: 80px 100px;
}
.hero-grid {
  display: grid; grid-template-columns: 0.9fr 1.2fr; gap: 40px; align-items: center;
}
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem;
  font-weight: 600; color: var(--purple-600); margin: 0 0 12px;
}
.eyebrow-light { color: var(--pink-200); }
h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.08; margin: 0 0 18px;
  font-weight: 700; letter-spacing: -0.01em;
}
.grad {
  background: linear-gradient(120deg, var(--purple-600), var(--pink-500));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { font-size: 1.1rem; color: var(--muted); margin: 0 0 28px; max-width: 52ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges {
  list-style: none; padding: 0; margin: 36px 0 0;
  display: flex; gap: 28px; flex-wrap: wrap;
}
.hero-badges li { font-size: 0.9rem; color: var(--muted); }
.hero-badges strong { display: block; font-size: 1.4rem; color: var(--purple-700); }
.hero-badges .badge-logo { display: block; height: 22px; width: auto; margin-bottom: 4px; }

.hero-art { position: relative; min-height: 540px; }
.hero-photo-card {
  position: relative; z-index: 2;
  background: var(--white); border-radius: 28px;
  box-shadow: var(--shadow-md);
  padding: 14px; margin: 0;
  width: min(100%, 660px); margin-inline: auto;
  transform: rotate(-1.5deg);
  overflow: hidden;
}
.hero-photo-card img,
.hero-photo-card video {
  width: 100%; height: 100%; display: block;
  border-radius: 18px; object-fit: cover;
  object-position: center;
  aspect-ratio: 4 / 3;
}
.hero-photo-empty {
  display: none;
  aspect-ratio: 5 / 4; width: 100%;
  place-items: center; text-align: center; padding: 24px;
  border-radius: 18px; color: var(--muted); font-size: 0.95rem;
  background:
    linear-gradient(135deg, rgba(111, 31, 189, 0.10), rgba(233, 76, 137, 0.10)),
    url('images/ResizedLogo_WhiteBackgground.jpeg') center / 60% no-repeat,
    var(--cream);
}
.hero-photo-empty code {
  background: rgba(59, 10, 110, 0.08); padding: 2px 8px; border-radius: 6px;
}
.hero-photo-card--empty .hero-photo-empty { display: grid; }
.blob { position: absolute; border-radius: 50%; filter: blur(50px); opacity: .35; z-index: 1; }
.blob-a { width: 280px; height: 280px; background: var(--pink-400); top: -20px; right: -40px; }
.blob-b { width: 240px; height: 240px; background: var(--champagne); bottom: -20px; left: -40px; opacity: .28; }

/* ---------- Trust band ---------- */
.trust-band {
  padding: 18px 0;
  background: linear-gradient(90deg, rgba(109, 54, 104, 0.06), rgba(199, 166, 123, 0.08), rgba(109, 54, 104, 0.06));
  border-block: 1px solid rgba(109, 54, 104, 0.12);
}
.trust-wrap {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center;
}
.trust-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px;
  background: #fff; border: 1px solid rgba(109, 54, 104, 0.14);
  font-size: 0.92rem; color: var(--ink); text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
a.trust-pill:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(109, 54, 104, 0.12); border-color: rgba(109, 54, 104, 0.28); }
.trust-pill .trust-text strong { color: var(--plum); font-weight: 700; }
.trust-stars { color: #f0b400; letter-spacing: 1px; font-size: 0.95rem; }
.trust-ig-icon { color: #c13584; flex-shrink: 0; }
.trust-check { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--plum); color: #fff; font-size: 0.7rem; font-weight: 700; }
@media (max-width: 560px) {
  .trust-band { padding: 14px 0; }
  .trust-pill { font-size: 0.85rem; padding: 7px 12px; }
}

/* ---------- Sections ---------- */
.section { padding-block: 88px; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 0 0 12px; letter-spacing: -0.01em;
}
.section-sub { color: var(--muted); margin: 0; font-size: 1.05rem; }
.section-sub.light { color: rgba(255,255,255,0.85); }

/* Services cards (accordion) */
.service-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 720px) {
  .service-grid { grid-template-columns: 1fr; }
}
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid var(--taupe);
  box-shadow: var(--shadow-sm);
  transition: border-color .25s ease, box-shadow .25s ease, transform .2s ease;
  overflow: hidden;
}
.service-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.service-card[open] { border-color: var(--pink-400); box-shadow: var(--shadow-md); }

.service-card summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}
.service-card summary::-webkit-details-marker { display: none; }

.card-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, var(--purple-600), var(--pink-500));
  color: var(--white); display: grid; place-items: center;
  font-size: 1.3rem;
  transition: transform .3s ease;
}
.service-card:hover .card-icon { transform: rotate(-6deg) scale(1.05); }

.card-text h3 { margin: 0 0 4px; font-size: 1.15rem; }
.card-text p { margin: 0; color: var(--muted); font-size: 0.92rem; }

.card-chevron {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--cream);
  color: var(--purple-700);
  display: grid; place-items: center;
  font-size: 1.2rem; font-weight: 400;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.service-card[open] .card-chevron {
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--purple-700), var(--pink-500));
  color: var(--white);
}

.service-body {
  padding: 0 24px 22px;
  border-top: 1px dashed var(--taupe);
  margin-top: -4px;
  padding-top: 18px;
  animation: service-reveal .35s ease both;
}
@keyframes service-reveal {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}
.service-list {
  list-style: none; padding: 0; margin: 0 0 16px;
  display: grid; gap: 8px;
}
.service-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem; color: var(--ink);
}
.service-list li::before {
  content: "✦";
  position: absolute; left: 0; top: 0;
  color: var(--champagne);
  font-size: 0.9rem;
}
.card-link {
  font-weight: 600; color: var(--purple-700); font-size: 0.92rem;
  display: inline-block;
}
.card-link:hover { color: var(--pink-500); }

/* Community / group photo */
.community {
  position: relative; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(42, 17, 40, 0.94), rgba(90, 42, 86, 0.92)),
    url('images/ResizedLogo_WhiteBackgground.jpeg') center / 520px no-repeat,
    var(--purple-900);
  background-blend-mode: normal, soft-light, normal;
  color: var(--white);
}
.community::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.12), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.10), transparent 45%);
}
.community-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center;
}
.community-copy h2 { color: var(--white); text-align: left; }
.community-copy .eyebrow { color: var(--pink-200); }
.community-copy .section-sub { color: rgba(255,255,255,0.88); }
.community-photo {
  position: relative; margin: 0;
  border-radius: 24px; overflow: hidden;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02)),
    url('images/ResizedLogo_WhiteBackgground.jpeg') center / 70% no-repeat,
    rgba(255,255,255,0.08);
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(6px);
}
.community-photo img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.community-photo-empty {
  position: absolute; inset: 0; display: none;
  place-items: center; text-align: center; padding: 24px;
  color: rgba(255,255,255,0.9); font-size: 0.95rem;
}
.community-photo-empty code {
  background: rgba(0,0,0,0.25); padding: 2px 8px; border-radius: 6px;
}
.community-photo--empty .community-photo-empty { display: grid; }
@media (max-width: 920px) {
  .community-grid { grid-template-columns: 1fr; }
}

/* Provider (Meet Your Provider) */
.provider {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}
.provider-wrap {
  display: grid; grid-template-columns: 0.9fr 1.2fr; gap: 56px; align-items: center;
}
.provider-photo {
  position: relative; margin: 0;
  border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #5a2a56, #d48aa2);
}
.provider-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.provider-photo-empty {
  position: absolute; inset: 0; display: none;
  place-items: center; text-align: center; padding: 24px;
  color: rgba(255,255,255,0.92); font-size: 0.9rem; line-height: 1.4;
}
.provider-photo-empty code {
  background: rgba(0,0,0,0.25); padding: 2px 8px; border-radius: 6px;
}
.provider-photo--empty .provider-photo-empty { display: grid; }
.provider-text h2 { margin: 4px 0 8px; }
.provider-text h2 em {
  font-style: normal; color: #c7a67b;
  font-family: 'Dancing Script', cursive; font-weight: 600;
  margin-left: 6px;
}
.provider-credentials {
  color: #5a2a56; font-weight: 500;
  margin: 0 0 18px; font-size: 0.98rem;
}
.provider-credentials .dot { margin: 0 8px; color: var(--muted); }
.provider-bio { margin: 0 0 20px; }
.provider-specialties {
  list-style: none; padding: 0; margin: 18px 0 22px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.provider-specialties li {
  background: #fff; border: 1px solid rgba(90, 42, 86, 0.18);
  color: #5a2a56; font-size: 0.85rem; font-weight: 500;
  padding: 7px 14px; border-radius: 999px;
  box-shadow: 0 1px 2px rgba(90, 42, 86, 0.04);
}
.provider-edu { color: var(--muted); font-size: 0.92rem; margin: 0 0 22px; }
.provider-cta { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 920px) {
  .provider-wrap { grid-template-columns: 1fr; gap: 32px; align-items: start; }
  .provider-photo {
    width: 100%; max-width: 360px;
    margin-inline: auto;
    justify-self: center;
    aspect-ratio: auto;
    background: transparent;
  }
  .provider-photo img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
  }
}

/* Aestheticians */
.aestheticians { background: #fff; }
.aestheticians-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}
.aesthetician-card {
  display: flex; flex-direction: column; gap: 18px;
  background: var(--cream);
  border-radius: 24px;
  padding: 22px;
  border: 1px solid rgba(109, 54, 104, 0.08);
}
.aesthetician-photo {
  position: relative; margin: 0;
  border-radius: 18px; overflow: hidden;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #5a2a56, #d48aa2);
}
.aesthetician-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.aesthetician-photo-empty {
  position: absolute; inset: 0; display: none;
  place-items: center; text-align: center; padding: 20px;
  color: rgba(255,255,255,0.92); font-size: 0.85rem; line-height: 1.4;
}
.aesthetician-photo-empty code {
  background: rgba(0,0,0,0.25); padding: 2px 8px; border-radius: 6px;
}
.aesthetician-photo--empty .aesthetician-photo-empty { display: grid; }
.aesthetician-text h3 { margin: 0 0 4px; font-size: 1.4rem; }
.aesthetician-text h3 em {
  font-style: normal; color: #c7a67b;
  font-family: 'Dancing Script', cursive; font-weight: 600;
  margin-left: 6px;
}
.aesthetician-title { color: #5a2a56; font-weight: 500; margin: 0 0 8px; font-size: 0.95rem; }
.aesthetician-credentials { color: var(--muted); margin: 0 0 12px; font-size: 0.9rem; }
.aesthetician-bio { margin: 0 0 14px; font-size: 0.95rem; }
.aesthetician-specialties {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.aesthetician-specialties li {
  background: #fff; border: 1px solid rgba(90, 42, 86, 0.18);
  color: #5a2a56; font-size: 0.8rem; font-weight: 500;
  padding: 5px 12px; border-radius: 999px;
}
@media (max-width: 820px) {
  .aestheticians-grid { grid-template-columns: 1fr; gap: 28px; }
  .aesthetician-photo {
    max-width: 340px;
    width: 100%;
    aspect-ratio: auto;
    align-self: center;
    background: transparent;
  }
  .aesthetician-photo img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
  }
}

/* Gallery */
.gallery { background: linear-gradient(180deg, var(--cream), #fff); }
.gallery-grid {
  display: grid; gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
}
.gallery-item {
  position: relative; margin: 0; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .25s ease;
  cursor: zoom-in;
}
.gallery-item img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.gallery-item:hover { transform: scale(1.02); }
.gi-label {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(34, 16, 51, 0.55); color: var(--white);
  font-size: 0.78rem; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(6px);
}
.gi-1 { background: linear-gradient(135deg, #5a2a56, #b66b83); grid-row: span 2; }
.gi-2 { background: linear-gradient(135deg, #f4d9e0, #d48aa2); }
.gi-3 { background: linear-gradient(135deg, #7a4075, #f4d9e0); }
.gi-4 { background: linear-gradient(135deg, #d48aa2, #6d3668); }
.gi-5 { background: linear-gradient(135deg, #2a1128, #b66b83); grid-row: span 2; }
.gi-6 { background: linear-gradient(135deg, #c7a67b, #5a2a56); }
.gi-7 { background: linear-gradient(135deg, #6d3668, #c7a67b); }
.gi-8 { background: linear-gradient(135deg, #2a1128, #c7a67b); }

/* Reviews */
.reviews { background: var(--white); }
.reviews-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.review {
  background: var(--cream); border-radius: var(--radius);
  padding: 28px; border: 1px solid var(--taupe);
  position: relative;
}
.review::before {
  content: "";
  position: absolute; top: 0; left: 28px;
  width: 32px; height: 3px;
  background: var(--champagne); border-radius: 0 0 3px 3px;
}
.stars { color: #f5b301; font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 10px; }
.review blockquote { margin: 0 0 14px; font-size: 1rem; color: var(--ink); font-style: italic; }
.review footer { font-size: 0.9rem; color: var(--muted); }

/* Referral */
.referral {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(199, 166, 123, 0.22), transparent 55%),
    radial-gradient(circle at 15% 85%, rgba(182, 107, 131, 0.28), transparent 55%),
    linear-gradient(135deg, #2a1128 0%, #5a2a56 60%, #6d3668 100%);
  color: var(--white);
}
.referral::before {
  content: ""; position: absolute; inset: 0;
  background: url('images/ResizedLogo_WhiteBackgground.jpeg') 90% 110% / 360px no-repeat;
  opacity: 0.06; pointer-events: none;
}
.referral h2 { color: var(--white); text-align: left; }
.grad-light {
  background: linear-gradient(90deg, #fff, var(--pink-200));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.referral-wrap {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 0.9fr 1.1fr;
  gap: 56px; align-items: center;
}
.referral-photos {
  position: relative; height: 380px;
}
.ref-photo {
  position: absolute; margin: 0;
  width: 220px; height: 220px; border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--white);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.02)),
    url('images/ResizedLogo_WhiteBackgground.jpeg') center / 75% no-repeat,
    rgba(255,255,255,0.08);
}
.ref-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ref-photo-1 { top: 20px; left: 20px; transform: rotate(-6deg); }
.ref-photo-2 {
  top: 110px; right: 20px; transform: rotate(5deg);
  width: 240px; height: 240px;
}
.ref-photo--empty::after {
  content: "Add headshot";
  position: absolute; inset: 0; display: grid; place-items: center;
  color: rgba(59, 10, 110, 0.55); font-size: 0.82rem; font-weight: 600;
}
.referral-copy .section-sub { color: rgba(255,255,255,0.9); }
.ref-steps {
  list-style: none; padding: 0; margin: 26px 0 28px;
  display: grid; gap: 10px;
}
.ref-steps li {
  padding: 12px 18px; background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px; font-size: 0.98rem;
  backdrop-filter: blur(6px);
}
.ref-steps strong { color: var(--champagne); margin-right: 6px; letter-spacing: 0.02em; }
@media (max-width: 920px) {
  .referral-wrap { grid-template-columns: 1fr; }
  .referral-photos { height: 340px; max-width: 420px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .ref-photo-1, .ref-photo-2 { width: 170px; height: 170px; }
  .ref-photo-2 { width: 180px; height: 180px; }
}

/* Newsletter */
.newsletter {
  background:
    radial-gradient(circle at 90% 10%, rgba(199, 166, 123, 0.18), transparent 55%),
    linear-gradient(135deg, #3d1c3a 0%, #5a2a56 100%);
  color: var(--white);
}
.newsletter h2 { color: var(--white); }
.newsletter-wrap {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center;
}
.newsletter-form {
  background: rgba(255, 255, 255, 0.12);
  padding: 16px; border-radius: 999px;
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.newsletter-form .form-note { order: 99; color: rgba(255,255,255,0.9); padding: 0 18px; }
.newsletter-form input {
  flex: 1; background: transparent; border: 0; color: var(--white);
  font: inherit; padding: 12px 18px; outline: none; min-width: 0;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.7); }
.newsletter-form .btn { white-space: nowrap; }
.form-note { width: 100%; margin: 8px 0 0; font-size: 0.88rem; }

/* Location */
.location-grid {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: stretch;
}
.map-wrap {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
  min-height: 380px; background: var(--pink-200);
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 380px; border: 0; }
.location-info {
  background: var(--white); padding: 32px; border-radius: var(--radius);
  border: 1px solid rgba(138, 43, 226, 0.08); box-shadow: var(--shadow-sm);
}
.location-info h3 { margin-top: 0; color: var(--purple-700); }

/* FAQ */
.faq { background: var(--cream); }
.faq-list {
  max-width: 820px; margin: 0 auto;
  display: grid; gap: 12px;
}
.faq-item {
  background: var(--white);
  border: 1px solid var(--taupe);
  border-radius: var(--radius);
  padding: 4px 24px;
  box-shadow: var(--shadow-sm);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item[open] { border-color: var(--pink-400); box-shadow: var(--shadow-md); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 600; color: var(--ink); font-size: 1.05rem;
  gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-700), var(--pink-500));
  color: var(--white);
  display: grid; place-items: center;
  font-size: 1.2rem; font-weight: 400;
  transition: transform .3s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover span { color: var(--purple-700); }
.faq-a { padding: 0 0 20px; color: var(--muted); line-height: 1.7; }
.faq-a p { margin: 0; }
.faq-a a { font-weight: 600; }

/* Contact form */
.contact { background: linear-gradient(180deg, #fff, var(--cream)); }
.contact-form {
  max-width: 760px; margin: 0 auto;
  background: var(--white); padding: 36px;
  border-radius: var(--radius); box-shadow: var(--shadow-md);
  border: 1px solid rgba(138, 43, 226, 0.08);
}
.contact-form .row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px;
}
.field { display: flex; flex-direction: column; }
.field label {
  font-size: 0.88rem; font-weight: 600; color: var(--purple-700);
  margin-bottom: 6px;
}
.field .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  font: inherit; color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(138, 43, 226, 0.18);
  border-radius: var(--radius-sm);
  padding: 12px 14px; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--pink-400);
  box-shadow: 0 0 0 4px rgba(240, 106, 163, 0.15);
}
.contact-form .field { margin-bottom: 18px; }
.check {
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 22px; font-size: 0.92rem; color: var(--muted);
}
.check input { width: 18px; height: 18px; accent-color: var(--purple-600); }

/* Footer */
.site-footer {
  background: var(--purple-900); color: rgba(255,255,255,0.78);
  padding-block: 56px 24px;
}
.footer-grid {
  display: grid; gap: 32px;
  grid-template-columns: 1.4fr 1fr 1fr;
  margin-bottom: 32px;
}
.footer-logo {
  width: 64px; height: 64px; border-radius: 50%; object-fit: cover;
  margin-bottom: 12px;
}
.nap {
  font-style: normal; font-size: 0.9rem; line-height: 1.7;
  color: rgba(255,255,255,0.78);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.nap strong { color: var(--white); }
.site-footer h4 {
  color: var(--white); margin: 0 0 12px; font-size: 1rem;
  text-transform: uppercase; letter-spacing: 0.12em;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: rgba(255,255,255,0.78); }
.site-footer a:hover { color: var(--pink-200); }
.footer-base {
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px;
  text-align: center; color: rgba(255,255,255,0.55);
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 320px; margin-top: 12px; }
  .newsletter-wrap { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gi-1, .gi-5 { grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); border-bottom: 1px solid rgba(138,43,226,0.12);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .2s, opacity .2s;
  }
  .primary-nav ul { flex-direction: column; padding: 18px 24px; gap: 14px; align-items: stretch; }
  .primary-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-cta { width: fit-content; }
  .contact-form .row { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; border-radius: var(--radius); padding: 16px; }
  .newsletter-form input { width: 100%; }
  .newsletter-form .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding-block: 64px; }
  .hero { padding-block: 56px 80px; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .brand-text { display: none; }
}

/* ---------- Floating sign-up offer ---------- */
.offer-popup {
  position: fixed;
  right: 24px; bottom: 24px;
  width: min(92vw, 360px);
  background: var(--white);
  border-radius: 20px;
  padding: 24px 22px 22px;
  box-shadow: 0 24px 60px rgba(59, 10, 110, 0.28), 0 4px 12px rgba(0,0,0,0.08);
  border: 1px solid rgba(138, 43, 226, 0.12);
  z-index: 100;
  transform: translateY(140%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: transform .45s cubic-bezier(.2,.9,.3,1.2), opacity .3s ease;
}
.offer-popup::before {
  content: ""; position: absolute; inset: 0;
  border-radius: 20px; pointer-events: none;
  background: linear-gradient(135deg, rgba(138,43,226,0.06), rgba(233,76,137,0.06));
}
.offer-popup.open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.offer-close {
  position: absolute; top: 10px; right: 10px;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(138, 43, 226, 0.08);
  border: 0; cursor: pointer;
  color: var(--purple-700); font-size: 1.4rem; line-height: 1;
  display: grid; place-items: center;
  transition: background .2s;
}
.offer-close:hover { background: rgba(138, 43, 226, 0.18); }
.offer-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--champagne), var(--pink-400));
  color: var(--white);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(199, 166, 123, 0.25);
}
.offer-popup h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--ink);
}
.offer-popup h3 span {
  display: block;
  background: linear-gradient(120deg, var(--purple-600), var(--pink-500));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-size: 0.98rem;
  margin-top: 2px;
}
.offer-popup p { margin: 0 0 16px; font-size: 0.9rem; color: var(--muted); }
.offer-form { display: grid; gap: 10px; }
.offer-form input[type="email"],
.offer-form input[type="tel"] {
  font: inherit; color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(138, 43, 226, 0.18);
  border-radius: 10px;
  padding: 11px 14px; outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.offer-form input:focus {
  border-color: var(--pink-400);
  box-shadow: 0 0 0 4px rgba(240, 106, 163, 0.15);
}
.offer-consent {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 0.8rem; color: var(--muted); line-height: 1.4;
  padding: 2px 0;
}
.offer-consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--purple-600); flex-shrink: 0; }
.offer-form .btn { width: 100%; padding: 12px; }
.offer-form .form-note { margin: 0; font-size: 0.82rem; text-align: center; }

.offer-reopen {
  position: fixed;
  right: 24px; bottom: 24px;
  padding: 12px 18px;
  border: 0; cursor: pointer;
  font: inherit; font-weight: 600; font-size: 0.88rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--purple-600), var(--pink-500));
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(233, 76, 137, 0.35);
  z-index: 99;
  transition: transform .2s, box-shadow .2s;
}
.offer-reopen:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(233, 76, 137, 0.45); }

@media (max-width: 520px) {
  .offer-popup {
    right: 12px; left: 12px; bottom: 12px;
    width: auto;
    padding: 20px 18px 18px;
  }
  .offer-reopen { right: 12px; bottom: 12px; font-size: 0.82rem; padding: 10px 14px; }
}

/* GHL chat widget: hide while offer popup is open so we don't stack overlays */
body:has(#offer-popup.open) iframe[src*="leadconnector"],
body:has(#offer-popup.open) iframe[src*="chat-widget"],
body:has(#offer-popup.open) [id^="lc-chat"],
body:has(#offer-popup.open) [id^="leadconnector"] {
  display: none !important;
}

/* ---------- Phone FAB (mobile) ---------- */
.phone-fab {
  position: fixed;
  left: 16px; bottom: 16px;
  display: none;
  align-items: center; gap: 8px;
  padding: 12px 16px 12px 14px;
  color: #fff; text-decoration: none;
  background: linear-gradient(135deg, var(--purple-600), var(--pink-500));
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(109, 54, 104, 0.45);
  z-index: 100;
  font-weight: 700; font-size: 0.95rem;
}
.phone-fab-label { line-height: 1; }
.phone-fab:active { transform: scale(0.96); }
@media (max-width: 860px) {
  .phone-fab { display: inline-flex !important; }
}

/* ---------- Scroll reveal ---------- */
.reveal,
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.reveal.is-visible,
.reveal-stagger.is-visible > * { opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0ms; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 90ms; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 180ms; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 270ms; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 360ms; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 450ms; }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 540ms; }
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 630ms; }

/* ---------- Hero rotating word + shimmer ---------- */
.word-rotator {
  display: inline-block;
  position: relative;
  transition: opacity .35s ease, transform .35s ease;
}
.word-rotator.swap { opacity: 0; transform: translateY(-6px); }
.grad {
  background: linear-gradient(120deg, var(--purple-600) 0%, var(--pink-500) 45%, var(--champagne) 80%, var(--purple-600) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: grad-shimmer 7s ease-in-out infinite;
}
@keyframes grad-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* ---------- Blob drift ---------- */
.blob-a { animation: drift-a 14s ease-in-out infinite alternate; }
.blob-b { animation: drift-b 17s ease-in-out infinite alternate; }
@keyframes drift-a {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-24px, 18px) scale(1.08); }
}
@keyframes drift-b {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(18px, -20px) scale(1.05); }
}

.hero-photo-card {
  animation: card-float 8s ease-in-out infinite alternate;
}
@keyframes card-float {
  0%   { transform: rotate(-2deg) translateY(0); }
  100% { transform: rotate(-2deg) translateY(-8px); }
}

/* ---------- Button sheen ---------- */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::before {
  content: ""; position: absolute; top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: skewX(-20deg);
  transition: left .75s cubic-bezier(.25,.8,.3,1);
  pointer-events: none;
}
.btn-primary:hover::before { left: 130%; }

/* ---------- Gallery hover polish ---------- */
.gallery-item { transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.gallery-item:hover { transform: translateY(-6px) scale(1.02); box-shadow: var(--shadow-md); }
.gi-label {
  transform: translateY(0); opacity: 0.92;
  transition: transform .3s ease, opacity .3s ease, background .3s ease;
}
.gallery-item:hover .gi-label {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--purple-700), var(--pink-500));
  opacity: 1;
}

/* ---------- Card hover pulse on icon ---------- */
.card .card-icon { transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.card:hover .card-icon { transform: rotate(-6deg) scale(1.08); }

/* ---------- Form success pulse ---------- */
@keyframes success-pulse {
  0%   { transform: scale(1); box-shadow: 0 0 0 0 rgba(199, 166, 123, 0.45); }
  70%  { transform: scale(1.02); box-shadow: 0 0 0 14px rgba(199, 166, 123, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(199, 166, 123, 0); }
}
.form-success { animation: success-pulse 1s ease-out; }

/* ---------- Offer popup bounce-in ---------- */
.offer-popup.open { animation: offer-pop .55s cubic-bezier(.2,.9,.3,1.3); }
@keyframes offer-pop {
  0%   { transform: translateY(140%) scale(0.9); opacity: 0; }
  60%  { transform: translateY(-8px) scale(1.02); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

/* ---------- Nav link hover glow ---------- */
.primary-nav a:not(.btn) { transition: color .25s ease; }
.primary-nav a:not(.btn):hover { color: var(--purple-700); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; }
}
