:root{--bg: #faf7f2;--surface: #ffffff;--surface-alt: #f2ede4;--ink: #3a3a34;--muted: #6f6f66;--sage: #7c8b6f;--sage-dark: #5c6b50;--sage-light: #a8b79a;--plum: #8a5a72;--plum-dark: #6b4258;--plum-light: #b98ea6;--blush: #c08a76;--line: #e6e0d6;--font-head: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;--maxw: 1120px;--gap: clamp(1.5rem, 4vw, 3rem);--radius: 10px;--shadow: 0 12px 34px rgba(60, 58, 52, .08)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--sage-dark);text-decoration:none}a:hover{color:var(--blush)}h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.15;color:var(--ink);margin:0 0 .5em;letter-spacing:.01em}h1{font-size:clamp(2.4rem,6vw,4rem)}h2{font-size:clamp(1.9rem,4.5vw,2.9rem)}h3{font-size:clamp(1.4rem,3vw,1.9rem)}p{margin:0 0 1.15em}.text-sage{color:var(--sage-dark)}.text-plum{color:var(--plum-dark)}.container{width:min(100% - 2.5rem,var(--maxw));margin-inline:auto}.section{padding-block:clamp(3rem,8vw,6rem)}.section--alt{background:var(--surface-alt)}.section--sage{background:var(--sage);color:#fdfcf9}.section--sage h1,.section--sage h2,.section--sage h3{color:#fff}.narrow{max-width:760px;margin-inline:auto}.center{text-align:center}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.22em;font-size:.8rem;font-weight:700;color:var(--sage-dark);margin-bottom:.75rem}.lede{font-size:1.2rem;color:var(--muted)}.btn{display:inline-block;font-family:var(--font-body);font-weight:700;letter-spacing:.03em;padding:.8rem 1.9rem;border-radius:999px;background:var(--sage);color:#fff!important;border:2px solid var(--sage);transition:background .2s ease,border-color .2s ease,transform .2s ease}.btn:hover{background:var(--sage-dark);border-color:var(--sage-dark);color:#fff!important;transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--sage-dark)!important}.btn--ghost:hover{background:var(--sage);color:#fff!important}.btn--light{background:#fff;color:var(--sage-dark)!important;border-color:#fff}.btn--plum{background:var(--plum);border-color:var(--plum)}.btn--plum:hover{background:var(--plum-dark);border-color:var(--plum-dark)}.site-header{position:sticky;top:0;z-index:50;background:#faf7f2eb;backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.65rem}.site-header__logo{display:flex;align-items:center;gap:.65rem}.site-header__logo img{height:48px;width:auto}.site-header__wordmark{font-family:var(--font-head);font-weight:700;font-size:1.15rem;color:var(--ink);line-height:1.15}.site-header__wordmark small{display:block;font-weight:500;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.nav{display:flex;align-items:center;gap:1.6rem}.nav a{font-weight:600;color:var(--ink);font-size:.98rem}.nav a:hover{color:var(--sage-dark)}.nav__toggle{display:none}@media(max-width:960px){.nav{position:absolute;inset:100% 0 auto;flex-direction:column;align-items:flex-start;gap:.25rem;background:var(--bg);border-bottom:1px solid var(--line);padding:1rem 1.25rem 1.5rem;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .25s ease}.nav a{padding:.5rem 0;width:100%}#nav-toggle:checked~.nav{max-height:26rem;visibility:visible}.nav__toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;cursor:pointer;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.nav__toggle span{display:block;height:2px;width:20px;margin-inline:auto;background:var(--ink)}}@media(min-width:961px){#nav-toggle{display:none}}.hero{position:relative;color:#fff}.hero__media{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1c1b188c,#1c1b18b8,#1c1b188c)}.hero .container{position:relative;width:100%;max-width:none;margin-inline:0;padding-inline:clamp(1.5rem,6vw,5rem)}.hero__inner{position:relative;margin-inline:auto;padding-top:clamp(6rem,16vw,10rem);padding-bottom:clamp(4rem,12vw,8rem);max-width:640px;text-align:center}.hero h1{color:#fff;margin-bottom:.15em}.hero .eyebrow{color:#f2ede4}.hero p{font-size:1.25rem;color:#f6f2ea}.hero__actions{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.page-header{position:relative;min-height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(120deg,var(--sage-dark),var(--plum-dark))}.page-header h1{position:relative;color:#fff;text-align:center;margin:0;padding-inline:1.5rem}.page-header p{position:relative;color:#f6f2ea;text-align:center;max-width:640px;margin:.75rem auto 0;padding-inline:1.5rem}.prose{max-width:760px;margin-inline:auto}.prose img{border-radius:var(--radius);margin-block:1.75rem;box-shadow:var(--shadow)}.prose h2{margin-top:1.8em}.prose figure{margin:0 0 1.75rem}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.media-grid img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:3/2;object-fit:cover;width:100%}.alt-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,5vw,3.5rem);align-items:center;margin-block:clamp(2rem,6vw,3.5rem)}.alt-row img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover;width:100%}.alt-row>:last-child{margin:0}.alt-row--reverse>:first-child{order:2}.alt-row--reverse>:last-child{order:1}@media(max-width:720px){.alt-row{grid-template-columns:1fr}.alt-row--reverse>:first-child,.alt-row--reverse>:last-child{order:initial}}.leaf-divider{text-align:center;margin-block:2.5rem}.leaf-divider img{display:inline-block;height:48px;width:auto;margin:0 auto;opacity:.9}.rule-divider{border:none;border-top:1px solid var(--line);margin-block:2.5rem}.quote{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--sage-light);border-radius:var(--radius);padding:1.75rem 1.9rem;box-shadow:var(--shadow)}.quote--plum{border-left-color:var(--plum-light)}.quote p{font-style:italic;color:#4a4a42}.quote cite{font-style:normal;font-weight:700;color:var(--sage-dark);display:block;margin-top:.6rem}.quote--plum cite{color:var(--plum-dark)}.quote--plain{border:none;box-shadow:none;background:transparent;padding:0}.big-quote{font-family:var(--font-head);font-size:clamp(1.6rem,4vw,2.6rem);line-height:1.3;text-align:center;max-width:900px;margin-inline:auto}.big-quote cite{display:block;font-size:1rem;font-family:var(--font-body);color:var(--muted);margin-top:1rem;font-style:normal}.quote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(1.5rem,5vw,3.5rem);align-items:center}.feature-row img{border-radius:var(--radius);box-shadow:var(--shadow)}.duo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(1.5rem,4vw,2.5rem)}.doula-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border-top:5px solid var(--accent, var(--sage))}.doula-card--laura{--accent: var(--sage)}.doula-card--lindsay{--accent: var(--plum)}.doula-card img{aspect-ratio:4/5;object-fit:cover;width:100%}.doula-card__body{padding:1.75rem}.doula-card__body .badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent, var(--sage));margin-bottom:.4rem}.doula-card__body h3{margin-bottom:.15em}.doula-card__body .tagline{color:var(--muted);font-style:italic;margin-bottom:1rem}.doula-bio{display:grid;grid-template-columns:280px 1fr;gap:clamp(1.5rem,4vw,3rem);align-items:start;margin-block:clamp(2rem,6vw,4rem)}.doula-bio img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/5;object-fit:cover;width:100%}.doula-bio .badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}@media(max-width:720px){.doula-bio{grid-template-columns:1fr}.doula-bio img{max-width:280px;margin-inline:auto}}.serving-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.serving-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);text-align:center}.serving-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.serving-card h3{font-size:1.35rem;padding:1.1rem 1rem 1.4rem;margin:0}.cert-list{display:grid;gap:1.75rem;max-width:820px;margin-inline:auto}.cert{display:grid;grid-template-columns:150px 1fr;gap:1.5rem;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.6rem}.cert__logo{display:flex;align-items:center;justify-content:center}.cert__logo img{max-height:84px;width:auto}.cert p{margin:0;font-style:italic;color:#4a4a42}@media(max-width:560px){.cert{grid-template-columns:1fr;text-align:center}}.packages{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start}.package{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}.package h3{color:var(--sage-dark)}.package .price{font-family:var(--font-head);font-size:2.4rem;color:var(--ink)}.package ul{padding-left:1.1rem;margin:.5rem 0 0}.package li{margin-bottom:.5rem}.pay-note{background:var(--surface-alt);border-radius:var(--radius);padding:1.1rem 1.4rem;margin-top:1.25rem;font-size:.98rem}.steps{counter-reset:step;display:grid;gap:1.5rem;max-width:760px;margin-inline:auto}.step{display:grid;grid-template-columns:44px 1fr;gap:1rem}.step:before{counter-increment:step;content:counter(step);width:44px;height:44px;border-radius:50%;background:var(--sage);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:700}.step h3{margin-bottom:.3rem}.step p{margin:0;color:var(--muted)}.quick-contact{background:linear-gradient(120deg,var(--sage),var(--plum));color:#fdfcf9}.quick-contact a{color:#fff;text-decoration:underline;text-underline-offset:3px}.quick-contact__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.qc-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.qc-item img{height:40px;width:auto;filter:brightness(0) invert(1);opacity:.9}.qc-item h3{color:#fff;margin:0;font-size:1.3rem}.site-footer{background:var(--ink);color:#eef0e8;text-align:center;padding-block:2rem;font-size:.9rem}.site-footer a{color:#fff;text-decoration:underline}.site-footer img{height:42px;margin:0 auto .75rem;opacity:.85}.skip-link{position:absolute;left:-9999px;top:0;background:var(--sage-dark);color:#fff;padding:.6rem 1rem;border-radius:0 0 8px;z-index:100}.skip-link:focus{left:0;color:#fff}.mt-0{margin-top:0}.stack>*+*{margin-top:1.5rem}
