/* ===========================================================
   Krishna Singh — Holistic Healer | Surat
   Stylesheet
   =========================================================== */

/* ---------- 1. Design Tokens ---------- */
:root {
  /* Palette */
  --indigo: #1B1340;
  --indigo-soft: #2A1F58;
  --indigo-deep: #110B2A;
  --marigold: #E8A33D;
  --marigold-bright: #F0B560;
  --gold: #C9A24A;
  --ivory: #FAF6EE;
  --ivory-warm: #F2EADB;
  --lotus: #E8C5C0;
  --lotus-deep: #D4A39C;
  --ink: #1A1426;
  --muted: #6B6478;
  --line: rgba(27, 19, 64, 0.12);

  /* Type */
  --font-serif: 'Cormorant Garamond', 'Georgia', serif;
  --font-sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-deva: 'Tiro Devanagari Sanskrit', 'Cormorant Garamond', serif;

  /* Scale */
  --step--1: clamp(0.83rem, 0.78rem + 0.25vw, 0.94rem);
  --step-0:  clamp(1rem, 0.94rem + 0.31vw, 1.13rem);
  --step-1:  clamp(1.2rem, 1.11rem + 0.45vw, 1.41rem);
  --step-2:  clamp(1.44rem, 1.31rem + 0.66vw, 1.76rem);
  --step-3:  clamp(1.73rem, 1.54rem + 0.94vw, 2.2rem);
  --step-4:  clamp(2.07rem, 1.81rem + 1.32vw, 2.75rem);
  --step-5:  clamp(2.49rem, 2.13rem + 1.81vw, 3.43rem);
  --step-6:  clamp(2.99rem, 2.50rem + 2.46vw, 4.29rem);

  /* Spacing */
  --space-xs: 0.5rem;
  --space-s:  0.75rem;
  --space-m:  1.25rem;
  --space-l:  2rem;
  --space-xl: 3rem;
  --space-2xl: 5rem;
  --space-3xl: 7.5rem;

  /* Layout */
  --container: 1200px;
  --container-narrow: 880px;
  --radius: 14px;
  --radius-sm: 8px;
  --radius-lg: 24px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast: 180ms;
  --t-base: 320ms;
  --t-slow: 600ms;

  /* Shadow */
  --shadow-sm: 0 2px 8px rgba(27, 19, 64, 0.06);
  --shadow-md: 0 8px 28px rgba(27, 19, 64, 0.10);
  --shadow-lg: 0 18px 50px rgba(27, 19, 64, 0.16);
  --glow: 0 0 0 1px rgba(232, 163, 61, 0.25), 0 8px 30px rgba(232, 163, 61, 0.35);
}

/* ---------- 2. Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  /* Defensive guard against any element accidentally exceeding viewport width
     on small screens. `clip` (not `hidden`) doesn't establish a scroll
     container, so `position: sticky` keeps working in descendants. */
  overflow-x: clip;
}
body { overflow-x: clip; } /* belt-and-braces — also clip at body level */
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--ivory);
  background-image:
    /* Large yantra fixed near top-right — now more visible */
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%231B1340' stroke-opacity='0.13' stroke-width='0.7'><circle cx='200' cy='200' r='198'/><circle cx='200' cy='200' r='160'/><circle cx='200' cy='200' r='115'/><circle cx='200' cy='200' r='65'/><circle cx='200' cy='200' r='25'/><g transform='translate(200 200)'><line y2='-198'/><line y2='-198' transform='rotate(15)'/><line y2='-198' transform='rotate(30)'/><line y2='-198' transform='rotate(45)'/><line y2='-198' transform='rotate(60)'/><line y2='-198' transform='rotate(75)'/><line y2='-198' transform='rotate(90)'/><line y2='-198' transform='rotate(105)'/><line y2='-198' transform='rotate(120)'/><line y2='-198' transform='rotate(135)'/><line y2='-198' transform='rotate(150)'/><line y2='-198' transform='rotate(165)'/><line y2='-198' transform='rotate(180)'/><line y2='-198' transform='rotate(195)'/><line y2='-198' transform='rotate(210)'/><line y2='-198' transform='rotate(225)'/><line y2='-198' transform='rotate(240)'/><line y2='-198' transform='rotate(255)'/><line y2='-198' transform='rotate(270)'/><line y2='-198' transform='rotate(285)'/><line y2='-198' transform='rotate(300)'/><line y2='-198' transform='rotate(315)'/><line y2='-198' transform='rotate(330)'/><line y2='-198' transform='rotate(345)'/></g></svg>"),
    /* Lotus mandala fixed near bottom-left — now more visible */
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%23C9A24A' stroke-opacity='0.20' stroke-width='0.9'><circle cx='200' cy='200' r='195'/><circle cx='200' cy='200' r='130'/><g transform='translate(200 200)'><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(30)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(60)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(90)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(120)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(150)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(180)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(210)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(240)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(270)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(300)'/><path d='M 0,-180 C -28,-130 -28,-85 0,-55 C 28,-85 28,-130 0,-180 Z' transform='rotate(330)'/></g><circle cx='200' cy='200' r='4' fill='%23C9A24A' fill-opacity='0.7' stroke='none'/></svg>"),
    /* Repeating spoke-wheel sacred-geometry tile — bolder */
    url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='110' height='110' viewBox='0 0 110 110'><g fill='none' stroke='%231B1340' stroke-opacity='0.08' stroke-width='0.5'><circle cx='55' cy='55' r='13'/><g transform='translate(55 55)'><line y2='-13'/><line y2='-13' transform='rotate(45)'/><line y2='-13' transform='rotate(90)'/><line y2='-13' transform='rotate(135)'/><line y2='-13' transform='rotate(180)'/><line y2='-13' transform='rotate(225)'/><line y2='-13' transform='rotate(270)'/><line y2='-13' transform='rotate(315)'/></g></g><circle cx='55' cy='55' r='1.6' fill='%23E8A33D' fill-opacity='0.40' stroke='none'/></svg>"),
    /* Warm radial glows */
    radial-gradient(ellipse 1000px 700px at 90% -5%, rgba(232, 163, 61, 0.07) 0%, transparent 50%),
    radial-gradient(ellipse 800px 600px at -5% 60%, rgba(201, 162, 74, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 700px 500px at 70% 100%, rgba(232, 197, 192, 0.06) 0%, transparent 55%);
  background-position:
    top -140px right -140px,
    bottom -140px left -140px,
    0 0,
    0 0, 0 0, 0 0;
  background-size:
    720px 720px,
    700px 700px,
    110px 110px,
    auto, auto, auto;
  background-repeat:
    no-repeat,
    no-repeat,
    repeat,
    no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed, fixed, fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media (max-width: 700px) {
  /* Mobile: shrink the corner mandalas so they don't dominate small screens */
  body {
    background-size:
      420px 420px,
      400px 400px,
      90px 90px,
      auto, auto, auto;
    background-position:
      top -80px right -80px,
      bottom -80px left -80px,
      0 0, 0 0, 0 0, 0 0;
    /* iOS Safari handles fixed attachment poorly; allow scroll fallback */
    background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
  }
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--indigo); text-decoration: none; transition: color var(--t-fast) var(--ease); }
a:hover { color: var(--marigold); }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { padding-left: 1.2em; }
hr { border: 0; border-top: 1px solid var(--line); margin: var(--space-xl) 0; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--indigo);
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 var(--space-m);
}
h1 { font-size: var(--step-6); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
h4 { font-size: var(--step-1); font-family: var(--font-sans); font-weight: 600; }
p  { margin: 0 0 var(--space-m); }
.deva { font-family: var(--font-deva); color: var(--marigold); }

/* Focus */
:focus-visible {
  outline: 2px solid var(--marigold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- 3. Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.container-narrow {
  width: 100%;
  max-width: var(--container-narrow);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
section { padding-block: var(--space-2xl); }
.section-tight { padding-block: var(--space-xl); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-sans);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--marigold);
  margin-bottom: var(--space-s);
}
.eyebrow::before, .eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--marigold));
  opacity: 0.55;
}
.eyebrow::after { background: linear-gradient(90deg, var(--marigold), transparent); }
.section-head .eyebrow { margin-inline: auto; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto var(--space-xl); }
.section-head p { color: var(--muted); }
.lead { font-size: var(--step-1); color: var(--muted); }

/* ---------- 4. Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.95em 1.8em;
  border-radius: 999px;
  font-weight: 600;
  font-size: var(--step-0);
  letter-spacing: 0.01em;
  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease),
              background var(--t-base) var(--ease),
              color var(--t-base) var(--ease);
  will-change: transform;
}
.btn-primary {
  background: linear-gradient(135deg, var(--marigold) 0%, var(--marigold-bright) 100%);
  color: var(--indigo-deep);
  box-shadow: var(--shadow-md);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow);
  color: var(--indigo-deep);
}
.btn-ghost {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(250, 246, 238, 0.45);
}
.btn-ghost:hover {
  background: rgba(250, 246, 238, 0.1);
  color: var(--ivory);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--indigo);
  border: 1px solid var(--indigo);
}
.btn-outline:hover {
  background: var(--indigo);
  color: var(--ivory);
  transform: translateY(-2px);
}

/* Paired buttons — content-width side-by-side on desktop,
   equal-width and stacked on phones for visual balance. */
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m);
  align-items: center;
  justify-content: flex-start;
}
.btn-row .btn { flex: 0 1 auto; }

@media (max-width: 600px) {
  .btn-row {
    /* Stack the buttons vertically, centred horizontally. We deliberately use
       `align-items: center` (not `stretch`) — paired with explicit width on
       the buttons themselves — because that combination is the most reliable
       way to get equal-width, viewport-centred buttons on phones. */
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    width: 100%;
    /* Reset whatever inline margin-top the markup may carry; we control
       breathing room via .btn-row's container. */
  }
  .btn-row .btn {
    /* Equal-width pills, capped so they stay readable on tablets-as-mobile. */
    width: 100%;
    max-width: 340px;
    flex: 0 0 auto;
    /* Centre the text inside each button (the .btn rule is inline-flex,
       so without this the label sits left when width is forced). */
    justify-content: center;
    text-align: center;
    /* Slightly tighter horizontal padding for tall stacked pills. */
    padding-inline: 1.5em;
  }
}

/* ---------- 5. Header / Nav ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  background: transparent;
  transition: background var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease),
              padding var(--t-base) var(--ease);
  padding-block: 1.1rem;
}
.site-header.is-scrolled {
  background: rgba(250, 246, 238, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
  padding-block: 0.6rem;
}
/* Ornamental golden border-bottom under the top menu */
.site-header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--gold) 0%,
    var(--marigold) 25%,
    var(--marigold-bright) 50%,
    var(--marigold) 75%,
    var(--gold) 100%
  );
  box-shadow: 0 3px 16px rgba(232, 163, 61, 0.35);
  pointer-events: none;
  z-index: 1;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-l);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ivory);
  font-family: var(--font-serif);
  font-size: var(--step-2);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.brand img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(232, 163, 61, 0.30));
  transition: transform var(--t-base) var(--ease);
}
.brand:hover img { transform: rotate(-4deg) scale(1.04); }
@media (max-width: 700px) {
  .brand img { width: 64px; height: 64px; }
  .brand .brand-name { display: none; }  /* let the bigger logo speak alone on phones */
}
.brand-name { line-height: 1.05; }
.brand-name small {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.85;
}
.site-header.is-scrolled .brand,
.site-header.is-scrolled .nav-list a { color: var(--indigo); }

.nav-list {
  display: flex;
  gap: clamp(1rem, 2vw, 1.8rem);
  list-style: none;
  margin: 0; padding: 0;
}
.nav-list a {
  color: var(--ivory);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding: 0.4em 0;
}
.nav-list a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--marigold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-base) var(--ease);
}
.nav-list a:hover::after,
.nav-list a[aria-current="page"]::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  color: var(--ivory);
  /* Keep the hamburger always above the drawer so it can close it */
  position: relative;
  z-index: 90;
  background: transparent;
  cursor: pointer;
}
.site-header.is-scrolled .nav-toggle { color: var(--indigo); }
.nav-toggle svg { width: 24px; height: 24px; }
/* While drawer is open, force toggle colour to ivory regardless of header state */
body.nav-open .nav-toggle { color: var(--ivory); }

/* ---------- Dropdown menu (Therapy & Guide) ---------- */
.has-dropdown { position: relative; }
.has-dropdown > a { display: inline-flex; align-items: center; gap: 0.4em; }
.has-dropdown .caret {
  width: 10px;
  height: 6px;
  transition: transform var(--t-base) var(--ease);
}
.has-dropdown:hover .caret,
.has-dropdown:focus-within .caret { transform: rotate(180deg); }

.dropdown {
  position: absolute;
  top: 100%;
  left: -1rem;
  min-width: 280px;
  background: rgba(250, 246, 238, 0.98);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: var(--radius);
  box-shadow:
    0 18px 50px rgba(27, 19, 64, 0.18),
    0 0 0 1px rgba(232, 163, 61, 0.18);
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity var(--t-base) var(--ease),
    transform var(--t-base) var(--ease),
    visibility 0s linear var(--t-base);
  z-index: 70;
}
.dropdown::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 1.6rem;
  width: 12px;
  height: 12px;
  background: rgba(250, 246, 238, 0.98);
  border-top: 1px solid rgba(232, 163, 61, 0.2);
  border-left: 1px solid rgba(232, 163, 61, 0.2);
  transform: rotate(45deg);
}
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity var(--t-base) var(--ease),
    transform var(--t-base) var(--ease),
    visibility 0s;
}
.dropdown li { margin: 0; }
.dropdown a {
  display: block;
  padding: 0.7em 1em;
  color: var(--indigo);
  font-size: 0.92rem;
  font-weight: 500;
  border-radius: 8px;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
  white-space: nowrap;
}
.dropdown a::after { display: none; }
.dropdown a:hover,
.dropdown a:focus-visible {
  background: rgba(232, 163, 61, 0.22);
  color: var(--indigo-deep);
}

/* Mobile-only caret toggle button — vertically centred with the link text */
.dropdown-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform var(--t-base) var(--ease);
}
.dropdown-toggle svg { width: 14px; height: 8px; }
.dropdown-toggle.is-open { transform: translateY(-50%) rotate(180deg); }

/* Mobile nav */
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav-list {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: min(86vw, 360px);
    /* Use dynamic viewport height where supported so the drawer always fills
       the visible area, even when the mobile browser's URL bar collapses. */
    height: 100vh;
    height: 100dvh;
    background: var(--indigo);
    flex-direction: column;
    gap: 0;
    padding: 5.5rem 1.75rem max(2rem, env(safe-area-inset-bottom));
    transform: translateX(100%);
    transition: transform var(--t-slow) var(--ease);
    box-shadow: var(--shadow-lg);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    z-index: 70;
  }
  .nav-list.is-open { transform: translateX(0); }
  .nav-list a {
    display: block;
    color: var(--ivory) !important;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(250, 246, 238, 0.08);
    font-size: 1.05rem;
  }
  /* Lock body scroll while drawer is open without losing scroll position */
  body.nav-open {
    overflow: hidden;
    touch-action: none;
  }

  /* Dropdown becomes inline accordion on mobile */
  .has-dropdown { position: relative; width: 100%; }
  .has-dropdown > a { padding-right: 3rem; }
  .has-dropdown .caret { display: none; }
  .dropdown-toggle { display: inline-flex; color: var(--ivory); }

  .dropdown {
    position: static;
    background: transparent;
    box-shadow: none;
    border: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 0;
    margin: 0;
    /* Reset desktop sizing — drawer can be as narrow as 86vw, so a 280px
       min-width would overflow and clip the longer item labels. */
    min-width: 0;
    width: 100%;
    opacity: 1;
    visibility: hidden;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms var(--ease), visibility 0s linear 350ms;
  }
  /* Long item names (e.g. "Transpersonal Hypnotherapy") must be allowed
     to wrap inside the drawer rather than be clipped. */
  .dropdown a { white-space: normal; }
  .dropdown::before { display: none; }
  .dropdown.is-open {
    max-height: 600px;
    visibility: visible;
    transition: max-height 400ms var(--ease), visibility 0s;
  }
  .dropdown li {
    border-bottom: 1px solid rgba(250, 246, 238, 0.06);
  }
  .dropdown li:last-child { border-bottom: none; }
  .dropdown a {
    color: rgba(250, 246, 238, 0.78) !important;
    padding: 0.85rem 0 0.85rem 1.4rem;
    font-size: 0.95rem;
    border-radius: 0;
    border-bottom: none;
  }
  .dropdown a:hover,
  .dropdown a:focus-visible {
    background: transparent;
    color: var(--marigold) !important;
  }
}

/* ---------- 6. Hero (Home) — spiritual ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  color: var(--ivory);
  overflow: hidden;
  isolation: isolate;
  padding: 8rem 0 5rem;
  background:
    radial-gradient(ellipse 900px 700px at 75% 45%, rgba(232, 163, 61, 0.22) 0%, transparent 65%),
    radial-gradient(ellipse 600px 400px at 15% 90%, rgba(201, 162, 74, 0.10) 0%, transparent 60%),
    radial-gradient(ellipse 500px 400px at 85% 95%, rgba(232, 197, 192, 0.08) 0%, transparent 60%),
    linear-gradient(135deg, var(--indigo-deep) 0%, var(--indigo) 60%, var(--indigo-soft) 100%);
}
/* Warm soft aura glow that drifts across the hero */
.hero-aura {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 40%, rgba(240, 181, 96, 0.18) 0%, transparent 35%),
    radial-gradient(circle at 30% 70%, rgba(232, 163, 61, 0.08) 0%, transparent 45%);
  filter: blur(20px);
  animation: heroDrift 14s ease-in-out infinite;
}
@keyframes heroDrift {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.95; }
  50%      { transform: translate(15px, -10px) scale(1.05); opacity: 1; }
}
/* Big rotating sacred geometry far behind the composition */
.hero-mandala-bg {
  position: absolute;
  top: 50%;
  right: -240px;
  width: 1100px;
  height: 1100px;
  z-index: 0;
  color: var(--marigold);
  opacity: 0.05;
  pointer-events: none;
  transform-origin: center;
  animation: spinSlow 180s linear infinite;
  transform: translateY(-50%);
}
@keyframes spinSlow { to { transform: translateY(-50%) rotate(360deg); } }

/* The two-column inner layout */
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-2xl);
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
    text-align: center;
  }
}

.hero-text { max-width: 580px; }
@media (max-width: 900px) { .hero-text { margin-inline: auto; } }

.hero-greeting {
  font-family: var(--font-deva);
  font-size: 1.6rem;
  color: var(--marigold);
  margin-bottom: var(--space-s);
  letter-spacing: 0.04em;
  font-style: italic;
  text-shadow: 0 2px 18px rgba(232, 163, 61, 0.35);
}

.hero h1 {
  color: var(--ivory);
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5.5vw, 4.6rem);
  font-weight: 400;
  margin-bottom: var(--space-m);
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.hero h1 .accent {
  display: block;
  color: var(--marigold);
  font-style: italic;
  margin-top: 0.15em;
}
.hero-tagline {
  font-size: var(--step-1);
  color: rgba(250, 246, 238, 0.88);
  margin-bottom: var(--space-l);
  line-height: 1.6;
  max-width: 540px;
}
@media (max-width: 900px) { .hero-tagline { margin-inline: auto; } }
.hero-ctas { display: flex; flex-wrap: wrap; gap: var(--space-m); }
@media (max-width: 900px) { .hero-ctas { justify-content: center; } }

/* ---------- Hero Portrait — gradient transparency ---------- */
.hero-portrait {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  isolation: isolate;
}
@media (max-width: 900px) {
  .hero-portrait { max-width: 360px; order: -1; }
}

/* Soft golden aura — breathes gently behind the portrait */
.hero-aura-glow {
  position: absolute;
  inset: -12%;
  z-index: 0;
  background: radial-gradient(circle at 50% 42%,
    rgba(240, 181, 96, 0.55) 0%,
    rgba(232, 163, 61, 0.32) 22%,
    rgba(232, 163, 61, 0.12) 45%,
    transparent 72%);
  filter: blur(18px);
  animation: gentleBreath 6s ease-in-out infinite;
}
@keyframes gentleBreath {
  0%, 100% { transform: scale(1);    opacity: 0.95; }
  50%      { transform: scale(1.06); opacity: 1; }
}

/* Sacred lotus mandala behind portrait — rotates very slowly */
.hero-mandala-portrait {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  z-index: 1;
  color: var(--marigold);
  opacity: 0.45;
  animation: spinReverse 90s linear infinite;
  transform-origin: center;
}
@keyframes spinReverse { to { transform: rotate(-360deg); } }

/* The portrait frame with radial transparency mask */
.hero-portrait-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hero-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  -webkit-mask-image: radial-gradient(circle closest-side at center,
    rgba(0, 0, 0, 1) 96%,
    rgba(0, 0, 0, 0.65) 100%,
    rgba(0, 0, 0, 0) 132%);
          mask-image: radial-gradient(circle closest-side at center,
    rgba(0, 0, 0, 1) 96%,
    rgba(0, 0, 0, 0.65) 100%,
    rgba(0, 0, 0, 0) 132%);
  filter: brightness(1.03) contrast(1.04) saturate(1.06)
          drop-shadow(0 8px 30px rgba(0, 0, 0, 0.25));
}

.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--ivory);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.scroll-cue::after {
  content: '';
  width: 1px; height: 36px;
  background: linear-gradient(var(--ivory), transparent);
  animation: cue 2.4s ease-in-out infinite;
}
@keyframes cue { 0%, 100% { transform: scaleY(0.4); opacity: 0.3; } 50% { transform: scaleY(1); opacity: 1; } }

/* ---------- 7. Page Hero (inner pages) — spiritual ---------- */
.page-hero {
  position: relative;
  background:
    radial-gradient(ellipse 700px 500px at 30% 30%, rgba(232, 163, 61, 0.20) 0%, transparent 60%),
    radial-gradient(ellipse 600px 400px at 80% 70%, rgba(232, 197, 192, 0.12) 0%, transparent 60%),
    linear-gradient(135deg, var(--indigo-deep) 0%, var(--indigo) 60%, var(--indigo-soft) 100%);
  color: var(--ivory);
  padding: 11rem 0 5rem;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
/* Sacred geometry watermark on every inner page hero */
.page-hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  height: 720px;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%23E8A33D' stroke-width='0.6' opacity='0.4'><circle cx='200' cy='200' r='195'/><circle cx='200' cy='200' r='160'/><circle cx='200' cy='200' r='115'/><circle cx='200' cy='200' r='70'/><g transform='translate(200 200)'><line y2='-195'/><line y2='-195' transform='rotate(30)'/><line y2='-195' transform='rotate(60)'/><line y2='-195' transform='rotate(90)'/><line y2='-195' transform='rotate(120)'/><line y2='-195' transform='rotate(150)'/><line y2='-195' transform='rotate(180)'/><line y2='-195' transform='rotate(210)'/><line y2='-195' transform='rotate(240)'/><line y2='-195' transform='rotate(270)'/><line y2='-195' transform='rotate(300)'/><line y2='-195' transform='rotate(330)'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  pointer-events: none;
  animation: spinSlow 200s linear infinite;
  transform-origin: center;
}
@media (prefers-reduced-motion: reduce) { .page-hero::before { animation: none; } }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { color: var(--ivory); font-weight: 400; }
.page-hero h1 em { color: var(--marigold); font-style: italic; }
.page-hero p { color: rgba(250, 246, 238, 0.82); max-width: 640px; margin-inline: auto; }
.breadcrumb {
  display: flex; justify-content: center; gap: 0.5rem;
  font-size: 0.85rem; color: rgba(250, 246, 238, 0.7);
  margin-bottom: var(--space-m);
}
.breadcrumb a { color: rgba(250, 246, 238, 0.7); }
.breadcrumb a:hover { color: var(--marigold); }

/* ---------- 8. Trust Strip ---------- */
.trust-strip {
  background:
    radial-gradient(ellipse 600px 200px at 50% 0%, rgba(232, 163, 61, 0.10) 0%, transparent 70%),
    var(--ivory-warm);
  padding-block: var(--space-xl);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.trust-strip::before, .trust-strip::after {
  content: '✦';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--marigold);
  opacity: 0.4;
  font-size: 1.2rem;
}
.trust-strip::before { left: clamp(1rem, 5vw, 4rem); }
.trust-strip::after  { right: clamp(1rem, 5vw, 4rem); }
@media (max-width: 700px) { .trust-strip::before, .trust-strip::after { display: none; } }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: var(--space-l);
  text-align: center;
}
.trust-item .num {
  display: block;
  font-family: var(--font-serif);
  font-size: var(--step-5);
  color: var(--indigo);
  line-height: 1;
}
.trust-item .label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.5rem;
}

/* Trust pillars — value statements */
.trust-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-l);
}
.trust-pillar {
  position: relative;
  text-align: center;
  padding: var(--space-l) var(--space-m);
  border: 1px solid rgba(232, 163, 61, 0.20);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(250, 246, 238, 0.45) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.trust-pillar::after {
  content: '✦';
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  font-size: 0.7rem;
  color: var(--marigold);
  opacity: 0.45;
}
.trust-pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px -22px rgba(27, 19, 64, 0.28);
  border-color: rgba(232, 163, 61, 0.55);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(250, 246, 238, 0.7) 100%);
}
.trust-pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto var(--space-s);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(232, 163, 61, 0.20) 0%, rgba(232, 163, 61, 0.05) 65%, transparent 100%);
  color: var(--marigold);
  transition: transform 0.5s ease;
}
.trust-pillar:hover .trust-pillar-icon { transform: scale(1.06); }
.trust-pillar-icon svg { width: 32px; height: 32px; }
.trust-pillar-title {
  font-family: var(--font-serif);
  font-size: var(--step-2);
  font-weight: 600;
  color: var(--indigo-deep);
  margin: 0 0 0.4rem;
  line-height: 1.25;
}
.trust-pillar-text {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 900px) {
  .trust-pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-m); }
}
@media (max-width: 520px) {
  .trust-pillars { grid-template-columns: 1fr; }
  .trust-pillar { padding: var(--space-m); }
}

/* ---------- 9. Therapy Cards ---------- */
.therapy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: var(--space-l);
}
.therapy-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(232, 163, 61, 0.05) 0%, transparent 50%),
    #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: var(--space-l);
  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease),
              border-color var(--t-base) var(--ease);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.therapy-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(232, 163, 61, 0.28), transparent 70%);
  opacity: 0;
  transition: opacity var(--t-base) var(--ease);
}
.therapy-card::after {
  /* Subtle lotus watermark in corner */
  content: '';
  position: absolute;
  bottom: -20px; left: -20px;
  width: 120px; height: 120px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%231B1340' stroke-width='0.5'><circle cx='50' cy='50' r='48'/><g transform='translate(50 50)'><path d='M 0,-46 C -8,-32 -8,-22 0,-15 C 8,-22 8,-32 0,-46 Z'/><path d='M 0,-46 C -8,-32 -8,-22 0,-15 C 8,-22 8,-32 0,-46 Z' transform='rotate(60)'/><path d='M 0,-46 C -8,-32 -8,-22 0,-15 C 8,-22 8,-32 0,-46 Z' transform='rotate(120)'/><path d='M 0,-46 C -8,-32 -8,-22 0,-15 C 8,-22 8,-32 0,-46 Z' transform='rotate(180)'/><path d='M 0,-46 C -8,-32 -8,-22 0,-15 C 8,-22 8,-32 0,-46 Z' transform='rotate(240)'/><path d='M 0,-46 C -8,-32 -8,-22 0,-15 C 8,-22 8,-32 0,-46 Z' transform='rotate(300)'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.04;
  pointer-events: none;
}
.therapy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(27, 19, 64, 0.12), 0 0 0 1px rgba(232, 163, 61, 0.4);
  border-color: var(--marigold);
}
.therapy-card:hover::before { opacity: 1; }
.therapy-icon {
  width: 56px; height: 56px;
  margin-bottom: var(--space-m);
  color: var(--marigold);
}
.therapy-card h3 {
  font-size: var(--step-1);
  margin-bottom: 0.5rem;
}
.therapy-card p { color: var(--muted); font-size: 0.95rem; flex: 1; }
.therapy-card .read-more {
  margin-top: var(--space-m);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--marigold);
}
.therapy-card .read-more::after {
  content: ' →';
  transition: transform var(--t-base) var(--ease);
  display: inline-block;
}
.therapy-card:hover .read-more::after { transform: translateX(4px); }

/* ---------- 10. About Teaser (Home) ---------- */
.about-teaser {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--ivory-warm) 100%);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}
@media (max-width: 800px) { .about-grid { grid-template-columns: 1fr; gap: var(--space-l); } }
.about-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-image img { width: 100%; height: auto; display: block; }
.about-image::after {
  content: '';
  position: absolute;
  inset: -10px;
  border: 1px solid var(--marigold);
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: 0.4;
}
.about-image-wrap { position: relative; padding: 10px; }
.about-text .signature {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--step-2);
  color: var(--marigold);
  margin-top: var(--space-l);
}

/* ---------- 11. Testimonial Carousel ---------- */
.testimonials-section {
  background: var(--indigo);
  color: var(--ivory);
  position: relative;
  overflow: hidden;
}
.testimonials-section h2,
.testimonials-section .eyebrow { color: var(--ivory); }
.testimonials-section .eyebrow { color: var(--marigold); }
.testimonials-section::before {
  content: '';
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(232, 163, 61, 0.10), transparent 60%);
  pointer-events: none;
}
.carousel {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
}
.carousel-track {
  display: flex;
  overflow: hidden;
}
.testimonial {
  flex: 0 0 100%;
  padding: 0 var(--space-l);
  text-align: center;
  opacity: 0;
  transition: opacity var(--t-slow) var(--ease);
}
.testimonial.is-active { opacity: 1; }
.testimonial-quote {
  font-family: var(--font-serif);
  font-size: var(--step-2);
  font-style: italic;
  line-height: 1.5;
  margin-bottom: var(--space-l);
}
.testimonial-quote::before { content: '“'; color: var(--marigold); margin-right: 0.1em; }
.testimonial-quote::after { content: '”'; color: var(--marigold); margin-left: 0.1em; }
.testimonial-meta { font-size: 0.9rem; letter-spacing: 0.05em; }
.testimonial-meta strong { color: var(--marigold); font-weight: 600; }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: var(--space-l);
}
.carousel-dots button {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: rgba(250, 246, 238, 0.3);
  transition: background var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.carousel-dots button.is-active {
  background: var(--marigold);
  transform: scale(1.3);
}

/* ---------- 11.5. Google Reviews — Horizontal Scroller ---------- */
.google-reviews {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--ivory-warm) 100%);
  padding-block: var(--space-2xl);
  position: relative;
}
.gr-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-l);
  max-width: var(--container);
  margin: 0 auto var(--space-l);
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.gr-summary {
  display: flex;
  align-items: center;
  gap: var(--space-m);
}
.gr-logo {
  width: 48px; height: 48px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-sm);
}
.gr-logo svg { width: 28px; height: 28px; }
.gr-meta { line-height: 1.3; }
.gr-meta .gr-title {
  font-family: var(--font-serif);
  font-size: var(--step-2);
  color: var(--indigo);
  font-weight: 500;
  display: block;
}
.gr-meta .gr-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.2rem;
  font-size: 0.92rem;
  color: var(--muted);
}
.gr-meta .gr-rating strong {
  color: var(--indigo);
  font-size: 1.1rem;
  font-weight: 700;
}
.gr-meta .gr-stars {
  color: #FBBC04;
  letter-spacing: 0.05em;
  font-size: 1rem;
}
.gr-controls {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.gr-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--indigo);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all var(--t-base) var(--ease);
  box-shadow: var(--shadow-sm);
}
.gr-btn:hover {
  background: var(--indigo);
  color: var(--ivory);
  border-color: var(--indigo);
  transform: translateY(-2px);
}
.gr-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  background: #fff;
  color: var(--indigo);
}
.gr-btn svg { width: 18px; height: 18px; }
.gr-write-cta {
  margin-left: 0.5rem;
  padding: 0.65em 1.3em;
  background: var(--indigo);
  color: var(--ivory);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all var(--t-base) var(--ease);
}
.gr-write-cta:hover { background: var(--marigold); color: var(--indigo-deep); transform: translateY(-2px); }

.gr-track-wrap {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0 var(--space-m);
}
.gr-track-wrap::before,
.gr-track-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.gr-track-wrap::before { left: 0; background: linear-gradient(90deg, var(--ivory), transparent); }
.gr-track-wrap::after { right: 0; background: linear-gradient(-90deg, var(--ivory-warm), transparent); }

/* Continuous right-to-left marquee */
.gr-track {
  display: flex;
  gap: var(--space-m);
  width: max-content;
  padding: 0.5rem 0 var(--space-m);
  animation: gr-marquee 70s linear infinite;
  will-change: transform;
}
.gr-track-wrap:hover .gr-track,
.gr-track-wrap:focus-within .gr-track {
  animation-play-state: paused;
}
@keyframes gr-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .gr-track { animation: none; }
}

/* Manual prev/next arrows are no longer needed with auto-scroll */
.gr-controls .gr-btn { display: none; }

.gr-card {
  flex: 0 0 340px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: var(--space-l);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
  position: relative;
}
.gr-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
@media (max-width: 600px) { .gr-card { flex-basis: 280px; } }

.gr-card-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.gr-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  font-family: var(--font-sans);
}
.gr-card-name {
  flex: 1;
  min-width: 0;
}
.gr-card-name strong {
  display: block;
  color: var(--indigo);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}
.gr-card-name span {
  font-size: 0.78rem;
  color: var(--muted);
}
.gr-card-name span a {
  color: var(--muted);
  text-decoration: none;
}
.gr-card-name span a:hover { color: var(--marigold); }
.gr-card-google {
  width: 18px; height: 18px;
  flex-shrink: 0;
  opacity: 0.65;
}
.gr-card-stars {
  color: #FBBC04;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
}
.gr-card-time {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 0.3rem;
}
.gr-card-text {
  font-size: 0.92rem;
  color: var(--ink);
  line-height: 1.55;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gr-card.is-expanded .gr-card-text {
  -webkit-line-clamp: unset;
  display: block;
}
.gr-card-more {
  font-size: 0.82rem;
  color: var(--marigold);
  font-weight: 600;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  align-self: flex-start;
  margin-top: auto;
}
.gr-card-more:hover { color: var(--indigo); }

/* ---------- 12. Testimonials Grid Page ---------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: var(--space-l);
}
.tcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--space-l);
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.tcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tcard .stars { color: var(--marigold); margin-bottom: 0.5rem; letter-spacing: 0.15em; }
.tcard p { font-style: italic; color: var(--ink); }
.tcard .who {
  margin-top: var(--space-m);
  padding-top: var(--space-m);
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--muted);
}
.tcard .who strong { color: var(--indigo); display: block; font-style: normal; }

/* ---------- 13. Therapy Detail Sections ---------- */
.therapy-detail {
  padding-block: var(--space-2xl);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 100px;
}
.therapy-detail:nth-child(even) { background: var(--ivory-warm); }
.therapy-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: var(--space-2xl);
  align-items: start;
}
@media (max-width: 850px) { .therapy-layout { grid-template-columns: 1fr; gap: var(--space-l); } }
.therapy-aside {
  position: sticky;
  top: 110px;
}
.therapy-aside .therapy-icon { width: 80px; height: 80px; }
.therapy-aside .quick-facts {
  list-style: none;
  padding: 0;
  margin: var(--space-m) 0 0;
  font-size: 0.9rem;
}
.therapy-aside .quick-facts li {
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.therapy-aside .quick-facts span:first-child { color: var(--muted); }
.therapy-aside .quick-facts strong { color: var(--indigo); }

.aeo-answer {
  background: linear-gradient(135deg, rgba(232, 163, 61, 0.10) 0%, rgba(201, 162, 74, 0.06) 100%);
  border-left: 3px solid var(--marigold);
  padding: var(--space-m) var(--space-l);
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-bottom: var(--space-l);
  font-size: var(--step-1);
  color: var(--indigo);
}
.therapy-content h3 { margin-top: var(--space-l); }

/* ---------- Stylish gold bullets (used in prose lists site-wide) ---------- */
.therapy-content ul,
.post ul,
.contact-info ul,
.cookie-policy-content ul {
  list-style: none;
  padding-left: 0;
}
.therapy-content ul li,
.post ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.85rem;
  line-height: 1.65;
}
.therapy-content ul li::before,
.post ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--marigold);
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(232, 163, 61, 0.35);
  transition: transform var(--t-base) var(--ease);
}
.therapy-content ul li:hover::before,
.post ul li:hover::before {
  transform: scale(1.25) rotate(15deg);
}
/* Soft golden left-border accent on prose lists for premium feel */
.post > ul,
.therapy-content > ul {
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-left: 2px solid rgba(232, 163, 61, 0.25);
  margin-block: var(--space-m);
}
.post > ul > li,
.therapy-content > ul > li {
  padding-left: 1.6rem;
}

/* ---------- 14. FAQ Accordion ---------- */
.faq { margin-top: var(--space-l); }
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: var(--space-s);
  background: #fff;
  transition: border-color var(--t-base) var(--ease);
}
.faq details[open] { border-color: var(--marigold); }
.faq summary {
  padding: var(--space-m) var(--space-l);
  font-weight: 600;
  font-family: var(--font-sans);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: var(--indigo);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--marigold);
  transition: transform var(--t-base) var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .faq-body {
  padding: 0 var(--space-l) var(--space-m);
  color: var(--muted);
}

/* ---------- 15. Collection Cards ---------- */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: var(--space-xl);
}
.filter-bar button {
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--indigo);
  transition: all var(--t-base) var(--ease);
}
.filter-bar button.is-active,
.filter-bar button:hover {
  background: var(--indigo);
  color: var(--ivory);
  border-color: var(--indigo);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-l);
}
.rcard {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: var(--space-l);
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
  display: flex;
  flex-direction: column;
}
.rcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.rcard .tag {
  align-self: flex-start;
  background: var(--lotus);
  color: var(--indigo-deep);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: var(--space-m);
}
.rcard h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.rcard p { color: var(--muted); font-size: 0.92rem; flex: 1; }
.rcard .author { font-size: 0.82rem; color: var(--marigold); font-weight: 600; margin-top: var(--space-s); }

/* Glossary */
.glossary {
  background: var(--ivory-warm);
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  margin-top: var(--space-2xl);
}
.glossary dl { display: grid; gap: var(--space-m); margin: 0; }
.glossary dt {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  color: var(--indigo);
  font-weight: 500;
}
.glossary dd { margin: 0.3rem 0 0; color: var(--muted); }

/* ---------- 15.4. Session Gallery (PLR + Home) ---------- */
.session-section {
  padding-block: var(--space-2xl);
  background:
    radial-gradient(ellipse 700px 300px at 50% 0%, rgba(232, 163, 61, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, var(--ivory-warm) 0%, var(--ivory) 100%);
  position: relative;
}
.session-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: var(--space-xl);
  margin-top: var(--space-l);
  max-width: 1000px;
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}
.session-shot {
  margin: 0;
  background: #fff;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(232, 163, 61, 0.25);
  box-shadow:
    0 8px 28px rgba(27, 19, 64, 0.10),
    0 0 0 1px rgba(232, 163, 61, 0.10);
  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease);
  position: relative;
  display: flex;
  flex-direction: column;
}
.session-shot:hover {
  transform: translateY(-4px);
  box-shadow:
    0 22px 50px rgba(27, 19, 64, 0.16),
    0 0 0 1px rgba(232, 163, 61, 0.40);
}
.session-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid rgba(201, 162, 74, 0.30);
}
.session-shot figcaption {
  margin-top: 0.85rem;
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--muted);
  letter-spacing: 0.02em;
  line-height: 1.45;
  padding-inline: 0.5rem;
}

/* When the gallery sits inside .therapy-content (PLR sub-page),
   give it a tighter rhythm than as a full standalone section */
.therapy-content .session-gallery {
  margin-block: var(--space-l);
  max-width: 100%;
}

@media (max-width: 700px) {
  .session-gallery {
    grid-template-columns: 1fr !important;
    gap: var(--space-m);
  }
  .session-shot { padding: 10px; }
  .session-shot figcaption { font-size: 0.88rem; }
}

/* ---------- 15.5. Certificates (About page) ---------- */
.certificates-section {
  padding-block: var(--space-2xl);
  background:
    radial-gradient(ellipse 700px 300px at 50% 0%, rgba(232, 163, 61, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, var(--ivory) 0%, var(--ivory-warm) 100%);
  position: relative;
}
.cert-grid {
  display: grid;
  /* min(280px, 100%) prevents horizontal overflow on viewports narrower than 280px. */
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: var(--space-xl);
  margin-top: var(--space-l);
  max-width: 980px;
  margin-inline: auto;
}
.cert-card {
  /* defensive: ensure visibility regardless of any other rules */
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;

  margin: 0;
  background: #fff;
  padding: 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(232, 163, 61, 0.25);
  box-shadow:
    0 8px 28px rgba(27, 19, 64, 0.08),
    0 0 0 1px rgba(232, 163, 61, 0.10);
  transition: transform var(--t-base) var(--ease),
              box-shadow var(--t-base) var(--ease);
  position: relative;
  display: flex;
  flex-direction: column;
}
.cert-card:hover {
  transform: translateY(-5px) !important;
  box-shadow:
    0 22px 55px rgba(27, 19, 64, 0.14),
    0 0 0 1px rgba(232, 163, 61, 0.35);
}
.cert-card a {
  display: block;
  position: relative;
  border: 1px solid rgba(201, 162, 74, 0.4);
  border-radius: calc(var(--radius) - 6px);
  overflow: hidden;
  background: var(--ivory-warm);
}
.cert-card a:hover { color: inherit; }
.cert-card img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 600ms var(--ease);
}
.cert-card:hover img { transform: scale(1.03); }
.cert-zoom {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 38px; height: 38px;
  display: grid;
  place-items: center;
  background: rgba(27, 19, 64, 0.85);
  color: var(--marigold);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.cert-zoom svg { width: 18px; height: 18px; }
.cert-card:hover .cert-zoom { opacity: 1; transform: translateY(0); }

.cert-card figcaption {
  margin-top: 0.85rem;
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

@media (max-width: 700px) {
  .cert-grid { gap: var(--space-l); }
}

/* ---------- 16. Blog ---------- */
.blog-grid {
  display: grid;
  /* min(300px, 100%) prevents the column from forcing horizontal overflow on
     viewports narrower than 300px (smallest phones). */
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: var(--space-l);
}
.bcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.bcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.bcard-img {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-soft) 100%);
  position: relative;
  overflow: hidden;
}
.bcard-img svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60%; height: 60%;
  opacity: 0.3;
  color: var(--marigold);
}
.bcard-body { padding: var(--space-l); flex: 1; display: flex; flex-direction: column; }
.bcard-meta {
  display: flex;
  gap: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: var(--space-s);
}
.bcard-meta .cat { color: var(--marigold); font-weight: 600; }
.bcard h3 { font-size: var(--step-2); margin-bottom: var(--space-s); }
.bcard p { color: var(--muted); font-size: 0.95rem; flex: 1; }
.bcard .read { margin-top: var(--space-m); font-weight: 600; color: var(--marigold); font-size: 0.9rem; }

/* Blog post */
.post {
  max-width: 740px;
  margin-inline: auto;
  padding: var(--space-2xl) clamp(1.25rem, 4vw, 2.5rem);
  font-size: 1.08rem;
}
.post h1 { font-size: var(--step-5); }
.post h2 { font-size: var(--step-3); margin-top: var(--space-xl); }
.post h3 { font-size: var(--step-2); margin-top: var(--space-l); }
.post .post-meta {
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: var(--space-m);
}
.post blockquote {
  border-left: 3px solid var(--marigold);
  margin: var(--space-l) 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--step-1);
  color: var(--indigo);
}

/* ---------- 17. Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-2xl);
  align-items: start;
}
@media (max-width: 850px) { .contact-grid { grid-template-columns: 1fr; gap: var(--space-l); } }
.contact-info ul { list-style: none; padding: 0; margin: var(--space-m) 0; }
.contact-info li {
  padding: var(--space-s) 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: flex-start;
  gap: var(--space-m);
}
.contact-info li svg { width: 22px; height: 22px; color: var(--marigold); flex-shrink: 0; margin-top: 0.15rem; }
.contact-info li strong { display: block; color: var(--indigo); margin-bottom: 0.2rem; }
.contact-info li span { color: var(--muted); font-size: 0.95rem; }

.map-embed {
  margin-top: var(--space-l);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--ivory-warm);
  color: var(--muted);
  border: 1px solid var(--line);
  width: 100%;
  display: block;
}
iframe.map-embed { border: 1px solid var(--line); }

/* Full-width map below the contact-grid */
.map-wrap { width: 100%; margin-top: var(--space-2xl); }
.map-embed.map-wide {
  aspect-ratio: 21 / 9;
  margin-top: 0;
}
@media (max-width: 700px) {
  .map-embed.map-wide { aspect-ratio: 4 / 3; }
}

/* Form */
.contact-form {
  background: #fff;
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.field { margin-bottom: var(--space-m); }
.field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--indigo);
  margin-bottom: 0.4rem;
  letter-spacing: 0.04em;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font: inherit;
  background: var(--ivory);
  color: var(--ink);
  transition: border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--marigold);
  box-shadow: 0 0 0 3px rgba(232, 163, 61, 0.15);
}
.field textarea { min-height: 140px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-m); }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
.field .err {
  color: #b3261e;
  font-size: 0.82rem;
  margin-top: 0.3rem;
  display: none;
}
.field.has-error input,
.field.has-error select,
.field.has-error textarea { border-color: #b3261e; }
.field.has-error .err { display: block; }
.form-status {
  margin-top: var(--space-m);
  padding: var(--space-m);
  border-radius: var(--radius-sm);
  background: rgba(232, 163, 61, 0.12);
  color: var(--indigo);
  display: none;
}
.form-status.is-visible { display: block; }

/* ---------- 18. Contact Band ---------- */
.contact-band {
  background: linear-gradient(135deg, var(--indigo-deep) 0%, var(--indigo) 100%);
  color: var(--ivory);
  text-align: center;
  padding-block: var(--space-2xl);
  position: relative;
  overflow: hidden;
}
.contact-band h2 { color: var(--ivory); }
.contact-band p { color: rgba(250, 246, 238, 0.8); max-width: 580px; margin: 0 auto var(--space-l); }
.contact-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 100%, rgba(232, 163, 61, 0.18), transparent 50%);
}
.contact-band > * { position: relative; }

/* ---------- 19. Footer ---------- */
.site-footer {
  background: var(--indigo-deep);
  color: rgba(250, 246, 238, 0.75);
  padding-block: var(--space-2xl) var(--space-l);
  font-size: 0.92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--space-l); } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 {
  color: var(--ivory);
  font-family: var(--font-sans);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: var(--space-m);
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 0.6rem; }
.site-footer a { color: rgba(250, 246, 238, 0.75); }
.site-footer a:hover { color: var(--marigold); }

/* Icon prefixes for tel: and mailto: links in the footer */
.site-footer ul li a[href^="tel:"],
.site-footer ul li a[href^="mailto:"] {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
}
.site-footer ul li a[href^="tel:"]::before,
.site-footer ul li a[href^="mailto:"]::before {
  content: '';
  width: 1.05em;
  height: 1.05em;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.85;
  transition: opacity var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.site-footer ul li a[href^="tel:"]::before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E8A33D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.13.96.37 1.9.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.91.33 1.85.57 2.81.7A2 2 0 0122 16.92z'/></svg>");
}
.site-footer ul li a[href^="mailto:"]::before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E8A33D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='2' y='4' width='20' height='16' rx='2'/><path d='M22 7l-10 6L2 7'/></svg>");
}
.site-footer ul li a[href^="tel:"]:hover::before,
.site-footer ul li a[href^="mailto:"]:hover::before {
  opacity: 1;
  transform: scale(1.1);
}
.footer-brand p { font-family: var(--font-serif); font-size: var(--step-1); color: var(--ivory); }
.socials { display: flex; gap: 0.7rem; margin-top: var(--space-m); }
.socials a {
  width: 38px; height: 38px;
  display: inline-grid; place-items: center;
  background: rgba(250, 246, 238, 0.08);
  border-radius: 50%;
  transition: background var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.socials a:hover { background: var(--marigold); color: var(--indigo-deep); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }
.footer-bottom-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: var(--space-l) 0 var(--space-m);
  border-top: 1px solid rgba(250, 246, 238, 0.1);
  padding-top: var(--space-xl);
}
.footer-bottom-logo img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 8px 28px rgba(232, 163, 61, 0.35));
  opacity: 0.96;
  transition: transform var(--t-base) var(--ease), opacity var(--t-base) var(--ease);
}
.footer-bottom-logo img:hover {
  transform: scale(1.05) rotate(-3deg);
  opacity: 1;
}
@media (max-width: 700px) {
  .footer-bottom-logo img { width: 120px; height: 120px; }
}

.copyright {
  text-align: center;
  font-size: 0.82rem;
  color: rgba(250, 246, 238, 0.55);
  line-height: 1.9;
  padding-top: var(--space-s);
}
.legal-links {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.legal-links a {
  color: rgba(250, 246, 238, 0.65);
  margin: 0 0.15rem;
}
.legal-links a:hover { color: var(--marigold); }

/* ---------- 20. Floating Buttons ---------- */
.whatsapp-fab {
  position: fixed;
  bottom: 22px; right: 22px;
  width: 58px; height: 58px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 50;
  transition: transform var(--t-base) var(--ease);
}
.whatsapp-fab:hover { transform: scale(1.08); color: #fff; }
.whatsapp-fab svg { width: 30px; height: 30px; }

.back-to-top {
  position: fixed;
  bottom: 92px; right: 22px;
  width: 46px; height: 46px;
  background: var(--indigo);
  color: var(--ivory);
  border-radius: 50%;
  display: grid; place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-base) var(--ease), transform var(--t-base) var(--ease);
  z-index: 50;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-3px); color: var(--ivory); background: var(--marigold); }
.back-to-top svg { width: 20px; height: 20px; }

/* ---------- 21. Mandala SVG decoration ---------- */
.mandala {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-m);
  color: var(--marigold);
  opacity: 0.85;
  animation: spin 60s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 22. Reveal Animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: 80ms; }
.reveal-delay-2 { transition-delay: 160ms; }
.reveal-delay-3 { transition-delay: 240ms; }

/* ---------- 23. Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- 24. Utilities ---------- */
.text-center { text-align: center; }
.mt-l { margin-top: var(--space-l); }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ===========================================================
   25. Mobile responsiveness audit fixes
   =========================================================== */

/* Floating action buttons should respect iOS safe-area + sit above bottom UI */
@supports (padding: env(safe-area-inset-bottom)) {
  .whatsapp-fab {
    bottom: calc(22px + env(safe-area-inset-bottom));
    right: calc(22px + env(safe-area-inset-right));
  }
  .back-to-top {
    bottom: calc(92px + env(safe-area-inset-bottom));
    right: calc(22px + env(safe-area-inset-right));
  }
}

/* Tablets and below */
@media (max-width: 900px) {
  .hero { min-height: auto; padding: 7rem 0 3.5rem; }
  .page-hero { padding: 8rem 0 3.5rem; }
  .page-hero::before { width: 480px; height: 480px; opacity: 0.18; }
  section { padding-block: var(--space-xl); }
  .section-tight { padding-block: var(--space-l); }
}

/* Phones */
@media (max-width: 600px) {
  /* Hero — quieter on small screens */
  .hero { padding: 6rem 0 3rem; }
  .hero-greeting { font-size: 1.3rem; }
  .hero h1 { font-size: clamp(2.1rem, 9vw, 2.8rem); }
  .hero-tagline { font-size: var(--step-0); }
  .hero-portrait { max-width: 300px; }
  .hero-aura-glow { inset: -8%; }
  .hero-mandala-bg, .hero-mandala-portrait { display: none; }
  .scroll-cue { display: none; }

  /* Inner page heroes */
  .page-hero { padding: 7rem 0 3rem; }
  .page-hero::before { width: 360px; height: 360px; opacity: 0.16; }
  .page-hero h1 { font-size: var(--step-4); }

  /* Sections */
  section { padding-block: var(--space-l); }
  .section-head { margin-bottom: var(--space-l); }

  /* Container needs a touch more breathing room on the smallest phones */
  .container, .container-narrow { padding-inline: 1.25rem; }

  /* Trust strip — stack the four numbers with less air */
  .trust-grid { gap: var(--space-m); }
  .trust-item .num { font-size: var(--step-3); }

  /* About teaser image gets a sensible cap so it doesn't dominate */
  .about-image { max-width: 360px; margin-inline: auto; }

  /* Buttons in forms / hero stay full-width-ish without crowding */
  .hero-ctas .btn,
  .contact-band .btn { width: 100%; max-width: 320px; justify-content: center; }
  .hero-ctas, .contact-band > .btn { width: 100%; }

  /* Therapy aside no longer sticks (single-column already at 850px) */
  .therapy-aside { position: static !important; }

  /* Page-post body comfortable on phones */
  .post { font-size: 1rem; padding: var(--space-xl) 1.25rem; }
  .post h1 { font-size: var(--step-4); }
  .post h2 { font-size: var(--step-2); }
  .post blockquote { padding-left: 1rem; font-size: var(--step-1); }

  /* Google Reviews marquee — narrower cards so two are partly visible */
  .gr-card { flex: 0 0 250px; padding: var(--space-m); }
  .gr-card-text { font-size: 0.88rem; -webkit-line-clamp: 5; }
  .gr-head { flex-direction: column; align-items: flex-start; gap: var(--space-s); }
  .gr-controls { width: 100%; justify-content: space-between; }
  .gr-track-wrap::before, .gr-track-wrap::after { width: 40px; }

  /* Footer — centered and breathable */
  .footer-grid { text-align: center; }
  .footer-brand .socials { justify-content: center; }

  /* Form: bottom button feels good full-width */
  .contact-form .btn-primary { width: 100%; justify-content: center; }

  /* Map controls inline link */
  .map-embed.map-wide { aspect-ratio: 4 / 3; }

  /* Certificates cards stack with a touch less padding */
  .cert-card { padding: 10px; }
  .cert-card figcaption { font-size: 0.88rem; }

  /* Reduce floating button sizes a touch on tiny screens */
  .whatsapp-fab { width: 52px; height: 52px; }
  .whatsapp-fab svg { width: 26px; height: 26px; }
}

/* Very small phones (≤380px) — smallest iPhones */
@media (max-width: 380px) {
  .hero h1 { font-size: clamp(1.9rem, 9vw, 2.4rem); }
  .hero-portrait { max-width: 260px; }
  .gr-card { flex: 0 0 220px; }
  .container, .container-narrow { padding-inline: 1rem; }
  .trust-item .num { font-size: var(--step-2); }
}

/* Landscape phones — keep hero from being absurdly tall */
@media (max-width: 900px) and (orientation: landscape) and (max-height: 500px) {
  .hero { min-height: auto; padding: 6rem 0 2rem; }
  .hero-portrait { max-width: 200px; }
  .hero-mandala-portrait, .hero-aura-glow { display: none; }
}
