:root {
  /* main surfaces */
  --color-bg:       #FFFFFF;
  --color-surface:  #F7F4EE;
  --color-card:     #FBF8F2;
  --color-line:     #E8E4DA;

  /* text */
  --color-text:     #9B7045;
  --color-body:     #745236;
  --color-muted:    #8C7B6C;

  /* brand accents */
  --color-cream:    #EFE6D5;
  --color-walnut:   #9B7045;
  --color-blush:    #E8B8B0;
  --color-gold:     #C9A961;
  --color-ivory:    #F8F2E6;
  --color-sand:     #E6E2DA;
  --color-cocoa:    #745236;
  --color-espresso: #5C4030;

  --font-display: 'Manrope', system-ui, -apple-system, sans-serif;
  --font-body:    'Manrope', system-ui, -apple-system, sans-serif;
  --font-eyebrow: 'Manrope', system-ui, sans-serif;
  --font-script:  'Cormorant Garamond', Georgia, serif;

  --space-xs:  8px;
  --space-sm:  16px;
  --space-md:  24px;
  --space-lg:  40px;
  --space-xl:  64px;
  --space-2xl: 96px;
  --space-3xl: 128px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-body);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

/* ---------- Scroll-reveal animations ---------- */
.js-animate .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform 1s cubic-bezier(0.2, 0.65, 0.3, 0.95);
  will-change: opacity, transform;
}
.js-animate .reveal.is-shown { opacity: 1; transform: translateY(0); }

.js-animate section > .wrap > *,
.js-animate footer > .wrap > * {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .95s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform .95s cubic-bezier(0.2, 0.65, 0.3, 0.95);
  will-change: opacity, transform;
}
.js-animate section.is-shown > .wrap > *,
.js-animate footer.is-shown > .wrap > * { opacity: 1; transform: translateY(0); }
.js-animate section.is-shown > .wrap > *:nth-child(1),
.js-animate footer.is-shown > .wrap > *:nth-child(1) { transition-delay: 0.05s; }
.js-animate section.is-shown > .wrap > *:nth-child(2),
.js-animate footer.is-shown > .wrap > *:nth-child(2) { transition-delay: 0.18s; }
.js-animate section.is-shown > .wrap > *:nth-child(3),
.js-animate footer.is-shown > .wrap > *:nth-child(3) { transition-delay: 0.3s; }
.js-animate section.is-shown > .wrap > *:nth-child(4),
.js-animate footer.is-shown > .wrap > *:nth-child(4) { transition-delay: 0.4s; }

.js-animate .hero > .wrap > *:nth-child(1) { transition-delay: 0.1s; }
.js-animate .hero > .wrap > *:nth-child(2) { transition-delay: 0.35s; }
.js-animate .hero > .wrap > *:nth-child(3) { transition-delay: 0.55s; }

/* Hero slide-in: title (left col) from right, sub/buttons (right col) from left, image from below */
.js-animate .hero .hero__grid > div:first-child {
  transform: translateX(60px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform 1.1s cubic-bezier(0.2, 0.65, 0.3, 0.95);
}
.js-animate .hero .hero__grid > div:last-child {
  transform: translateX(-60px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform 1.1s cubic-bezier(0.2, 0.65, 0.3, 0.95);
}
.js-animate .hero.is-shown .hero__grid > div:first-child,
.js-animate .hero.is-shown .hero__grid > div:last-child {
  opacity: 1;
  transform: translateX(0);
}
.js-animate .hero .hero__image-wrap {
  transform: translateY(60px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform 1.1s cubic-bezier(0.2, 0.65, 0.3, 0.95);
}
.js-animate .hero.is-shown .hero__image-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}
@media (prefers-reduced-motion: reduce) {
  .js-animate .hero .hero__grid > div,
  .js-animate .hero .hero__image-wrap {
    transform: none !important;
    transition: none !important;
  }
}

.js-animate .services__grid > .service-card,
.js-animate .reflections__grid > .reflection,
.js-animate .reels__grid > .reel,
.js-animate .path__row > .path__step,
.js-animate .statement__images > *,
.js-animate .stats__row > *,
.js-animate .service-overlay-grid > *,
.js-animate .timeline > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .9s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform .9s cubic-bezier(0.2, 0.65, 0.3, 0.95);
}
.js-animate .is-shown .services__grid > .service-card,
.js-animate .is-shown .reflections__grid > .reflection,
.js-animate .is-shown .reels__grid > .reel,
.js-animate .is-shown .path__row > .path__step,
.js-animate .is-shown .statement__images > *,
.js-animate .is-shown .stats__row > *,
.js-animate .is-shown .service-overlay-grid > *,
.js-animate .is-shown .timeline > * { opacity: 1; transform: translateY(0); }

.js-animate .is-shown .services__grid > *:nth-child(1),
.js-animate .is-shown .reflections__grid > *:nth-child(1),
.js-animate .is-shown .reels__grid > *:nth-child(1),
.js-animate .is-shown .path__row > *:nth-child(1),
.js-animate .is-shown .statement__images > *:nth-child(1),
.js-animate .is-shown .stats__row > *:nth-child(1),
.js-animate .is-shown .service-overlay-grid > *:nth-child(1),
.js-animate .is-shown .timeline > *:nth-child(1) { transition-delay: 0.3s; }
.js-animate .is-shown .services__grid > *:nth-child(2),
.js-animate .is-shown .reflections__grid > *:nth-child(2),
.js-animate .is-shown .reels__grid > *:nth-child(2),
.js-animate .is-shown .path__row > *:nth-child(2),
.js-animate .is-shown .statement__images > *:nth-child(2),
.js-animate .is-shown .stats__row > *:nth-child(2),
.js-animate .is-shown .service-overlay-grid > *:nth-child(2),
.js-animate .is-shown .timeline > *:nth-child(2) { transition-delay: 0.4s; }
.js-animate .is-shown .services__grid > *:nth-child(3),
.js-animate .is-shown .reflections__grid > *:nth-child(3),
.js-animate .is-shown .reels__grid > *:nth-child(3),
.js-animate .is-shown .path__row > *:nth-child(3),
.js-animate .is-shown .stats__row > *:nth-child(3),
.js-animate .is-shown .service-overlay-grid > *:nth-child(3),
.js-animate .is-shown .timeline > *:nth-child(3) { transition-delay: 0.5s; }
.js-animate .is-shown .services__grid > *:nth-child(4),
.js-animate .is-shown .reflections__grid > *:nth-child(4),
.js-animate .is-shown .path__row > *:nth-child(4),
.js-animate .is-shown .stats__row > *:nth-child(4),
.js-animate .is-shown .timeline > *:nth-child(4) { transition-delay: 0.6s; }
.js-animate .is-shown .services__grid > *:nth-child(5),
.js-animate .is-shown .reflections__grid > *:nth-child(5),
.js-animate .is-shown .path__row > *:nth-child(5),
.js-animate .is-shown .timeline > *:nth-child(5) { transition-delay: 0.7s; }
.js-animate .is-shown .services__grid > *:nth-child(6),
.js-animate .is-shown .reflections__grid > *:nth-child(6) { transition-delay: 0.8s; }
.js-animate .is-shown .services__grid > *:nth-child(7) { transition-delay: 0.9s; }
.js-animate .is-shown .services__grid > *:nth-child(8) { transition-delay: 1s; }
.js-animate .is-shown .services__grid > *:nth-child(9) { transition-delay: 1.1s; }

.js-animate .faq__list > details,
.js-animate .benefits__list > li {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform .8s cubic-bezier(0.2, 0.65, 0.3, 0.95);
}
.js-animate .is-shown .faq__list > details,
.js-animate .is-shown .benefits__list > li { opacity: 1; transform: translateY(0); }
.js-animate .is-shown .faq__list > details:nth-child(1),
.js-animate .is-shown .benefits__list > li:nth-child(1) { transition-delay: 0.3s; }
.js-animate .is-shown .faq__list > details:nth-child(2),
.js-animate .is-shown .benefits__list > li:nth-child(2) { transition-delay: 0.4s; }
.js-animate .is-shown .faq__list > details:nth-child(3),
.js-animate .is-shown .benefits__list > li:nth-child(3) { transition-delay: 0.5s; }
.js-animate .is-shown .faq__list > details:nth-child(4),
.js-animate .is-shown .benefits__list > li:nth-child(4) { transition-delay: 0.6s; }
.js-animate .is-shown .benefits__list > li:nth-child(5) { transition-delay: 0.7s; }

.js-animate .therapist__grid > .therapist__portrait { transform: translateX(-30px) translateY(0); }
.js-animate .therapist__grid > div:not(.therapist__portrait) { transform: translateX(30px) translateY(0); }
.js-animate .therapist__grid > .therapist__portrait,
.js-animate .therapist__grid > div:not(.therapist__portrait) {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform 1s cubic-bezier(0.2, 0.65, 0.3, 0.95);
}
.js-animate .is-shown .therapist__grid > .therapist__portrait,
.js-animate .is-shown .therapist__grid > div:not(.therapist__portrait) {
  opacity: 1;
  transform: translateX(0) translateY(0);
  transition-delay: 0.25s;
}
.js-animate .is-shown .therapist__grid > div:not(.therapist__portrait) { transition-delay: 0.4s; }

.js-animate .location__content { transform: translateX(-30px); }
.js-animate .location__map { transform: scale(0.96); }
.js-animate .location__content,
.js-animate .location__map {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform 1s cubic-bezier(0.2, 0.65, 0.3, 0.95);
}
.js-animate .is-shown .location__content,
.js-animate .is-shown .location__map { opacity: 1; transform: translateX(0) scale(1); transition-delay: 0.3s; }
.js-animate .is-shown .location__map { transition-delay: 0.45s; }

.js-animate .book__grid > .form { transform: translateY(30px); opacity: 0; transition: opacity 1s cubic-bezier(0.2, 0.65, 0.3, 0.95), transform 1s cubic-bezier(0.2, 0.65, 0.3, 0.95); }
.js-animate .is-shown .book__grid > .form { opacity: 1; transform: translateY(0); transition-delay: 0.3s; }

.js-animate .cta .cta__actions > * { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(0.2, 0.65, 0.3, 0.95); }
.js-animate .cta.is-shown .cta__actions > *:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.5s; }
.js-animate .cta.is-shown .cta__actions > *:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .js-animate *,
  .js-animate *::before,
  .js-animate *::after {
    opacity: 1 !important;
    transform: none !important;
    transition-duration: 0s !important;
    animation-duration: 0s !important;
  }
}

/* ---------- Image mockup placeholders ---------- */
.img-box,
.therapist__portrait,
.reel {
  background: linear-gradient(135deg, #E8E5E0 0%, #DAD6CE 100%) !important;
  position: relative;
}
.img-box img,
.therapist__portrait img,
.reel img { visibility: hidden !important; }
.img-box::before,
.therapist__portrait::before,
.reel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0 24px, rgba(0,0,0,0.025) 24px 25px);
  pointer-events: none;
}
.hero__image { background: transparent !important; }
.hero__image img { visibility: visible !important; }
.therapist__portrait { background: transparent !important; }
.therapist__portrait::before { display: none !important; }
.therapist__portrait img { visibility: visible !important; }
.therapist__portrait.has-video { background: #000 !important; }
.therapist__portrait video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: visible;
}
/* Service cards: show real images (no mockup hatch) */
.service-card .img-box { background: transparent !important; }
.service-card .img-box::before { display: none !important; }
.service-card .img-box img { visibility: visible !important; }

/* Any image-box marked .has-real-image shows the real image (no mockup hatch) */
.img-box.has-real-image { background: transparent !important; }
.img-box.has-real-image::before { display: none !important; }
.img-box.has-real-image img { visibility: visible !important; width: 100%; height: 100%; object-fit: cover; }

/* Reels: show real media (image OR video), no mockup hatch */
.reel { background: #000 !important; }
.reel::before { display: none !important; }
.reel img, .reel video { visibility: visible !important; }
.reel video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Video reel — play & mute buttons */
.reel--video { cursor: default; }
.reel__playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: grid;
  place-items: center;
  z-index: 3;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 32px -8px rgba(0,0,0,0.35);
  transition: opacity .35s ease, transform .35s ease;
  padding: 0;
}
.reel__playbtn:hover { background: var(--color-blush); }
.reel--video.is-playing .reel__playbtn {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.85);
}
.reel__mutebtn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  display: grid;
  place-items: center;
  z-index: 4;
  cursor: pointer;
  transition: background .25s ease;
  padding: 0;
}
.reel__mutebtn:hover { background: rgba(0,0,0,0.78); }
.reel__mutebtn .emo { line-height: 1; }
.reel--video .reel__icon { pointer-events: auto; }
.reel--video .reel__overlay { pointer-events: none; }
.reel--video .reel__overlay .reel__top { pointer-events: none; }
.reel--video .reel__overlay .reel__icon { pointer-events: auto; }
.reel__overlay--top {
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%);
  justify-content: flex-start;
}
.reel--video video {
  z-index: 1;
  position: absolute;
  inset: 0;
}
.reel--video video::-webkit-media-controls-panel {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
.therapist__portrait video[controls] { background: #000; }

/* Statement videos: real media, override the mockup hatch + light-grey bg */
.img-box.has-video { background: #000 !important; }
.img-box.has-video::before { display: none !important; }
.img-box.has-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: visible;
}

/* ---------- Typography ---------- */
.display, h1, h2, h3, h4 {
  font-family: var(--font-script);
  color: var(--color-text);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin: 0;
}
.display { font-size: clamp(52px, 7.5vw, 104px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.02; }
h1 { font-size: clamp(44px, 5.4vw, 76px); font-weight: 500; letter-spacing: -0.015em; }
h2 { font-size: clamp(36px, 4.4vw, 60px); font-weight: 500; letter-spacing: -0.012em; }
h3 { font-size: clamp(24px, 2.2vw, 32px); font-weight: 500; letter-spacing: -0.005em; }
h4 { font-size: 22px; font-weight: 500; letter-spacing: 0; }

.lead {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
  color: var(--color-muted);
  max-width: 52ch;
}

.italic {
  font-family: var(--font-script);
  font-style: italic;
  color: var(--color-blush);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.italic--walnut { font-family: var(--font-script); font-style: italic; color: var(--color-walnut); font-weight: 500; }

.eyebrow {
  font-family: var(--font-eyebrow);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-text);
  display: inline-flex;
  width: fit-content;
  max-width: max-content;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: var(--color-bg);
  font-weight: 500;
}
.eyebrow svg { width: 16px; height: 16px; color: var(--color-walnut); }
.eyebrow--dark {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  color: #fff;
}
.eyebrow--dark svg { color: var(--color-blush); }

.section { padding: var(--space-3xl) 0; }
.section--tight { padding: var(--space-2xl) 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  font-family: var(--font-eyebrow);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  transition: all .25s ease;
  border: 1px solid transparent;
  line-height: 1;
}
.btn--primary { background: var(--color-walnut); color: var(--color-cream); }
.btn--primary:hover { background: var(--color-espresso); box-shadow: 0 8px 24px -10px rgba(139,94,60,0.45); }
.btn--secondary { background: var(--color-bg); border-color: var(--color-line); color: var(--color-text); }
.btn--secondary:hover { border-color: var(--color-text); }
.btn--blush { background: var(--color-blush); color: var(--color-text); }
.btn--blush:hover { background: #d99e94; box-shadow: 0 8px 24px -10px rgba(232,184,176,0.7); }
.btn--ghost {
  background: transparent;
  color: var(--color-walnut);
  padding: 14px 0;
  border-bottom: 1px solid var(--color-walnut);
  border-radius: 0;
}
.btn--ghost:hover { color: var(--color-gold); border-color: var(--color-gold); }
.btn .arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-line);
}
.nav__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px var(--space-lg);
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}
.nav__cta { margin-left: auto; display: flex; align-items: center; gap: var(--space-md); }
.nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-eyebrow);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
  transition: color .2s;
}
.nav__phone:hover { color: var(--color-walnut); }
.nav__phone svg { color: var(--color-walnut); }
.brand { display: flex; align-items: center; gap: 0; line-height: 1; }
.brand img { height: 56px; width: 56px; display: block; border-radius: 50%; object-fit: cover; }
.brand small { display: none; }
.nav__links {
  display: flex;
  gap: 32px;
  font-family: var(--font-eyebrow);
  font-size: 14px;
  letter-spacing: 0;
  color: var(--color-body);
  font-weight: 500;
}
.nav__links a { transition: color .2s; }
.nav__links a:hover, .nav__links a.is-active { color: var(--color-text); }

/* ---------- Nav: services dropdown ---------- */
.nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav__item--has-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav__item__caret {
  font-size: 11px;
  line-height: 1;
  transition: transform .25s ease;
  display: inline-block;
  margin-left: 2px;
}
.nav__item--has-dropdown:hover .nav__item__caret { transform: rotate(180deg); }
.nav__dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  padding: 10px;
  min-width: 240px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s cubic-bezier(0.2, 0.65, 0.3, 0.95);
  box-shadow: 0 24px 48px -20px rgba(20,17,15,0.22);
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav__dropdown::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.nav__dropdown a {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--color-body);
  white-space: nowrap;
  transition: background .2s, color .2s, padding-left .25s ease;
}
.nav__dropdown a:hover {
  background: rgba(232,184,176,0.22);
  color: var(--color-text);
  padding-left: 20px;
}
.nav__item--has-dropdown:hover .nav__dropdown,
.nav__item--has-dropdown:focus-within .nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 880px) {
  .nav__dropdown { display: none !important; }
}

/* ---------- Mobile hamburger ---------- */
.nav__toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--color-line);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color-text);
  margin-left: auto;
  padding: 0;
  transition: border-color .2s, background .2s;
}
.nav__toggle:hover { border-color: var(--color-walnut); background: rgba(232,184,176,0.18); }
.nav__toggle svg { width: 20px; height: 20px; }

@media (max-width: 880px) {
  .nav__links { display: none; }
  .nav__cta {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 10px;
  }
  .nav__cta .btn { display: none; }
  .nav__cta .nav__phone { display: inline-flex; font-size: 13px; }
  .nav__toggle { display: inline-flex; margin-left: 0; }
  .brand img { height: 48px; width: 48px; }
}
@media (max-width: 480px) {
  .nav__cta .nav__phone { font-size: 12px; gap: 6px; }
  .nav__cta .nav__phone svg { width: 12px; height: 12px; }
}

/* ---------- Full-screen mobile menu ---------- */
.nav__mobile {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: linear-gradient(160deg, #FBEEEA 0%, #F7DFD7 55%, #F1CFC5 100%);
  display: flex;
  flex-direction: column;
  padding: 22px var(--space-lg) var(--space-lg);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
  overflow-y: auto;
}
.nav__mobile::before,
.nav__mobile::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.nav__mobile::before {
  top: -15%;
  right: -10%;
  width: 60%;
  aspect-ratio: 1;
  background: var(--color-blush);
  opacity: 0.35;
  filter: blur(100px);
}
.nav__mobile::after {
  bottom: -20%;
  left: -15%;
  width: 70%;
  aspect-ratio: 1;
  background: var(--color-walnut);
  opacity: 0.15;
  filter: blur(120px);
}
.nav__mobile.is-open {
  opacity: 1;
  pointer-events: auto;
}
.nav__mobile__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-xl);
  position: relative;
  z-index: 1;
}
.nav__mobile__head .brand img { height: 52px; width: 52px; }
.nav__mobile__close {
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(139,94,60,0.2);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--color-walnut);
  padding: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background .2s, transform .25s;
}
.nav__mobile__close:hover { background: #fff; transform: rotate(90deg); }
.nav__mobile__close svg { width: 18px; height: 18px; }
.nav__mobile__links {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.5vw, 22px);
  position: relative;
  z-index: 1;
}
.nav__mobile__links > a,
.nav__mobile__links > details > summary {
  font-family: var(--font-script);
  font-size: clamp(36px, 9vw, 64px);
  font-weight: 500;
  color: var(--color-walnut);
  letter-spacing: -0.025em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  list-style: none;
}
.nav__mobile__links > details > summary::-webkit-details-marker,
.nav__mobile__links > details > summary::marker { display: none; }
.nav__mobile__links > a:hover,
.nav__mobile__links > details > summary:hover { color: var(--color-espresso); }
.nav__mobile__links > a,
.nav__mobile__links > details {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s cubic-bezier(0.2, 0.65, 0.3, 0.95);
}
.nav__mobile.is-open .nav__mobile__links > a,
.nav__mobile.is-open .nav__mobile__links > details {
  opacity: 1;
  transform: translateY(0);
}
.nav__mobile.is-open .nav__mobile__links > *:nth-child(1) { transition-delay: 0.12s; }
.nav__mobile.is-open .nav__mobile__links > *:nth-child(2) { transition-delay: 0.2s; }
.nav__mobile.is-open .nav__mobile__links > *:nth-child(3) { transition-delay: 0.28s; }
.nav__mobile.is-open .nav__mobile__links > *:nth-child(4) { transition-delay: 0.36s; }
.nav__mobile.is-open .nav__mobile__links > *:nth-child(5) { transition-delay: 0.44s; }

/* Mobile services submenu */
.nav__mobile__submenu { padding: 0; margin: 0; border: none; }
.nav__mobile__submenu__caret {
  font-family: var(--font-eyebrow);
  font-size: 0.5em;
  transition: transform .3s ease;
  display: inline-block;
  color: var(--color-walnut);
}
.nav__mobile__submenu[open] .nav__mobile__submenu__caret { transform: rotate(180deg); }
.nav__mobile__submenu__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
  padding-left: 16px;
  border-left: 1px solid rgba(155, 112, 69, 0.25);
}
.nav__mobile__submenu__items a {
  font-family: var(--font-eyebrow);
  font-size: 17px;
  font-weight: 500;
  color: var(--color-walnut);
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1.3;
  /* override entry-animation hide on direct <a> children of mobile__links */
  opacity: 1 !important;
  transform: none !important;
}
.nav__mobile__submenu__items a:hover { color: var(--color-espresso); }
.nav__mobile__cta {
  margin-top: auto;
  padding-top: var(--space-xl);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease 0.55s, transform .55s ease 0.55s;
}
.nav__mobile.is-open .nav__mobile__cta { opacity: 1; transform: translateY(0); }
.nav__mobile__cta .btn { justify-content: center; }
.nav__mobile__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(139,94,60,0.15);
  border-radius: 999px;
  color: var(--color-walnut);
  font-family: var(--font-eyebrow);
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nav__mobile__phone:hover { background: #fff; }

body.nav-open { overflow: hidden; }
@media (min-width: 881px) { .nav__mobile { display: none !important; } }

/* ---------- Hero ---------- */
.hero { padding: var(--space-2xl) 0 var(--space-lg); }
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-2xl);
  align-items: end;
}
.hero__sub {
  font-size: 17px;
  color: var(--color-muted);
  max-width: 42ch;
  margin: 0 0 var(--space-lg);
  line-height: 1.6;
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-wrap: wrap;
}
.hero__image-wrap {
  margin-top: var(--space-2xl);
  position: relative;
}
.hero__image {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  display: block;
  width: 100%;
}
.hero__image img { display: block; width: 100%; height: auto; }

.wordmark-huge {
  font-family: var(--font-script);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(80px, 18vw, 260px);
  letter-spacing: -0.02em;
  color: var(--color-walnut);
  text-align: center;
  line-height: 0.9;
  padding: var(--space-xl) 0 0;
  margin: 0 auto;
  max-width: var(--max);
  display: block;
}
.wordmark-huge .gap { display: inline-block; width: 0.4em; }
.wordmark-huge .dot {
  display: inline-block;
  width: 0.18em;
  height: 0.18em;
  border-radius: 50%;
  background: var(--color-blush);
  vertical-align: 0.2em;
  margin: 0 0.08em;
}
@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; gap: var(--space-md); }
  .hero__image-wrap { margin-top: var(--space-md); }
  .hero__image img { min-height: 320px; object-fit: cover; }
}
@media (max-width: 560px) {
  .hero__image img { min-height: 380px; }
}

/* ---------- Big Statement ---------- */
.statement {
  background: var(--color-espresso);
  color: rgba(255,255,255,0.85);
  padding: var(--space-3xl) 0;
}
.statement h2 {
  color: #fff;
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 500;
  max-width: 38ch;
  letter-spacing: -0.015em;
  line-height: 1.1;
}
.js-animate .statement h2 {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-24px);
  transition: clip-path 1.3s cubic-bezier(0.65, 0, 0.35, 1) 0.2s,
              transform 1.3s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
  will-change: clip-path, transform;
}
.js-animate .statement.is-shown h2 {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .js-animate .statement h2 { clip-path: none !important; transform: none !important; transition: none !important; }
}
.statement__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-xl); align-items: end; }
.statement__images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: var(--space-md);
  margin-top: var(--space-2xl);
  align-items: stretch;
}
.statement__images > .img-box.img-box--wide {
  aspect-ratio: auto;
  height: 100%;
  min-height: 100%;
}
.statement__stack { display: grid; grid-template-rows: auto auto; gap: var(--space-md); }
.img-box {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: var(--color-cocoa);
}
.img-box img { width: 100%; height: 100%; object-fit: cover; }
.statement__stack .img-box { aspect-ratio: 16 / 11; height: auto; }
.img-box--tall { aspect-ratio: 4/5; }
.img-box--square { aspect-ratio: 1/1; }
.img-box--wide { aspect-ratio: 16 / 11; }
@media (max-width: 880px) {
  .statement__images { grid-template-columns: 1fr; gap: var(--space-sm); }
}

/* ---------- Services ---------- */
.services__head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
  align-items: end;
}
.services__head .eyebrow { margin-bottom: var(--space-md); }
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}
.service-card {
  background: var(--color-bg);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  transition: transform .35s ease, box-shadow .35s ease, border-color .25s;
  position: relative;
  cursor: pointer;
}
/* Stretched link: the Learn more anchor expands to cover the entire card via ::before. */
.service-card .service-card__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.service-card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: var(--color-blush);
  box-shadow: 0 28px 56px -20px rgba(20,17,15,0.22), 0 8px 16px -8px rgba(232,184,176,0.35);
}
.service-card .img-box { aspect-ratio: 4/3; margin: 0; border-radius: 0; overflow: hidden; }
.service-card__body {
  padding: 14px var(--space-md) 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-card h3 { font-weight: 600; margin: 0; color: var(--color-text); font-size: 22px; letter-spacing: -0.01em; line-height: 1.25; }
.service-card__price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(232,184,176,0.22);
  border: 1px solid rgba(232,184,176,0.6);
  color: var(--color-walnut);
  font-family: var(--font-eyebrow);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  align-self: flex-start;
  margin-top: 2px;
}
.service-card__price strong {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--color-text);
  font-weight: 700;
  letter-spacing: -0.005em;
}
.service-card p { margin: 0; color: var(--color-muted); font-size: 15px; line-height: 1.5; }
.service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-family: var(--font-eyebrow);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-walnut);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: gap .25s ease, color .2s;
  align-self: flex-start;
  width: fit-content;
}
.service-card__cta:hover { gap: 12px; color: var(--color-espresso); }
.service-card__cta svg { width: 12px; height: 12px; }
@media (max-width: 900px) {
  .services__head { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) { .services__grid { grid-template-columns: 1fr; } }

/* ---------- Healing path ---------- */
.path { background: var(--color-espresso); color: rgba(255,255,255,0.85); }
.path__head { text-align: center; margin-bottom: var(--space-2xl); }
.path__head h2 { color: #fff; max-width: 28ch; margin: 0 auto; }
.path__head .eyebrow {
  color: #fff;
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  margin-bottom: var(--space-md);
}
.path__head .eyebrow svg { color: var(--color-blush); }
.path__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.path__step {
  background: #fff;
  color: #000;
  padding: var(--space-lg) var(--space-md);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--space-md);
  transition: filter .35s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.path__step:nth-child(2) { background: #FBF3EE; }
.path__step:nth-child(3) { background: #F3DDD5; }
.path__step:nth-child(4) { background: var(--color-blush); }
.path__step:nth-child(5) { background: #D9B89A; }
.path__step:hover { filter: brightness(0.97); }
.path__step .num {
  font-family: var(--font-display);
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #000;
}
.path__step h4 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
  color: #000;
}
.path__step p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: var(--color-body);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: max-height .4s ease, opacity .35s ease .05s, transform .35s ease;
}
.path__step:hover p { max-height: 180px; opacity: 1; transform: translateY(0); }
@media (max-width: 880px) { .path__row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .path__row { grid-template-columns: 1fr; } }

/* ---------- Benefits ---------- */
.benefits__head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-xl);
  align-items: end;
  margin-bottom: var(--space-2xl);
}
.benefits__head .eyebrow { margin-bottom: var(--space-md); }
.benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
}
.benefits__feature .img-box { aspect-ratio: 4/3; border-radius: 20px; }
.benefits__img { aspect-ratio: 4/3; }
.benefits__list { list-style: none; padding: 0; margin: 0; }
.benefits__list li {
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-line);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: -0.015em;
  line-height: 1.15;
  display: flex;
  align-items: center;
  gap: 18px;
}
.benefits__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-blush);
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 880px) {
  .benefits__grid { grid-template-columns: 1fr; }
  .benefits__head { grid-template-columns: 1fr; }
}

/* ---------- Therapist feature ---------- */
.therapist-sec {
  background: linear-gradient(180deg, #FBEEEA 0%, #F7DFD7 100%);
  position: relative;
  overflow: hidden;
}
.therapist-sec::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -8%;
  width: 36%;
  aspect-ratio: 1;
  background: var(--color-blush);
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(90px);
  pointer-events: none;
}
.therapist-sec .wrap { position: relative; z-index: 1; }
.therapist__head { text-align: center; margin-bottom: var(--space-2xl); }
.therapist__head .eyebrow { margin-bottom: var(--space-md); }
.therapist__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-2xl);
  align-items: center;
}
.therapist__portrait {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-sand);
  position: relative;
}
.therapist__portrait img { width:100%; height:100%; object-fit: cover; }
.therapist__name {
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 12px;
}
.therapist__credentials {
  font-family: var(--font-eyebrow);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-walnut);
  font-weight: 500;
  margin-bottom: var(--space-lg);
}
.therapist__bio {
  font-size: 17px;
  line-height: 1.65;
  color: var(--color-muted);
  margin: 0 0 var(--space-md);
  max-width: 60ch;
}
.therapist__bio em { color: var(--color-walnut); font-family: var(--font-script); font-weight: 500; }
.therapist__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: var(--space-md) 0 var(--space-lg);
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-eyebrow);
  font-size: 13px;
  letter-spacing: 0;
  padding: 8px 16px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: var(--color-body);
  background: var(--color-bg);
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s, color .2s, background .2s, transform .2s;
}
a.tag:hover {
  border-color: var(--color-walnut);
  color: var(--color-walnut);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -10px rgba(20,17,15,0.15);
}
.tag svg { width: 14px; height: 14px; flex-shrink: 0; }
@media (max-width: 880px) { .therapist__grid { grid-template-columns: 1fr; } }

/* ---------- Reflections (Google review cards) ---------- */
.reflections {
  background: linear-gradient(180deg, #FBEEEA 0%, #F7DFD7 100%);
  color: var(--color-text);
}
.reflections__head { text-align: center; margin-bottom: var(--space-2xl); }
.reflections__head h2 { color: var(--color-text); }
.reflections__head .eyebrow { margin-bottom: var(--space-md); }
.reflections__rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: var(--space-md);
  font-family: var(--font-eyebrow);
  font-size: 14px;
  color: var(--color-body);
}
.reflections__rating-stars { color: #FBBC04; display: inline-flex; gap: 2px; }
.reflections__rating-stars svg { width: 18px; height: 18px; }
.reflections__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}
.reflection {
  background: #fff;
  color: var(--color-text);
  border-radius: 12px;
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--color-line);
  min-height: 220px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.reflection:hover { box-shadow: 0 24px 48px -20px rgba(20,17,15,0.22), 0 6px 14px -6px rgba(232,184,176,0.3); transform: translateY(-8px) scale(1.01); }
.reflection__head { display: flex; align-items: center; gap: 12px; }
.reflection__avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-blush);
  color: var(--color-walnut);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
}
.reflection__author {
  font-family: var(--font-eyebrow);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.2;
}
.reflection__meta {
  font-family: var(--font-eyebrow);
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.reflection__stars { color: #FBBC04; display: inline-flex; gap: 1px; }
.reflection__stars svg { width: 14px; height: 14px; }
.reflection__google {
  margin-left: auto;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.reflection__body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: var(--color-body);
  flex: 1;
  white-space: pre-line;
  transition: max-height .35s ease;
}
.reflection__body.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.reflection__readmore {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-walnut);
  padding: 0;
  margin: 6px 0 0;
  display: inline;
  align-self: flex-start;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .2s;
  line-height: 1.4;
}
.reflection__readmore:hover { color: var(--color-espresso); }
.reflection__readmore .emo { font-size: 12px; }
.reflections__grid--two {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.reflection__meta-sub {
  font-family: var(--font-eyebrow);
  font-size: 12px;
  color: var(--color-muted);
  margin-top: 2px;
  margin-bottom: 4px;
}
.reflections__all {
  display: flex;
  justify-content: center;
  margin-top: var(--space-xl);
}
@media (max-width: 960px) {
  .reflections__grid--two { grid-template-columns: 1fr 1fr; max-width: 900px; }
}
@media (max-width: 600px) {
  .reflections__grid--two { grid-template-columns: 1fr; max-width: 480px; }
}
@media (max-width: 880px) { .reflections__grid { grid-template-columns: 1fr; } }

/* ---------- Location ---------- */
.location { background: var(--color-bg); }
.location--grey { background: var(--color-surface); }
.location.section { padding-top: var(--space-xl); }
.location__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: var(--space-2xl);
  align-items: stretch;
}
.location__content { display: flex; flex-direction: column; justify-content: center; }
.location__content h2 { margin-bottom: var(--space-lg); }
.location__detail { margin: 10px 0; padding-bottom: 10px; border-bottom: 1px solid var(--color-line); }
.location__detail:last-of-type { border-bottom: none; padding-bottom: 0; }
.location__detail h4 {
  font-family: var(--font-eyebrow);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-walnut);
  margin-bottom: 4px;
  font-weight: 500;
}
.location__detail p {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  color: var(--color-text);
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
.location__hours {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 20px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-body);
  margin-top: 2px;
}
.location__hours span:nth-child(odd) {
  font-family: var(--font-eyebrow);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-walnut);
  align-self: center;
}
.location__hours .closed { color: var(--color-blush); font-style: italic; font-family: var(--font-script); font-size: 16px; }
.location__actions { display: flex; gap: 12px; margin-top: var(--space-md); flex-wrap: wrap; }
.location__map {
  border-radius: 20px;
  overflow: hidden;
  min-height: 380px;
  position: relative;
  border: 1px solid var(--color-line);
  background: #fff;
}
.location__map iframe { width: 100%; height: 100%; border: 0; display: block; min-height: 380px; }
.location__map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(20,17,15,0.04);
  border-radius: 20px;
}
@media (max-width: 880px) {
  .location__grid { grid-template-columns: 1fr; }
  .location__map { min-height: 300px; }
  .location__map iframe { min-height: 300px; }
}

/* ---------- FAQ ---------- */
.faq { background: #F2F0EC; color: var(--color-body); }
.faq__head { text-align: center; margin-bottom: var(--space-2xl); }
.faq__head h2 { color: var(--color-text); font-size: clamp(40px, 4.6vw, 64px); }
.faq__head p { color: var(--color-muted); margin-top: var(--space-sm); font-size: 16px; }
.faq__head .eyebrow {
  color: var(--color-text);
  border-color: var(--color-line);
  background: var(--color-bg);
  margin-bottom: var(--space-md);
}
.faq__head .eyebrow svg { color: var(--color-walnut); }
.faq__list { max-width: 880px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--color-line); }
.faq__q {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: 20px;
  text-align: left;
  padding: var(--space-lg) 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-md);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.faq__q:hover { color: var(--color-walnut); }
.faq__q .chev { transition: transform .3s ease; color: var(--color-walnut); }
.faq__item[open] .faq__q .chev { transform: rotate(180deg); }
.faq__a {
  padding: 0 0 var(--space-lg);
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.65;
  max-width: 70ch;
}
.faq__item { list-style: none; }
.faq__item::-webkit-details-marker { display: none; }

/* ---------- Consultation form ---------- */
.book { background: #F2F0EC; }
.book__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-xl);
  align-items: start;
}
.book h2 { font-size: clamp(36px, 4vw, 56px); font-weight: 500; max-width: 14ch; }
.form {
  background: #fff;
  padding: var(--space-lg);
  border-radius: 16px;
  border: 1px solid var(--color-line);
  max-width: 480px;
}
.form h3 { font-weight: 500; margin-bottom: 6px; color: var(--color-text); font-size: 22px; }
.form__intro { color: var(--color-muted); font-size: 14px; margin: 0 0 var(--space-md); line-height: 1.55; }
.field { margin-bottom: 14px; }
.field label {
  display: block;
  font-family: var(--font-eyebrow);
  font-size: 12px;
  letter-spacing: 0;
  color: var(--color-text);
  margin-bottom: 6px;
  text-transform: none;
  font-weight: 500;
}
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text);
  transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--color-walnut); }
.form__submit { margin-top: var(--space-md); text-align: left; }
.form__honeypot { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
/* ---------- Thank-you page ---------- */
.thanks {
  background: linear-gradient(180deg, #FBEEEA 0%, #F7DFD7 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.thanks::before,
.thanks::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.thanks::before {
  top: -10%;
  left: -8%;
  width: 30%;
  aspect-ratio: 1;
  background: var(--color-blush);
  opacity: 0.35;
  filter: blur(80px);
}
.thanks::after {
  bottom: -15%;
  right: -10%;
  width: 36%;
  aspect-ratio: 1;
  background: var(--color-walnut);
  opacity: 0.12;
  filter: blur(100px);
}
.thanks__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.thanks__icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  display: inline-grid;
  place-items: center;
  margin-bottom: var(--space-lg);
  box-shadow: 0 16px 32px -16px rgba(155,112,69,0.35);
  color: var(--color-walnut);
}
.thanks__icon .emo { font-size: 44px; line-height: 1; }
.thanks__title {
  font-family: var(--font-script);
  font-weight: 500;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -0.015em;
  line-height: 1.05;
  color: var(--color-walnut);
  margin: 0 0 var(--space-md);
}
.thanks__sub {
  font-size: 17px;
  color: var(--color-body);
  max-width: 50ch;
  margin: 0 auto var(--space-xl);
  line-height: 1.6;
}
.thanks__actions {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 600px) {
  .thanks__actions .btn { width: 100%; justify-content: center; }
}

.form__success {
  padding: var(--space-md);
  background: linear-gradient(180deg, #FBEEEA 0%, #F7DFD7 100%);
  border-radius: 12px;
  border: 1px solid rgba(232,184,176,0.6);
}
.form__success h3 {
  font-family: var(--font-script);
  font-weight: 500;
  font-size: 24px;
  color: var(--color-walnut);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.form__success p { font-size: 14px; color: var(--color-body); margin: 0; line-height: 1.55; }
.form__success strong { color: var(--color-walnut); font-weight: 600; }
.form__error {
  margin-top: var(--space-sm);
  padding: 10px 14px;
  background: #FCEAE8;
  border: 1px solid #F2C0BB;
  border-radius: 8px;
  font-family: var(--font-eyebrow);
  font-size: 13px;
  color: #8B3D3D;
  line-height: 1.4;
}
.form .btn { padding: 12px 22px; font-size: 13px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); }
@media (max-width: 880px) {
  .book__grid { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
}

/* Tighten space above 'What to expect' on consultation page (mobile only).
   :has() selects the page-hero that's immediately followed by the consult
   section — only true on consultation.html, so this doesn't affect other
   pages that use page-hero. */
@media (max-width: 880px) {
  .page-hero:has(+ .section.consult) { padding-bottom: var(--space-md); }
  .section.consult { padding-top: 0 !important; }
}

/* ---------- Schedule section ---------- */
.schedule { background: var(--color-bg); }
.schedule__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: var(--space-2xl);
  align-items: start;
}
.schedule__intro h2 {
  font-size: clamp(36px, 4vw, 56px);
  margin: var(--space-md) 0;
  line-height: 1.05;
}
.schedule__intro p { color: var(--color-muted); max-width: 36ch; margin: 0; font-size: 16px; }
.schedule__list { display: flex; flex-direction: column; gap: var(--space-sm); }
.slot {
  background: #F2F0EC;
  border-radius: 16px;
  padding: var(--space-md) var(--space-lg);
  transition: box-shadow .25s ease, transform .25s ease;
}
.slot:hover { box-shadow: 0 12px 28px -16px rgba(20,17,15,0.12); transform: translateY(-2px); }
.slot__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-md);
  margin-bottom: var(--space-md);
}
.slot__day {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.1;
}
.slot__date { font-size: 14px; color: var(--color-muted); margin-top: 4px; }
.slot__time {
  font-family: var(--font-eyebrow);
  font-size: 13px;
  font-weight: 500;
  background: #EFEAE0;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--color-walnut);
  white-space: nowrap;
}
.slot__btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  border: 1px solid var(--color-walnut);
  border-radius: 10px;
  font-family: var(--font-eyebrow);
  font-size: 14px;
  color: var(--color-walnut);
  background: transparent;
  cursor: pointer;
  transition: all .25s;
  text-decoration: none;
}
.slot__btn:hover { background: var(--color-walnut); color: var(--color-cream); }
@media (max-width: 880px) {
  .schedule__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
}

/* ---------- Instagram reels ---------- */
.reels { background: var(--color-bg); position: relative; padding: var(--space-xl) 0; }
.reels.section { padding: var(--space-xl) 0; }
.reels__head { margin-bottom: var(--space-lg); }
.reels__head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-xl);
  align-items: end;
  margin-bottom: var(--space-2xl);
}
.reels__head .eyebrow { margin-bottom: var(--space-md); }
.reels__head .hair { margin-top: var(--space-md); }
.reels__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-md); }
.reel {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: var(--color-cocoa);
  display: block;
  cursor: pointer;
  isolation: isolate;
}
.reel video, .reel img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.reel:hover video, .reel:hover img { transform: scale(1.04); }
.reel__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.6) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--space-md);
  color: #fff;
  pointer-events: none;
}
.reel__top { display: flex; justify-content: space-between; align-items: flex-start; }
.reel__handle {
  font-family: var(--font-eyebrow);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.reel__icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  color: #fff;
}
.reel__caption {
  font-family: var(--font-script);
  font-style: italic;
  font-size: 18px;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  max-width: 22ch;
}
.reel__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  font-family: var(--font-eyebrow);
  font-size: 12px;
  color: rgba(255,255,255,0.85);
}
.reel__meta svg { width: 14px; height: 14px; }
.reel__play { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; z-index: 1; }
.reel__play span {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: grid;
  place-items: center;
  color: var(--color-walnut);
  transition: all .3s ease;
  box-shadow: 0 8px 32px -8px rgba(0,0,0,0.35);
}
.reel:hover .reel__play span { background: var(--color-blush); transform: scale(1.08); }
.reels__foot { display: flex; justify-content: center; margin-top: var(--space-xl); }
@media (max-width: 880px) {
  .reels__head { grid-template-columns: 1fr; }
  .reels__grid { grid-template-columns: 1fr 1fr; gap: var(--space-sm); }
}
@media (max-width: 560px) {
  .reels__grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
}

/* ---------- CTA ---------- */
.cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  isolation: isolate;
  padding: var(--space-3xl) 0;
  background-image: url('cta%201.png');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  color: #fff;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 0;
}
.cta::after {
  content: "";
  position: absolute;
  bottom: -25%;
  right: -8%;
  width: 38%;
  aspect-ratio: 1;
  background: var(--color-blush);
  opacity: 0.35;
  filter: blur(90px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.cta .wrap { position: relative; z-index: 1; }
.cta .eyebrow {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.3);
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: var(--space-md);
}
.cta .eyebrow svg { color: #fff; }
.cta__title {
  font-family: var(--font-script);
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.02;
  max-width: 16ch;
  margin: 0 auto var(--space-md);
}
.cta__title em { font-style: italic; color: #fff; }
.cta__sub {
  font-family: var(--font-script);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6;
  color: #fff;
  max-width: 48ch;
  margin: 0 auto var(--space-lg);
}
.cta__features {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-lg);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: center;
  font-family: var(--font-eyebrow);
  font-size: 14px;
  color: #fff;
}
.cta__features li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
}
.cta__features .emo { color: var(--color-blush); font-size: 14px; }
.cta__actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-eyebrow);
  font-size: 13px;
  color: #fff;
  padding: 16px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all .25s;
  font-weight: 500;
}
.cta__phone:hover { background: rgba(255,255,255,0.25); border-color: #fff; }
.cta .btn--primary { background: #fff; color: #000; }
.cta .btn--primary:hover { background: var(--color-blush); color: #000; box-shadow: 0 8px 24px -8px rgba(0,0,0,0.4); }

/* ---------- Footer ---------- */
.foot {
  background: var(--color-espresso);
  color: var(--color-cream);
  padding: var(--space-2xl) 0 var(--space-lg);
}
.foot__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: var(--space-md);
}
.foot__logo img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}
.foot__top { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: var(--space-xl); padding-bottom: var(--space-md); }
.foot h4 {
  font-family: var(--font-eyebrow);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  margin-bottom: var(--space-md);
  font-weight: 600;
}
.foot p, .foot a { color: rgba(255,255,255,0.6); font-size: 15px; line-height: 1.65; }
.foot a:hover { color: var(--color-blush); }
.foot p em { color: rgba(255,255,255,0.45); font-style: normal; }
.foot__cols { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); }
.foot__col a { display: block; padding: 4px 0; }
.foot__sub {
  display: flex;
  background: transparent;
  border: 1px solid rgba(217,205,180,0.3);
  border-radius: var(--radius-sm);
  overflow: hidden;
  margin-top: var(--space-sm);
}
.foot__sub input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 16px;
  color: var(--color-cream);
  font-family: var(--font-body);
  font-size: 15px;
}
.foot__sub input::placeholder { color: rgba(239,230,213,0.4); }
.foot__sub input:focus { outline: none; }
.foot__sub button {
  background: var(--color-cream);
  color: var(--color-espresso);
  border: none;
  padding: 0 22px;
  font-family: var(--font-eyebrow);
  font-size: 12px;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.foot__wordmark {
  font-family: var(--font-script);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(64px, 14vw, 240px);
  letter-spacing: -0.02em;
  color: var(--color-cream);
  text-align: center;
  line-height: 0.85;
  padding: 0;
  margin-top: 0;
}
.foot__wordmark .dot {
  display: inline-block;
  width: 0.18em;
  height: 0.18em;
  border-radius: 50%;
  background: var(--color-blush);
  vertical-align: 0.2em;
  margin: 0 0.08em;
}
.foot__bottom {
  padding-top: var(--space-lg);
  margin-top: var(--space-md);
  border-top: 1px solid rgba(217,205,180,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-eyebrow);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(239,230,213,0.5);
}
.foot__bottom__links { display: flex; gap: var(--space-md); }
@media (max-width: 880px) {
  .foot__top { grid-template-columns: 1fr; gap: var(--space-lg); }
  .foot__bottom { flex-direction: column; gap: var(--space-sm); text-align: center; }
  .foot__bottom__links { justify-content: center; flex-wrap: wrap; }
}

/* ---------- Emoji helper (replaces SVG icons) ---------- */
.emo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", system-ui, sans-serif;
  font-style: normal;
  font-variant-emoji: emoji;
  -webkit-font-smoothing: antialiased;
}
.emo--sm { font-size: 14px; }
.emo--md { font-size: 16px; }
.emo--lg { font-size: 20px; }
.emo--xl { font-size: 26px; }

/* ---------- Floating call widget (WhatsApp-green) ---------- */
.call-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 95;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 28px -6px rgba(37,211,102,0.55), 0 4px 10px -2px rgba(0,0,0,0.18);
  transition: transform .25s ease, box-shadow .25s ease;
  isolation: isolate;
}
.call-widget:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 36px -6px rgba(37,211,102,0.65), 0 6px 14px -2px rgba(0,0,0,0.22);
}
.call-widget__icon {
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.12));
  position: relative;
  z-index: 1;
}
.call-widget::before,
.call-widget::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #25D366;
  z-index: 0;
  pointer-events: none;
  animation: callPulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.call-widget::after { animation-delay: 1.2s; }
@keyframes callPulse {
  0%   { transform: scale(1);   opacity: 0.55; }
  70%  { transform: scale(1.7); opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .call-widget::before, .call-widget::after { animation: none; opacity: 0; }
}
@media (max-width: 600px) {
  .call-widget { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .call-widget__icon { font-size: 24px; }
}

/* ---------- Icon cards (icon + title + description) ---------- */
.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
}
.icon-card {
  background: var(--color-bg);
  border-radius: 20px;
  border: 1px solid var(--color-line);
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .25s ease;
}
.icon-card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: var(--color-blush);
  box-shadow: 0 28px 56px -20px rgba(20,17,15,0.22), 0 8px 16px -8px rgba(232,184,176,0.35);
}
.icon-card__icon {
  width: auto;
  height: auto;
  background: transparent;
  display: inline-flex;
  place-items: center;
  flex-shrink: 0;
}
.icon-card__icon .emo { font-size: 34px; line-height: 1; }
.icon-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--color-text);
  margin: 0;
  line-height: 1.25;
}
.icon-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--color-muted);
  margin: 0;
}
@media (max-width: 900px) {
  .icon-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .icon-grid { grid-template-columns: 1fr; }
}

/* ---------- Hairline accent ---------- */
.hair {
  height: 2px;
  width: 80px;
  background: linear-gradient(90deg, var(--color-blush), var(--color-gold));
  margin-bottom: var(--space-md);
  border-radius: 2px;
}

/* ============================================================ */
/* ============ SUB-PAGE STYLES ================================ */
/* ============================================================ */

/* ---------- Page hero (used by sub-pages) ---------- */
.page-hero { padding: var(--space-2xl) 0 var(--space-xl); background: var(--color-bg); }
.page-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-2xl);
  align-items: end;
}
.page-hero h1 { font-size: clamp(56px, 7vw, 92px); line-height: 1; }
.page-hero p { color: var(--color-muted); font-size: clamp(15px, 1.1vw, 17px); line-height: 1.65; max-width: 50ch; }
@media (max-width: 880px) {
  .page-hero__grid { grid-template-columns: 1fr; gap: var(--space-md); align-items: start; }
}

/* ---------- About: combined hero (title + lead + stats left, image right) ---------- */
.about-hero { padding-bottom: var(--space-3xl); }
.about-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}
.about-hero__content { display: flex; flex-direction: column; gap: var(--space-md); }
.about-hero__content h1,
.about-hero__content h2 { font-size: clamp(52px, 6.5vw, 88px); line-height: 1; letter-spacing: -0.02em; margin: 0; }
.about-hero__lead {
  color: var(--color-muted);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.55;
  max-width: 48ch;
  margin: 0;
}
.about-hero__stats {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  margin-top: 4px;
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-line);
}
.about-hero__cta {
  align-self: flex-start;
  margin-top: 4px;
}
.about-hero__stats .stat__num { font-size: clamp(28px, 2.6vw, 40px); font-weight: 700; letter-spacing: -0.03em; }
.about-hero__stats .stat__label { font-size: 13px; margin-top: 6px; line-height: 1.35; }
.about-hero__stats .stat__count { font-variant-numeric: tabular-nums; }
@media (max-width: 600px) {
  .about-hero__stats { grid-template-columns: 1fr 1fr; }
}
.about-hero__image {
  aspect-ratio: 4/5;
  border-radius: 20px;
  background: linear-gradient(135deg, #E8E5E0 0%, #DAD6CE 100%);
  position: relative;
  overflow: hidden;
  max-height: 640px;
}
.about-hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0 24px, rgba(0,0,0,0.025) 24px 25px);
  pointer-events: none;
}
.about-hero__image.has-real-image { background: transparent; }
.about-hero__image.has-real-image::before { display: none; }
.about-hero__image img,
.about-hero__image video { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-hero__image.has-video,
.vision__image.has-video { background: #000; }
.about-hero__image.has-video::before,
.vision__image.has-video::before { display: none; }
.vision__image video { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 880px) {
  .about-hero__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
  .about-hero__image { max-height: 480px; aspect-ratio: 4/5; }
}

/* Reversed variant: image on left (desktop), image first (mobile), pink wash */
.about-hero--reversed {
  background: linear-gradient(180deg, #FBEEEA 0%, #F7DFD7 100%);
  position: relative;
  overflow: hidden;
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.about-hero--reversed::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -8%;
  width: 36%;
  aspect-ratio: 1;
  background: var(--color-blush);
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(90px);
  pointer-events: none;
}
.about-hero--reversed .wrap { position: relative; z-index: 1; }
.about-hero--reversed .about-hero__grid { grid-template-columns: 1fr 1.05fr; }
.about-hero--reversed .about-hero__image { order: -1; }
@media (max-width: 880px) {
  .about-hero--reversed .about-hero__grid { grid-template-columns: 1fr; }
}

/* Stats utility (reused on consultation page) */
.stats__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}
.stat__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 5vw, 76px);
  letter-spacing: -0.04em;
  color: var(--color-text);
  line-height: 1;
}
.stat__label {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-muted);
  margin-top: 12px;
}
@media (max-width: 880px) {
  .stats__row { grid-template-columns: 1fr 1fr; gap: var(--space-md); }
}

/* ---------- About: vision + mission ---------- */
.vision { background: var(--color-surface); }
.vision__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-2xl);
  align-items: start;
}
.vision h2 { font-size: clamp(40px, 4.6vw, 64px); }
.vision__row { padding-bottom: var(--space-lg); margin-bottom: var(--space-lg); border-bottom: 1px solid var(--color-line); }
.vision__row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.vision__row h4 {
  font-family: var(--font-eyebrow);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-walnut);
  margin-bottom: 10px;
  font-weight: 500;
}
.vision__row p { color: var(--color-muted); font-size: 16px; line-height: 1.65; max-width: 56ch; margin: 0; }
.vision__image {
  width: 100%;
  margin-top: var(--space-xl);
  aspect-ratio: 16/7;
  border-radius: 20px;
  background: linear-gradient(135deg, #E8E5E0 0%, #DAD6CE 100%);
  position: relative;
  overflow: hidden;
}
.vision__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0 24px, rgba(0,0,0,0.025) 24px 25px);
  pointer-events: none;
}
@media (max-width: 880px) { .vision__grid { grid-template-columns: 1fr; } }

/* ---------- Image-overlay service cards (about page) ---------- */
.service-overlay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  margin-top: var(--space-xl);
}
.service-overlay {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-cocoa);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform .35s ease;
}
.service-overlay[style*="background-image"]::before { display: none; }
.service-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0 24px, rgba(0,0,0,0.025) 24px 25px);
  pointer-events: none;
}
.service-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(58,37,21,0) 35%, rgba(58,37,21,0.92) 100%);
  pointer-events: none;
}
.service-overlay:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 28px 56px -20px rgba(20,17,15,0.28); }
.service-overlay__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-lg);
  color: #fff;
  z-index: 1;
}
.service-overlay h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.service-overlay p {
  color: rgba(255,255,255,0.88);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 900px) { .service-overlay-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .service-overlay-grid { grid-template-columns: 1fr; } }

/* ---------- Vertical timeline (about page healing approach) ---------- */
.approach-dark { background: var(--color-espresso); color: rgba(255,255,255,0.85); }
.approach-dark .eyebrow {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  color: #fff;
}
.approach-dark .eyebrow svg { color: var(--color-blush); }
.approach__grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-2xl);
  align-items: start;
}
.approach__head h2 { color: #fff; }
.approach__head p { color: rgba(255,255,255,0.65); margin-top: var(--space-md); font-size: 16px; max-width: 38ch; }
.timeline { position: relative; display: flex; flex-direction: column; gap: var(--space-xl); }
.timeline::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 36px;
  bottom: 36px;
  width: 1px;
  background: rgba(255,255,255,0.18);
}
.timeline__step { display: flex; align-items: center; gap: var(--space-lg); position: relative; }
.timeline__num {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-cream);
  border: 4px solid rgba(255,255,255,0.18);
  color: var(--color-espresso);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  z-index: 1;
}
.timeline__text h4 {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.timeline__text p { color: rgba(255,255,255,0.65); margin: 0; font-size: 15px; line-height: 1.55; }
@media (max-width: 880px) {
  .approach__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
}

/* ---------- Page CTA (about/blog) with side image ---------- */
.page-cta { background: var(--color-bg); }
.page-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: center;
}
.page-cta h2 { font-size: clamp(40px, 4.6vw, 64px); line-height: 1.05; max-width: 14ch; }
.page-cta p { color: var(--color-muted); font-size: 17px; line-height: 1.6; margin: var(--space-md) 0 var(--space-lg); max-width: 42ch; }
.page-cta__image {
  width: 100%;
  aspect-ratio: 5/3;
  border-radius: 20px;
  background: linear-gradient(135deg, #E8E5E0 0%, #DAD6CE 100%);
  position: relative;
  overflow: hidden;
}
.page-cta__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0 24px, rgba(0,0,0,0.025) 24px 25px);
  pointer-events: none;
}
@media (max-width: 880px) { .page-cta__grid { grid-template-columns: 1fr; } }

/* ---------- Contact page ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
  margin-top: var(--space-xl);
}
.contact-card {
  background: var(--color-bg);
  border: 1px solid var(--color-line);
  border-radius: 16px;
  padding: var(--space-lg);
  margin-bottom: var(--space-md);
  display: flex;
  gap: var(--space-md);
  align-items: flex-start;
  transition: border-color .25s, box-shadow .25s;
}
.contact-card:hover { border-color: var(--color-blush); box-shadow: 0 12px 28px -16px rgba(20,17,15,0.12); }
.contact-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-blush), #f3c8c0);
  display: grid;
  place-items: center;
  color: var(--color-walnut);
}
.contact-card h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 4px;
}
.contact-card p { margin: 0; font-size: 15px; color: var(--color-body); line-height: 1.55; }
.contact-card a { color: var(--color-text); }
.contact-card a:hover { color: var(--color-walnut); }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Consultation page ---------- */
/* ---------- Pink promo bar (non-sticky) ---------- */
.promo {
  background: linear-gradient(90deg, #F7DFD7 0%, #FBEEEA 50%, #F7DFD7 100%);
  color: var(--color-walnut);
  text-align: center;
  padding: 12px var(--space-md);
  font-family: var(--font-eyebrow);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.promo__inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.promo a {
  color: var(--color-walnut);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color .2s;
}
.promo a:hover { color: var(--color-espresso); }
@media (max-width: 480px) {
  .promo { font-size: 13px; padding: 10px 14px; }
}

.consult { background: var(--color-bg); }

/* ---------- Blog "Coming Soon" empty state ---------- */
.blog-soon { background: var(--color-bg); }
.blog-soon__card {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #FBEEEA 0%, #F7DFD7 100%);
  border-radius: 24px;
  padding: var(--space-2xl) var(--space-xl);
  position: relative;
  overflow: hidden;
}
.blog-soon__card::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 50%;
  aspect-ratio: 1;
  background: var(--color-blush);
  border-radius: 50%;
  opacity: 0.45;
  filter: blur(90px);
  pointer-events: none;
}
.blog-soon__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(139,94,60,0.18);
  color: var(--color-walnut);
  font-family: var(--font-eyebrow);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: var(--space-md);
  position: relative;
  z-index: 1;
}
.blog-soon__card h2 {
  font-size: clamp(48px, 6vw, 80px);
  color: var(--color-walnut);
  margin: 0 0 var(--space-md);
  position: relative;
  z-index: 1;
}
.blog-soon__card p {
  color: var(--color-body);
  font-size: 17px;
  line-height: 1.65;
  max-width: 52ch;
  margin: 0 auto var(--space-lg);
  position: relative;
  z-index: 1;
}
.blog-soon__card .btn { position: relative; z-index: 1; }
.consult--pink {
  background: linear-gradient(180deg, #FBEEEA 0%, #F7DFD7 100%);
  position: relative;
  overflow: hidden;
}
.consult--pink::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -8%;
  width: 36%;
  aspect-ratio: 1;
  background: var(--color-blush);
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(90px);
  pointer-events: none;
}
.consult--pink .wrap { position: relative; z-index: 1; }
.consult__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
  margin-top: var(--space-xl);
}
.consult__intro h2 { font-size: clamp(36px, 4.4vw, 56px); margin-bottom: var(--space-md); line-height: 1.05; }
.consult__intro p { color: var(--color-muted); font-size: 16px; line-height: 1.65; margin: 0 0 var(--space-md); max-width: 46ch; }
.consult__bullets {
  list-style: none;
  padding: 0;
  margin: var(--space-lg) 0 0;
}
.consult__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-line);
  color: var(--color-body);
  font-size: 16px;
  line-height: 1.5;
}
.consult__bullets li:last-child { border-bottom: none; }
.consult__bullets li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-blush);
  flex-shrink: 0;
  margin-top: 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B5E3C' stroke-width='3'><path d='M5 12l5 5L20 7'/></svg>");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 880px) { .consult__grid { grid-template-columns: 1fr; } }

/* ---------- Blog cards grid ---------- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-md);
}
.blog-card {
  background: var(--color-bg);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease, border-color .25s;
}
.blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-blush);
  box-shadow: 0 20px 40px -24px rgba(20,17,15,0.15);
}
.blog-card .img-box { aspect-ratio: 5/4; margin: 0; border-radius: 0; }
.blog-card__body { padding: var(--space-md) var(--space-lg) var(--space-lg); display: flex; flex-direction: column; flex: 1; }
.blog-card__date {
  font-family: var(--font-eyebrow);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-walnut);
  margin-bottom: 10px;
  font-weight: 500;
}
.blog-card h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-text);
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}
.blog-card__excerpt { color: var(--color-muted); font-size: 15px; line-height: 1.55; margin: 0 0 var(--space-md); flex: 1; }
.blog-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-sm);
  border-top: 1px solid var(--color-line);
  font-family: var(--font-eyebrow);
  font-size: 13px;
  color: var(--color-muted);
}
.blog-card__foot a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-walnut);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.blog-card__foot a:hover { color: var(--color-espresso); }
.blog-card__foot svg { width: 12px; height: 12px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ---------- Blog page ---------- */
.blog-empty {
  text-align: center;
  padding: var(--space-3xl) var(--space-lg);
  max-width: 600px;
  margin: 0 auto;
}
.blog-empty__icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-blush), #f3c8c0);
  display: grid;
  place-items: center;
  margin: 0 auto var(--space-lg);
  color: var(--color-walnut);
}
.blog-empty h2 { font-size: clamp(36px, 4vw, 52px); margin-bottom: var(--space-md); }
.blog-empty p { color: var(--color-muted); font-size: 17px; line-height: 1.6; max-width: 50ch; margin: 0 auto var(--space-lg); }

/* ---------- Service Detail page (e.g. anxiety-therapy.html) ---------- */
.service-detail { padding: var(--space-xl) 0 var(--space-3xl); background: var(--color-bg); }
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-eyebrow);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-muted);
  margin-bottom: var(--space-xl);
  transition: color .2s ease, gap .25s ease;
}
.back-link:hover { color: var(--color-text); gap: 14px; }
.back-link__icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--color-line);
  display: inline-grid;
  place-items: center;
  background: var(--color-bg);
  transition: border-color .2s, background .2s;
}
.back-link:hover .back-link__icon { border-color: var(--color-walnut); background: rgba(232,184,176,0.15); }

.service-detail__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
}
.service-detail__main { min-width: 0; }
.service-detail__title {
  font-family: var(--font-script);
  font-weight: 500;
  font-size: clamp(48px, 6vw, 80px);
  letter-spacing: -0.02em;
  color: var(--color-text);
  line-height: 1;
  margin-bottom: var(--space-md);
}
.service-detail__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--color-muted);
  max-width: 56ch;
  margin-bottom: var(--space-xl);
}
.service-detail__h2 {
  font-family: var(--font-script);
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing: -0.012em;
  color: var(--color-text);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-md);
  line-height: 1.15;
}
.service-detail__main p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-body);
  margin-bottom: var(--space-md);
  max-width: 60ch;
}

.check-list,
.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-md);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-body);
}
.check-list .check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid var(--color-walnut);
  display: inline-grid;
  place-items: center;
  color: var(--color-walnut);
  font-size: 12px;
  font-weight: 700;
  margin-top: 1px;
}
.bullet-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-body);
}
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-blush);
}

.service-detail__card {
  position: sticky;
  top: 100px;
  background: var(--color-bg);
  border: 1px solid var(--color-line);
  border-radius: 24px;
  padding: var(--space-xl);
  box-shadow: 0 24px 60px -32px rgba(20,17,15,0.18);
}
.service-detail__card-title {
  font-family: var(--font-script);
  font-weight: 500;
  font-size: 30px;
  color: var(--color-text);
  letter-spacing: -0.012em;
  margin: 0 0 12px;
  line-height: 1.15;
}
.service-detail__card-sub {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 var(--space-lg);
}
.service-detail__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: var(--space-lg);
  font-family: var(--font-script);
  color: var(--color-text);
  letter-spacing: -0.015em;
}
.service-detail__price-currency { font-size: 28px; font-weight: 500; }
.service-detail__price-amount { font-size: 56px; font-weight: 500; line-height: 1; }
.service-detail__price-unit { font-size: 22px; font-weight: 500; margin-left: 6px; }
.service-detail__price-suffix {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-muted);
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 6px;
}
/* Form inside the service-detail card — strip .form's outer chrome so it nests cleanly */
.service-detail__form.form {
  background: transparent;
  border: none;
  padding: 0;
  max-width: 100%;
  border-radius: 0;
}
.service-detail__form .form__submit { margin-top: var(--space-md); }
.service-detail__form .btn {
  width: 100%;
  justify-content: center;
  padding: 14px 22px;
  font-size: 14px;
}
.service-detail__free {
  font-family: var(--font-eyebrow);
  font-size: 13px;
  color: var(--color-walnut);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  margin-top: 4px;
  transition: color .2s;
}
.service-detail__free:hover { color: var(--color-espresso); }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 880px) {
  .service-detail__grid { grid-template-columns: 1fr; gap: var(--space-xl); }
  .service-detail__card { position: static; padding: var(--space-md); border-radius: 16px; }
}
@media (max-width: 600px) {
  .service-detail { padding-left: 0; padding-right: 0; }
  .service-detail > .wrap { padding-left: var(--space-sm); padding-right: var(--space-sm); }
  .service-detail__card { padding: 18px; }
}

/* Tighter top spacing when sections directly follow the service-detail block */
.service-detail + .about-hero { padding-top: var(--space-xl); }
.about-hero--reversed + .location.section,
.about-hero + .location,
.service-detail + .location { padding-top: var(--space-xl); padding-bottom: var(--space-xl); }

/* ---------- Soft pink page background helper ---------- */
.bg-pink { background: linear-gradient(180deg, #FBEEEA 0%, #F7DFD7 100%); }
.bg-surface { background: var(--color-surface); }
.bg-dark { background: var(--color-espresso); color: rgba(255,255,255,0.85); }
