/* ==========================================================================
   1) ROOT + SITE-WIDE STYLES
   ========================================================================== */

:root{
  --bg: #FBF7F0;
  --surface: rgba(255,255,255,0.82);
  --surface-strong: rgba(255,255,255,0.92);

  --text: #2A2621;
  --muted: #6F665C;

  --champagne: #E7D3B3;
  --champagne-2: #D9C19D;
  --warm-cream: #F6EFE5;

  --sand: #CBB69B;
  --honey: #D8B46A;
  --cocoa: #8B6A4D;
  --rust: #A8622C;
  --chocolate: #4B2E16;
  --olive: #6E6A44;

  --cool-ice: rgba(179,221,245,0.18);
  --cool-peri: rgba(155,160,235,0.10);
  --cool-navy: rgba(33,52,92,0.12);

  --lav: rgba(203,182,155,0.18);
  --sky: rgba(246,239,229,0.40);
  --mint: rgba(110,106,68,0.06);
  --butter: rgba(216,180,106,0.16);
  --pink: rgba(168,98,44,0.07);

  --card: var(--surface);
  --border: rgba(42,38,33,0.10);
  --border-strong: rgba(42,38,33,0.14);
  --shadow: 0 14px 38px rgba(26,20,12,0.08);

  --radius: 22px;
  --radius-sm: 14px;
  --container: 1120px;

  /* New: equal “about split” row height */
  --about-row-min: 380px;

  /* New accent: muted warm amber (fits your palette but reads as “action”) */
    --accent: #B8843A;           /* rich warm amber */
    --accent-2: #D8B46A;         /* your honey */
    --accent-ink: #2A2621;

    --btn-bg: rgba(255,255,255,0.86);
    --btn-border: rgba(42,38,33,0.14);
    --btn-border-hover: rgba(42,38,33,0.26);
    --btn-shadow: 0 10px 26px rgba(26,20,12,0.10);
}

*{ box-sizing: border-box; }
html,body{ height:100%; }

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  background:
    radial-gradient(900px 520px at 20% -10%, rgba(231,211,179,0.24), transparent 58%),
    radial-gradient(900px 520px at 85% 10%, rgba(216,180,106,0.14), transparent 62%),
    radial-gradient(780px 480px at 72% 85%, var(--cool-ice), transparent 62%),
    linear-gradient(180deg, rgba(246,239,229,0.88), rgba(251,247,240,1));
  color: var(--text);
  line-height: 1.55;
}

a{ color: inherit; }
img{ max-width:100%; display:block; }

.container{ width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

.skip-link{
  position:absolute; left:-999px; top: 10px;
  background:#fff; padding:10px 14px; border-radius: 10px;
  border: 1px solid var(--border);
}
.skip-link:focus{ left: 10px; z-index: 1000; }

:focus-visible{
  outline: 3px solid rgba(179,221,245,0.34);
  outline-offset: 2px;
  border-radius: 10px;
}

.h1{ font-size: clamp(34px, 4vw, 54px); line-height: 1.05; margin: 0 0 10px; letter-spacing: -0.02em; }
.h2{ font-size: clamp(24px, 2.4vw, 34px); margin: 0 0 10px; letter-spacing: -0.01em; }
.h3{ font-size: 18px; margin: 0 0 8px; }
.lead{ font-size: 16px; color: var(--muted); margin: 0 0 12px; }
.body{ margin: 0 0 12px; }
.muted{ color: var(--muted); }
.small{ font-size: 12px; }

.section{
  position: relative;
  padding: clamp(56px, 6vw, 88px) 0;
}
.section__head{ margin-bottom: 22px; }

.section-band{ overflow:hidden; }

.band--mint{
  background: linear-gradient(180deg, rgba(110,106,68,0.06), rgba(251,247,240,0));
}
.band--lavender{
  background: linear-gradient(180deg, rgba(203,182,155,0.18), rgba(251,247,240,0));
}
.band--butter{
  background: linear-gradient(180deg, rgba(216,180,106,0.18), rgba(251,247,240,0));
}
.band--sky{
  background: linear-gradient(180deg, rgba(246,239,229,0.78), rgba(251,247,240,0));
}

.band{
  position:absolute; left:0; right:0;
  pointer-events:none;
}

.band--a{ top:0; height:240px; background:
  radial-gradient(820px 240px at 10% 0%, rgba(231,211,179,0.26), transparent 60%),
  radial-gradient(900px 260px at 85% 45%, rgba(246,239,229,0.58), transparent 60%),
  radial-gradient(700px 220px at 70% 95%, rgba(216,180,106,0.16), transparent 64%);
}

.band--b{ top:30px; height:210px; background:
  radial-gradient(760px 200px at 12% 30%, rgba(246,239,229,0.60), transparent 62%),
  radial-gradient(860px 240px at 85% 65%, rgba(231,211,179,0.18), transparent 62%),
  radial-gradient(700px 200px at 58% 12%, var(--cool-peri), transparent 70%);
}

.band--c{ top:30px; height:230px; background:
  radial-gradient(820px 230px at 12% 40%, rgba(203,182,155,0.16), transparent 62%),
  radial-gradient(700px 220px at 85% 70%, rgba(246,239,229,0.58), transparent 62%);
}

.band--d{ top:30px; height:230px; background:
  radial-gradient(900px 260px at 12% 30%, rgba(246,239,229,0.64), transparent 62%),
  radial-gradient(760px 220px at 86% 60%, rgba(168,98,44,0.09), transparent 70%);
}

.card{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  padding: 16px;
}

.actions{ display:flex; gap: 10px; flex-wrap:wrap; margin-top: 10px; }
.stack > *:last-child{ margin-bottom: 0; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--btn-border);
  background: var(--btn-bg);
  box-shadow: 0 1px 0 rgba(255,255,255,0.65), var(--btn-shadow);
  backdrop-filter: blur(6px);
  text-decoration:none;

  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;

  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.btn:hover{
   transform: translateY(-1px);
   border-color: var(--btn-border-hover);
   box-shadow: 0 1px 0 rgba(255,255,255,0.65), 0 14px 32px rgba(26,20,12,0.12);
}
.btn:active{ transform: translateY(0px); }

.btn--sm{ min-height: 34px; padding: 8px 12px; font-size: 12px; }

.btn--primary{
  color: rgba(255,255,255,0.98);
  border-color: rgba(184,132,58,0.55);
  background:
    linear-gradient(180deg,
      rgba(184,132,58,0.86),
      rgba(184,132,58,0.74)
    );
  box-shadow:
    0 1px 0 rgba(255,255,255,0.22) inset,
    0 14px 34px rgba(184,132,58,0.20),
    0 10px 26px rgba(26,20,12,0.12);
}
.btn--primary:hover{
  border-color: rgba(184,132,58,0.70);
  background:
    linear-gradient(180deg,
      rgba(184,132,58,0.92),
      rgba(184,132,58,0.78)
    );
}

.btn--ghost{
  background: rgba(255,255,255,0.78);
  border-color: rgba(42,38,33,0.14);
}
.btn--ghost:hover{
  background: rgba(255,255,255,0.88);
}

/* SOFT: subtle tinted button (weaker gradient, more readable) */
.btn--soft{
  border-color: rgba(184,132,58,0.18);
  background:
    linear-gradient(180deg,
      rgba(216,180,106,0.16),
      rgba(255,255,255,0.82)
    );
}
.btn--soft:hover{
  border-color: rgba(184,132,58,0.28);
  background:
    linear-gradient(180deg,
      rgba(216,180,106,0.22),
      rgba(255,255,255,0.88)
    );
}

.text-link{
  text-decoration:none;
  font-size: 13px;
  border-bottom: 1px solid rgba(168,98,44,0.22);
}
.text-link:hover{ border-bottom-color: rgba(168,98,44,0.40); }

/* ==========================================================================
   2) HEADER
   ========================================================================== */

.site-header{
  position: sticky; top: 0; z-index: 50;
  background: rgba(248,244,238,0.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(42,38,33,0.08);
}

.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 0; gap: 14px;
}

.header__gradient{
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(216,180,106,0.80),
    rgba(231,211,179,0.85),
    rgba(246,239,229,0.85),
    rgba(179,221,245,0.30)
  );
}

.brand{ display:flex; align-items:center; gap: 10px; text-decoration:none; }
.brand__mark{
  width: 38px; height: 38px; border-radius: 14px;
  background:
    radial-gradient(14px 14px at 30% 30%, rgba(216,180,106,0.40), transparent 62%),
    radial-gradient(14px 14px at 70% 40%, rgba(231,211,179,0.40), transparent 62%),
    radial-gradient(18px 18px at 40% 75%, var(--cool-ice), transparent 68%),
    rgba(255,255,255,0.88);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.brand__name{ font-weight: 750; font-size: 14px; display:block; }
.brand__tagline{ font-size: 12px; color: var(--muted); display:block; margin-top: 2px; }
.brand__logo{
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 12px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.site-nav{ display:flex; align-items:center; gap: 14px; }
.nav__group{ display:flex; align-items:center; gap: 10px; flex-wrap: wrap; }
.nav__link{
  text-decoration:none;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
}
.nav__link:hover{ border-color: rgba(42,38,33,0.12); background: rgba(255,255,255,0.56); }
.nav__link.is-active{ border-color: rgba(42,38,33,0.14); background: rgba(255,255,255,0.70); }

.nav__divider{ width:1px; height: 26px; background: rgba(42,38,33,0.12); margin: 0 4px; }
.nav__cta{ display:flex; gap: 10px; align-items:center; }

.nav-dropdown{ position: relative; }
.nav-dd-btn{
  height: 40px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(42,38,33,0.12);
  background: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  white-space: nowrap;
}
.nav-dd-menu{
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 220px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--shadow);
  padding: 6px;
  display:flex;
  flex-direction:column;
  gap: 4px;
  z-index: 80;
}
.nav-dd-item{
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration:none;
  font-size: 13px;
  color: rgba(42,38,33,0.90);
}
.nav-dd-item:hover{ background: rgba(216,180,106,0.14); }
.nav-dd-menu[hidden]{ display:none; }

.lang-switch{ position: relative; }
.lang-btn{
  display:inline-flex; align-items:center; gap: 8px;
  height: 40px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.74);
  box-shadow: var(--shadow);
  cursor: pointer;
}
.lang-icon{ width: 20px; height: 14px; object-fit: contain; border-radius: 4px; display: block; }
.lang-caret{ font-size: 12px; color: rgba(42,38,33,0.55); }

.lang-menu{
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 160px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.94);
  box-shadow: var(--shadow);
  padding: 6px;
  display:flex;
  flex-direction:column;
  gap: 4px;
  z-index: 80;
}
.lang-option{
  display:flex; align-items:center; gap: 10px;
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration:none;
  font-size: 13px;
  color: rgba(42,38,33,0.86);
}
.lang-option:hover{ background: rgba(246,239,229,0.80); }
.lang-option.is-active{
  background: rgba(216,180,106,0.18);
  border: 1px solid rgba(42,38,33,0.08);
}
.lang-menu[hidden] { display: none; }

.burger{
  display:none;
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.78);
  box-shadow: var(--shadow);
}
.burger span{
  display:block; height:2px; margin: 7px 10px; background: rgba(42,38,33,0.62);
  border-radius: 2px;
}

/* ==========================================================================
   3) FOOTER
   ========================================================================== */

.site-footer{
  position: relative;
  padding: 34px 0 18px;
  border-top: 1px solid rgba(42,38,33,0.08);
  background: rgba(248,244,238,0.84);
}

.footer__gradient{
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(246,239,229,0.90),
    rgba(231,211,179,0.85),
    rgba(216,180,106,0.75),
    rgba(179,221,245,0.28)
  );
}

.footer__grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 22px;
  align-items:start;
}

.footer__title{
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
}

.footer__links{ display:flex; flex-direction:column; gap: 8px; margin-top: 10px; }
.footer__links a{ text-decoration:none; font-size: 13px; color: rgba(42,38,33,0.78); }
.footer__links a:hover{ text-decoration: underline; }
.footer__col p{ margin-top: 8px; }

.footer__bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top: 14px;
}

.footer-brand{ display:flex; align-items:center; gap: 12px; margin-bottom: 10px; }
.footer-logo{ width: 56px; height: 56px; object-fit: contain; }
.footer-brand__name{ font-weight: 820; letter-spacing: 0.02em; }
.footer-brand__tagline{ color: var(--muted); font-size: 13px; margin-top: 2px; }

/* ==========================================================================
   FOOTER — PARTNERSHIP STRIP (full width, no background)
   ========================================================================== */

.footer__partner{
  margin-top: 18px;
}

.footer-partnership{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  /* no card background */
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;

  /* give it structure without a “card” */
  padding: 14px 0;
  border-top: 1px solid rgba(42,38,33,0.10);
}

.footer-partnership__copy{
  max-width: none; /* allow it to use the width */
}

.footer-partnership__logos{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 26px;
  flex-wrap: wrap;
}

.footer-partnership__logos .partner-logo img{
  height: 58px; /* slightly larger */
  width: auto;
  object-fit: contain;
  filter: contrast(1.08) saturate(0.98);
}

/* ==========================================================================
   CONTACT FORM (Formspree) — reusable (unified surface + larger typography)
   ========================================================================== */

.section--contact-form{
  padding: clamp(52px, 6vw, 82px) 0;
}

.contact-form-wrap{
  width: 100%;
  max-width: none;
}

/* One surface for heading + form */
.contact-form-surface{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  padding: clamp(18px, 2.2vw, 26px);
}

/* Make the intro text feel like the rest of the site (not tiny helper text) */
.contact-form-title{ margin: 0 0 8px; }
.contact-form-lead{ margin: 0 0 10px; }
.contact-form-intro{ margin: 0 0 10px; }
.contact-form-hint{
  margin: 0 0 16px;
  font-size: 14px;                 /* bigger than .small */
  color: var(--muted);
}

/* Form layout */
.contact-form{
  display: grid;
  gap: 14px;
  margin: 0;
}

.contact-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-field{
  display:grid;
  gap: 8px;
}

.contact-label{
  font-size: 13px;
  font-weight: 650;
  color: rgba(42,38,33,0.78);
}

/* Inputs feel more “premium” and readable */
.contact-input{
  width: 100%;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(42,38,33,0.14);
  background: rgba(255,255,255,0.90);
  padding: 0 16px;

  font-size: 15px;
  color: rgba(42,38,33,0.92);

  outline: none;
  box-shadow: 0 10px 22px rgba(26,20,12,0.06);
  transition: box-shadow .12s ease, border-color .12s ease;
}

.contact-input::placeholder{
  color: rgba(42,38,33,0.45);
}

.contact-input:focus{
  border-color: rgba(184,132,58,0.40);
  box-shadow:
    0 0 0 3px rgba(184,132,58,0.14),
    0 14px 26px rgba(26,20,12,0.08);
}

/* Message box is bigger and reads like a “main field” */
.contact-textarea{
  height: auto;
  min-height: 220px;
  padding: 14px 16px;
  border-radius: 18px;
  resize: vertical;
  line-height: 1.55;
}

/* Footer note sits inside the surface and matches body sizing */
.contact-form-footnote{
  margin: 0;
  font-size: 14px;
}

/* Actions align like your other sections */
.contact-actions{
  margin-top: 6px;
  display:flex;
  flex-wrap: wrap;
  align-items:center;
  gap: 12px;
}

/* Error message stays close to the button */
.contact-error{
  width: 100%;
  margin-top: 2px;
  color: rgba(140,40,40,0.86);
}

/* Honeypot */
.contact-hp{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* ==========================================================================
   Generic dropdown (reusable) — for brochure button, etc.
   ========================================================================== */

.dd{ position: relative; display:inline-block; }
.dd__btn{ cursor:pointer; }

.dd__menu{
  position:absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 220px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.96);
  box-shadow: var(--shadow);
  padding: 6px;
  display:flex;
  flex-direction:column;
  gap: 4px;
  z-index: 90;
}

.dd__item{
  padding: 10px 10px;
  border-radius: 12px;
  text-decoration:none;
  font-size: 13px;
  color: rgba(42,38,33,0.90);
}
.dd__item:hover{ background: rgba(216,180,106,0.14); }

.dd__menu[hidden]{ display:none; }

/* ==========================================================================
   4) PAGES
   ========================================================================== */

/* --------------------------------------------------------------------------
   4.1 HOME PAGE — HERO
   -------------------------------------------------------------------------- */

.page--home .hero{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items:center;
}

/* HERO background image lives on the section */
.section--hero{
  position: relative;
  overflow: hidden;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Fade + soft tint ABOVE image, BELOW content (LESS washed out) */
.section--hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  /* Reduced white opacity so image shows more */
  background:
    linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0.66)),
    radial-gradient(900px 520px at 15% 10%, rgba(255,255,255,0.22), transparent 62%),
    radial-gradient(900px 520px at 85% 80%, rgba(255,255,255,0.14), transparent 65%),
    /* subtle dark lift for text contrast */
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.05));

  z-index: 0;
}

/* Mild image correction (still only affects the BACKGROUND behind content) */
.section--hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  /* Slightly stronger than before to regain clarity */
  backdrop-filter: saturate(1.12) contrast(1.08);
  z-index: 0;
}

/* Content must be above overlay */
.section--hero > .container,
.section--hero .hero{
  position: relative;
  z-index: 1;
}

/* Optional: tighten readability without fading text */
.section--hero .hero__copy{
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}

.chips{ display:flex; flex-wrap:wrap; gap: 8px; margin-top: 14px; }
.chip{
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.80);
  backdrop-filter: blur(5px);
}

/* HERO MEDIA (logo card) */
.hero-media{
  position: relative;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.62);
  box-shadow: var(--shadow);
  overflow:hidden;
  padding: 16px;
}

/* IMPORTANT: you were missing the background-image here */
.hero-media::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.08) contrast(1.06);
  opacity: 0.18;  /* lighter so it doesn’t compete */
  z-index: 0;
}

.hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(420px 280px at 25% 20%, rgba(231,211,179,0.20), transparent 62%),
    radial-gradient(520px 320px at 75% 70%, rgba(216,180,106,0.10), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0.10));
  z-index: 0;
}

/* Remove the "white panel" behind the logo */
.hero-media__inner{
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 292px;
  border-radius: calc(var(--radius) - 10px);

  /* changed */
  border: 0;
  background: transparent;

  display:flex;
  align-items:center;
  justify-content:center;
  padding: 22px;
}

/* Make the logo feel cleaner even if PNG has transparency */
.hero-media__logo{
  width: min(280px, 70%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(26,20,12,0.14));
}


/* --------------------------------------------------------------------------
   4.2 HOME PAGE — LAYOUT UTILITIES
   -------------------------------------------------------------------------- */

.two-col{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* Media-left utility (keeps symmetry; mainly semantic) */
.two-col--media-left{ align-items: stretch; }

.card-grid{ display:grid; grid-template-columns: 1fr; gap: 12px; }

/* --------------------------------------------------------------------------
   4.3 HOME PAGE — TREATMENTS
   -------------------------------------------------------------------------- */

.pill-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.pill{
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.72);
  padding: 12px 12px;
  text-align:center;
  font-size: 13px;
}

.note-card{
  margin-top: 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background:
    radial-gradient(340px 140px at 20% 20%, rgba(231,211,179,0.26), transparent 66%),
    radial-gradient(340px 140px at 80% 70%, rgba(216,180,106,0.14), transparent 66%),
    rgba(255,255,255,0.74);
  box-shadow: var(--shadow);
  padding: 16px;
}

/* --------------------------------------------------------------------------
   4.4 HOME PAGE — ABOUT (split rows; equal sizes; vertical centering)
   Fix: prevent content overflow that makes .actions look like it sits in row 2
   -------------------------------------------------------------------------- */

/* Give the rows enough height to actually contain row-1 content (incl. callout + actions) */
:root{
  --about-row-min: 520px; /* was 380px; increase so row 1 doesn't overflow into row 2 */
}

.about-split{
  display:grid;
  gap: 18px;
}

/* Each row is its own 2-col grid and has ONE shared min height */
.about-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
  min-height: var(--about-row-min);
}

/* Cells fill the row height; content inside is vertically centered */
.about-cell{
  display:flex;
  align-items:center;          /* vertical centering */
  min-height: 0;               /* important: prevents weird overflow behavior in grid/flex combos */
}

/* Content cell: left aligned, full width */
.about-content{
  justify-content:flex-start;  /* horizontal alignment */
  padding: 6px 0;
}
.about-content > .stack{
  width: 100%;
}

/* Media cell: fill available height */
.about-media{
  justify-content:center;
}

/* Row 2 already has content then media in HTML, so DON'T reorder with CSS */
.about-row--reverse{}

/* Media card fills the row height so both cells stay equal */
.media-card{
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid rgba(42,38,33,0.10);
  background: rgba(255,255,255,0.64);
  box-shadow: 0 14px 34px rgba(18,14,10,0.08);
}
.media-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

/* Tablet: stack rows to 1 column */
@media (max-width: 980px){
  .about-row{
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .media-card{
    min-height: 240px;
  }
}

/* --------------------------------------------------------------------------
   4.5 HOME PAGE — BALANCE METHOD (image card)
   -------------------------------------------------------------------------- */

.callout{
  margin-top: 14px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.72);
  box-shadow: var(--shadow);
}
.callout--wide{ margin-top: 18px; }
.callout__inner{
  display:flex; align-items:center; justify-content:space-between;
  gap: 14px;
  padding: 14px 16px;
}

.bm-media{
  padding: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.bm-media img{
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: calc(var(--radius) - 10px);
  object-fit: cover;
  display:block;
}

/* --------------------------------------------------------------------------
   4.6 HOME PAGE — TEAM
   -------------------------------------------------------------------------- */

.team-grid{ display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.badges{ display:flex; gap: 8px; flex-wrap:wrap; margin-top: 8px; }
.badge{
  font-size: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.72);
}

.schedule{ margin-top: 12px; display:grid; gap: 8px; }
.row{ display:flex; justify-content:space-between; gap: 10px; font-size: 13px; }

.section-head--split{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 14px;
}
.section-head__copy{ min-width: 0; }
.section-head__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:flex-end;
  align-items:center;
  margin-top: 6px;
}

.team-card__head{
  display:flex;
  align-items:center;
  gap: 12px;
}
.team-card__meta{ min-width: 0; }
.team-card__name{ margin: 0; }

.team-card__avatar{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow:hidden;
  flex: 0 0 auto;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(42,38,33,0.10);
}
.team-card__avatar img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

/* --------------------------------------------------------------------------
   4.7 HOME PAGE — FEES & INSURANCE
   -------------------------------------------------------------------------- */

.list{ list-style:none; padding:0; margin: 10px 0 0; display:grid; gap: 10px; }
.list li{ display:flex; justify-content:space-between; gap: 12px; }
.value{ font-weight: 760; }

.partner-strip{
  display:flex;
  gap: 16px;
  align-items:center;
  justify-content:flex-start;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(42,38,33,0.10);
}
.partner-logo{ height: 36px; display:flex; align-items:center; }
.partner-logo img{ height: 36px; width:auto; display:block; object-fit: contain; }

.section--fees .partner-strip{
  justify-content: center;
  gap: 30px;
  padding: 22px 26px;
  background:
    radial-gradient(520px 170px at 18% 40%, rgba(231,211,179,0.30), transparent 66%),
    radial-gradient(520px 170px at 84% 70%, rgba(216,180,106,0.18), transparent 66%),
    radial-gradient(760px 230px at 70% 12%, var(--cool-ice), transparent 74%),
    rgba(255,255,255,0.74);
  border: 1px solid rgba(42,38,33,0.12);
}
.section--fees .partner-logo{ height: 96px; }
.section--fees .partner-logo img{
  height: 96px;
  width: auto;
  object-fit: contain;
  filter: contrast(1.10) saturate(0.95);
}

/* --------------------------------------------------------------------------
   4.8 HOME PAGE — LOCATION
   -------------------------------------------------------------------------- */

.map-embed{
  margin-top: 10px;
  height: 240px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(42,38,33,0.12);
  background:
    radial-gradient(420px 220px at 20% 20%, rgba(231,211,179,0.18), transparent 68%),
    var(--cool-ice);
}
.map-embed iframe{ width: 100%; height: 100%; border: 0; display:block; }

.policy{ margin-top: 18px; }

/* --------------------------------------------------------------------------
   4.9 HOME PAGE — FAQ
   -------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   HOME PAGE — FAQ (typography aligned to site)
   -------------------------------------------------------------------------- */

.section--faq .faq{ display:grid; gap: 10px; }

.section--faq .faq-cat{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.74);
  box-shadow: var(--shadow);
  overflow:hidden;
}

/* Make buttons inherit the site's font + line-height */
.section--faq .faq-cat__header,
.section--faq .faq-q{
  font: inherit;
  color: inherit;
  line-height: inherit;
  -webkit-font-smoothing: inherit;
  text-rendering: inherit;
}

/* Category header = same feel as your h3-ish text */
.section--faq .faq-cat__header{
  width:100%;
  background: transparent;
  border: 0;
  padding: 14px 16px;

  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;

  /* match site rhythm */
  font-size: 15px;           /* closer to .body than 14px */
  font-weight: 750;          /* like your headings */
  letter-spacing: -0.01em;
}

/* Ensure title span doesn’t shrink weirdly */
.section--faq .faq-cat__title{
  display:block;
  text-align:left;
}

/* Icons consistent with your muted tone */
.section--faq .faq-cat__icon{
  font-size: 18px;
  color: rgba(42,38,33,0.55);
}

.section--faq .faq-cat__body{ padding: 0 16px 14px; }

/* Q rows */
.section--faq .faq-item{ border-top: 1px solid rgba(42,38,33,0.08); }

.section--faq .faq-q{
  width:100%;
  background: transparent;
  border: 0;
  padding: 12px 0;

  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 12px;

  cursor:pointer;
  text-align:left;

  /* match body text */
  font-size: 14px;
  font-weight: 650;
}

/* Keep the icon aligned with multi-line questions */
.section--faq .faq-icon{
  margin-top: 1px;
  font-size: 16px;
  color: rgba(42,38,33,0.48);
}

/* Answer spacing + use your normal body rhythm */
.section--faq .faq-a{
  padding: 0 0 12px;
}

/* Optional: make answer look exactly like other muted paragraphs */
.section--faq .faq-a p{
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

/* ==========================================================================
   HOME — MEDIA CLEANUP (consistent image framing)
   ========================================================================== */

/* Make all “media cards” feel consistent */
.media-card{
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(42,38,33,0.10);
  background: rgba(255,255,255,0.55);
  box-shadow: 0 14px 34px rgba(18,14,10,0.08);

  /* Key: stable size so images don’t look random */
  height: clamp(260px, 34vw, 420px);
}

.media-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;       /* predictable crop */
  object-position: center; /* keep faces/centered content */
  display: block;
}

/* About rows shouldn’t force equal heights; let content drive layout */
.about-row{
  align-items: center;
  min-height: unset; /* override the previous --about-row-min behavior */
}

/* Balance Method: square-ish hero image looks best, avoid huge tall crop */
.bm-media{
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bm-media img{
  width: 100%;
  height: auto;              /* don’t stretch */
  max-height: 420px;
  aspect-ratio: 1 / 1;       /* makes the stylized image look intentional */
  object-fit: cover;
  border-radius: calc(var(--radius) - 10px);
  display: block;
}

/* Hero logo card: reduce “giant empty panel” feeling */
.hero-media{
  padding: 14px;
}

.hero-media__inner{
  min-height: 260px; /* was 292 */
  padding: 18px;
}

/* Helps logo feel cleaner even if PNG has transparency */
.hero-media__logo{
  width: min(240px, 66%);
  height: auto;
}

/* ==========================================================================
   SERVICES PAGE
   ========================================================================== */

.page--services .section{ padding: clamp(52px, 6vw, 84px) 0; }

/* SERVICES HERO */
.section--services-hero{
  position: relative;
  overflow: hidden;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section--services-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.50), rgba(255,255,255,0.72)),
    radial-gradient(900px 520px at 18% 15%, rgba(255,255,255,0.22), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.05));
  z-index: 0;
}

.section--services-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  backdrop-filter: saturate(1.10) contrast(1.08);
  z-index: 0;
}

.section--services-hero > .container{ position: relative; z-index: 1; }

.services-hero{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.services-hero__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height: 280px;
}

.services-hero__card{
  display:flex;
  align-items:center;
}

.services-hero__inner{
  width:100%;
  padding: 18px;
}

.services-hero__title{
  margin-bottom: 10px;
}

.services-hero__disclaimer{
  margin-top: 10px;
}

/* Simple tick list */
.ticklist{
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display:grid;
  gap: 8px;
}
.ticklist li{
  position: relative;
  padding-left: 22px;
  color: rgba(42,38,33,0.86);
}
.ticklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color: rgba(184,132,58,0.85);
  font-weight: 800;
}

/* WOMENS SECTION */
.section--womens .womens-grid{
  align-items: stretch;
}
.womens-media{
  height: clamp(260px, 34vw, 420px);
}
.soft-card{
  background: rgba(255,255,255,0.78);
}

/* SERVICES LIST */
.services-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 14px;
}

.services-tools{
  display:flex;
  justify-content:flex-end;
  min-width: 260px;
}

.search{
  display:flex;
  flex-direction:column;
  gap: 6px;
  width: min(340px, 100%);
}
.search__label{
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .02em;
}
.search__input{
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(42,38,33,0.14);
  background: rgba(255,255,255,0.78);
  padding: 0 14px;
  outline: none;
  box-shadow: 0 10px 22px rgba(26,20,12,0.06);
}
.search__input:focus{
  border-color: rgba(184,132,58,0.38);
  box-shadow: 0 0 0 3px rgba(184,132,58,0.18), 0 14px 26px rgba(26,20,12,0.08);
}

.service-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;

  /* KEY: prevent row-stretch that creates the empty space */
  align-items: start;
}

/* Service summary layout now includes an icon */
.service-summary{
  display:flex;
  align-items:center;   /* was flex-start */
  gap: 12px;
}

/* The PNG itself */
.service-icon{
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  object-fit: contain;
  display:block;
  opacity: 0.95;

  /* optional: keep if you like the subtle lift */
  filter: drop-shadow(0 6px 14px rgba(26,20,12,0.10));
}

/* Let the copy take the remaining space */
.service-summary__copy{
  flex: 1 1 auto;
  min-width: 0;
}


/* Service card uses <details> for accessible accordion */
.service-card{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.78);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.service-details{ padding: 0; }
.service-details[open] .service-summary__icon{ transform: rotate(45deg); }

.service-summary{
  list-style:none;
  cursor:pointer;
  padding: 16px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
  justify-content:space-between;
  user-select:none;
}
.service-summary::-webkit-details-marker{ display:none; }

.service-summary__copy p{ margin: 6px 0 0; }
.service-summary__icon{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(42,38,33,0.12);
  background: rgba(255,255,255,0.72);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: rgba(42,38,33,0.72);
  flex: 0 0 auto;
  transition: transform .14s ease;
}

.service-body{
  padding: 0 16px 16px;
  border-top: 1px solid rgba(42,38,33,0.08);
}

.service-subtitle{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(42,38,33,0.60);
  margin: 14px 0 10px;
}

.bullets{
  margin: 0;
  padding-left: 18px;
  display:grid;
  gap: 8px;
}
.service-notes{ margin-top: 12px; }

/* Empty search result state (JS toggles .is-hidden) */
.service-card.is-hidden{ display:none; }

/* ==========================================================================
   WOMEN’S HEALTH PAGE (page--womens-health)
   Uses your premium warm palette; only faint cool accents remain.
   ========================================================================== */

.page--womens-health .wh-hero{
  display:grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 22px;
  align-items:start;
}

.page--womens-health .wh-hero__media{
  display:grid;
  gap: 14px;
  align-content:start;
}

.page--womens-health .wh-media-card{
  padding: 10px;
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--border);
}

.page--womens-health .wh-hero__img{
  width:100%;
  height: 360px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 10px);
  filter: saturate(0.96) contrast(1.02);
}

.page--womens-health .wh-media-card__overlay{
  position:absolute;
  inset: 10px;
  border-radius: calc(var(--radius) - 10px);
  border: 1px solid rgba(42,38,33,0.08);
  background:
    radial-gradient(360px 220px at 18% 20%, rgba(231,211,179,0.28), transparent 62%),
    radial-gradient(360px 220px at 82% 78%, rgba(217,193,157,0.18), transparent 62%),
    rgba(246,239,229,0.10);
  pointer-events:none;
}

.page--womens-health .wh-onpage .wh-onpage__links{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-top: 10px;
}

.page--womens-health .wh-disclaimer{
  margin-top: 14px;
  max-width: 64ch;
}

/* Pillars */
.page--womens-health .wh-pillars{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.page--womens-health .wh-pillar{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  text-decoration:none;
  padding: 14px;
  background: rgba(255,255,255,0.76);
}

.page--womens-health .wh-pillar:hover{
  transform: translateY(-1px);
  border-color: rgba(42,38,33,0.18);
}

.page--womens-health .wh-pillar{
  align-items: center;           /* centers icon with text block */
}

.page--womens-health .wh-pillar__icon{
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(42,38,33,0.10);

  /* calmer background so the icon reads */
  background:
    radial-gradient(22px 22px at 30% 30%, rgba(231,211,179,0.18), transparent 65%),
    radial-gradient(22px 22px at 70% 70%, rgba(217,193,157,0.14), transparent 65%),
    rgba(255,255,255,0.88);

  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.65) inset,
    0 8px 18px rgba(24,18,10,0.06);
}

.page--womens-health .wh-pillar__icon img{
  width: 140px;
  height: 140px;
  object-fit: contain;
  opacity: 1;

  /* makes gold PNGs pop without looking “glowy” */
  filter: drop-shadow(0 1px 0 rgba(255,255,255,0.55));
}


.page--womens-health .wh-pillar__dot{
  width: 10px; height:10px; border-radius: 999px;
  background: rgba(217,193,157,0.70);
  border: 1px solid rgba(42,38,33,0.14);
}

/* Spotlight */
.page--womens-health .wh-spotlight .wh-bullets{
  margin: 10px 0 0;
  padding-left: 18px;
  display:grid;
  gap: 8px;
}

.page--womens-health .wh-list-title{
  font-weight: 750;
  font-size: 13px;
  margin-top: 14px;
  color: rgba(42,38,33,0.88);
}

.page--womens-health .wh-spotlight__aside{
  background:
    radial-gradient(420px 160px at 20% 20%, rgba(231,211,179,0.22), transparent 62%),
    radial-gradient(420px 160px at 82% 78%, rgba(217,193,157,0.14), transparent 62%),
    rgba(255,255,255,0.74);
}

.page--womens-health .wh-aside__img{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42,38,33,0.10);
  background: rgba(255,255,255,0.7);

  /* ensures consistent shape regardless of source */
  aspect-ratio: 16 / 9;
}

.page--womens-health .wh-aside__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* tweak focus point so faces don’t get clipped */
  object-position: center 35%;

  display:block;
  transform: translateZ(0); /* helps reduce subpixel blur in some browsers */
}

.page--womens-health .wh-safety{
  margin-top: 12px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(42,38,33,0.10);
  background: rgba(255,255,255,0.78);
}

.page--womens-health .wh-safety__title{
  font-weight: 780;
  font-size: 13px;
  margin-bottom: 6px;
}

/* --------------------------------------------------------------------------
   SERVICES — Feature split blocks (no overlay, clean separation)
   -------------------------------------------------------------------------- */

.section--feature .feature-split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.section--feature .feature-media{
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.62);
  box-shadow: var(--shadow);
  overflow: hidden;

  /* keep image block tall enough and consistent */
  min-height: clamp(260px, 32vw, 420px);
}

.section--feature .feature-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--feature .feature-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width: 0;
}

.section--feature .feature-panel{
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.78);
  box-shadow: var(--shadow);
  padding: 16px;
  margin-top: 10px;
}

.section--feature .feature-panel .h3{ margin-bottom: 10px; }

.section--feature .actions{
  margin-top: 14px;
}

/* Order variants */
.feature-split--media-left{ }
.feature-split--media-right .feature-content{ order: 1; }
.feature-split--media-right .feature-media{ order: 2; }

/* Responsive */
@media (max-width: 980px){
  .section--feature .feature-split{
    grid-template-columns: 1fr;
  }
  .feature-split--media-right .feature-content,
  .feature-split--media-right .feature-media{
    order: initial;
  }
}

/* Life stages grid */
.page--womens-health .wh-stage-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page--womens-health .wh-stage .wh-bullets{
  margin: 10px 0 0;
  padding-left: 18px;
  display:grid;
  gap: 8px;
}

.page--womens-health .wh-steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page--womens-health .wh-checklist{
  list-style: none;
  margin: 0;
  padding: 0;
  display:grid;
  gap: 10px;
}

.page--womens-health .wh-checklist li{
  position: relative;
  padding-left: 22px;
}

.page--womens-health .wh-checklist li::before{
  content: "•";
  position:absolute;
  left: 0;
  top: 0;
  color: rgba(217,193,157,0.95);
  font-weight: 900;
}

/* ==========================================================================
   STAFF PAGE (page--staff)
   ========================================================================== */

.page--staff .section{ padding: clamp(52px, 6vw, 86px) 0; }

/* HERO */
.section--staff-hero{
  position: relative;
  overflow: hidden;
}

.staff-hero{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items:start;
}

.staff-hero__aside{ align-content: start; }

.staff-onpage{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.staff-tools{
  padding: 16px;
}

.staff-tools__row{ margin-top: 10px; }

.staff-search{
  display:flex;
  flex-direction:column;
  gap: 6px;
}

.staff-search__label{
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .02em;
}

.staff-search__input{
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(42,38,33,0.14);
  background: rgba(255,255,255,0.78);
  padding: 0 14px;
  outline: none;
  box-shadow: 0 10px 22px rgba(26,20,12,0.06);
}
.staff-search__input:focus{
  border-color: rgba(184,132,58,0.38);
  box-shadow: 0 0 0 3px rgba(184,132,58,0.18), 0 14px 26px rgba(26,20,12,0.08);
}

/* PRACTITIONERS GRID */
.staff-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items:start;
}

.staff-card{
  padding: 16px;
  background: rgba(255,255,255,0.78);
}

.staff-card__top{
  display:grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items:center;
}

.staff-card__avatar{
  width: 64px;
  height: 64px;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(42,38,33,0.10);
  background: rgba(255,255,255,0.72);
}
.staff-card__avatar img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.staff-card__name{
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.staff-card__summary{
  margin-top: 12px;
}

/* Make your bullet-points lists look nice inside cards */
.staff-card .bullet-points{
  margin: 10px 0 0;
  padding-left: 18px;
  display:grid;
  gap: 8px;
}
.staff-card .bullet-points li{
  color: rgba(42,38,33,0.86);
}

/* Expandable sections */
.staff-card__details{
  margin-top: 12px;
  display:grid;
  gap: 10px;
}

.staff-acc{
  border-radius: 18px;
  border: 1px solid rgba(42,38,33,0.10);
  background: rgba(255,255,255,0.70);
  overflow:hidden;
}

.staff-acc__sum{
  list-style:none;
  cursor:pointer;
  user-select:none;
  padding: 12px 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-weight: 780;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(42,38,33,0.78);
}
.staff-acc__sum::-webkit-details-marker{ display:none; }

.staff-acc__icon{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(42,38,33,0.12);
  background: rgba(255,255,255,0.72);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  color: rgba(42,38,33,0.62);
  transition: transform .14s ease;
}

.staff-acc[open] .staff-acc__icon{ transform: rotate(45deg); }

.staff-acc__body{
  padding: 0 14px 14px;
  border-top: 1px solid rgba(42,38,33,0.08);
}

.staff-rich{
  padding-top: 12px;
}
.staff-rich p{ margin: 0 0 12px; }

/* Availability block */
.staff-card__hours{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(42,38,33,0.08);
}

/* INFO GRID (How to choose cards) */
.staff-info-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

/* Standards tweaks */
.staff-standards .card{ background: rgba(255,255,255,0.78); }

/* Search empty state (JS toggles hidden cards) */
.staff-card.is-hidden{ display:none; }


/* ==========================================================================
   PRIVACY PAGE — COMPACT / NO-CARD / NO-NAV
   ========================================================================== */

.page--privacy{
  color: rgba(42,38,33,0.88);
}

/* Plain header */
.page--privacy .privacy-head{
  padding: 18px 0 10px;
  border-bottom: 1px solid rgba(42,38,33,0.10);
  background: transparent;
}

.page--privacy .privacy-title{
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
}

.page--privacy .privacy-lead{
  margin: 0;
  font-size: 13px;
  color: rgba(42,38,33,0.68);
  line-height: 1.55;
  max-width: 980px;
}

/* Sections: compact */
.page--privacy .privacy-section{
  padding: 14px 0;
}

/* Headings like a document */
.page--privacy .privacy-h2{
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}

.page--privacy .privacy-h3{
  margin: 10px 0 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

/* Paragraphs: compact, plain */
.page--privacy .privacy-p{
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(42,38,33,0.82);
}

/* Rich HTML block (keeps your <br> layout) */
.page--privacy .privacy-rich{
  font-size: 13px;
  line-height: 1.65;
  color: rgba(42,38,33,0.82);
}
.page--privacy .privacy-rich br{
  content:"";
  display:block;
  margin: 8px 0;
}

/* Columns have no border/background */
.page--privacy .privacy-col{
  padding: 0;
  margin: 0;
}

/* Lists: legal style */
.page--privacy .privacy-list{
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: 13px;
  color: rgba(42,38,33,0.82);
}
.page--privacy .privacy-list li{
  margin: 4px 0;
}

/* Note line (plain) */
.page--privacy .privacy-note{
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px solid rgba(42,38,33,0.10);
  font-size: 12px;
  color: rgba(42,38,33,0.66);
}



/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

/* CONTACT — hero uses SAME system as .section--hero (Home) */
.page--contact .section--contact-hero{
  /* We still keep band background if you want it, but the image is handled by --hero-bg */
  position: relative;
  overflow: hidden;

  /* identical approach to Home hero */
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: right center; /* right-weighted for contact */
  background-repeat: no-repeat;
}

/* Same overlay stack as Home hero */
.page--contact .section--contact-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0.66)),
    radial-gradient(900px 520px at 15% 10%, rgba(255,255,255,0.22), transparent 62%),
    radial-gradient(900px 520px at 85% 80%, rgba(255,255,255,0.14), transparent 65%),
    linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.05));

  z-index: 0;
}

/* Same mild correction layer as Home hero */
.page--contact .section--contact-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  backdrop-filter: saturate(1.12) contrast(1.08);
  z-index: 0;
}

/* Keep hero content above overlays */
.page--contact .section--contact-hero > .container,
.page--contact .section--contact-hero .contact-hero{
  position: relative;
  z-index: 1;
}

/* Optional: same readability touch */
.page--contact .section--contact-hero .contact-hero__copy{
  text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}

.page--contact .contact-hero{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items:start;
}

.page--contact .contact-onpage{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

/* --- “Before you send” info card content --- */
.page--contact .contact-info__grid{
  display:grid;
  gap: 10px;
  margin-top: 10px;
}
.page--contact .contact-info__item{
  border: 1px solid rgba(42,38,33,0.08);
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.72);
}
.page--contact .contact-info__title{
  font-size: 13px;
  font-weight: 750;
  margin: 0 0 4px;
}

/* --- Embed area (no extra “boxed card” around iframe) --- */
.page--contact .contact_section{
  display:flex;
  justify-content:center;
}

.page--contact .contact_content{
  width: min(980px, 100%);
  border: 0;
}

/* If your markup still includes a .card wrapper, neutralize it */
.page--contact .contact-form-card{
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

/* iframe */
.page--contact .contact_form{
  width: 100%;
  border: 0;
  display:block;

  /* generous base height to avoid internal scrollbars */
  min-height: 1200px;
  height: 1200px;

  /* match your current look */
  border-radius: 50px;
  overflow: hidden;
}

/* --- Steps section --- */
.page--contact .contact-steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.page--contact .contact-step{
  display:grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items:start;
}
.page--contact .contact-step__num{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 850;
  border: 1px solid rgba(184,132,58,0.28);
  background: linear-gradient(180deg, rgba(216,180,106,0.18), rgba(255,255,255,0.86));
}

.page--contact .contact-note{
  margin-top: 14px;
  border-radius: 18px;
  border: 1px solid rgba(42,38,33,0.10);
  background: rgba(255,255,255,0.78);
  padding: 12px 14px;
}

/* --- Responsive --- */
@media (max-width: 980px){
  .page--contact .contact-hero{
    grid-template-columns: 1fr;
  }

  .page--contact .contact_content{
    width: 100%;
  }

  .page--contact .contact_form{
    min-height: 1350px;
    height: 1350px;
    border-radius: 24px;
  }

  .page--contact .contact-steps{
    grid-template-columns: 1fr;
  }
}


/* ==========================================================================
   5) MEDIA RESPONSIVE — TABLET
   ========================================================================== */

@media (max-width: 980px){
  .container{ width: min(var(--container), calc(100% - 32px)); }

  .burger{ display:inline-flex; flex-direction:column; justify-content:center; }
  .site-nav{
    position:absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(248,244,238,0.96);
    border-bottom: 1px solid rgba(42,38,33,0.08);
    display:none;
    padding: 14px 20px 18px;
    flex-direction:column;
    align-items:flex-start;
    gap: 12px;
  }
  .site-nav.is-open{ display:flex; }
  .nav__divider{ display:none; }
  .nav__cta{ display:flex; gap: 10px; align-items:center; }
  .nav__cta .btn{ min-width: 140px; }

  .footer__grid{ grid-template-columns: 1fr; }

  .contact-row{ grid-template-columns: 1fr; }
  .contact-form-surface{ padding: 16px; border-radius: 18px; }
  .contact-input{ height: 50px; font-size: 15px; }
  .contact-textarea{ min-height: 210px; }
  .page--home .hero{ grid-template-columns: 1fr; }
  .two-col{ grid-template-columns: 1fr; }
  .pill-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid{ grid-template-columns: 1fr; }

  /* About split becomes stacked, keeps equal cell heights */
  .about-row{ grid-template-columns: 1fr; min-height: unset; }
  .about-cell{ min-height: unset; }
  .media-card{ min-height: 240px; }

  .services-hero{ grid-template-columns: 1fr; }
  .services-tools{ justify-content:flex-start; min-width: 0; }
  .service-grid{ grid-template-columns: 1fr; }

  /* Responsive */
  .page--womens-health .wh-hero{ grid-template-columns: 1fr; }
  .page--womens-health .wh-pillars{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page--womens-health .wh-stage-grid{ grid-template-columns: 1fr; }
  .page--womens-health .wh-steps{ grid-template-columns: 1fr; }
  .page--womens-health .wh-hero__img{ height: 280px; }

  .staff-hero{ grid-template-columns: 1fr; }
  .staff-grid{ grid-template-columns: 1fr; }
  .staff-info-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .staff-card__top{ grid-template-columns: 64px 1fr; }
  .staff-card__cta{ grid-column: 1 / -1; }

  .page--privacy .privacy-hero{ grid-template-columns: 1fr; }
  .page--privacy .privacy-two{ grid-template-columns: 1fr; }

  .page--contact .contact-hero{ grid-template-columns: 1fr; }
  .page--contact .contact-steps{ grid-template-columns: 1fr; }
}

/* ==========================================================================
   6) MEDIA RESPONSIVE — MOBILE
   ========================================================================== */

@media (max-width: 640px){
  .actions{ gap: 8px; }
  .btn{ width: auto; }

  .brand__tagline{ display:none; }

  .footer__bottom{ flex-direction:column; gap: 10px; align-items:flex-start; }
  .footer-partnership{ flex-direction: column; align-items:flex-start; }
  .footer-partnership__logos{ justify-content:flex-start; }

  .contact-actions{ align-items:flex-start; }

  .pill{ padding: 11px 10px; font-size: 12px; }
  .partner-strip{ flex-wrap: wrap; }

  .section-head--split{
    flex-direction:column;
    align-items:flex-start;
  }
  .section-head__actions{
    justify-content:flex-start;
    margin-top: 10px;
  }

  .section--fees .partner-logo{ height: 74px; }
  .section--fees .partner-logo img{ height: 74px; }

  .hero-media{ min-height: 260px; }
  .hero-media__inner{ min-height: 232px; }

  .staff-info-grid{ grid-template-columns: 1fr; }
}

/* ==========================================================================
   7) ACCESSIBILITY
   ========================================================================== */

@media (prefers-reduced-motion: reduce){
  .btn{ transition:none; }
  .btn:hover{ transform:none; }
}
