  :root {
    --navy: #38476D;
    --navy-deep: #2A3654;
    --rose: #C594A1;
    --rose-deep: #B87D8C;
    --paper: #FBF6F1;
    --paper-warm: #F3E9DE;
    --blush: #F4E6E9;
    --sage: #909C7E;
    --ink: #333B4E;
    --line: #E2D5CC;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  html { color-scheme: light; }

  body {
    background: var(--paper);
    color: var(--ink);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  .page {
    max-width: 860px;
    margin: 0 auto;
    padding: 64px 40px 80px;
    background: var(--paper);
    color: var(--ink);
  }

  /* ---------- HEADER ---------- */
  .brand {
    text-align: center;
    margin-bottom: 56px;
  }
  .brand img {
    width: 340px;
    max-width: 70%;
    height: auto;
  }

  /* ---------- HERO ---------- */
  .hero {
    text-align: center;
    padding: 8px 0 48px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 48px;
  }
  .hero .eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rose-deep);
    font-weight: 600;
    margin-bottom: 18px;
  }
  .hero h1 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 44px;
    color: var(--navy-deep);
    line-height: 1.15;
    max-width: 620px;
    margin: 0 auto 18px;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--rose-deep);
    font-weight: 500;
  }
  .hero p.sub {
    font-size: 17px;
    color: #5B6478;
    max-width: 520px;
    margin: 0 auto 30px;
  }
  .price-tag {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    background: var(--navy-deep);
    color: var(--paper);
    padding: 16px 30px;
    border-radius: 40px;
  }
  .price-tag .amount {
    font-family: 'Fraunces', serif;
    font-size: 25px;
    font-weight: 400;
  }
  .price-tag .per {
    font-size: 13px;
    color: #D8CFC4;
    letter-spacing: 0.02em;
  }

  /* ---------- SECTION LABELS ---------- */
  .section-label {
    font-size: 12.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    font-weight: 600;
    margin-bottom: 10px;
  }
  .section-title {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 27px;
    color: var(--navy-deep);
    margin-bottom: 14px;
  }
  .section-intro {
    font-size: 15.5px;
    color: #5B6478;
    max-width: 620px;
    margin-bottom: 32px;
  }

  section.block {
    margin-bottom: 64px;
  }

  /* ---------- TRIMESTER ARC ---------- */
  .arc-wrap {
    margin: 8px 0 8px;
  }
  .arc-svg {
    width: 100%;
    height: auto;
    display: block;
  }
  .tri-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
  }
  @media (max-width: 780px) {
    .tri-cards { grid-template-columns: repeat(2, 1fr); }
  }
  .tri-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px 18px;
  }
  .tri-card .tri-num {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-size: 14px;
    color: var(--rose-deep);
    margin-bottom: 6px;
  }
  .tri-card h4 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 18px;
    color: var(--navy-deep);
    margin-bottom: 12px;
  }
  .tri-card ul {
    list-style: none;
  }
  .tri-card li {
    font-size: 13.8px;
    color: var(--ink);
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px;
  }
  .tri-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--rose);
  }
  .tri-card.emphasis {
    background: var(--navy-deep);
    border-color: var(--navy-deep);
  }
  .tri-card.emphasis .tri-num { color: #E9B8C2; }
  .tri-card.emphasis h4 { color: #fff; }
  .tri-card.emphasis li { color: #E6E9F0; }
  .tri-card.emphasis li::before { background: #E9B8C2; }

  .tri-card.postpartum {
    background: var(--blush);
    border-color: #E9CDD4;
  }
  .tri-card.postpartum .tri-num { color: var(--rose-deep); }
  .tri-card.postpartum li::before { background: var(--rose-deep); }
  .tri-card.postpartum .tri-tag {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: var(--rose-deep);
    padding: 3px 9px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  /* ---------- INCLUDED GRID ---------- */
  .included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .included-item {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
  }
  .included-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--blush);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .included-icon svg { width: 19px; height: 19px; }
  .included-item h5 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 15.5px;
    color: var(--navy-deep);
    margin-bottom: 5px;
  }
  .included-item p {
    font-size: 13.6px;
    color: #5B6478;
  }

  /* ---------- NUTRITION CALLOUT ---------- */
  .callout {
    background: var(--blush);
    border-radius: 16px;
    padding: 30px 32px;
    display: flex;
    gap: 22px;
    align-items: flex-start;
  }
  .callout-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--paper);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .callout-icon svg { width: 22px; height: 22px; }
  .callout h4 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 18px;
    color: var(--navy-deep);
    margin-bottom: 8px;
  }
  .callout p {
    font-size: 14.5px;
    color: #5B4A50;
    max-width: 560px;
  }

  /* ---------- ONBOARDING CHECKLIST ---------- */
  .onboard-intro {
    font-size: 15.5px;
    color: #5B6478;
    max-width: 620px;
    margin-bottom: 28px;
  }
  .checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
  }
  .check-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }
  .check-item .box {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1.5px solid var(--rose-deep);
    margin-top: 2px;
  }
  .check-item p {
    font-size: 14px;
    color: var(--ink);
  }
  .check-item .note {
    display: block;
    font-size: 12.5px;
    color: #8891A3;
    margin-top: 2px;
  }

  /* ---------- CTA / FORM ---------- */
  .cta-block {
    background: var(--navy-deep);
    border-radius: 22px;
    padding: 48px 44px;
    text-align: center;
    color: var(--paper);
  }
  .cta-block .section-label { color: #E9B8C2; }
  .cta-block h3 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 12px;
  }
  .cta-block p {
    font-size: 15px;
    color: #C7CCDA;
    max-width: 460px;
    margin: 0 auto 32px;
  }

  .inquiry-form {
    max-width: 460px;
    margin: 0 auto;
    text-align: left;
  }
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
  }
  .inquiry-form label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #AEB6C9;
    margin-bottom: 6px;
  }
  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea {
    width: 100%;
    background: #465577;
    border: 1px solid #566389;
    border-radius: 9px;
    padding: 11px 13px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
  }
  .inquiry-form input::placeholder,
  .inquiry-form textarea::placeholder { color: #9AA4BC; }
  .inquiry-form textarea { resize: vertical; min-height: 70px; }
  .full-row { margin-bottom: 14px; }
  .submit-btn {
    width: 100%;
    background: var(--rose);
    color: var(--navy-deep);
    border: none;
    border-radius: 9px;
    padding: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.02em;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.15s ease;
  }
  .submit-btn:hover { background: var(--rose-deep); }
  .form-note {
    font-size: 12px;
    color: #8891A3;
    text-align: center;
    margin-top: 14px;
  }

  /* ---------- FOOTER ---------- */
  .footer {
    text-align: center;
    margin-top: 56px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }
  .footer p {
    font-size: 12.5px;
    color: #9199AC;
    letter-spacing: 0.03em;
  }

  @media (max-width: 640px) {
    .page { padding: 44px 22px 60px; }
    .hero h1 { font-size: 32px; }
    .tri-cards, .included-grid, .checklist, .form-row { grid-template-columns: 1fr; }
    .cta-block { padding: 36px 24px; }
  }

  /* ---------- PRINT / PDF ---------- */
  .print-only { display: none; }
  @media print {
    body { background: #fff; }
    .page { max-width: 100%; padding: 30px 34px 40px; }
    .included-item, .tri-card, .check-item, .callout, .cta-block, section.block {
      break-inside: avoid;
    }
    .inquiry-form { display: none; }
    .print-only {
      display: block;
      text-align: center;
      max-width: 420px;
      margin: 0 auto;
    }
    .print-only .contact-line {
      font-family: 'Fraunces', serif;
      font-size: 19px;
      color: #fff;
      margin-bottom: 6px;
    }
    .print-only .contact-sub {
      font-size: 13px;
      color: #C7CCDA;
    }
  }

  /* ======================================================
     SITE-WIDE NAV (shared across all pages)
     ====================================================== */
  .site-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 40px 0;
  }

  /* Text-based wordmark — no background, blends into the page */
  .nav-wordmark {
    text-decoration: none;
    text-align: center;
    display: block;
  }
  .nav-wordmark .wm-line {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--navy-deep);
    line-height: 1.15;
  }
  .nav-wordmark .wm-and-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 150px;
    margin: 2px auto;
  }
  .nav-wordmark .wm-and-row .wm-rule {
    flex: 1;
    height: 1px;
    background: var(--navy-deep);
    opacity: 0.6;
  }
  .nav-wordmark .wm-and-row .wm-and {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: var(--rose-deep);
  }
  .nav-wordmark .wm-tagline {
    font-size: 9.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--navy);
    margin-top: 5px;
    opacity: 0.75;
  }

  .site-nav .nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
  }
  .site-nav .nav-links a {
    text-decoration: none;
    color: var(--navy-deep);
    font-size: 13.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.15s ease, color 0.15s ease;
  }
  .site-nav .nav-links a:hover {
    color: var(--rose-deep);
  }
  .site-nav .nav-links a.active {
    color: var(--rose-deep);
    border-bottom-color: var(--rose-deep);
  }
  @media (max-width: 640px) {
    .site-nav {
      padding: 28px 22px 0;
    }
    .nav-wordmark .wm-line { font-size: 21px; }
    .site-nav .nav-links {
      gap: 18px;
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  /* ======================================================
     SITE-WIDE FOOTER (shared across all pages)
     ====================================================== */
  .site-footer {
    text-align: center;
    margin-top: 56px;
    padding: 36px 22px 44px;
    border-top: 1px solid var(--line);
  }
  .site-footer .footer-links {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 14px;
    list-style: none;
    flex-wrap: wrap;
  }
  .site-footer .footer-links a {
    text-decoration: none;
    color: var(--navy-deep);
    font-size: 13px;
    font-weight: 600;
  }
  .site-footer .footer-links a:hover { color: var(--rose-deep); }
  .site-footer p {
    font-size: 12.5px;
    color: #9199AC;
    letter-spacing: 0.03em;
  }
  .site-footer .footer-contact {
    font-size: 12.5px;
    color: #9199AC;
    margin-top: 6px;
  }
  .site-footer .footer-contact a {
    color: #9199AC;
    text-decoration: underline;
  }

  /* ======================================================
     PAGE HERO (Home / About / Contact — simpler than the
     services page hero, no price pill)
     ====================================================== */
  .page-hero {
    text-align: center;
    padding: 8px 0 44px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 48px;
  }
  .page-hero .eyebrow {
    font-size: 12.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rose-deep);
    font-weight: 600;
    margin-bottom: 18px;
  }
  .page-hero h1 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 40px;
    color: var(--navy-deep);
    line-height: 1.18;
    max-width: 640px;
    margin: 0 auto 18px;
  }
  .page-hero h1 em {
    font-style: italic;
    color: var(--rose-deep);
    font-weight: 500;
  }
  .page-hero p.sub {
    font-size: 16.5px;
    color: #5B6478;
    max-width: 560px;
    margin: 0 auto;
  }

  /* ---------- Buttons ---------- */
  .btn {
    display: inline-block;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: 0.02em;
    padding: 14px 32px;
    border-radius: 40px;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
  }
  .btn-primary {
    background: var(--navy-deep);
    color: var(--paper);
  }
  .btn-primary:hover { background: #223049; }
  .btn-secondary {
    background: transparent;
    color: var(--navy-deep);
    border: 1.5px solid var(--navy-deep);
  }
  .btn-secondary:hover { background: var(--navy-deep); color: var(--paper); }
  .btn-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  /* ---------- HOME: pillars / feature grid ---------- */
  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  @media (max-width: 700px) {
    .pillars-grid { grid-template-columns: 1fr; }
  }
  .pillar-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 26px 22px;
    text-align: center;
  }
  .pillar-card .pillar-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--blush);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
  }
  .pillar-card .pillar-icon svg { width: 24px; height: 24px; }
  .pillar-card h5 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 17px;
    color: var(--navy-deep);
    margin-bottom: 8px;
  }
  .pillar-card p {
    font-size: 13.8px;
    color: #5B6478;
  }

  /* ---------- HOME: quote / mission strip ---------- */
  .mission-strip {
    background: var(--navy-deep);
    border-radius: 20px;
    padding: 44px 40px;
    text-align: center;
    color: var(--paper);
  }
  .mission-strip p {
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    max-width: 620px;
    margin: 0 auto;
    color: #F0ECE6;
  }
  .mission-strip span.by {
    display: block;
    margin-top: 18px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 12.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B9C0D2;
  }

  /* ---------- ABOUT: bio layout ---------- */
  .bio-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    align-items: start;
  }
  @media (max-width: 700px) {
    .bio-layout { grid-template-columns: 1fr; }
  }
  .bio-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background: var(--blush);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .bio-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bio-photo .placeholder-label {
    font-size: 12px;
    color: var(--rose-deep);
    text-align: center;
    padding: 12px;
    font-weight: 600;
  }
  .bio-text p {
    font-size: 15px;
    color: var(--ink);
    margin-bottom: 16px;
  }
  .bio-text p:last-child { margin-bottom: 0; }

  /* ---------- ABOUT: values grid ---------- */
  .values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  @media (max-width: 700px) {
    .values-grid { grid-template-columns: 1fr; }
  }
  .value-item {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
  }
  .value-item h5 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 16.5px;
    color: var(--navy-deep);
    margin-bottom: 8px;
  }
  .value-item p {
    font-size: 13.8px;
    color: #5B6478;
  }

  /* ---------- CONTACT: info cards ---------- */
  .contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 48px;
  }
  @media (max-width: 700px) {
    .contact-info-grid { grid-template-columns: 1fr; }
  }
  .contact-info-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 24px 20px;
    text-align: center;
  }
  .contact-info-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--blush);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
  }
  .contact-info-card .icon svg { width: 20px; height: 20px; }
  .contact-info-card h5 {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-size: 15.5px;
    color: var(--navy-deep);
    margin-bottom: 6px;
  }
  .contact-info-card p, .contact-info-card a {
    font-size: 13.5px;
    color: #5B6478;
    text-decoration: none;
  }
  .contact-info-card a:hover { color: var(--rose-deep); }

  section.block { margin-bottom: 64px; }
