/* ═══════════════════════════════════════════════════════════
   Shivani Herbal Beauty Parlour — styles
   Palette (v5, client-approved earthy set):
     seafoam #f2ebdb · sand clay #b69f7f · coco brown #53472e
     palm love #2b361a · olive stone #49401f · sage drape #797049
     terracotta ember #96461f · deep amber #9e5135 · espresso clay #442219
   Instagram-branded elements alone keep the IG gradient.
   Brand logo: exact purple artwork (assets/shivani-logo.jpg)
   Type: Playfair Display · Inter
   ═══════════════════════════════════════════════════════════ */

:root {
  --seafoam: #f2ebdb;   /* seafoam background */
  --sand: #b69f7f;      /* sand clay */
  --coco: #53472e;      /* coco brown — body text */
  --palm: #2b361a;      /* palm love — dark sections */
  --olive: #49401f;     /* olive stone */
  --sage: #797049;      /* sage drape */
  --terracotta: #96461f;/* terracotta ember — primary */
  --amber: #9e5135;     /* deep amber — secondary */
  --espresso: #442219;  /* espresso clay — ink */

  --primary: var(--terracotta);
  --primary-deep: #7a3616;
  --bg: var(--seafoam);
  --surface: #faf6ec;
  --ink: var(--espresso);
  --ink-body: var(--coco);
  --muted: #ece3cf;
  --border: #ddd0b6;
  --wa: #48742c;
  --wa-deep: #35571f;
  --gold: #c98a2e;

  --shadow-sm: 0 2px 10px rgba(68, 34, 25, .07);
  --shadow-md: 0 10px 34px rgba(68, 34, 25, .13);
  --shadow-lg: 0 24px 60px rgba(68, 34, 25, .2);
  --radius: 20px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --ease: cubic-bezier(.22, .8, .3, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.container {
  width: min(1180px, 100% - 2.5rem);
  margin-inline: auto;
}

/* ─── Shared typography ─── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 1rem;
}
.section-eyebrow::before {
  content: "";
  width: 34px; height: 2px;
  background: linear-gradient(90deg, var(--terracotta), var(--sand));
  border-radius: 2px;
}
.section-eyebrow--center { justify-content: center; display: flex; }
.section-eyebrow--center::after {
  content: "";
  width: 34px; height: 2px;
  background: linear-gradient(90deg, var(--sand), var(--terracotta));
  border-radius: 2px;
}
.section-eyebrow--light { color: #d8ccae; }
.section-eyebrow--light::before, .section-eyebrow--light::after { background: #b8a988; }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 600;
  line-height: 1.18;
  color: var(--ink);
  margin-bottom: 1.1rem;
}
.section-title em {
  font-style: italic;
  background: linear-gradient(110deg, var(--terracotta) 20%, var(--amber) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title--center { text-align: center; }
.section-title--light { color: #f5efe0; }
.section-title--light em {
  background: linear-gradient(110deg, #d9a878, #c98a2e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-lead {
  max-width: 620px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.05rem;
}
.section-lead--light { color: #cfc3a4; }

/* ─── Ornamental details ─── */
.title-flourish {
  display: block;
  width: min(230px, 60vw);
  height: 24px;
  margin: .2rem auto 2.4rem;
  color: var(--terracotta);
  opacity: .85;
}
.title-flourish--light { color: var(--gold); }

.mandala {
  position: absolute;
  color: var(--sand);
  opacity: .5;
  pointer-events: none;
  animation: mandala-spin 110s linear infinite;
  will-change: transform;
}
@keyframes mandala-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.mandala--hero-tr {
  width: clamp(300px, 36vw, 480px);
  top: -9%;
  right: -7%;
}
.mandala--hero-bl {
  width: clamp(220px, 26vw, 360px);
  bottom: -13%;
  left: -6%;
  opacity: .4;
  animation-duration: 150s;
  animation-direction: reverse;
}
.mandala--sig {
  width: clamp(320px, 42vw, 560px);
  right: -11%;
  bottom: -26%;
  color: var(--gold);
  opacity: .16;
}

/* drifting petals over the hero */
.petals { position: absolute; inset: 0; overflow: hidden; }
.petal {
  position: absolute;
  top: -6%;
  width: 18px;
  height: 18px;
  color: var(--terracotta);
  opacity: 0;
  animation: petal-fall 16s linear infinite;
  will-change: transform;
}
.petal--1 { left: 8%;  width: 14px; color: var(--amber);      animation-delay: -2s;  animation-duration: 18s; }
.petal--2 { left: 24%; width: 20px; color: var(--sand);       animation-delay: -9s;  animation-duration: 22s; }
.petal--3 { left: 42%; width: 12px; color: var(--terracotta); animation-delay: -5s;  animation-duration: 15s; }
.petal--4 { left: 58%; width: 16px; color: var(--sage);       animation-delay: -12s; animation-duration: 24s; }
.petal--5 { left: 74%; width: 22px; color: var(--sand);       animation-delay: -7s;  animation-duration: 19s; }
.petal--6 { left: 90%; width: 14px; color: var(--amber);      animation-delay: -14s; animation-duration: 21s; }
@keyframes petal-fall {
  0%   { transform: translate3d(0, -4vh, 0) rotate(0deg);     opacity: 0; }
  8%   { opacity: .55; }
  50%  { transform: translate3d(-5vw, 55vh, 0) rotate(200deg); opacity: .5; }
  92%  { opacity: .4; }
  100% { transform: translate3d(4vw, 112vh, 0) rotate(420deg); opacity: 0; }
}

/* ─── Buttons ─── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .95rem;
  padding: calc(.8rem + 2px) calc(1.5rem + 2px);
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  min-height: 44px;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(1px) scale(.985); }
.btn:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }
.btn--lg { padding: calc(1rem + 2px) calc(2rem + 2px); font-size: 1.02rem; }

.btn--wa {
  background: linear-gradient(135deg, #57893a, var(--wa-deep));
  color: #fff;
  box-shadow: 0 8px 24px rgba(53, 87, 31, .35);
}
.btn--wa:hover { box-shadow: 0 14px 34px rgba(53, 87, 31, .45); }

.btn--primary {
  background: linear-gradient(135deg, var(--terracotta), var(--primary-deep));
  color: #fff;
  box-shadow: 0 8px 24px rgba(122, 54, 22, .3);
}
.btn--primary:hover { box-shadow: 0 14px 34px rgba(122, 54, 22, .42); }

.btn--ghost {
  background: rgba(250, 246, 236, .65);
  border: 2px solid var(--sand);
  padding: .8rem 1.5rem;
  color: var(--ink);
}
.btn--ghost.btn--lg { padding: 1rem 2rem; }
.btn--ghost:hover { border-color: var(--terracotta); color: var(--terracotta); }

.btn--white {
  background: #fffdf7;
  color: var(--wa-deep);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.btn--white:hover { box-shadow: 0 16px 40px rgba(0,0,0,.25); }

.btn--ig {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 55%, #6228d7);
  color: #fff;
  box-shadow: 0 8px 24px rgba(238, 42, 123, .35);
}
.btn--ig:hover { box-shadow: 0 14px 34px rgba(238, 42, 123, .5); }

/* desktop nav hides the text IG link (icon button covers it);
   it reappears inside the mobile menu */
.nav__links-ig { display: none; }

/* ═══ NAVBAR ═══ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
}
.nav.is-scrolled {
  background: rgba(242, 235, 219, .92);
  box-shadow: var(--shadow-sm);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: .55rem;
}
.nav__brand { display: flex; align-items: center; }
.nav__logo { height: 56px; width: auto; }
.nav__links {
  display: flex;
  gap: 1.8rem;
}
.nav__links a {
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  position: relative;
  padding: .3rem 0;
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--terracotta);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__actions { display: flex; align-items: center; gap: .8rem; }
.nav__ig {
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  border: 1.5px solid var(--sand);
  background: rgba(250, 246, 236, .65);
  transition: transform .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.nav__ig:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: transparent;
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 55%, #6228d7);
}
.nav__ig:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }
.btn--nav { padding: .6rem 1.15rem; font-size: .85rem; }

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: none;
  border: 0;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  width: 24px; height: 2px;
  margin-inline: auto;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s;
}
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══ HERO ═══ */
.hero {
  position: relative;
  padding: clamp(7rem, 12vw, 9.5rem) 0 clamp(4rem, 8vw, 6rem);
  overflow: hidden;
  background:
    linear-gradient(115deg, transparent 32%, rgba(255, 253, 247, .45) 46%, transparent 62%),
    linear-gradient(160deg, #ede4cf 0%, var(--seafoam) 45%, #eee2ca 100%);
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__blob {
  position: absolute;
  border-radius: 50%;
  opacity: .8;
  animation: drift 16s ease-in-out infinite alternate;
  will-change: transform;
}
.hero__blob--1 { width: 640px; height: 640px; background: radial-gradient(circle, rgba(182,159,127,.5) 0%, rgba(182,159,127,.22) 45%, transparent 70%); top: -220px; right: -180px; }
.hero__blob--2 { width: 520px; height: 520px; background: radial-gradient(circle, rgba(158,81,53,.28) 0%, rgba(158,81,53,.12) 45%, transparent 70%); bottom: -200px; left: -160px; animation-delay: -5s; }
.hero__blob--3 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(121,112,73,.3) 0%, rgba(121,112,73,.12) 45%, transparent 70%); top: 26%; left: 38%; animation-delay: -9s; }
@keyframes drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(40px, 26px) scale(1.08); }
}
.hero__damask {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  color: var(--coco);
  opacity: .05;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--terracotta);
  background: rgba(250, 246, 236, .75);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: .5rem 1.1rem;
  margin-bottom: 1.6rem;
}

.hero__title { margin-bottom: 1.2rem; }
.hero__logo {
  width: min(460px, 92%);
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(68, 34, 25, .12));
}

.hero__tagline {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  color: var(--amber);
  margin-bottom: 1.1rem;
}
.hero__desc {
  max-width: 520px;
  margin-bottom: 2rem;
  font-size: 1.02rem;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-bottom: 2.4rem;
}
.hero__stats {
  display: flex;
  gap: clamp(1.4rem, 4vw, 3rem);
  list-style: none;
}
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats strong {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  color: var(--terracotta);
  line-height: 1.1;
}
.hero__stats span {
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-body);
}

/* hero artwork card — 3D tilt follows the cursor (script.js) */
.hero__art { display: flex; justify-content: center; perspective: 900px; }
.hero__art-card {
  position: relative;
  background: #fffdf7;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 34px;
  padding: clamp(1.2rem, 2.5vw, 2rem) clamp(1.2rem, 2.5vw, 2rem) 1.1rem;
  box-shadow: var(--shadow-lg);
  max-width: 400px;
  width: 100%;
  transform: rotate(2deg) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.hero__art-card:hover { box-shadow: 0 34px 80px rgba(68, 34, 25, .28); }
.hero__face { transform: translateZ(28px); }
.hero__art-caption { transform: translateZ(18px); }
.hero__face {
  width: 100%;
  height: auto;
  border-radius: 22px;
}
.hero__art-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  margin-top: .9rem;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--coco);
}
.hero__art-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--terracotta);
}

.hero__wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  line-height: 0;
}
.hero__wave svg { width: 100%; height: clamp(40px, 7vw, 90px); }

/* ═══ TRUST ═══ */
.trust { background: var(--surface); padding: clamp(3rem, 6vw, 4.5rem) 0; }
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.trust__item {
  text-align: center;
  padding: 1.8rem 1.2rem;
  border-radius: var(--radius);
  background: linear-gradient(175deg, #fffdf7, var(--seafoam));
  border: 1px solid var(--border);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.trust__item:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.trust__icon {
  width: 58px; height: 58px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ece3cf, #e0d2b4);
  color: var(--terracotta);
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, .75), inset 0 -3px 6px rgba(68, 34, 25, .12), 0 6px 14px rgba(68, 34, 25, .1);
}
.trust__icon svg { width: 28px; height: 28px; }
.trust__item h3 {
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--ink);
  margin-bottom: .4rem;
}
.trust__item p { font-size: .88rem; }

/* ═══ ABOUT ═══ */
.about { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--surface); }
.about__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.about__frame {
  position: relative;
  background: linear-gradient(160deg, var(--seafoam), #ece1c8);
  border-radius: 34px;
  border: 1px solid var(--border);
  padding: 2.4rem 2rem 2.2rem;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.about__lotus { width: min(240px, 70%); margin: 0 auto 1rem; }
.about__frame blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--amber);
}
.about__copy p { margin-bottom: 1.1rem; max-width: 560px; }
.about__copy strong { color: var(--ink); }
.about__points {
  list-style: none;
  margin: 1.4rem 0 2rem;
  display: grid;
  gap: .8rem;
}
.about__points li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-weight: 500;
  color: var(--ink);
}
.about__points svg { color: var(--sage); flex-shrink: 0; }

/* ═══ SERVICES ═══ */
.services {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='none' stroke='%2353472e' stroke-opacity='.055'%3E%3Cpath d='M24 12c10 3 15 12 11 20s-15 9-20 3 0-20 9-23z'/%3E%3Ccircle cx='28' cy='24' r='2.5'/%3E%3Cpath d='M72 58c10 3 15 12 11 20s-15 9-20 3 0-20 9-23z'/%3E%3Ccircle cx='76' cy='70' r='2.5'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(1100px 500px at 85% -5%, rgba(182,159,127,.22), transparent 60%),
    radial-gradient(900px 500px at 0% 100%, rgba(121,112,73,.16), transparent 55%),
    var(--bg);
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  perspective: 1400px;
}
.svc {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.7rem 1.6rem 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  position: relative;
  overflow: hidden;
}
.svc::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--sand), var(--sage));
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.svc::after {
  content: "";
  position: absolute;
  right: -14px; bottom: -14px;
  width: 92px; height: 92px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 3C11 3 4 10 3 21c11-1 18-8 18-18Z' fill='%23b69f7f' fill-opacity='.14'/%3E%3Cpath d='M3 21C9 15 15 9 21 3' fill='none' stroke='%23b69f7f' stroke-opacity='.28'/%3E%3C/svg%3E") no-repeat center / contain;
  transform: rotate(-12deg);
  pointer-events: none;
  transition: transform .4s var(--ease);
}
.svc:hover::after { transform: rotate(0deg) scale(1.08); }
.svc:hover {
  transform: translateY(-8px) rotateX(2.5deg);
  transform-origin: center bottom;
  box-shadow: 0 22px 44px rgba(68, 34, 25, .16);
  border-color: var(--sand);
}
.svc:hover::before { opacity: 1; }
.svc__head {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1rem;
}
.svc__icon {
  width: 48px; height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #ece3cf, #e0d2b4);
  color: var(--terracotta);
  transition: transform .3s var(--ease);
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, .75), inset 0 -3px 6px rgba(68, 34, 25, .12), 0 6px 14px rgba(68, 34, 25, .1);
}
.svc:hover .svc__icon { transform: rotate(-6deg) scale(1.08); }
.svc__icon svg { width: 24px; height: 24px; }
.svc h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink);
  line-height: 1.25;
}
.svc h3 small {
  display: block;
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-top: .15rem;
}
.svc ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.svc li {
  font-size: .8rem;
  font-weight: 500;
  color: var(--ink-body);
  background: var(--muted);
  border: 1px solid transparent;
  padding: .3rem .7rem;
  border-radius: 999px;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.svc li:hover { background: #e5dabf; border-color: var(--border); color: var(--ink); }
.svc__special {
  background: linear-gradient(135deg, var(--terracotta), var(--primary-deep)) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.services__cta {
  margin-top: 3rem;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 1.1rem;
}
.services__cta p { font-size: 1.02rem; color: var(--ink); }

/* ═══ HAIRCUT GALLERY ═══ */
.gallery { padding: clamp(4rem, 8vw, 6.5rem) 0; background: var(--surface); }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  perspective: 1400px;
}
.gal-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  background: var(--muted);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.gal-card:hover {
  transform: translateY(-8px) rotateX(2deg);
  transform-origin: center bottom;
  box-shadow: 0 26px 50px rgba(68, 34, 25, .22);
}
.gal-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform .6s var(--ease);
}
.gal-card:hover img { transform: scale(1.06); }
.gal-card figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.2rem 1.1rem .9rem;
  background: linear-gradient(180deg, transparent, rgba(43, 26, 12, .82));
  color: #fffdf7;
  display: flex;
  flex-direction: column;
  gap: .05rem;
}
.gal-card figcaption strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.gal-card figcaption span {
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #e8dcc3;
}
.gallery__note {
  margin-top: 1.8rem;
  text-align: center;
  font-size: .92rem;
  color: var(--ink-body);
  font-style: italic;
}

/* ═══ SIGNATURE ═══ */
.signature {
  position: relative;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background:
    radial-gradient(900px 400px at 90% 0%, rgba(150,70,31,.4), transparent 60%),
    linear-gradient(150deg, var(--palm) 0%, #3a4a24 55%, #22290f 100%);
  color: #f5efe0;
  overflow: hidden;
}
.signature__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.sig-card {
  position: relative;
  background: rgba(242, 235, 219, .07);
  border: 1px solid rgba(242, 235, 219, .16);
  border-radius: var(--radius);
  padding: 1.9rem 1.5rem;
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.sig-card:hover { transform: translateY(-6px); background: rgba(242, 235, 219, .13); }
.sig-card__num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-style: italic;
  color: rgba(201, 138, 46, .75);
  line-height: 1;
  display: block;
  margin-bottom: .9rem;
}
.sig-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: .55rem;
}
.sig-card p { font-size: .88rem; color: #cfc3a4; }

/* ═══ HYGIENE ═══ */
.hygiene { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--surface); }
.hygiene__grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.hygiene__copy > p { max-width: 560px; margin-bottom: 1.6rem; }
.hygiene__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .9rem 1.4rem;
}
.hygiene__list li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-weight: 500;
  color: var(--ink);
  background: linear-gradient(175deg, #fffdf7, var(--seafoam));
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: .85rem 1rem;
  font-size: .92rem;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.hygiene__list li:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.hygiene__check {
  width: 28px; height: 28px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #8a9a5b, var(--sage));
  color: #fffdf7;
}
.hygiene__art { display: flex; justify-content: center; }
.hygiene__badge {
  display: grid;
  justify-items: center;
  gap: .5rem;
  text-align: center;
  background:
    radial-gradient(400px 240px at 50% 0%, rgba(150,70,31,.28), transparent 70%),
    linear-gradient(150deg, var(--olive), var(--palm));
  color: #f5efe0;
  border-radius: 50%;
  width: min(300px, 78vw);
  aspect-ratio: 1;
  place-content: center;
  padding: 2rem;
  box-shadow: inset 0 10px 30px rgba(255, 255, 255, .09), inset 0 -14px 34px rgba(0, 0, 0, .28), var(--shadow-lg);
}
.hygiene__badge svg { color: #d9a878; }
.hygiene__badge strong {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: #f5efe0;
}
.hygiene__badge span {
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #cfc3a4;
}

/* ═══ REVIEWS ═══ */
.reviews {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='none' stroke='%2353472e' stroke-opacity='.055'%3E%3Cpath d='M24 12c10 3 15 12 11 20s-15 9-20 3 0-20 9-23z'/%3E%3Ccircle cx='28' cy='24' r='2.5'/%3E%3Cpath d='M72 58c10 3 15 12 11 20s-15 9-20 3 0-20 9-23z'/%3E%3Ccircle cx='76' cy='70' r='2.5'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(1000px 500px at 10% 0%, rgba(182,159,127,.2), transparent 60%),
    var(--bg);
}
.reviews__ratings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2.2rem 0 2.8rem;
}
.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: .7rem 1.4rem;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.rating-pill:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.rating-pill__score {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
}
.rating-pill__score svg { color: var(--gold); }
.rating-pill__label {
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--ink-body);
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.review-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid rgba(201, 138, 46, .6);
  border-radius: var(--radius);
  padding: 1.8rem 1.6rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.review-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.review-card::before {
  content: "“";
  position: absolute;
  top: .4rem; right: 1.2rem;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(182, 159, 127, .3);
}
.review-card__stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: .2em;
}
.review-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink);
  flex: 1;
}
.review-card figcaption {
  display: flex;
  align-items: center;
  gap: .8rem;
}
.review-card__avatar {
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--terracotta));
  color: #fffdf7;
  font-weight: 700;
  font-size: 1.05rem;
}
.review-card figcaption strong {
  display: block;
  color: var(--ink);
  font-size: .95rem;
}
.review-card figcaption small {
  display: block;
  font-size: .75rem;
  color: var(--sage);
  letter-spacing: .05em;
}

/* video testimonial */
.video-testimonial {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  background: linear-gradient(150deg, var(--espresso), #5c3320);
  border-radius: 28px;
  padding: clamp(1.4rem, 3.5vw, 2.6rem);
  box-shadow: var(--shadow-lg);
  color: #f5efe0;
}
.video-testimonial__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(400px 240px at 70% 20%, rgba(158,81,53,.5), transparent 70%),
    linear-gradient(150deg, #3a2317, #241209);
}
.video-testimonial__frame video {
  width: 100%; height: 100%;
  object-fit: cover;
}
/* portrait recordings (phone/WhatsApp) get a phone-style frame */
.video-testimonial__frame.is-portrait {
  aspect-ratio: 9 / 16;
  max-width: min(300px, 76vw);
  margin-inline: auto;
  border: 5px solid rgba(242, 235, 219, .18);
  border-radius: 26px;
}
.video-testimonial__copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  margin-bottom: .6rem;
}
.video-testimonial__copy p {
  color: #d8ccae;
  margin-bottom: 1.4rem;
  max-width: 40ch;
}

/* ═══ INSTAGRAM ═══ */
.insta { padding: 0 0 clamp(3rem, 6vw, 4.5rem); background: var(--bg); }
.insta__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  position: relative;
  overflow: hidden;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cg fill='none' stroke='%23f2ebdb' stroke-opacity='.07'%3E%3Cpath d='M24 12c10 3 15 12 11 20s-15 9-20 3 0-20 9-23z'/%3E%3Cpath d='M72 58c10 3 15 12 11 20s-15 9-20 3 0-20 9-23z'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(700px 300px at 88% 0%, rgba(150, 70, 31, .45), transparent 65%),
    radial-gradient(500px 260px at 5% 100%, rgba(121, 112, 73, .35), transparent 65%),
    linear-gradient(150deg, var(--espresso), #5c3320);
  border-radius: 28px;
  padding: clamp(1.8rem, 4vw, 3rem);
  box-shadow: var(--shadow-lg);
  color: #f5efe0;
  text-decoration: none;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.insta__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.12) 48%, transparent 60%);
  transform: translateX(-80%);
  transition: transform .9s var(--ease);
  pointer-events: none;
}
.insta__card:hover::after { transform: translateX(80%); }
.insta__card:hover { transform: translateY(-5px); box-shadow: 0 30px 70px rgba(68, 34, 25, .35); }
.insta__icon {
  width: 72px; height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 55%, #6228d7);
  color: #fff;
  box-shadow: 0 10px 26px rgba(238, 42, 123, .35);
  transition: transform .3s var(--ease);
}
.insta__card:hover .insta__icon { transform: rotate(-6deg) scale(1.07); }
.insta__copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  margin-bottom: .35rem;
}
.insta__copy p { color: #d8ccae; font-size: .97rem; max-width: 52ch; }
.insta__handle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
  font-size: .97rem;
  color: #962fbf;
  background: #fffdf7;
  border-radius: 999px;
  padding: .85rem 1.5rem;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .3);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.insta__card:hover .insta__handle { transform: scale(1.04); box-shadow: 0 12px 30px rgba(0, 0, 0, .4); }

/* ═══ VISIT ═══ */
.visit { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--surface); }
.visit__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: start;
}
.visit__card {
  display: grid;
  gap: 1.6rem;
  background: linear-gradient(170deg, #fffdf7, var(--seafoam));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 2rem 1.8rem;
  margin-top: 1.4rem;
}
.visit__row { display: flex; gap: 1.1rem; }
.visit__icon {
  width: 50px; height: 50px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #ece3cf, #e0d2b4);
  color: var(--terracotta);
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, .75), inset 0 -3px 6px rgba(68, 34, 25, .12), 0 6px 14px rgba(68, 34, 25, .1);
}
.visit__icon svg { width: 24px; height: 24px; }
.visit__row h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: .3rem;
}
.visit__row p { font-size: .95rem; }
.visit__row a { color: var(--terracotta); font-weight: 600; text-decoration: none; }
.visit__row a:hover { text-decoration: underline; }
.visit__link { display: inline-block; margin-top: .4rem; font-size: .88rem; }
.visit__num-note {
  display: inline-block;
  margin-left: .35rem;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sage);
  background: var(--muted);
  border-radius: 999px;
  padding: .15rem .6rem;
  vertical-align: 1px;
}
.visit__closed {
  display: inline-block;
  margin-top: .35rem;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8c2f1b;
  background: #f3ddd1;
  border-radius: 999px;
  padding: .2rem .75rem;
}

.book-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, #57893a, var(--wa-deep));
  color: #fff;
  border-radius: 28px;
  padding: clamp(2rem, 4vw, 2.8rem);
  box-shadow: 0 24px 60px rgba(53, 87, 31, .35);
  display: grid;
  gap: 1.1rem;
  justify-items: start;
  margin-top: 4.6rem;
}
.book-card__flower {
  position: absolute;
  top: -14px; right: -14px;
  width: 150px;
  pointer-events: none;
}
.book-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  line-height: 1.25;
}
.book-card p { color: #ddebcf; max-width: 42ch; }
.book-card__note { font-size: .8rem; color: #c4dcae; letter-spacing: .04em; }

/* ═══ FOOTER ═══ */
.footer { background: #1f2712; color: #d8ccae; }
.footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2.5rem;
  padding: 3.5rem 0 2.5rem;
}
.footer__logo-card {
  display: inline-block;
  background: var(--seafoam);
  border-radius: 16px;
  padding: .9rem 1.2rem;
  max-width: 280px;
}
.footer__logo-card img { width: 100%; height: auto; }
.footer__tag { margin-top: 1rem; font-family: var(--font-display); font-size: .98rem; }
.footer__col h4 {
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #f5efe0;
  margin-bottom: 1rem;
}
.footer__col a {
  display: block;
  color: #d8ccae;
  text-decoration: none;
  font-size: .93rem;
  margin-bottom: .55rem;
  transition: color .2s;
}
.footer__col a:hover { color: #fff; }
.footer__col p { font-size: .88rem; margin-top: .4rem; }
.footer__bar {
  border-top: 1px solid rgba(216, 204, 174, .2);
  padding: 1.1rem 0;
  text-align: center;
  font-size: .82rem;
  color: #b0a382;
}

/* ═══ FLOATING WHATSAPP ═══ */
.wa-float {
  position: fixed;
  right: clamp(1rem, 3vw, 1.6rem);
  bottom: clamp(1rem, 3vw, 1.6rem);
  z-index: 90;
  width: 60px; height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #57893a, var(--wa-deep));
  color: #fff;
  box-shadow: 0 10px 30px rgba(53, 87, 31, .45);
  transition: transform .25s var(--ease);
}
.wa-float:hover { transform: scale(1.1); }
.wa-float__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #6da344;
  animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse {
  from { transform: scale(1); opacity: .8; }
  to   { transform: scale(1.65); opacity: 0; }
}

/* ═══ REVEAL ANIMATIONS ═══ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__blob, .wa-float__pulse, .mandala { animation: none; }
  .petal { display: none; }
  * { transition-duration: .01ms !important; }
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .signature__grid { grid-template-columns: repeat(2, 1fr); }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
}

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; text-align: center; }
  .hero__eyebrow { margin-inline: auto; }
  .hero__logo { margin-inline: auto; }
  .hero__desc { margin-inline: auto; }
  .hero__ctas { justify-content: center; }
  .hero__stats { justify-content: center; }
  /* brand logo leads on phones; artwork follows below the stats */
  .hero__art { margin-top: 2.4rem; }
  .hero__art-card { max-width: 280px; transform: rotate(0deg); }
  .about__grid, .visit__grid, .hygiene__grid { grid-template-columns: 1fr; }
  .hygiene__list { grid-template-columns: 1fr; }
  .video-testimonial { grid-template-columns: 1fr; }
  .book-card { margin-top: 0; }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }

  .nav__logo { height: 46px; }
  .nav__links {
    position: fixed;
    top: 64px;
    left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(250, 246, 236, .98);
    box-shadow: var(--shadow-md);
    padding: .6rem 1.4rem 1.2rem;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s var(--ease), opacity .3s var(--ease);
  }
  .nav__links.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .nav__links a { padding: .85rem 0; border-bottom: 1px solid var(--muted); }
  .nav__links a:last-child { border-bottom: 0; }
  .nav__links-ig {
    display: block;
    font-weight: 600;
    background: linear-gradient(45deg, #fa7e1e, #ee2a7b 50%, #6228d7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .nav__toggle { display: flex; }
  .btn--nav span { display: none; }
  .btn--nav { padding: .6rem; width: 44px; height: 44px; border-radius: 50%; }
  .nav__ig { display: none; }

  .insta__card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .insta__copy p { max-width: 34ch; }
}

@media (max-width: 560px) {
  .services__grid, .signature__grid { grid-template-columns: 1fr; }
  .hero { padding-top: 5.6rem; }
  .hero__ctas .btn { width: 100%; }
  .hero__stats { gap: 1.4rem; }
  .hero__stats span { font-size: .7rem; }
  .hero__art-card { max-width: 240px; padding: 1rem 1rem .8rem; }
  .hero__art-caption { font-size: .58rem; letter-spacing: .2em; }

  /* ornaments: lighter + smaller so content stays the star */
  .mandala--hero-tr { width: 230px; top: -4%; right: -18%; opacity: .35; }
  .mandala--hero-bl { display: none; }
  .mandala--sig { width: 300px; right: -30%; bottom: -12%; }

  /* trust: compact 2×2 instead of a long single column */
  .trust__grid { grid-template-columns: repeat(2, 1fr); gap: .8rem; }
  .trust__item { padding: 1.1rem .8rem; }
  .trust__icon { width: 46px; height: 46px; margin-bottom: .7rem; border-radius: 14px; }
  .trust__icon svg { width: 22px; height: 22px; }
  .trust__item h3 { font-size: .92rem; }
  .trust__item p { font-size: .78rem; line-height: 1.5; }

  .about__frame { padding: 1.8rem 1.4rem 1.6rem; }
  .svc { padding: 1.4rem 1.2rem 1.2rem; }

  .reviews__ratings { flex-direction: column; align-items: center; gap: .7rem; }
  .rating-pill { width: min(320px, 100%); justify-content: center; }
  .review-card { padding: 1.5rem 1.3rem; }

  .insta__icon { width: 58px; height: 58px; border-radius: 18px; }
  .insta__icon svg { width: 28px; height: 28px; }
  .insta__handle { padding: .75rem 1.2rem; font-size: .9rem; }

  .video-testimonial { padding: 1.3rem 1.3rem 1.6rem; }
  .video-testimonial__frame.is-portrait { max-width: min(250px, 82vw); }

  .visit__card { padding: 1.5rem 1.2rem; }
  .book-card { padding: 1.7rem 1.4rem; }

  .wa-float { width: 54px; height: 54px; }
  .footer__logo-card { max-width: 230px; }
}
