/* Women's Health — uses .hair, .label, .split, .close-cta from styles.css */

.wh-hero { background: var(--paper); padding: 48px 36px 56px; border-bottom: 1px solid var(--rule); }
.wh-hero h1 { margin-bottom: 20px; }
.wh-hero .inner { max-width: 1200px; margin: 0 auto; }
.wh-hero .crumbs { margin-bottom: 24px; }
.wh-hero h1 { font-size: clamp(46px, 6vw, 76px); line-height: 1.04; }
.wh-hero .sub {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.2;
  color: var(--accent-deep);
  max-width: 16ch;
  margin: 6px 0 30px;
}
.wh-hero p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.8; max-width: 58ch; }
.wh-hero .btn { margin-top: 30px; }

/* With a hero illustration the header splits: copy left, artwork right
   (same pattern as .svc-hero in services.css). */
.wh-hero:has(.hero-figure) {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.wh-hero:has(.hero-figure) .inner {
  max-width: none;
  margin: 0;
  padding-top: clamp(36px, 4vw, 56px);
  padding-bottom: clamp(40px, 5vw, 64px);
}
.wh-hero:has(.hero-figure) p { max-width: 46ch; }
/* Portrait artwork: keep the face in frame when the crop tightens. */
.wh-hero .hero-figure img { object-position: 50% 30%; }

.wh-explore { background: var(--bg-soft); }
.wh-explore .split { grid-template-columns: 0.72fr 1.28fr; }
.wh-explore h2 { margin-top: 0; }
.wh-tagline {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(21px, 2.4vw, 27px);
  color: var(--accent-deep);
  text-align: center;
  margin: 46px 0 0;
}

.wh-approach { background: var(--paper); }
.wh-approach .closing-line {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.5;
  color: var(--accent-deep);
  margin-top: 26px;
}

.wh-close { background: var(--bg-soft); }
.wh-close-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; align-items: start; }
.wh-close h2 { font-size: clamp(28px, 3.2vw, 38px); line-height: 1.2; margin-bottom: 18px; }
.wh-close p { color: var(--ink-soft); line-height: 1.8; }
.wh-close-grid > div + div { border-left: 1px solid var(--rule); padding-left: 48px; }
.wh-close .btn { margin-top: 22px; }
.wh-mantra {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.55;
  color: var(--accent-deep);
  margin: 0;
}
.wh-mantra + svg { width: 30px; height: 30px; margin-top: 22px; fill: none; stroke: var(--accent); stroke-width: 1.2; }

@media (max-width: 960px) {
  .wh-hero { padding: 40px 24px 44px; }
  /* stack: copy first, artwork below it */
  .wh-hero:has(.hero-figure) { display: block; padding: 0; }
  .wh-hero:has(.hero-figure) .inner { padding: 40px 24px 36px; }
  .wh-explore .split { grid-template-columns: 1fr; }
  .wh-close-grid { grid-template-columns: 1fr; gap: 32px; }
  .wh-close-grid > div + div { border-left: none; padding-left: 0; }
}
