#hero{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:flex-end;min-height:calc(100svh - var(--header-h));background:var(--c-dark-bg);color:var(--c-dark-text)}
#hero .hero__media{position:absolute;inset:0;z-index:-2}
#hero .hero__media img{width:100%;height:100%;object-fit:cover;object-position:20% 20%}
#hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,rgba(42,35,32,.94) 0px,rgba(42,35,32,.91) 300px,rgba(42,35,32,.84) 470px,rgba(42,35,32,.52) 570px,rgba(42,35,32,.20) 700px,rgba(42,35,32,.18) 100%)}
#hero .hero__inner{position:relative;z-index:1;width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter);padding-top:clamp(4rem,3rem + 8vw,7rem);padding-bottom:clamp(2.25rem,1.5rem + 3.5vw,4rem)}
#hero .hero__copy{max-width:min(100%,640px)}
#hero .cradle-rule{margin:0 0 18px}
#hero .kicker{color:var(--c-dark-text);margin-bottom:14px}
#hero h1{font-size:clamp(2.125rem,1.45rem + 2.6vw,3.5rem);line-height:1.1;max-width:20ch;color:var(--c-dark-text)}
#hero h1 br{display:none}
#hero .lede{margin-top:1rem;font-size:clamp(1.0625rem,1rem + .35vw,1.1875rem);line-height:1.55;max-width:46ch;color:var(--c-dark-text)}
#hero .hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:.9rem;margin-top:clamp(1.5rem,1.2rem + 1.5vw,2rem)}
#hero .hero__actions .btn{width:100%}
#hero .hero__link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:var(--c-dark-text);font-family:var(--ff-body);font-size:1rem;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}
#hero .hero__link:hover{color:var(--c-dark-text)}
@media (min-width:600px){#hero .hero__actions{flex-direction:row;align-items:center;gap:1.75rem}#hero .hero__actions .btn{width:auto}#hero .hero__link{justify-content:flex-start}}
@media (min-width:768px){#hero h1 br{display:inline}#hero::after{background:linear-gradient(to top,rgba(42,35,32,.92) 0px,rgba(42,35,32,.88) 340px,rgba(42,35,32,.80) 520px,rgba(42,35,32,.42) 640px,rgba(42,35,32,.14) 800px,rgba(42,35,32,.12) 100%)}}

#how-we-support-mothers{padding-block:clamp(3.25rem,2.5rem + 3vw,5.5rem);padding-inline:var(--gutter);background:var(--c-bg)}
#how-we-support-mothers>.container{padding-inline:0}
#how-we-support-mothers .cradle-rule{margin:0 0 16px}
#how-we-support-mothers h2{font-size:clamp(1.625rem,1.4rem + 1vw,2.125rem);max-width:22ch}
#how-we-support-mothers .ledger{list-style:none;margin:clamp(1.75rem,1.5rem + 1vw,2.5rem) 0 0;padding:0}
#how-we-support-mothers .ledger li{max-width:none;padding-block:clamp(1.375rem,1.2rem + .8vw,1.75rem)}
#how-we-support-mothers .ledger li+li{border-top:1px solid #EFE4D8}
#how-we-support-mothers .ledger__num{display:block;font-family:var(--ff-display);font-weight:600;font-size:1rem;line-height:1;letter-spacing:.02em;margin:0 0 .6rem}
#how-we-support-mothers .ledger li:nth-child(-n+2) .ledger__num{color:var(--c-primary)}
#how-we-support-mothers .ledger li:nth-child(n+3) .ledger__num{color:var(--c-secondary)}
#how-we-support-mothers .ledger h3{font-size:1.375rem;line-height:1.25;max-width:24ch}
#how-we-support-mothers .ledger p{margin-top:.5rem;font-size:1.0625rem;line-height:1.65;max-width:56ch}
@media (min-width:768px){
#how-we-support-mothers .ledger li{display:grid;grid-template-columns:3.25rem minmax(0,1fr);column-gap:1.25rem}
#how-we-support-mothers .ledger__num{grid-column:1;grid-row:1 / span 2;font-size:1.125rem;margin:.4rem 0 0}
#how-we-support-mothers .ledger h3{grid-column:2;grid-row:1}
#how-we-support-mothers .ledger p{grid-column:2;grid-row:2;font-size:1.125rem}
}

#who-we-are{background:var(--c-bg);padding-bottom:0}
#who-we-are .wwa__block{background:var(--c-primary);color:var(--c-dark-text);padding-top:clamp(3rem,2.5rem + 3vw,5rem);padding-bottom:clamp(3.5rem,3rem + 3vw,5.5rem);padding-inline:var(--gutter)}
#who-we-are .wwa__inner{width:100%;max-width:calc(56ch + 4rem);margin-inline:auto}
#who-we-are .cradle-rule{margin:0 0 16px;border-bottom-color:var(--c-accent-soft)}
#who-we-are .kicker{color:var(--c-meta-dark)}
#who-we-are h2{color:var(--c-dark-text);font-size:clamp(1.625rem,1.4rem + 1vw,2.125rem);max-width:24ch}
#who-we-are .period{color:var(--c-accent-soft)}
#who-we-are p{color:var(--c-dark-text);font-size:1.125rem;line-height:1.75;max-width:56ch}
#who-we-are h2+p{margin-top:1.25rem}
#who-we-are p+p{margin-top:1.1rem}
#who-we-are .wwa__quote{margin-top:clamp(2rem,1.5rem + 2vw,2.75rem);color:var(--c-text);max-width:52ch}
#who-we-are .wwa__quote p{color:var(--c-text);font-family:var(--ff-display);font-style:italic;font-weight:400;font-size:clamp(1.25rem,1.1rem + .6vw,1.5rem);line-height:1.5;max-width:none;text-wrap:balance}
@media (min-width:768px){
#who-we-are p{font-size:1.1875rem}
#who-we-are .wwa__quote{margin-bottom:0}
}

#reaching-out-for-the-first-time{background:var(--c-bg);padding-block:0 clamp(3.25rem,2.5rem + 3vw,5.5rem);padding-inline:var(--gutter);overflow:hidden}
#reaching-out-for-the-first-time>.container{padding-inline:0}
#reaching-out-for-the-first-time .fc__strip{margin:0;width:100vw;margin-inline:calc(50% - 50vw);aspect-ratio:4 / 3;overflow:hidden;background:var(--c-bg)}
#reaching-out-for-the-first-time .fc__strip img{width:100%;height:100%;object-fit:cover;object-position:20% 20%}
#reaching-out-for-the-first-time .fc__body{margin-top:clamp(2.25rem,1.75rem + 2vw,3.25rem)}
#reaching-out-for-the-first-time .cradle-rule{margin:0 0 16px}
#reaching-out-for-the-first-time h2{font-size:clamp(1.625rem,1.4rem + 1vw,2.125rem);max-width:22ch}
#reaching-out-for-the-first-time .fc__steps{margin-top:clamp(1.75rem,1.5rem + 1vw,2.25rem);display:grid;gap:20px}
#reaching-out-for-the-first-time .fc__step h3{font-size:1.25rem;line-height:1.3;max-width:30ch}
#reaching-out-for-the-first-time .fc__step p{margin-top:.35rem;font-size:1.0625rem;line-height:1.65;color:var(--c-text);max-width:52ch}
#reaching-out-for-the-first-time .fc__cta{margin-top:clamp(1.75rem,1.5rem + 1vw,2.25rem)}
@media (min-width:768px){
#reaching-out-for-the-first-time .fc__strip{aspect-ratio:21 / 9}
#reaching-out-for-the-first-time .fc__step h3{font-size:1.375rem}
#reaching-out-for-the-first-time .fc__step p{font-size:1.125rem}
}

#where-we-serve{background:#EFE4D8;padding-block:2.5rem;padding-inline:var(--gutter)}
#where-we-serve>.container{padding-inline:0}
#where-we-serve .ws__bar{display:flex;flex-direction:column;gap:1.5rem}
#where-we-serve .cradle-rule{margin:0 0 12px}
#where-we-serve .kicker{margin:0}
#where-we-serve h2{font-size:clamp(1.5rem,1.3rem + .8vw,1.75rem);line-height:1.25;max-width:20ch}
#where-we-serve .ws__rule{display:block;width:96px;height:3px;border-radius:2px;background:var(--c-secondary);margin:18px 0}
#where-we-serve .ws__note{font-size:.9375rem;line-height:1.6;color:var(--c-meta);max-width:40ch}
@media (min-width:768px){
#where-we-serve{padding-block:3rem}
#where-we-serve .ws__bar{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:clamp(2rem,1rem + 4vw,5rem)}
#where-we-serve .ws__label{flex:0 0 auto}
#where-we-serve .ws__place{flex:1 1 auto;max-width:32ch}
}

#out-in-the-neighborhood{background:var(--c-bg);padding-top:0;padding-bottom:clamp(2rem,1.5rem + 1.5vw,3rem);padding-inline:var(--gutter);overflow:hidden}
#out-in-the-neighborhood .otn__diptych{display:grid;grid-template-columns:1fr;gap:0;width:100vw;margin-inline:calc(50% - 50vw)}
#out-in-the-neighborhood .otn__cell{border-radius:0;aspect-ratio:4 / 3;overflow:hidden;background:var(--c-bg)}
#out-in-the-neighborhood .otn__cell img{width:100%;height:100%;object-fit:cover}
#out-in-the-neighborhood .otn__line{margin:40px auto 0;text-align:center;font-family:var(--ff-display);font-style:italic;font-weight:400;font-size:1.125rem;line-height:1.5;color:var(--c-meta);max-width:34ch}
@media (min-width:768px){
#out-in-the-neighborhood .otn__diptych{grid-template-columns:1fr 1fr}
#out-in-the-neighborhood .otn__cell{aspect-ratio:4 / 3}
#out-in-the-neighborhood .otn__line{font-size:1.25rem}
}

#get-in-touch{background:var(--c-bg);padding-bottom:0}
#get-in-touch .gi__block{background:var(--c-dark-bg);color:var(--c-dark-text);padding-block:clamp(3rem,2.5rem + 3vw,5rem);padding-inline:var(--gutter)}
#get-in-touch .gi__inner{width:100%;max-width:calc(58ch + 4rem);margin-inline:auto}
#get-in-touch .gi__head{text-align:center}
#get-in-touch .cradle-rule{margin:0 auto 16px}
#get-in-touch .kicker{color:var(--c-meta-dark)}
#get-in-touch h2{color:var(--c-dark-text);font-size:clamp(1.625rem,1.4rem + 1vw,2.125rem);max-width:22ch;margin-inline:auto}
#get-in-touch .gi__phone{margin-top:clamp(1.25rem,1rem + 1.5vw,2rem);color:var(--c-dark-text);font-size:clamp(2.75rem,1.6rem + 4.4vw,5.5rem);text-decoration:none}
#get-in-touch .gi__phone:hover{color:var(--c-accent-soft)}
#get-in-touch .gi__card{background:var(--c-surface);color:var(--c-text);border-radius:var(--radius-lg);padding:clamp(1.5rem,1.25rem + 1.5vw,2.25rem);margin-top:clamp(2.25rem,1.75rem + 2vw,3.25rem);max-width:34rem;margin-inline:auto}
#get-in-touch .gi__card h3{color:var(--c-text);font-size:1.25rem;margin-bottom:1.25rem}
#get-in-touch .gi__field{margin-bottom:1.5rem}
#get-in-touch .gi__field label{display:block;font-family:var(--ff-body);font-size:13px;font-weight:500;letter-spacing:.04em;line-height:1.4;color:var(--c-meta);margin-bottom:.35rem}
#get-in-touch input,#get-in-touch textarea{width:100%;display:block;background:transparent;color:var(--c-text);border:0;border-bottom:1px solid #EFE4D8;border-radius:0;padding:.65rem 0;font-family:var(--ff-body);font-size:1.0625rem;line-height:1.5;min-height:48px}
#get-in-touch textarea{min-height:120px;resize:vertical}
#get-in-touch input::placeholder,#get-in-touch textarea::placeholder{color:var(--c-meta)}
#get-in-touch input:focus,#get-in-touch textarea:focus{outline:none;border-bottom-color:var(--c-primary)}
#get-in-touch input:focus-visible,#get-in-touch textarea:focus-visible{outline:2px solid var(--c-accent-ink);outline-offset:3px}
#get-in-touch .gi__card :focus-visible{outline-color:var(--c-accent-ink)}
@media (min-width:768px){
#get-in-touch .gi__card{margin-bottom:-5rem}
}