@charset "UTF-8";
:root{--ink:#382b3e;--plum:#583d65;--plum-dark:#422e4c;--muted:#706575;--lavender:#eeebf5;--lavender-deep:#ddd4e8;--sage:#dfe9df;--sage-ink:#3c5d46;--white:#fff;--line:#e0d9e3;--error:#943c43;--page:1240px;--body:"Aptos","Segoe UI",Arial,sans-serif;--display:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;color-scheme:light;font-family:var(--body);font-size:16px;color:var(--ink);background:var(--white);font-synthesis:none;text-rendering:optimizeLegibility}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px}
body{margin:0;line-height:1.65}
body:has(dialog[open]),body.dialog-open{overflow:hidden}
main{min-height:50vh}
img{display:block;max-width:100%;height:auto}
svg{display:inline-block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
button,input,select,textarea{font:inherit;color:inherit}
button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-underline-offset:5px;text-decoration-thickness:1px}
a:hover{color:var(--plum)}
button:disabled{cursor:wait;opacity:.55}
button:disabled[data-page]{cursor:default}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #77648f;outline-offset:5px}
h1,h2,h3,p{margin:0}
h1,h2,h3{font-family:var(--display);font-weight:400;line-height:1.12;letter-spacing:-.045em}
h1{font-size:clamp(44px,5.8vw,76px)}
h2{font-size:clamp(35px,4.1vw,52px)}
h3{font-size:29px;letter-spacing:-.025em}
p+p{margin-top:1em}
ul,ol{padding-left:1.35em}
li+li{margin-top:.65em}
small,.small{font-size:.86rem;line-height:1.6;color:var(--muted)}
strong{font-weight:600}
button{background:none;border:0}
input,select,textarea{width:100%;border:1px solid #b9aebf;border-radius:9px;background:white;padding:12px 14px;min-height:48px;line-height:1.45}
textarea{resize:vertical;min-height:84px}
input[type=checkbox]{width:19px;height:19px;min-height:0;accent-color:var(--plum);margin:4px 0 0;flex:0 0 19px}
label{display:block;font-size:.94rem;font-weight:600}
label>input,label>select,label>textarea{margin-top:7px;font-weight:400}
form{display:grid;gap:19px}
form .small{margin-top:-10px}
label .optional{font-weight:400;color:var(--muted)}
fieldset{border:0;padding:0;margin:0}
.section{max-width:var(--page);margin-inline:auto;padding:98px 34px}
.intro-label{font-size:.87rem;font-weight:500;color:var(--plum);letter-spacing:.025em;margin-bottom:20px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:46px}
.section-heading>p{max-width:360px;color:var(--muted);font-size:1.06rem;padding-bottom:4px}
.button-row{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:30px}
.button{min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:9px;padding:13px 23px;border:1px solid transparent;text-decoration:none;font-weight:600;font-size:.94rem;line-height:1.4;transition:background .15s,color .15s,border-color .15s;letter-spacing:0}
.button.primary{background:var(--plum);color:white}
.button.primary:hover{background:var(--plum-dark)}
.button.secondary{border-color:#b9a9c2;background:transparent;color:var(--plum)}
.button.secondary:hover{background:#e9e2ef}
.button.light{background:white;color:var(--plum)}
.button.light:hover{background:var(--lavender)}
.text-link{display:inline-flex;align-items:center;gap:10px;font-size:.94rem;font-weight:600;text-decoration:underline;text-underline-offset:6px}
.text-link svg{width:19px}
.back-link{display:inline-block;font-size:.9rem;color:var(--muted);margin-bottom:42px}
.back-link::before{content:"‹";font-size:22px;vertical-align:-1px;margin-right:10px}
.skip-link{position:fixed;left:20px;top:8px;background:var(--plum);color:white;padding:12px;z-index:100;transform:translateY(-160%)}
.skip-link:focus{transform:none}
.preserve-lines{white-space:pre-line}
.muted{color:var(--muted)}
.body-copy{font-size:1.075rem;line-height:1.85}
.body-copy>p+p{margin-top:1.15em}
.body-copy h2{font-size:32px;margin-top:42px;margin-bottom:18px}
.body-copy>h2:first-child{margin-top:0}
.body-copy .button{margin-top:22px}
.lead{font-size:1.2rem;color:var(--muted);line-height:1.75;margin-top:24px}
.section-end{text-align:center;margin-top:46px}

midwife-header{display:block;position:sticky;top:0;z-index:30;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(221,211,226,.6)}
.site-header{max-width:1440px;margin:auto;padding:20px 48px;min-height:97px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}
.brand-symbol{color:var(--plum);width:36px}
.brand-symbol svg{width:34px;height:44px;stroke-width:1.5}
.brand strong{font-family:var(--display);font-size:25px;font-weight:400;letter-spacing:-.04em;display:block;line-height:1.2}
.brand>span>span{font-size:10px;display:block;letter-spacing:.065em;margin-top:5px}
.site-header nav{display:flex;align-items:center;gap:25px}
.site-header nav a{text-decoration:none;font-size:.88rem;white-space:nowrap}
.site-header nav a:hover{text-decoration:underline}
.site-header nav .nav-account{padding:10px 16px;border:1px solid #c7bbd0;border-radius:8px}
.menu-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center}

.hero{background:var(--lavender);overflow:hidden}
.hero-inner{max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1.02fr;gap:28px;padding:53px 48px 59px}
.hero-copy{padding:33px 0 24px 37px;align-self:center}
.hero .intro-label{margin-bottom:27px}
.hero h1{font-size:clamp(56px,5.8vw,86px);line-height:1.04;letter-spacing:-.055em;max-width:580px;white-space:pre-line}
.hero-description{max-width:455px;color:#64576b;font-size:1.05rem;line-height:1.85;margin-top:29px}
.hero .button-row{gap:22px;margin-top:31px}
.hero-person{margin-top:43px;display:flex;align-items:center;gap:13px}
.hero-person img{width:47px;height:47px;object-fit:cover;object-position:50% 25%;border-radius:50%}
.hero-person p{font-size:.82rem;line-height:1.5}
.hero-person strong,.hero-person span{display:block}
.hero-person span{color:var(--muted);font-size:.77rem;margin-top:2px}
.hero-visual{min-height:540px;position:relative;padding:0 0 22px 0}
.hero-photo{width:100%;height:100%;min-height:540px;object-fit:cover;object-position:38% 50%;border-radius:160px 12px 95px 12px}
.photo-note{position:absolute;bottom:0;right:20px;border:7px solid var(--lavender);border-radius:13px;background:white;padding:16px 20px;display:flex;align-items:center;gap:15px;box-shadow:0 7px 20px #3c29450c;font-size:.91rem;line-height:1.55;color:var(--plum)}
.note-flower{font-size:47px;line-height:1;font-weight:400;color:#8f80a4}
.journey{padding-top:88px}
.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.journey-item{text-decoration:none;display:block}
.journey-image{height:250px;overflow:hidden;border-radius:65px 12px 12px 12px;margin-bottom:24px}
.journey-item:nth-child(2) .journey-image{border-radius:12px 12px 65px 12px}
.journey-item:nth-child(3) .journey-image{border-radius:12px 65px 12px 12px}
.journey-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.journey-item:hover img{transform:scale(1.025)}
.journey-tag{font-size:.8rem;color:var(--muted);display:block;margin-bottom:11px}
.journey h3{font-size:30px}
.journey-item p{font-size:.97rem;color:var(--muted);margin-top:15px;max-width:330px}
.journey-item .text-link{margin-top:21px}
.about{display:grid;grid-template-columns:.83fr 1fr;gap:113px;padding-top:49px;padding-bottom:108px;align-items:center}
.about-photo{position:relative;margin-left:55px}
.about-photo img{height:478px;width:100%;object-fit:cover;object-position:50% 26%;border-radius:160px 160px 15px 15px}
.about-photo>span{position:absolute;bottom:-24px;right:-27px;background:var(--sage);color:var(--sage-ink);padding:21px 27px;border-radius:8px;font-family:var(--display);font-size:23px;transform:rotate(-4deg)}
.about-copy h2{margin-bottom:26px}
.about-copy .body-copy{font-size:1rem;color:var(--muted);line-height:1.85}
.about-belief{font-family:var(--display);font-size:25px;line-height:1.4;letter-spacing:-.02em;margin:26px 0}
.services{display:grid;grid-template-columns:1fr 1.12fr;gap:100px;padding-top:74px;border-top:1px solid var(--line)}
.services>div>p:not(.intro-label){max-width:390px;color:var(--muted);margin-top:25px}
.services>div>.text-link{margin-top:27px}
.service-list details{border-bottom:1px solid var(--line);padding:22px 0}
.service-list details:first-child{border-top:1px solid var(--line)}
.service-list summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;font-family:var(--display);font-size:25px;line-height:1.3;gap:20px}
.service-list summary::-webkit-details-marker{display:none}
.service-list summary span{font-family:var(--body);font-size:23px;font-weight:300;color:#95839e}
.service-list details[open] summary span{transform:rotate(45deg)}
.service-list details p{font-size:.96rem;color:var(--muted);margin:18px 0 13px;max-width:420px}

.course-section{background:#f4f2f8}
.course-section .section{padding-top:84px;padding-bottom:62px}
.course-toolbar{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.course-toolbar label{display:flex;align-items:center;gap:18px;font-weight:400;font-size:.85rem}
.course-toolbar select{width:220px;margin:0;min-height:43px;padding-block:9px;background:transparent}
.course-toolbar>span{font-size:.78rem;color:var(--muted)}
.course-row{display:grid;grid-template-columns:126px 1fr 197px;gap:27px;align-items:center;background:white;border:1px solid #e5deeb;border-radius:14px;padding:24px;margin-top:16px}
.course-image img{width:126px;height:142px;object-fit:cover;border-radius:8px}
.course-tag{font-size:.77rem;color:var(--plum);margin-bottom:8px}
.course-main h3{font-size:27px;letter-spacing:-.03em}
.course-main h3 a{text-decoration:none}
.course-main h3 a:hover{text-decoration:underline}
.course-main>p:not(.course-tag){font-size:.9rem;color:var(--muted);margin-top:9px;max-width:540px}
.course-facts{display:flex;gap:18px;flex-wrap:wrap;font-size:.84rem;color:var(--muted);margin-top:17px}
.course-facts span+span{border-left:1px solid var(--line);padding-left:18px}
.course-action{border-left:1px solid var(--line);padding-left:23px}
.course-action>p{font-size:.83rem;line-height:1.6;margin:11px 0 14px}
.course-action .button{font-size:.79rem;padding:11px 13px;min-height:42px;gap:6px;width:100%}
.course-action .button svg{width:17px}
.availability{display:inline-flex;align-items:center;gap:7px;background:#e8f0e7;color:#466246;border-radius:30px;font-size:.73rem;padding:4px 10px;line-height:1.45}
.availability::before{content:"";width:5px;height:5px;background:currentColor;border-radius:50%}
.availability.waitlist{background:#f1eaf6;color:#74607d}
.course-bottom{display:flex;align-items:center;justify-content:space-between;gap:34px;margin-top:29px}
.course-bottom p{font-size:.79rem;color:var(--muted);max-width:610px}
.course-bottom .text-link{font-size:.8rem;flex-shrink:0}
.empty-state{display:flex;gap:30px;align-items:center;border:1px solid var(--line);background:white;border-radius:13px;padding:39px 45px}
.empty-state h3,.empty-state h2{font-size:30px}
.empty-state p{max-width:690px;color:var(--muted);margin-top:15px;font-size:.97rem}
.empty-state .button{margin-top:22px}
.empty-symbol{display:flex;align-items:center;justify-content:center;width:97px;height:117px;flex-shrink:0;background:var(--lavender);border-radius:55px 55px 8px 8px;color:#8b7399}
.empty-symbol svg{width:41px;height:60px}
.loading{padding:36px 0;color:var(--muted);font-size:.95rem}
.loading::before{content:"";display:inline-block;width:16px;height:16px;border:2px solid var(--lavender-deep);border-top-color:var(--plum);border-radius:50%;vertical-align:-3px;margin-right:12px;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}
}
.status-box{padding:23px 27px;background:var(--lavender);border-radius:10px;margin-block:20px;font-size:.97rem}
.status-box .button{margin-top:16px}
.status-box.error{background:#faf0ef;border:1px solid #e6cbcd;color:#753c44}
.error-text{color:var(--error)}
.success-text{color:var(--sage-ink)}
.form-status:empty{display:none}
.form-status{font-size:.9rem;line-height:1.6}

.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.topic-card a{display:block;text-decoration:none;height:100%}
.topic-card-image{height:230px;border-radius:12px;overflow:hidden}
.topic-card-image img{width:100%;height:100%;object-fit:cover}
.topic-card-copy{padding-top:21px}
.topic-category{color:var(--plum);font-size:.76rem;margin-bottom:10px}
.topic-card h3{font-size:28px}
.topic-card p:not(.topic-category){font-size:.92rem;color:var(--muted);margin-top:13px}
.topic-card .text-link{margin-top:20px;font-size:.86rem}
.library-filters{display:grid;grid-template-columns:1fr 270px;gap:25px;margin:35px 0}
.knowledge:has(.library-filters) .topic-grid{row-gap:53px}
.published{padding-top:0}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.news-card{border-top:1px solid var(--line);padding-top:23px}
.news-card a{text-decoration:none}
.news-card img{border-radius:12px;margin-bottom:20px;height:220px;object-fit:cover;width:100%}
.news-card h3{font-size:28px}
.news-card p:not(.topic-category){font-size:.94rem;color:var(--muted);margin-top:12px}
.news-card .text-link{margin-top:20px}
.published>.text-link{margin-top:25px}
.community-invite{background:var(--plum);color:white;overflow:hidden}
.community-invite>.section{display:grid;grid-template-columns:.45fr 1fr;gap:65px;align-items:center;padding-top:70px;padding-bottom:68px}
.community-invite h2{font-size:48px;max-width:600px}
.community-invite .intro-label{color:#dacfdf}
.community-invite p:not(.intro-label){max-width:635px;color:#e2d9e8;margin-top:24px;font-size:1.04rem}
.community-invite .button{margin-top:26px}
.community-invite .small{font-size:.78rem!important;margin-top:18px!important}
.community-shape{height:247px;width:247px;border:1px solid #a38db2;border-radius:50%;position:relative;justify-self:center;color:#dfd2ea;font-family:var(--display);font-size:160px;font-weight:400;line-height:1}
.community-shape span:first-child{position:absolute;top:-17px;left:30px}
.community-shape span:last-child{position:absolute;bottom:-32px;right:25px}
.contact-section{background:#f0f3ee}
.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:start}
.contact-text{font-size:1.1rem;line-height:1.85;color:#5c645b}
.contact-email{font-family:var(--display);font-size:clamp(21px,2.3vw,30px);display:inline-block;margin:21px 0 24px;overflow-wrap:anywhere;color:var(--ink)}
.contact-inner .button{display:flex;width:max-content;margin-bottom:17px}
.contact-inner [data-contact-details]:not(:empty){margin-bottom:26px}
.contact-inner [data-contact-details] a{display:block}
.contact-inner .small{max-width:410px;font-size:.78rem}
.site-footer{max-width:var(--page);margin:auto;padding:55px 34px 27px}
.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start;padding-bottom:45px}
.footer-top>.brand{align-self:start}
.footer-top>p{font-family:var(--display);font-size:25px;line-height:1.45;color:var(--plum)}
.footer-top nav{display:grid;grid-template-columns:1fr 1fr;gap:9px 25px}
.footer-top nav a{font-size:.82rem;text-decoration:none}
.footer-bottom{border-top:1px solid var(--line);padding-top:22px;display:flex;justify-content:space-between;gap:30px;font-size:.73rem;color:var(--muted)}
.footer-bottom nav{display:flex;gap:23px;flex-wrap:wrap}
.footer-bottom a{text-decoration:none}

.detail-page{padding-top:47px}
.detail-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center}
.detail-hero h1{font-size:clamp(40px,4.7vw,64px)}
.detail-hero>img{width:100%;height:370px;object-fit:cover;border-radius:80px 10px 10px 10px}
.detail-hero .lead{font-size:1.09rem}
.detail-columns{display:grid;grid-template-columns:1.6fr 1fr;gap:90px;margin-top:62px}
.reading-aside,.booking-panel{border-radius:13px;padding:29px;background:var(--lavender);align-self:start;font-size:.94rem}
.reading-aside h2,.booking-panel h2{font-size:29px;margin-bottom:18px}
.reading-aside h2:not(:first-child){margin-top:33px}
.reading-aside a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 0;border-top:1px solid #d3c7dc;text-decoration:none;line-height:1.5;font-size:.9rem}
.reading-aside a svg{width:17px}
.reading-aside ul{line-height:1.8;margin-bottom:27px}
.reading-note{border-left:3px solid var(--lavender-deep);padding:5px 0 5px 25px;margin:38px 0;color:var(--muted)}
.reading-note h2{font-size:24px;margin:0 0 12px}
.reading-note p{font-size:.95rem}
.session-option{margin-top:22px;padding-top:22px;border-top:1px solid #d3c7dc}
.session-option h3{font-size:23px;margin-top:13px}
.session-option p{font-size:.9rem;margin:10px 0 16px}
.session-option .button{width:100%}
.article-heading{max-width:830px;margin:auto}
.article-image{width:100%;max-height:600px;object-fit:cover;border-radius:16px;margin-top:40px}
.article-body{max-width:770px;margin:52px auto 0}
.legal-page{max-width:960px}
.legal-page h1{margin-bottom:33px}
.legal-page article{font-size:1rem}
.legal-page article h2{font-size:30px;margin-top:40px;margin-bottom:18px}
.legal-page article p+p{margin-top:1em}
.legal-page article .lead{font-size:1.15rem;margin-bottom:28px}
.legal-page code{font-size:.88rem}
.price-list{margin:35px 0}
.price-list a{display:flex;align-items:center;justify-content:space-between;gap:28px;text-decoration:none;padding:18px 0;border-bottom:1px solid var(--line);font-size:1rem}
.price-list small{display:block;margin-top:3px}
.price-list strong{white-space:nowrap}
.booking-steps{padding-left:25px}
.booking-steps li{padding-left:10px;margin-bottom:20px}

dialog{border:0;border-radius:19px;padding:0;color:var(--ink);width:min(610px,calc(100% - 30px));max-height:calc(100dvh - 44px);background:white;box-shadow:0 20px 90px #25192f3d}
dialog::backdrop{background:#21132983;backdrop-filter:blur(3px)}
.dialog-close{position:sticky;top:12px;float:right;margin:12px 12px -52px 0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#f1edf5;border-radius:50%;z-index:2}
.dialog-content{padding:42px 38px 35px}
.dialog-content>h2{font-size:36px;line-height:1.2;padding-right:14px}
.dialog-content>.intro-label{margin-bottom:13px}
.dialog-content>p:not(.intro-label){font-size:.92rem;color:var(--muted);margin-top:18px}
.dialog-content form{margin-top:25px}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.check-label{display:flex;align-items:flex-start;gap:12px;font-size:.81rem;font-weight:400;line-height:1.65}
.selected-session{padding:16px 18px;background:var(--lavender);border-radius:9px;font-size:.83rem}
.selected-session strong{display:block;font-size:1.12rem;margin-bottom:5px}
.selected-session span{display:block}
.selected-session p{margin-top:12px}
.booking-success{text-align:center;padding:17px 0}
.success-icon{display:flex;align-items:center;justify-content:center;background:var(--sage);color:var(--sage-ink);width:75px;height:75px;border-radius:50%;margin:0 auto 25px}
.success-icon svg{width:33px;height:33px}
.booking-success h2{font-size:37px;line-height:1.2}
.booking-success p{font-size:.97rem;color:var(--muted);margin-top:22px}
.booking-success .button{margin-top:24px}

.page-heading{max-width:790px;margin-bottom:45px}
.page-heading>p:last-child{font-size:1.1rem;color:var(--muted);margin-top:22px;max-width:620px}
.member-page,.forum-page{padding-top:65px}
.account-grid,.forum-gate{display:grid;grid-template-columns:1.25fr 1fr;gap:70px;align-items:start}
.account-grid h2,.forum-gate h2,.profile-onboarding h2{font-size:33px;line-height:1.25;margin-bottom:20px}
.member-welcome{padding:36px;background:var(--lavender);border-radius:14px}
.member-welcome>p{font-size:1rem;color:var(--muted)}
.member-welcome .button{margin:27px 0 23px}
.member-welcome .small{font-size:.86rem}
.account-side{padding:32px;background:#f3f5f1;border-radius:14px}
.account-side h2{font-size:27px;margin:29px 0 17px}
.account-side h2:first-child{margin-top:0}
.account-side>p{font-size:.92rem;color:var(--muted)}
.account-link{display:flex;justify-content:space-between;gap:20px;align-items:center;text-decoration:none;padding:14px 0;border-bottom:1px solid #d8dfd3;font-size:.95rem}
.account-bar{display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:33px}
.profile-form>p{font-size:.92rem;color:var(--muted)}
.profile-form h2{margin:0}
.forum-rules{font-size:.88rem;color:var(--muted)}
.forum-rules summary{font-size:.95rem;font-weight:600;color:var(--ink);cursor:pointer;min-height:40px}
.forum-rules p{margin-top:18px}
.forum-rules ul{padding-left:21px}
.forum-gate{background:var(--lavender);padding:45px;border-radius:16px;gap:50px}
.forum-gate>div>p{font-size:1rem;color:var(--muted)}
.forum-gate .button{margin-top:29px}
.forum-gate .small{font-size:.87rem;margin-top:24px}
.profile-onboarding{max-width:620px;margin:auto;background:var(--lavender);padding:34px;border-radius:16px}
.cancellation-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;border-top:1px solid var(--line);padding-top:65px}
.cancellation-section h2{font-size:37px;margin-bottom:24px}
.cancellation-section>div>p:not(.intro-label){color:var(--muted)}
.cancellation-section .small{margin-top:20px}
.forum-toolbar{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:16px}
.forum-toolbar select{min-width:240px}
.forum-topics{border-top:1px solid var(--line);margin-top:28px}
.forum-topic{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:27px 4px;border-bottom:1px solid var(--line)}
.forum-topic>a{display:block;text-decoration:none;flex:1}
.forum-topic h2{font-size:29px;line-height:1.3;overflow-wrap:anywhere}
.forum-topic .topic-category{display:block}
.forum-topic a>p{font-size:.8rem;margin-top:14px;color:var(--muted)}
.forum-topic a>p>span{font-size:.76rem}
.reply-count{text-align:center;display:block;min-width:76px;background:var(--lavender);padding:10px;border-radius:9px;font-size:1.1rem;color:var(--plum)}
.reply-count>span{display:block;font-size:.7rem}
.pagination{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:33px}
.pagination>span{font-size:.84rem}
.pagination .button{font-size:.84rem;min-height:42px;padding:10px 18px}
.forum-footnote{margin-top:50px;padding:23px;background:#f6f4f8;border-radius:10px}
.thread-title h2{font-size:42px;line-height:1.2;margin-bottom:31px;overflow-wrap:anywhere}
.forum-post{border:1px solid var(--line);border-radius:13px;padding:28px;margin-top:19px;overflow-wrap:anywhere}
.forum-post.original-post{background:#f5f2f8;border-color:transparent}
.forum-post header{display:flex;align-items:center;gap:12px}
.author-avatar{width:42px;height:42px;background:#ddd3e7;color:var(--plum);border-radius:50%;display:flex;justify-content:center;align-items:center;font-family:var(--display);font-size:24px}
.forum-post header strong{display:block;font-size:.91rem}
.forum-post header span{display:block;font-size:.72rem;color:var(--muted);margin-top:3px}
.post-body{margin-top:22px;font-size:1rem;line-height:1.85}
.post-body p+p{margin-top:1.1em}
.forum-post footer{display:flex;align-items:center;gap:20px;margin-top:22px}
.text-button{padding:5px 0;font-size:.78rem;color:var(--muted);text-decoration:underline;text-underline-offset:4px;min-height:36px}
.text-button.danger{color:var(--error)}
.post-status{font-size:.8rem;color:var(--error)}
.replies-heading{font-size:29px;margin-top:40px;margin-bottom:23px}
.reply-form{background:#f4f6f1;padding:30px;border-radius:13px;margin-top:45px}
.reply-form h2{font-size:29px}
.reply-form .button{justify-self:start}
.compose-dialog h2{margin-bottom:25px}
.compose-dialog form>p{font-size:.9rem;color:var(--muted)}

@media(min-width:1600px){.hero-inner{gap:75px}
.hero-copy{padding-left:42px}
.hero-visual{min-height:590px}
.hero-photo{min-height:590px}
}

@media(max-width:1150px){.site-header{padding:19px 28px;gap:20px}
.site-header nav{gap:17px}
.site-header nav a{font-size:.8rem}
.brand strong{font-size:23px}
.hero-inner{padding:40px 32px 46px;gap:22px}
.hero-copy{padding-left:7px}
.hero-visual,.hero-photo{min-height:530px}
.hero h1{font-size:67px}
.hero .button-row{gap:17px}
.hero .button{padding:13px 16px;font-size:.87rem}
.hero .text-link{font-size:.87rem}
.section{padding-inline:32px}
.about{gap:75px}
.about-photo{margin-left:20px}
.journey-image{height:215px}
.journey h3{font-size:27px}
.services{gap:65px}
.community-invite>.section{gap:45px}
.community-invite h2{font-size:43px}
.contact-inner{gap:70px}
.detail-columns{gap:55px}
.course-row{grid-template-columns:105px 1fr 185px;gap:21px}
.course-image img{width:105px;height:125px}
.course-action{padding-left:18px}
.course-main h3{font-size:25px}
.footer-top{grid-template-columns:1.15fr 1fr 1.2fr}
.account-grid{gap:45px}
}

@media(max-width:900px){html{scroll-padding-top:90px}
.site-header{min-height:82px;position:relative}
.brand strong{font-size:24px}
.menu-toggle{display:flex}
.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;padding:20px 28px 29px;border-bottom:1px solid var(--line);box-shadow:0 20px 24px #32213d12;align-items:stretch;gap:2px}
.site-header nav a{font-size:1rem;padding:12px 5px}
.site-header nav .nav-account{text-align:center;margin-top:12px}
.site-header.menu-open nav{display:flex;flex-direction:column}
.hero-inner{grid-template-columns:1fr 1fr;gap:25px;padding:35px 29px 40px}
.hero-copy{padding:25px 0 15px}
.hero h1{font-size:57px}
.hero-description{font-size:.97rem;margin-top:24px}
.hero .intro-label{font-size:.71rem;margin-bottom:22px}
.hero-visual,.hero-photo{min-height:520px}
.hero-photo{border-top-left-radius:100px;object-position:37% 50%}
.hero .button-row{flex-direction:column;align-items:start;gap:18px}
.hero-person{margin-top:29px}
.photo-note{font-size:.75rem;padding:12px;right:-12px;gap:10px}
.note-flower{font-size:35px}
.section{padding-block:73px;padding-inline:29px}
.section-heading{gap:32px}
.section-heading>p{max-width:295px;font-size:.97rem}
.journey-grid{gap:23px}
.journey-image{height:183px}
.journey h3{font-size:24px}
.journey-item p{font-size:.88rem}
.journey-item .text-link{font-size:.83rem}
.journey-tag{font-size:.72rem}
.about{gap:65px;padding-top:40px}
.about-photo{margin-left:0}
.about-photo img{height:424px}
.about-photo>span{font-size:19px;padding:15px 17px;right:-25px}
.about-copy h2{font-size:36px}
.about-copy .body-copy{font-size:.92rem}
.about-belief{font-size:22px}
.services{gap:45px}
.services h2{font-size:38px}
.service-list summary{font-size:22px}
.services p{font-size:.94rem}
.course-row{grid-template-columns:90px 1fr 176px;gap:18px;padding:20px}
.course-image img{width:90px;height:125px}
.course-main h3{font-size:24px}
.course-main>p:not(.course-tag){font-size:.84rem}
.course-tag{font-size:.68rem}
.course-action{padding-left:15px}
.course-bottom{align-items:start;flex-direction:column;gap:16px}
.topic-grid{gap:24px}
.topic-card-image{height:183px}
.topic-card h3{font-size:25px}
.topic-card p:not(.topic-category){font-size:.86rem}
.community-invite>.section{grid-template-columns:.35fr 1fr;gap:38px}
.community-shape{width:180px;height:180px;font-size:120px}
.community-shape span:first-child{left:20px;top:-12px}
.community-shape span:last-child{right:15px;bottom:-26px}
.community-invite h2{font-size:39px}
.community-invite p:not(.intro-label){font-size:.97rem}
.contact-inner{gap:45px}
.contact-inner h2{font-size:46px}
.contact-text{font-size:1rem}
.footer-top{grid-template-columns:1fr 1fr}
.footer-top>p{display:none}
.footer-bottom{flex-direction:column;gap:16px}
.detail-hero{gap:35px}
.detail-hero h1{font-size:44px}
.detail-hero>img{height:325px;border-top-left-radius:60px}
.detail-hero .lead{font-size:1rem}
.detail-columns{gap:35px;grid-template-columns:1.4fr 1fr}
.body-copy{font-size:1rem}
.reading-aside,.booking-panel{padding:22px}
.reading-aside h2,.booking-panel h2{font-size:27px}
.account-grid,.forum-gate{gap:30px}
.account-side{padding:25px}
.account-grid h2,.forum-gate h2{font-size:29px}
.forum-gate{padding:30px}
.cancellation-section{gap:40px}
}

@media(max-width:640px){html{scroll-padding-top:83px}
.site-header{padding:14px 21px;min-height:78px}
.brand{gap:8px}
.brand strong{font-size:23px}
.brand>span>span{font-size:9px;letter-spacing:.03em}
.brand-symbol svg{width:29px;height:38px}
.brand-symbol{width:30px}
.hero-inner{display:flex;flex-direction:column;padding:30px 22px 31px;gap:30px}
.hero-copy{padding:6px 2px 0}
.hero h1{font-size:clamp(49px,12vw,69px);max-width:430px;line-height:1.02}
.hero .intro-label{font-size:.74rem;margin-bottom:23px}
.hero-description{font-size:.97rem;line-height:1.85;max-width:430px;margin-top:23px}
.hero .button-row{flex-direction:row;align-items:center;gap:18px;margin-top:27px}
.hero .button{font-size:.83rem;padding:13px 15px;min-height:47px;gap:8px}
.hero .button svg{width:18px}
.hero .text-link{font-size:.84rem}
.hero-person{margin-top:24px}
.hero-person img{width:41px;height:41px}
.hero-person p{font-size:.76rem}
.hero-person span{font-size:.71rem}
.hero-visual{min-height:0;padding-bottom:16px;margin-left:15px}
.hero-photo{min-height:0;height:320px;width:100%;border-radius:90px 9px 58px 9px;object-position:40% 48%}
.photo-note{right:-6px;bottom:0;font-size:.78rem;border-width:5px;padding:11px 17px;gap:12px}
.note-flower{font-size:35px}
.section{padding:58px 22px}
.section-heading{display:block;margin-bottom:31px}
.section-heading>p{margin-top:21px;max-width:440px;font-size:.97rem}
.intro-label{font-size:.76rem;margin-bottom:15px}
h1{font-size:44px}
h2{font-size:37px;line-height:1.13}
.journey-grid{grid-template-columns:1fr;gap:34px}
.journey-item{display:grid;grid-template-columns:107px 1fr;gap:21px;align-items:start}
.journey-image,.journey-item:nth-child(2) .journey-image,.journey-item:nth-child(3) .journey-image{height:156px;border-radius:48px 8px 8px 8px;margin:0}
.journey-item:nth-child(2) .journey-image{border-radius:8px 8px 48px 8px}
.journey-item:nth-child(3) .journey-image{border-radius:8px 48px 8px 8px}
.journey-image img{object-position:45% 50%}
.journey-tag{font-size:.69rem;margin:0 0 8px}
.journey h3{font-size:25px;line-height:1.15}
.journey-item p{font-size:.85rem;margin-top:10px;line-height:1.65}
.journey-item .text-link{font-size:.79rem;margin-top:12px;gap:6px}
.journey-item .text-link svg{width:16px}
.about{grid-template-columns:1fr;gap:52px;padding-top:26px}
.about-photo{width:73%;max-width:300px;margin:0 auto}
.about-photo img{height:345px;object-position:50% 29%;border-radius:130px 130px 10px 10px}
.about-photo>span{right:-29px;bottom:-19px;font-size:19px;padding:16px 19px}
.about-copy h2{font-size:37px;margin-bottom:22px}
.about-copy .body-copy{font-size:.97rem}
.about-belief{font-size:25px;margin-top:23px}
.services{grid-template-columns:1fr;gap:32px;padding-top:49px}
.services h2{font-size:37px}
.services>div>p:not(.intro-label){font-size:.96rem;margin-top:20px}
.service-list details{padding:19px 0}
.service-list summary{font-size:24px}
.course-section .section{padding-top:57px;padding-bottom:44px}
.course-toolbar{align-items:start;flex-direction:column;gap:11px;margin-bottom:23px}
.course-toolbar label{width:100%;justify-content:space-between;gap:10px}
.course-toolbar select{width:auto;max-width:67%;font-size:.83rem;min-height:43px}
.course-toolbar>span{font-size:.7rem}
.course-row{grid-template-columns:74px 1fr;gap:14px;padding:17px;margin-top:16px;align-items:start}
.course-image img{width:74px;height:93px}
.course-main h3{font-size:25px}
.course-tag{font-size:.68rem;line-height:1.5;margin-bottom:6px}
.course-main>p:not(.course-tag){font-size:.83rem;line-height:1.6}
.course-facts{font-size:.75rem;gap:13px;margin-top:12px}
.course-facts span+span{padding-left:13px}
.course-action{grid-column:1/-1;border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:15px;display:grid;grid-template-columns:1fr 1fr;column-gap:15px;align-items:center}
.course-action .availability{justify-self:start;grid-column:1}
.course-action>p{font-size:.76rem;grid-column:1;margin:8px 0 0}
.course-action .button,.course-action .text-link{grid-column:2;grid-row:1/3;width:100%;font-size:.8rem}
.course-action .button svg{display:none}
.course-bottom{margin-top:22px}
.course-bottom p{font-size:.76rem}
.course-bottom .text-link{font-size:.79rem;flex-shrink:1}
.empty-state{padding:28px 23px;gap:0}
.empty-symbol{display:none}
.empty-state h3,.empty-state h2{font-size:29px}
.empty-state p{font-size:.91rem}
.empty-state .button{font-size:.86rem}
.topic-grid{grid-template-columns:1fr;gap:34px}
.topic-card-image{height:240px}
.topic-card h3{font-size:29px}
.topic-card p:not(.topic-category){font-size:.94rem}
.topic-card-copy{padding-top:18px}
.topic-card .text-link{margin-top:14px}
.section-end{margin-top:32px}
.library-filters{grid-template-columns:1fr;gap:19px}
.knowledge:has(.library-filters) .topic-grid{row-gap:36px}
.news-grid{grid-template-columns:1fr;gap:30px}
.published{padding-top:5px}
.news-card h3{font-size:29px}
.news-card img{height:250px}
.community-invite>.section{grid-template-columns:1fr;gap:0;padding-block:52px}
.community-shape{display:none}
.community-invite h2{font-size:38px}
.community-invite p:not(.intro-label){font-size:1rem;margin-top:20px}
.community-invite .small{max-width:290px}
.contact-inner{grid-template-columns:1fr;gap:25px;padding-block:52px}
.contact-inner h2{font-size:44px}
.contact-inner h2 br{display:none}
.contact-text{font-size:1rem}
.contact-email{font-size:26px;margin:20px 0 21px}
.contact-inner .small{font-size:.76rem}
.site-footer{padding:40px 22px 26px}
.footer-top{display:block;padding-bottom:26px}
.footer-top nav{margin-top:29px;gap:11px 25px;max-width:390px}
.footer-top nav a{font-size:.83rem}
.footer-bottom{font-size:.73rem;padding-top:22px;gap:19px}
.footer-bottom nav{gap:11px 21px}
.detail-page{padding-top:31px}
.back-link{font-size:.81rem;margin-bottom:27px}
.detail-hero{grid-template-columns:1fr;gap:29px}
.detail-hero h1{font-size:42px}
.detail-hero .lead{font-size:1.04rem;margin-top:20px}
.detail-hero>img{height:260px;border-radius:60px 9px 9px 9px}
.detail-columns{grid-template-columns:1fr;gap:36px;margin-top:33px}
.body-copy{font-size:1rem;line-height:1.85}
.reading-aside,.booking-panel{padding:25px}
.reading-note{padding-left:18px}
.reading-note h2{font-size:25px}
.article-heading .lead{font-size:1.03rem}
.article-image{height:270px;margin-top:30px}
.article-body{margin-top:30px}
.legal-page h1{font-size:42px}
.legal-page article h2{font-size:29px;margin-top:32px}
.legal-page article .lead{font-size:1.02rem}
.price-list a{font-size:.92rem;gap:20px}
.booking-steps{padding-left:20px}
.booking-steps li{padding-left:5px}
.dialog-content{padding:43px 23px 29px}
.dialog-content>h2{font-size:31px}
.dialog-content>p:not(.intro-label){font-size:.9rem}
.dialog-content form{gap:18px}
dialog{max-height:calc(100dvh - 26px);width:calc(100% - 24px);border-radius:15px}
.field-grid{gap:12px}
.dialog-content label{font-size:.87rem}
.dialog-content .check-label{font-size:.76rem;gap:10px}
.dialog-content .small{font-size:.76rem}
.booking-success h2{font-size:33px}
.booking-success p{font-size:.93rem}
.page-heading{margin-bottom:31px}
.page-heading h1{font-size:43px}
.page-heading>p:last-child{font-size:1rem;margin-top:20px}
.account-grid,.forum-gate,.cancellation-section{grid-template-columns:1fr;gap:30px}
.account-grid h2,.forum-gate h2{font-size:31px}
.member-welcome,.account-side{padding:26px}
.member-welcome>.button{font-size:.86rem;padding:13px 16px;gap:7px}
.member-welcome .button svg{width:17px}
.account-bar{gap:17px;font-size:.91rem}
.account-bar .button{font-size:.8rem;min-height:42px;padding:10px 14px}
.profile-form>p{font-size:.9rem}
.forum-gate{padding:27px 23px}
.forum-gate .button{font-size:.84rem;gap:8px;padding:13px 14px}
.forum-gate .button svg{width:17px}
.forum-gate>div>p{font-size:.93rem}
.forum-rules{font-size:.82rem}
.forum-rules summary{font-size:.9rem}
.profile-onboarding{padding:26px 21px}
.cancellation-section{padding-top:40px}
.cancellation-section h2{font-size:35px}
.forum-toolbar{flex-wrap:wrap;align-items:stretch;gap:18px}
.forum-toolbar label{width:100%}
.forum-toolbar select{min-width:0}
.forum-toolbar>.button{font-size:.86rem}
.forum-topic{gap:18px;padding:24px 0}
.forum-topic h2{font-size:26px}
.forum-topic a>p{font-size:.75rem;margin-top:10px}
.forum-topic a>p>span{font-size:.68rem}
.reply-count{min-width:61px;font-size:1rem;padding:8px}
.reply-count>span{font-size:.6rem}
.pagination{gap:15px;justify-content:space-between}
.pagination>span{font-size:.73rem}
.pagination .button{padding:10px 13px;font-size:.77rem}
.thread-title h2{font-size:33px}
.forum-post{padding:22px 19px}
.post-body{font-size:.95rem}
.forum-post header span{font-size:.67rem}
.forum-post footer{gap:18px;flex-wrap:wrap}
.forum-post .text-button{font-size:.75rem}
.reply-form{padding:25px 20px}
.reply-form .button{font-size:.84rem}
.replies-heading{font-size:28px}
.compose-dialog form>p{font-size:.86rem}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation:none!important;transition:none!important}
.loading::before{border-color:var(--plum)}
}
/* Component wrappers provide stable anchors, including asynchronously loaded sections. */
hero-section,guided-overview,about-midwife,service-overview,course-schedule,course-detail,topic-library,topic-detail,service-detail,published-articles,article-detail,community-invite,account-page,forum-page,cancellation-form,cost-page,contact-panel,midwife-footer{display:block}
h1,h2,h3{overflow-wrap:anywhere}
.hero-copy,.course-main,.detail-hero>div,.article-heading,.forum-topic>a{min-width:0}
