@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --bg: #fffafb;
  --surface: #ffffff;
  --surface-soft: #fff2f5;
  --surface-lilac: #f7f1fb;
  --text: #372d32;
  --muted: #74666d;
  --primary: #ad5574;
  --primary-dark: #874159;
  --primary-soft: #f5dce5;
  --accent: #8c6ca8;
  --sage: #dfece5;
  --border: #eadde2;
  --shadow: 0 18px 50px rgba(84, 52, 64, 0.10);
  --radius: 24px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(880px, calc(100% - 40px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 251, 0.90);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(234, 221, 226, 0.8);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.15rem;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--primary), #d88ca8);
  font-family: "Playfair Display", serif;
  box-shadow: 0 8px 20px rgba(173, 85, 116, 0.22);
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.95rem;
  font-weight: 500;
}

.nav a:not(.nav-cta) {
  color: #5c4f55;
}

.nav a:hover {
  color: var(--primary);
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--primary);
  color: white !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
  border-radius: 999px;
}

.hero {
  padding: 88px 0 76px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 220, 229, 0.9), rgba(245, 220, 229, 0));
  top: -170px;
  right: -80px;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
}

.eyebrow,
.section-kicker,
.mini-label {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  max-width: 760px;
  margin-top: 18px;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

h3 {
  margin: 0;
  font-size: 1.16rem;
}

.hero-text,
.lead {
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-text {
  max-width: 690px;
  margin: 26px 0 30px;
}

.hero-actions,
.start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 23px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--primary);
  color: white;
  box-shadow: 0 10px 26px rgba(173, 85, 116, 0.23);
}

.btn-primary:hover {
  background: var(--primary-dark);
}

.btn-secondary {
  background: white;
  color: var(--primary-dark);
  border: 1px solid var(--border);
}

.full {
  width: 100%;
  text-align: center;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-row span::before {
  content: "•";
  color: var(--primary);
  margin-right: 7px;
}

.hero-card {
  position: relative;
  min-height: 470px;
  background: linear-gradient(160deg, #f7e8ee 0%, #fff 52%, #f3eafa 100%);
  border: 1px solid #f0e2e7;
  border-radius: 42px;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card h2 {
  font-size: 2.35rem;
  max-width: 420px;
  position: relative;
}

.hero-card p {
  color: var(--muted);
  max-width: 430px;
  position: relative;
}

.support-icon {
  position: absolute;
  top: 58px;
  left: 58px;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255,255,255,0.8);
  color: var(--primary);
  font-size: 3rem;
  box-shadow: 0 10px 25px rgba(122, 77, 95, 0.08);
}

.soft-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
}

.orb-one {
  width: 190px;
  height: 190px;
  right: -30px;
  top: 42px;
  background: rgba(217, 177, 228, 0.24);
}

.orb-two {
  width: 135px;
  height: 135px;
  right: 120px;
  top: 150px;
  background: rgba(227, 167, 186, 0.22);
}

.section {
  padding: 88px 0;
}

.intro-section {
  background: white;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
}

.lead {
  margin: 22px 0 0;
}

.info-grid,
.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.info-card,
.option-card {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: var(--radius);
  padding: 28px;
}

.info-card p,
.option-card p,
.service-point p,
.section-heading p,
.start-card p {
  color: var(--muted);
}

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--surface-soft);
  color: var(--primary);
  font-weight: 800;
  margin-bottom: 20px;
}

.notice {
  margin-top: 30px;
  padding: 18px 20px;
  background: #fff8e9;
  border: 1px solid #f0dfb7;
  border-radius: var(--radius-sm);
  color: #705d36;
}

.options-section {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 700px;
  margin-bottom: 38px;
}

.section-heading p {
  font-size: 1.05rem;
}

.option-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.option-number {
  color: #d6aebd;
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 34px;
}

.option-card h3 {
  font-size: 1.35rem;
}

.option-card p {
  flex: 1;
}

.featured-option {
  border-color: #d7bfdc;
  background: linear-gradient(160deg, #fff 0%, #f7effa 100%);
}

.pill {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #efe0f6;
  color: #785690;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 7px 11px;
  border-radius: 999px;
}

.text-link {
  color: var(--primary-dark);
  font-weight: 700;
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.accordion-content,
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 74px;
  align-items: start;
}

.service-points {
  margin-top: 40px;
  display: grid;
  gap: 25px;
}

.service-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}

.service-point p {
  margin: 5px 0 0;
}

.tick {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--sage);
  color: #47745f;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.process-card {
  position: sticky;
  top: 105px;
  background: #3e3037;
  color: white;
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.process-card .mini-label {
  color: #efc9d7;
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 30px;
  display: grid;
  gap: 22px;
}

.process-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}

.process-list li > span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.10);
  font-weight: 700;
}

.process-list strong,
.process-list small {
  display: block;
}

.process-list small {
  color: #cfc3c8;
  margin-top: 3px;
}

.reassurance-section {
  padding-top: 0;
}

.reassurance-card {
  background: linear-gradient(135deg, #8b6073, #725684);
  color: white;
  border-radius: 36px;
  padding: 54px;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 55px;
  align-items: center;
}

.section-kicker.light {
  color: #f0dbe4;
}

.reassurance-card p {
  color: #f2e8ed;
  max-width: 680px;
}

.reassurance-quote {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1.25;
  padding-left: 30px;
  border-left: 1px solid rgba(255,255,255,0.4);
}

.faq-section {
  background: white;
}

.faq-list {
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  width: 100%;
  background: none;
  border: 0;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
}

.faq-question span {
  color: var(--primary);
  font-size: 1.3rem;
}

.faq-answer p {
  color: var(--muted);
  margin: 0;
  padding: 0 35px 22px 0;
}

.start-card {
  background: var(--surface-lilac);
  border: 1px solid #e8dced;
  border-radius: 32px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.start-card p {
  margin-bottom: 0;
  max-width: 700px;
}

.site-footer {
  background: #2e2429;
  color: white;
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.footer-brand {
  margin-bottom: 12px;
}

.site-footer p {
  color: #bfaeb5;
  max-width: 350px;
}

.site-footer h4 {
  margin: 0 0 13px;
}

.site-footer a {
  display: block;
  color: #d7cbd0;
  margin-bottom: 9px;
}

.site-footer .brand {
  display: inline-flex;
  color: white;
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #a9979f;
  font-size: 0.85rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(45, 34, 39, 0.45);
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop[hidden] {
  display: none;
}

.modal {
  position: relative;
  width: min(500px, 100%);
  background: white;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 30px 80px rgba(48, 28, 37, 0.25);
}

.modal h2 {
  font-size: 2.15rem;
  margin-bottom: 16px;
}

.modal p {
  color: var(--muted);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #f6edf0;
  color: var(--primary-dark);
  font-size: 1.4rem;
  cursor: pointer;
}

@media (max-width: 900px) {
  .nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 10px 12px;
  }

  .menu-toggle {
    display: block;
  }

  .hero-grid,
  .service-grid,
  .reassurance-card,
  .start-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-card {
    min-height: 380px;
  }

  .process-card {
    position: static;
  }

  .info-grid,
  .option-grid {
    grid-template-columns: 1fr;
  }

  .option-card {
    min-height: auto;
  }

  .reassurance-quote {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.4);
  }

  .start-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .container,
  .narrow {
    width: min(100% - 28px, 1160px);
  }

  .hero {
    padding: 50px 0 52px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-card,
  .reassurance-card,
  .start-card {
    padding: 30px;
    border-radius: 26px;
  }

  .hero-card {
    min-height: 350px;
  }

  .support-icon {
    top: 34px;
    left: 34px;
  }

  .section {
    padding: 64px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .trust-row {
    gap: 10px;
  }
}

/* Journey-led home page */
.hero::before {
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-card {
  isolation: isolate;
}

.soft-orb {
  z-index: 0;
  pointer-events: none;
}

.journey-card-content,
.hero-card > h2,
.hero-card > p,
.support-icon {
  position: relative;
  z-index: 1;
}

.journey-card {
  min-height: 500px;
  justify-content: center;
}

.journey-card-content h2 {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  margin-top: 6px;
}

.journey-card-content > p {
  margin: 18px 0 24px;
}

.journey-mini-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.journey-mini-links a {
  padding: 11px 14px;
  border: 1px solid rgba(173, 85, 116, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.journey-section {
  background: white;
}

.journey-heading {
  max-width: 760px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.journey-tile {
  min-height: 290px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
}

.journey-tile h3 {
  margin-top: 20px;
  font-size: 1.35rem;
}

.journey-tile p {
  color: var(--muted);
  flex: 1;
}

.journey-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
}

.tone-sage {
  background: linear-gradient(150deg, #f4faf6, #fff);
}

.tone-rose {
  background: linear-gradient(150deg, #fff4f6, #fff);
}

.tone-lilac {
  background: linear-gradient(150deg, #f8f3fb, #fff);
}

.pregnancy-section {
  background: var(--bg);
}

.pregnancy-grid,
.care-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 72px;
  align-items: center;
}

.pregnancy-actions {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.pregnancy-checklist,
.care-points {
  display: grid;
  gap: 14px;
}

.pregnancy-checklist > div,
.care-points > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
  padding: 19px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
}

.pregnancy-checklist span,
.care-points span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-weight: 800;
}

.pregnancy-checklist p,
.care-points p {
  margin: 0;
}

.pregnancy-checklist strong,
.pregnancy-checklist small,
.care-points strong,
.care-points small {
  display: block;
}

.pregnancy-checklist small,
.care-points small {
  margin-top: 3px;
  color: var(--muted);
}

.care-section {
  background: white;
}

.care-section .btn {
  display: inline-block;
  margin-top: 28px;
}

.options-section .option-card {
  min-height: 300px;
}

.faq-answer .text-link {
  display: inline-block;
  padding: 0 0 22px;
}

@media (max-width: 900px) {
  .journey-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pregnancy-grid,
  .care-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 620px) {
  .journey-hero::before {
    width: 360px;
    height: 360px;
    top: -100px;
    right: -170px;
    opacity: 0.65;
  }

  .hero-copy,
  .journey-card-content {
    position: relative;
    z-index: 2;
  }

  .journey-card {
    min-height: auto;
  }

  .journey-mini-links,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-tile {
    min-height: auto;
  }

  .journey-mini-links a {
    padding: 12px 14px;
  }
}

/* Shared site search and current-page navigation state */
.nav > a.active:not(.nav-cta) { color: var(--primary-dark); font-weight: 700; box-shadow: inset 0 -2px var(--primary); }
.nav > a.nav-cta.active { outline: 3px solid rgba(173, 85, 116, 0.24); outline-offset: 2px; }
.site-search { position: relative; display: flex; width: 176px; margin-left: -10px; }
.site-search input { width: 100%; min-width: 0; padding: 9px 35px 9px 13px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--text); font: inherit; font-size: .88rem; }
.site-search input:focus { outline: 3px solid rgba(173,85,116,.18); border-color: var(--primary); }
.site-search > button { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border: 0; border-radius: 50%; background: transparent; color: var(--primary-dark); cursor: pointer; }
.search-results { position: absolute; top: calc(100% + 8px); right: 0; z-index: 120; width: min(320px, calc(100vw - 40px)); padding: 7px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.search-results a, .search-empty { display: block; padding: 9px 11px; border-radius: 9px; color: var(--text) !important; font-size: .9rem; }
.search-results a:hover, .search-results a:focus { background: var(--surface-soft); color: var(--primary-dark) !important; outline: none; }
.search-empty { margin: 0; color: var(--muted) !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1100px) and (min-width: 901px) { .nav { gap: 14px; font-size: .86rem; } .site-search { width: 145px; } }
@media (max-width: 900px) { .site-search { width: 100%; margin: 6px 0 0; } .nav > a.active:not(.nav-cta) { box-shadow: inset 3px 0 var(--primary); background: var(--surface-soft); } .search-results { left: 0; right: auto; } }

/* Compact header: search remains visible; all navigation lives in the menu. */
.nav-wrap { position: relative; justify-content: flex-start; gap: 16px; }
.nav-wrap > .brand { flex: 0 0 auto; }
.nav-wrap > .site-search { flex: 1 1 260px; width: min(320px, 35vw); max-width: 320px; margin: 0 0 0 auto; }
.menu-toggle { display: block; flex: 0 0 auto; cursor: pointer; }
.nav {
  position: absolute;
  top: calc(100% - 4px);
  right: 0;
  left: auto;
  display: none;
  width: min(320px, calc(100vw - 40px));
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.nav.open { display: flex; }
.nav > a { padding: 10px 12px; border-radius: 10px; }
.nav > a:hover { background: var(--surface-soft); }
.nav > a.active:not(.nav-cta) { box-shadow: inset 3px 0 var(--primary); background: var(--surface-soft); }
.nav-cta { margin-top: 5px; text-align: center; }
.site-search .search-results { right: 0; left: auto; }
@media (max-width: 560px) {
  .nav-wrap { gap: 10px; }
  .nav-wrap > .brand > span:last-child { display: none; }
  .nav-wrap > .site-search { width: auto; min-width: 0; margin-top: 0; }
}
