.elementor-kit-5{--e-global-color-primary:#A2705F;--e-global-color-secondary:#CA9585;--e-global-color-text:#46342D;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Figtree:wght@400;500;600;700&display=swap" rel="stylesheet">
  <style>
/* =========================================================
   The Birthwave — Vaginismus Landing Page (v2)
   Theme: dusty clay rose #CA9585
   ---------------------------------------------------------
   Change the variables below to retheme the entire page.
   ========================================================= */

:root {
  /* Palette — built around #CA9585 */
  --clay:        #ca9585;  /* brand color — buttons, accents */
  --clay-dark:   #a2705f;  /* hover / emphasis */
  --clay-deep:   #7d5344;  /* dark bands background base */
  --ink:         #46342d;  /* headings & body text — warm brown */
  --muted:       #85736c;  /* secondary text */
  --paper:       #fdfaf8;  /* page background */
  --tint:        #f6ebe6;  /* tinted sections, cards, illustration bg */
  --line:        #eaddd6;  /* borders */
  --sage:        #7c9885;  /* positive accents (ticks, success) */
  --white:       #ffffff;

  /* Type */
  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "Figtree", -apple-system, "Segoe UI", sans-serif;

  /* Rhythm */
  --radius: 18px;
  --shadow: 0 10px 30px rgba(125, 83, 68, 0.12);
  --section-pad: clamp(3.5rem, 8vw, 6.5rem);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--clay-dark); }

.container { width: min(1160px, 92%); margin-inline: auto; }
.container.narrow { width: min(860px, 92%); }
.center { text-align: center; }
.center-col { display: flex; flex-direction: column; align-items: center; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--font-display); color: var(--ink); font-weight: 500; line-height: 1.18; }
h1 { font-size: clamp(1.9rem, 4.3vw, 3.05rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.35rem); margin-bottom: 0.9rem; }
h3 { font-size: 1.22rem; margin-bottom: 0.5rem; }
h1 em, h2 em { font-style: italic; color: var(--clay-dark); }

.eyebrow {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--clay-dark);
  margin-bottom: 0.8rem;
}
.section-intro { max-width: 48rem; margin: 0 auto 2.6rem; color: var(--muted); font-size: 1.06rem; }
.lede { font-size: 1.12rem; color: var(--muted); margin: 1.1rem 0 1.4rem; }
.footnote { font-size: 0.8rem; color: var(--muted); margin-top: 1rem; text-align: center; }
.quiet-note { font-size: 0.88rem; color: var(--muted); margin-top: 0.8rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; text-decoration: none; text-align: center;
  font-weight: 600; font-family: var(--font-body);
  border-radius: 999px; border: 2px solid transparent;
  padding: 0.8rem 1.7rem; font-size: 1rem; cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.btn:focus-visible { outline: 3px solid var(--clay-dark); outline-offset: 3px; }
.btn-primary { background: var(--clay); color: #3d2119; box-shadow: 0 6px 18px rgba(202, 149, 133, 0.45); }
.btn-primary:hover { background: var(--clay-dark); color: var(--white); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--clay-dark); border-color: var(--clay); }
.btn-ghost:hover { background: var(--tint); }
.btn-light { background: var(--white); color: var(--clay-deep); }
.btn-light:hover { background: var(--tint); transform: translateY(-2px); }
.btn-ghost-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.65); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.14); }
.btn-small { padding: 0.55rem 1.15rem; font-size: 0.92rem; }
.btn-large { padding: 1rem 2.2rem; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ---------- Announcement bar ---------- */
.announce { background: var(--clay-deep); color: #f8ece6; text-align: center; font-size: 0.88rem; padding: 0.55rem 1rem; }
.announce a { color: #ffd9c9; font-weight: 600; text-decoration: none; }
.announce a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 250, 248, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding: 0.75rem 0; }
.logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.logo-mark { color: var(--clay); font-size: 1.3rem; }
.logo-text { font-family: var(--font-display); font-size: 1.25rem; color: var(--ink); font-weight: 600; }
.main-nav { display: flex; gap: 1.4rem; margin-left: auto; }
.main-nav a { text-decoration: none; color: var(--ink); font-size: 0.95rem; font-weight: 500; }
.main-nav a:hover { color: var(--clay-dark); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: var(--section-pad) 0; background: linear-gradient(180deg, var(--paper) 0%, var(--tint) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; position: relative; }

/* Signature: slow "breathing" halo — a quiet nod to nervous-system
   regulation. Disabled under prefers-reduced-motion. */
.hero-halo {
  position: absolute; top: -180px; left: -180px;
  width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(202, 149, 133, 0.28) 0%, rgba(202, 149, 133, 0) 68%);
  animation: breathe 9s ease-in-out infinite;
  pointer-events: none;
}
@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50%      { transform: scale(1.18); opacity: 1; }
}

.hero-points { list-style: none; display: grid; gap: 0.55rem; margin-bottom: 1.6rem; }
.hero-points li { padding-left: 1.7rem; position: relative; color: var(--ink); }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--sage); font-weight: 700; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; }

/* ---------- Forms ---------- */
.hero-form {
  background: var(--white); border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2rem); box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.form-title { font-family: var(--font-display); color: var(--ink); font-size: 1.35rem; margin-bottom: 0.3rem; }
.form-sub { font-size: 0.92rem; color: var(--muted); margin-bottom: 1.2rem; }
.field { margin-bottom: 1rem; }
.field-row { display: flex; gap: 0.9rem; }
.field-row .field { flex: 1; }
.field-narrow { max-width: 110px; }
label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.3rem; color: var(--ink); }
.optional { font-weight: 400; color: var(--muted); }
input, select, textarea {
  width: 100%; font: inherit; color: var(--ink);
  padding: 0.65rem 0.8rem; border: 1.5px solid var(--line);
  border-radius: 10px; background: var(--paper);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--clay-dark);
  box-shadow: 0 0 0 3px rgba(202, 149, 133, 0.28);
}
.field.invalid input, .field.invalid select { border-color: #c0392b; }
.error-msg { color: #a33224; font-size: 0.82rem; margin-top: 0.25rem; }
.privacy-line { font-size: 0.8rem; color: var(--muted); margin-top: 0.8rem; }
.form-success { margin-top: 0.9rem; background: #eef5ef; color: #2e5c3c; border: 1px solid #cfe3d4; padding: 0.8rem 1rem; border-radius: 10px; font-size: 0.95rem; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--white); border-block: 1px solid var(--line); padding: 1.8rem 0 1.2rem; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.trust-item { display: flex; align-items: center; gap: 0.7rem; font-size: 0.92rem; line-height: 1.4; }
.trust-icon { font-size: 1.6rem; }
.trust-item strong { color: var(--clay-deep); }

/* ---------- Sections ---------- */
.section { padding: var(--section-pad) 0; }
.section-tint { background: var(--tint); }
.section-clay { background: linear-gradient(160deg, var(--clay-deep) 0%, #96685a 100%); }
.on-dark { color: #fbf1ec; }
.section-clay h2.on-dark { color: #fbf1ec; }
.section-clay h2 em { color: #f3c9b6; }
.section-clay .eyebrow.on-dark { color: #f3c9b6; }
.section-clay .section-intro { color: #f0ded5; }

/* ---------- Explainer rows (the 3 images) ---------- */
.explain-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center;
  margin-bottom: clamp(2.4rem, 6vw, 4rem);
}
.explain-row:last-child { margin-bottom: 0; }
.explain-row.flip .explain-art { order: 2; }
.explain-art { margin: 0; }
.explain-art svg { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }
.explain-copy h3 { color: var(--clay-deep); }
.explain-copy p { color: var(--ink); font-size: 1.02rem; }
.explain-copy strong { color: var(--clay-deep); }

/* ---------- Symptom grid ---------- */
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.symptom-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem 1.3rem; display: flex; gap: 0.85rem; align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.symptom-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.symptom-icon { font-size: 1.5rem; line-height: 1; }
.symptom-card p { font-weight: 500; color: var(--ink); }

/* ---------- Self-check ---------- */
.selfcheck-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid var(--line); padding: clamp(1.4rem, 3vw, 2.2rem);
  display: grid; gap: 0.4rem;
}
.check-item {
  display: flex; align-items: flex-start; gap: 0.85rem; cursor: pointer;
  padding: 0.85rem 0.9rem; border-radius: 12px; font-weight: 500; font-size: 1.02rem;
  transition: background 0.2s ease;
}
.check-item:hover { background: var(--tint); }
.check-item input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.check-box {
  flex: none; width: 24px; height: 24px; margin-top: 2px;
  border: 2px solid var(--clay-dark); border-radius: 7px; position: relative;
  transition: background 0.2s ease;
}
.check-item input:checked + .check-box { background: var(--clay-dark); }
.check-item input:checked + .check-box::after {
  content: "✓"; color: var(--white); position: absolute; inset: 0;
  display: grid; place-items: center; font-size: 0.9rem; font-weight: 700;
}
.check-item input:focus-visible + .check-box { outline: 3px solid var(--clay-dark); outline-offset: 2px; }
.selfcheck-result {
  margin-top: 1rem; background: #f2f7f3; border: 1px solid #cfe3d4;
  border-left: 5px solid var(--sage); border-radius: 12px; padding: 1.2rem 1.3rem;
  display: grid; gap: 0.9rem; justify-items: start;
  animation: fadeUp 0.5s ease both;
}
.disclaimer { font-size: 0.82rem; color: var(--muted); margin-top: 0.9rem; }

/* ---------- Pace cards (dark band) ---------- */
.pace-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-bottom: 2.2rem; }
.pace-card {
  background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius); padding: 1.5rem 1.3rem; color: #f6e8e0;
}
.pace-card span { font-size: 1.7rem; display: block; margin-bottom: 0.6rem; }
.pace-card p { font-size: 0.96rem; }

/* ---------- Stat band ---------- */
.stat-band { background: var(--paper); }
.big-stat { margin: 0.4rem 0 1rem; }
.stat-number { font-family: var(--font-display); font-size: clamp(3.4rem, 9vw, 5.5rem); color: var(--clay-dark); font-weight: 600; }
.stat-copy { max-width: 44rem; text-align: center; color: var(--ink); font-size: 1.08rem; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.img-placeholder {
  background: repeating-linear-gradient(45deg, #f0ddd4, #f0ddd4 12px, #e9d2c6 12px, #e9d2c6 24px);
  border: 2px dashed var(--clay-dark); color: var(--clay-deep);
  display: grid; place-items: center; text-align: center;
  font-weight: 600; font-size: 0.95rem; border-radius: var(--radius);
}
.img-placeholder.portrait { aspect-ratio: 4 / 5; width: 100%; }
.photo-caption { text-align: center; font-size: 0.9rem; color: var(--muted); margin-top: 0.7rem; }
.about-copy p { margin-bottom: 1rem; }
.about-copy em { color: var(--clay-dark); }
.cred-list { list-style: none; display: grid; gap: 0.5rem; margin: 0.4rem 0 1.3rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tag {
  background: var(--white); border: 1.5px solid var(--clay);
  color: var(--clay-deep); font-weight: 600; font-size: 0.85rem;
  padding: 0.35rem 0.9rem; border-radius: 999px;
}

/* ---------- Founder ---------- */
.img-placeholder.circle { width: 170px; height: 170px; border-radius: 50%; margin: 0 auto 1.2rem; }
.founder-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: clamp(1.6rem, 4vw, 2.6rem);
  text-align: center; max-width: 640px;
}
.founder-card .cred-line { font-weight: 600; color: var(--clay-dark); margin-bottom: 1rem; }
.founder-card p:last-child { color: var(--muted); }

/* ---------- Bottom CTA ---------- */
.cta-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.cta-copy h2 { margin-bottom: 1rem; }
.clinic-info { font-style: normal; margin-top: 1.8rem; line-height: 1.8; color: #f0ded5; }
.clinic-info a { color: #f3c9b6; }

/* ---------- Footer ---------- */
.site-footer { background: #5c3d31; color: #e2cec4; padding: 1.8rem 0; font-size: 0.88rem; }
.footer-inner { display: grid; gap: 0.4rem; text-align: center; }
.site-footer .footnote { color: #c4a897; margin: 0; }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none; gap: 0.5rem; justify-content: center;
  padding: 0.6rem 0.8rem calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(125, 83, 68, 0.14);
  transform: translateY(110%); transition: transform 0.35s ease;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta .btn { flex: 1; max-width: 160px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-halo { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .selfcheck-result { animation: none; }
  * { transition-duration: 0.01ms !important; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1020px) {
  .symptom-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .pace-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .hero-grid, .about-grid, .cta-grid, .explain-row { grid-template-columns: 1fr; }
  .explain-row.flip .explain-art { order: 0; } /* image always above text on mobile */
  .about-photo { max-width: 340px; margin-inline: auto; }
}

@media (max-width: 640px) {
  .symptom-grid, .trust-grid { grid-template-columns: 1fr; }
  .field-row { flex-direction: column; gap: 0; }
  .field-narrow { max-width: 100%; }
  .sticky-cta { display: flex; }
  .hero-ctas .btn { flex: 1; }
  body { padding-bottom: 76px; }
}

</style>/* End custom CSS */