:root {
  --cream: #F8F6F3;
  --paper: #FCFBF8;
  --ink: #40464F;
  --stone: #88969E;
  --mist: #BCC1C5;
  --blue-wash: #EDF5F6;
  --beige: hsl(51 24% 71%);
  --grey: hsl(0 0% 54%);
  --heading-grey: hsl(215 4% 36%);
  --line: rgba(64, 70, 79, .18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "TT Drugs", "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; background: white; padding: 10px 14px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(248,246,243,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(64,70,79,.08);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { width: 58px; height: 36px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: "Tan Mon Cheri", "Cormorant Garamond", serif; font-size: 20px; font-weight: 500; letter-spacing: .02em; }
.brand-copy span { margin-top: 5px; font-size: 9px; letter-spacing: .28em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button) { text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 600; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: 10px 14px; border-radius: 999px; color: var(--ink); }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 22px; border-radius: 2px;
  background: var(--ink); color: white; text-decoration: none;
  text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 600;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); background: #2f343b; }
.button-small { min-height: 38px; padding: 0 17px; }
.button-light { background: rgba(248,246,243,.95); color: var(--ink); }
.button-light:hover { background: white; }
.text-link { text-underline-offset: 4px; text-decoration-thickness: 1px; font-size: 13px; }
.light-link { color: white; }

.hero { min-height: 690px; position: relative; overflow: hidden; background: #dadad4; color: white; }
.hero-photo { position: absolute; inset: 0; background: url("assets/hero.jpg") center center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(39,45,51,.05) 0%, rgba(39,45,51,.08) 43%, rgba(39,45,51,.54) 68%, rgba(39,45,51,.78) 100%); }
.hero-layout { min-height: 690px; display: flex; align-items: center; justify-content: flex-end; position: relative; z-index: 2; }
.hero-copy { width: min(49%, 560px); padding: 90px 0 70px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 600; color: var(--stone); }
.eyebrow.light { color: rgba(255,255,255,.8); }
h1, h2, h3 { margin-top: 0; font-family: "Lustria", Georgia, serif; font-weight: 400; color: var(--heading-grey); }
h1 { font-family: "Tan Mon Cheri", "Cormorant Garamond", serif; font-size: clamp(52px, 5.5vw, 83px); line-height: .98; letter-spacing: -.025em; color: white; max-width: 700px; }
.hero-lede { font-size: 19px; line-height: 1.65; max-width: 540px; color: rgba(255,255,255,.93); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }

.intro-strip { background: var(--blue-wash); border-bottom: 1px solid rgba(64,70,79,.08); }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.intro-grid p { margin: 0; padding: 20px 24px; text-align: center; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; border-right: 1px solid var(--line); }
.intro-grid p:last-child { border-right: 0; }

.section { padding: 112px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.editorial-split { grid-template-columns: .92fr 1.08fr; }
.portrait-wrap { margin: 0; position: relative; }
.portrait-wrap::before { content: ""; position: absolute; width: 65%; height: 84%; left: -20px; bottom: -20px; background: var(--blue-wash); z-index: -1; }
.portrait-wrap img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.about-copy h2, .menopause-copy h2, .approach-heading h2, .pricing-intro h2, .philosophy-copy h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.08; margin-bottom: 26px; }
.about-copy p { max-width: 640px; }
.aside-note { margin-top: 32px; padding: 22px 0 4px 28px; border-left: 2px solid var(--stone); font-family: "Lustria", Georgia, serif; font-size: 20px; line-height: 1.5; }
.credentials { margin-top: 30px; color: var(--grey); font-size: 13px; letter-spacing: .04em; }

.menopause-feature { background: var(--paper); }
.menopause-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.menopause-copy { position: sticky; top: 120px; }
.menopause-copy > p:not(.eyebrow):not(.pull-quote) { font-size: 17px; }
.pull-quote { margin-top: 34px; font-family: "Lustria", Georgia, serif; font-size: 23px; line-height: 1.52; color: var(--heading-grey); }
.focus-list { border-top: 1px solid var(--line); }
.focus-item { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.focus-item > span { color: var(--stone); font-size: 12px; letter-spacing: .15em; }
.focus-item h3 { font-size: 25px; margin-bottom: 7px; }
.focus-item p { margin: 0; max-width: 620px; color: #5c626a; }
.scope-note { margin-top: 56px; font-size: 14px; color: #666b70; font-style: italic; }

.statement-band { padding: 96px 0 102px; background: var(--ink); color: white; }
.statement-band .shell { max-width: 960px; }
.statement-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; color: rgba(255,255,255,.63); margin-bottom: 18px; }
.statement-band h2 { margin: 0; color: white; font-family: "Tan Mon Cheri", "Cormorant Garamond", serif; font-size: clamp(48px, 6vw, 82px); line-height: 1; letter-spacing: -.015em; }

.approach { background: var(--blue-wash); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.approach-copy { font-size: 17px; }
.wink { margin-top: 28px; font-family: "Lustria", Georgia, serif; font-size: 20px; line-height: 1.5; }

.philosophy-section { padding-top: 94px; padding-bottom: 94px; }
.philosophy-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.philosophy-note { border-left: 1px solid var(--line); padding-left: 40px; }
.philosophy-note p { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: "Lustria", Georgia, serif; font-size: 20px; }
.philosophy-note p:first-child { border-top: 1px solid var(--line); }

.pricing { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.pricing-intro { position: sticky; top: 120px; }
.pricing-intro .button { margin-top: 18px; }
.price-list { border-top: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--line); }
.price-row div { display: grid; gap: 4px; }
.price-row strong { font-weight: 500; }
.price-row span { color: var(--grey); font-size: 13px; }
.price-row b { font-size: 16px; }
.discovery { background: rgba(237,245,246,.7); margin: 16px 0 0; padding-left: 14px; padding-right: 14px; border: 0; }
.price-note { font-size: 13px; color: var(--grey); margin-top: 24px; }

.final-cta { padding: 94px 0; background: var(--stone); color: white; }
.final-cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.final-cta h2 { color: white; font-size: clamp(46px, 5vw, 68px); line-height: 1.02; margin-bottom: 16px; }
.final-cta p:not(.eyebrow) { max-width: 650px; font-size: 16px; color: rgba(255,255,255,.9); }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }

.site-footer { background: #333941; color: rgba(255,255,255,.84); padding: 54px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 54px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 70px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand div { display: grid; }
.footer-brand strong { color: white; font-family: "Lustria", Georgia, serif; font-weight: 400; }
.footer-brand span { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; margin-top: 5px; }
.footer-links { display: grid; align-content: start; gap: 7px; font-size: 13px; }
.footer-links a { text-decoration: none; }
.regulatory { margin: 0; font-size: 13px; line-height: 1.7; }
.footer-bottom { margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom a { color: inherit; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .site-header { position: relative; }
  .nav-wrap { min-height: 72px; }
  .brand-copy { display: none; }
  .brand-mark { width: 52px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 72px; left: 18px; right: 18px; padding: 18px; background: var(--paper); border: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 12px 30px rgba(42,46,51,.08); }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 12px 4px; }
  .site-nav .button { margin-top: 8px; }
  .hero { min-height: 760px; background: #4a5058; }
  .hero-photo {
    background-size: 122% auto;
    background-position: 47% top;
    background-repeat: no-repeat;
    background-color: #4a5058;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(39,45,51,.02) 0%, rgba(39,45,51,.03) 27%, rgba(39,45,51,.38) 41%, rgba(39,45,51,.84) 62%, rgba(39,45,51,.94) 100%);
  }
  .hero-layout { min-height: 760px; align-items: flex-end; justify-content: flex-start; }
  .hero-copy { width: 100%; padding: 0 0 52px; }
  h1 { font-size: clamp(47px, 13vw, 72px); max-width: 650px; }
  .hero-lede { font-size: 17px; max-width: 600px; }
  .intro-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .intro-grid p { border-right: 0; border-bottom: 1px solid var(--line); padding: 13px 8px; }
  .intro-grid p:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .split, .menopause-grid, .approach-grid, .philosophy-grid, .pricing-grid, .final-cta-inner, .footer-grid { grid-template-columns: 1fr; gap: 48px; }
  .editorial-split .portrait-wrap { order: 2; }
  .editorial-split .about-copy { order: 1; }
  .menopause-copy, .pricing-intro { position: static; }
  .statement-band { padding: 72px 0; }
  .philosophy-note { border-left: 0; padding-left: 0; }
  .final-actions { margin-top: 0; }
}

@media (max-width: 560px) {
  body { font-size: 16px; line-height: 1.68; }
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .hero { min-height: 780px; }
  .hero-photo { background-size: 138% auto; background-position: 46% top; }
  .hero-overlay { background: linear-gradient(180deg, rgba(39,45,51,.00) 0%, rgba(39,45,51,.02) 25%, rgba(39,45,51,.52) 43%, rgba(39,45,51,.88) 61%, rgba(39,45,51,.96) 100%); }
  .hero-layout { min-height: 780px; }
  .hero-copy { padding-bottom: 42px; }
  .eyebrow { font-size: 12px; letter-spacing: .16em; line-height: 1.45; }
  .hero-lede { font-size: 18px; line-height: 1.62; }
  .text-link { font-size: 14px; }
  .button { font-size: 12px; }
  .intro-grid p { font-size: 13px; line-height: 1.45; }
  .credentials, .scope-note, .price-note { font-size: 13px; }
  .footer-links, .regulatory { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .button { width: 100%; }
  .section { padding: 66px 0; }
  .about-copy h2, .menopause-copy h2, .approach-heading h2, .pricing-intro h2, .philosophy-copy h2 { font-size: 38px; }
  .focus-item { grid-template-columns: 42px 1fr; gap: 14px; }
  .focus-item h3 { font-size: 21px; }
  .pull-quote, .aside-note, .wink, .philosophy-note p { font-size: 18px; }
  .statement-band h2 { font-size: 48px; }
  .final-cta h2 { font-size: 44px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* v5 refinements */
.about-single { max-width: 920px; }
.about-single .about-copy { max-width: 780px; }
.about-single .about-copy p { max-width: 740px; }

.approach > .approach-heading { margin-bottom: 34px; }
.approach-grid { grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: start; }
.approach-photo { margin: 0; position: relative; }
.approach-photo::before { content: ""; position: absolute; width: 64%; height: 82%; left: -18px; bottom: 28px; background: rgba(248,246,243,.72); z-index: 0; }
.approach-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.approach-photo figcaption { position: relative; z-index: 1; margin-top: 14px; font-size: 13px; line-height: 1.6; letter-spacing: .025em; color: var(--grey); }

.about-copy h2, .menopause-copy h2, .approach-heading h2, .pricing-intro h2, .philosophy-copy h2 { margin-bottom: 18px; }

@media (max-width: 900px) {
  .hero { min-height: 725px; background: var(--cream); color: var(--ink); }
  .hero-photo {
    background-size: cover;
    background-position: 47% 22%;
    background-repeat: no-repeat;
    background-color: var(--cream);
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(248,246,243,.02) 0%, rgba(248,246,243,.03) 40%, rgba(248,246,243,.70) 66%, rgba(248,246,243,.96) 100%);
  }
  .hero-layout { min-height: 725px; align-items: flex-end; }
  .hero-copy { color: var(--ink); padding-bottom: 36px; }
  .hero .eyebrow.light { color: var(--stone); }
  .hero h1 { color: var(--heading-grey); text-shadow: none; }
  .hero-lede { color: var(--ink); }
  .hero .button-light { background: var(--stone); color: white; }
  .hero .button-light:hover { background: #78878f; }
  .hero .light-link { color: var(--ink); }

  .about-single { max-width: none; }
  .approach > .approach-heading { margin-bottom: 20px; }
  .approach-grid { grid-template-columns: 1fr; gap: 24px; }
  .approach-photo { order: 2; }
  .approach-copy { order: 1; }
  .approach-photo figcaption { font-size: 14px; }
  .menopause-grid, .philosophy-grid, .pricing-grid, .final-cta-inner { gap: 28px; }
}

@media (max-width: 560px) {
  .hero { min-height: 710px; }
  .hero-photo { background-size: auto 63%; background-position: 50% top; }
  .hero-overlay { background: linear-gradient(180deg, rgba(248,246,243,0) 0%, rgba(248,246,243,.02) 46%, rgba(248,246,243,.90) 63%, rgba(248,246,243,1) 100%); }
  .hero-layout { min-height: 710px; }
  .hero-copy { padding-bottom: 26px; }
  .hero h1 { font-size: clamp(44px, 12.4vw, 60px); line-height: .98; }
  .hero-lede { font-size: 17px; line-height: 1.55; }
  .hero-actions { margin-top: 22px; }
  .section { padding: 62px 0; }
  .about-copy h2, .menopause-copy h2, .approach-heading h2, .pricing-intro h2, .philosophy-copy h2 { margin-bottom: 14px; }
  .approach > .approach-heading { margin-bottom: 14px; }
  .approach-grid, .menopause-grid, .philosophy-grid, .pricing-grid, .final-cta-inner { gap: 20px; }
  .approach-photo { margin-top: 8px; }
  .approach-photo figcaption { font-size: 13px; line-height: 1.55; }
}

/* v6 refinements: persistent navigation, mobile hero, quote rules */
.pull-quote,
.wink {
  border-left: 2px solid var(--stone);
  padding-left: 24px;
}

@media (max-width: 900px) {
  .site-header { position: sticky; top: 0; }
  .nav-wrap {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 10px;
  }
  .brand {
    min-height: 54px;
    width: max-content;
  }
  .brand-mark { width: 58px; }
  .menu-toggle { display: none !important; }
  .site-nav {
    position: static;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 8px 0 10px;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--line);
    box-shadow: none;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav > a { flex: 0 0 auto; padding: 5px 0; }
  .site-nav > a:not(.button) {
    font-size: 10.5px;
    letter-spacing: .09em;
  }
  .site-nav .button {
    width: auto;
    min-height: 30px;
    margin: 0;
    padding: 0 12px;
    font-size: 10px;
    border-radius: 0;
  }

  .hero {
    min-height: 760px;
    background: var(--cream);
    color: var(--ink);
  }
  .hero-photo {
    background-image: url("assets/hero-mobile.jpg");
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
  }
  .hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(248,246,243,0) 0%,
        rgba(248,246,243,0) 38%,
        rgba(248,246,243,.20) 50%,
        rgba(248,246,243,.70) 68%,
        rgba(248,246,243,.97) 88%,
        rgba(248,246,243,1) 100%);
  }
  .hero-layout {
    min-height: 760px;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .hero-copy {
    width: 100%;
    max-width: 640px;
    color: var(--ink);
    padding: 0 0 34px;
  }
  .hero .eyebrow.light { color: var(--stone); }
  .hero h1 {
    color: var(--heading-grey);
    text-shadow: none;
    max-width: 620px;
  }
  .hero-lede { color: var(--ink); }
  .hero .button-light { background: var(--stone); color: white; }
  .hero .light-link { color: var(--ink); }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav-wrap { width: calc(100% - 28px); }
  .brand { min-height: 48px; }
  .brand-mark { width: 54px; }
  .site-nav { gap: 9px; padding-top: 7px; padding-bottom: 9px; }
  .site-nav > a:not(.button) { font-size: 9.7px; letter-spacing: .075em; }
  .site-nav .button { min-height: 28px; padding: 0 10px; font-size: 9.5px; }

  .hero { min-height: 815px; }
  .hero-photo {
    background-size: cover;
    background-position: center 12%;
  }
  .hero-overlay {
    background:
      linear-gradient(180deg,
        rgba(248,246,243,0) 0%,
        rgba(248,246,243,0) 34%,
        rgba(248,246,243,.12) 44%,
        rgba(248,246,243,.70) 63%,
        rgba(248,246,243,.98) 82%,
        rgba(248,246,243,1) 100%);
  }
  .hero-layout { min-height: 815px; }
  .hero-copy { padding-bottom: 18px; transform: translateY(58px); }
  .hero h1 {
    font-size: clamp(42px, 11.6vw, 56px);
    line-height: .98;
    max-width: 520px;
  }
  .hero-lede { font-size: 17px; line-height: 1.52; max-width: 560px; }
  .pull-quote,
  .wink { padding-left: 20px; }
}

/* v10 content refinements */
.hero-subcopy {
  max-width: 650px;
  margin-top: 12px;
  color: rgba(255,255,255,.92);
  font-size: 16px;
  line-height: 1.65;
}
.statement-body {
  max-width: 800px;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.9);
}
.focus-item p + p { margin-top: 10px; }

@media (max-width: 900px) {
  .hero-subcopy { color: var(--ink); }
}

@media (max-width: 560px) {
  .hero-subcopy { font-size: 16px; line-height: 1.55; }
  .statement-body { font-size: 17px; line-height: 1.65; }
}

/* v11 final refinements */
.hero-subcopy { margin-top: 18px; }
.approach-photo figcaption { display: none; }

@media (max-width: 900px) {
  .hero { min-height: 790px; }
  .hero-layout { min-height: 790px; }
}

@media (max-width: 560px) {
  .hero { min-height: 880px; }
  .hero-layout { min-height: 880px; }
  .hero-photo {
    background-size: cover;
    background-position: center 8%;
  }
  .hero-overlay {
    background: linear-gradient(180deg,
      rgba(248,246,243,0) 0%,
      rgba(248,246,243,0) 46%,
      rgba(248,246,243,.16) 56%,
      rgba(248,246,243,.76) 70%,
      rgba(248,246,243,.98) 86%,
      rgba(248,246,243,1) 100%);
  }
  .hero-copy {
    padding-bottom: 16px;
    transform: translateY(88px);
  }
  .hero-subcopy { margin-top: 16px; }
}

/* v13 final polish: consistent body type + tighter hero rhythm */
body {
  font-family: "Manrope", Arial, sans-serif;
}
.hero h1 {
  margin-bottom: 22px;
}
.hero-subcopy {
  margin-top: 0;
}

@media (max-width: 560px) {
  .hero h1 { margin-bottom: 18px; }
  .hero-subcopy { margin-top: 0; }
}
