:root {
    --mom-content: 760px;
    --mom-wide: 1400px;
    --mom-gutter: clamp(1rem, 3vw, 2.5rem);
    --mom-section-space: clamp(4.5rem, 8vw, 8rem);
    --mom-cream: #fbf8f3;
    --mom-paper: #fcfbf9;
    --mom-ink: #172d1b;
    --mom-teal: #7c8768;
    --mom-terracotta: #c66f52;
    --mom-yellow: #d4a23f;
    --mom-green: #888f70;
    --mom-sand: #e5d5b3;
    --mom-muted: #646c63;
    --mom-display: 'Arial Rounded MT Bold', 'Avenir Next Rounded', 'Trebuchet MS', sans-serif;
}

html { overflow-x: clip; scroll-behavior: smooth; }
body { overflow-x: clip; text-rendering: optimizeLegibility; }
header.wp-block-template-part { position: sticky; top: 0; z-index: 100; }
body.admin-bar header.wp-block-template-part { top: 32px; }
body > .wp-site-blocks { overflow: visible; }
a { text-underline-offset: 0.2em; }
:where(a, button, input, textarea, select):focus-visible { outline: 3px solid var(--mom-yellow); outline-offset: 4px; }

.mom-topbar { padding-block: 0.48rem; background: var(--mom-yellow); color: var(--mom-ink); font-size: 0.78rem; }
.mom-topbar__inner { gap: 0.8rem 2rem; }
.mom-topbar p,
.mom-topbar .mom-contact-link { display: flex; align-items: center; gap: 0.42rem; margin: 0; color: inherit; }
.mom-topbar a { color: inherit; text-decoration: none; }
.mom-topbar a:hover, .mom-topbar a:focus-visible { text-decoration: underline; text-underline-offset: .2em; }
.mom-topbar .mom-contact-icon { width: 1.05rem; height: 1.05rem; }

.mom-site-header {
    position: relative;
    z-index: 1;
    background: var(--mom-cream);
    transition: background 220ms ease, box-shadow 220ms ease;
}
header.wp-block-template-part.is-compact .mom-topbar { display: none; }
.mom-site-header__inner {
    position: relative;
    min-height: 116px;
    padding: 0.55rem clamp(1rem, 2.5vw, 2rem);
    border-radius: 0 0 36px 36px;
    background: var(--mom-paper);
    box-shadow: 0 16px 45px rgba(33, 72, 59, 0.08);
    transition: min-height 220ms ease, border-radius 220ms ease, box-shadow 220ms ease;
}
.mom-site-header.is-compact .mom-site-header__inner { min-height: 84px; border-radius: 0 0 24px 24px; box-shadow: 0 18px 48px rgba(33,72,59,.14); }
.mom-site-header.is-compact .custom-logo { max-height: 70px; width: auto; }
.mom-brand { gap: 0.7rem; }
.mom-brand__title { display: none; }
.custom-logo { max-height: 98px; width: auto; object-fit: contain; filter: none !important; opacity: 1; mix-blend-mode: normal; transition: max-height 220ms ease; }
.mom-site-header__actions { gap: clamp(1rem, 2vw, 2.3rem); }
.mom-navigation { gap: clamp(0.65rem, 1.5vw, 1.35rem); }
.mom-navigation a { position: relative; padding-block: 0.7rem; text-decoration: none; }
.mom-navigation a::after { position: absolute; right: 50%; bottom: 0.25rem; left: 50%; height: 3px; border-radius: 3px; background: var(--mom-terracotta); content: ''; transition: right 180ms ease, left 180ms ease; }
.mom-navigation a:hover::after,
.mom-navigation .current-menu-item > a::after,
.home .mom-navigation .wp-block-navigation-item:first-child a::after { right: 0; left: 0; }
.home .mom-navigation .wp-block-navigation-item:first-child a { color: var(--mom-terracotta); }
.mom-header-cta, .mom-header-cta .wp-block-button__link { white-space: nowrap; }

.wp-block-button__link { position: relative; border: 0; font-family: var(--mom-display); transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.wp-block-button__link:hover { transform: translate(-2px, -2px); }
.wp-block-button__link span { display: inline-block; margin-left: .35em; transition: transform 180ms ease; }
.wp-block-button__link:hover span { transform: translateX(4px); }
.mom-ui-icon { display: block; width: 1.45em; height: 1.45em; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.mom-illustrated-icon { display: block; width: 76% !important; height: 76% !important; max-width: none; aspect-ratio: 1; margin: 0; object-fit: contain; object-position: center; }
.mom-button--teal .wp-block-button__link { background: var(--mom-teal); box-shadow: 6px 6px 0 var(--mom-sand); color: #fff; }
.mom-button--teal .wp-block-button__link:hover { background: #66735a; box-shadow: 8px 8px 0 var(--mom-sand); }
.mom-button--light .wp-block-button__link { border: 2px solid currentColor; background: #fff; box-shadow: 5px 5px 0 rgba(255,255,255,.35); color: var(--mom-terracotta); }
.mom-button--light .wp-block-button__link:hover { background: var(--mom-yellow); color: var(--mom-ink); }

.mom-section { position: relative; padding-block: var(--mom-section-space); }
.mom-section-title { margin: 0 auto clamp(2.8rem, 5vw, 5rem); font-size: clamp(2.4rem, 4.2vw, 4.4rem); }
.mom-section-title strong { color: var(--mom-terracotta); font-weight: inherit; }

.mom-hero { position: relative; padding: 0 0 2rem; background: var(--mom-cream); isolation: isolate; }
.mom-hero__stage { position: relative; display: grid; min-height: 650px; grid-template-columns: minmax(420px, 44%) 1fr; overflow: hidden; border-radius: 38px; background: var(--mom-paper); box-shadow: 0 30px 80px rgba(23,45,27,.1); }
.mom-hero__copy { position: relative; z-index: 3; display: flex; min-height: 650px; margin-right: -14%; padding: clamp(3.5rem, 7vw, 7rem) clamp(2rem, 4vw, 5.5rem); flex-direction: column; justify-content: center; isolation: isolate; background: var(--mom-cream); border-radius: 0 46% 48% 0 / 0 28% 72% 0; color: var(--mom-ink); }
.mom-hero__copy > :not(.mom-doodle) { position: relative; z-index: 2; }
.mom-hero__title { max-width: 11.5ch; margin: 0 0 1.4rem; color: var(--mom-ink); font-size: clamp(3rem, 4.6vw, 5rem); line-height: 1; }
.mom-hero__title strong { display: block; color: var(--mom-terracotta); font-weight: inherit; }
.mom-hero__lead { max-width: 32rem; margin: 0; color: var(--mom-muted); font-size: clamp(1.08rem, 1.6vw, 1.32rem); font-weight: 550; }
.mom-hero__actions { margin-top: 2rem; gap: 1rem; }
.mom-hero__media-wrap { position: relative; display: grid; min-width: 0; padding: clamp(1.1rem,2.4vw,2.5rem); place-items: stretch; }
.mom-hero__media { height: 100%; margin: 0; overflow: hidden; border: 6px solid var(--mom-sand); border-radius: 34% 66% 56% 44% / 33% 34% 66% 67%; box-shadow: 0 28px 70px rgba(23,45,27,.2); }
.mom-hero__media img { display: block; width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: 48% 50%; border-radius: inherit; transform: scale(1.03) translateY(var(--mom-parallax-y, 0)); transition: transform 120ms linear; }
.mom-hero__badges { position: absolute; right: 5%; bottom: 5%; z-index: 2; display: flex; align-items: flex-end; gap: clamp(.45rem,.8vw,.8rem); margin: 0; }
.mom-hero__badge { display: grid; width: clamp(68px,7.2vw,104px); aspect-ratio: 1; margin: 0 !important; box-sizing: border-box; overflow: hidden; place-items: center; border: 4px solid #fff; border-radius: 50%; background: #fff; box-shadow: 0 14px 38px rgba(23,45,27,.2); }
.mom-hero__badge--onm { padding: clamp(.65rem,1vw,.9rem); transform: translateY(-10px) rotate(-4deg); }
.mom-hero__badge--fmi { padding: .35rem; transform: rotate(4deg); }
.mom-hero__badge img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: contain; transform: none !important; }
.mom-doodle { position: absolute; z-index: 0; pointer-events: none; }
.mom-doodle--sun { top: 7%; left: 5%; width: 66px; aspect-ratio: 1; border: 12px solid var(--mom-yellow); border-radius: 50%; opacity: .95; }
.mom-doodle--sun::before { position: absolute; inset: -28px; background: repeating-conic-gradient(from 0deg, var(--mom-yellow) 0 3deg, transparent 3deg 42deg); content: ''; mask: radial-gradient(circle, transparent 0 55%, #000 56% 100%); }
.mom-doodle--leaf { top: 8%; right: 5%; width: 96px; height: 72px; background: currentColor; color: var(--mom-green); mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; transform: translateY(var(--mom-parallax-decoration, 0)) rotate(-18deg); }
.mom-hero__proof { position: relative; z-index: 5; min-height: 130px; margin-top: 0.75rem; padding: 2.3rem clamp(1rem,4vw,4rem); border-radius: 30px; background: var(--mom-paper); box-shadow: 0 22px 55px rgba(33,72,59,.08); }
.mom-hero__proof p { display: flex; margin: 0; align-items: center; gap: 0.8rem; color: var(--mom-ink); font-family: var(--mom-display); font-size: clamp(1rem,1.5vw,1.3rem); }
.mom-proof-icon { display: grid; width: 62px; height: 62px; flex: 0 0 62px; overflow: hidden; place-items: center; border-radius: 50%; background: #edece0; color: var(--mom-teal); font-size: 1.05rem; }
.mom-hero__proof p:nth-child(2) .mom-proof-icon { background: #f5e5bf; color: #b98627; }
.mom-hero__proof p:nth-child(3) .mom-proof-icon { background: #edf0e5; color: var(--mom-green); }

.mom-programs { z-index: 2; background: var(--mom-cream); }
.mom-programs::before { position: absolute; inset: 20% -5% 3%; z-index: -1; background: #edece0; border-radius: 42% 58% 39% 61% / 14% 18% 82% 86%; content: ''; }
.mom-programs::after { position: absolute; top: 9%; right: clamp(1rem,5vw,5rem); z-index: 0; width: clamp(72px,8vw,118px); aspect-ratio: 4 / 3; background: var(--mom-green); content: ''; mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: .52; transform: translateY(var(--mom-program-leaf-y, 0)) rotate(14deg); pointer-events: none; }
.mom-programs > * { position: relative; z-index: 1; }
.mom-programs__title { max-width: 13ch; color: var(--mom-ink); }
.mom-program-grid { align-items: stretch !important; gap: clamp(0.85rem, 1.6vw, 1.5rem); }
.mom-program-card { --mom-card-y: 0px; --mom-card-r: -1.4deg; --mom-card-entry-r: -8deg; position: relative; min-width: 0; min-height: 100%; flex: 1 1 0; padding: 0 1.25rem 1.8rem; overflow: hidden; border: 1px solid rgba(33,72,59,.06); border-radius: 34px; background: var(--mom-paper); box-shadow: 0 18px 0 rgba(255,253,249,.55), 0 24px 45px rgba(33,72,59,.12); text-align: center; transform: translateY(var(--mom-card-y)) rotate(var(--mom-card-r)); transform-origin: 50% 100%; transition: transform 420ms cubic-bezier(.2,.8,.2,1), box-shadow 220ms ease; }
.mom-program-card:nth-child(2) { --mom-card-y: 2.5rem; --mom-card-r: 1.2deg; --mom-card-entry-r: 8deg; }
.mom-program-card:nth-child(3) { --mom-card-y: .8rem; --mom-card-r: -.6deg; --mom-card-entry-r: -6deg; }
.mom-program-card:nth-child(4) { --mom-card-y: 3rem; --mom-card-r: 1.5deg; --mom-card-entry-r: 9deg; }
.mom-program-card:hover { transform: translateY(calc(var(--mom-card-y) - 10px)) rotate(0); box-shadow: 0 30px 58px rgba(33,72,59,.18); }
.mom-program-card__media { margin: 0 -1.25rem; }
.mom-program-card__media img { width: 100%; height: clamp(240px, 24vw, 360px); object-fit: cover; }
.mom-program-card__icon { display: grid; width: 72px; height: 72px; margin: -36px auto 1rem; position: relative; place-items: center; overflow: hidden; border: 4px solid #fff; border-radius: 50%; background: var(--icon-background); }
.mom-program-card__icon .mom-illustrated-icon { width: 84% !important; height: 84% !important; }
.mom-program-card h3 { margin: 0.2rem 0 0.25rem; color: var(--card-color); font-size: clamp(1.35rem, 1.8vw, 1.8rem); }
.mom-program-card__age { margin: 0 0 1rem; color: var(--card-color); font-family: var(--mom-display); font-size: 1.1rem; }
.mom-program-card > p:not(.mom-program-card__age):not(.mom-program-card__link) { min-height: 5.2em; color: var(--mom-muted); font-size: 0.9rem; }
.mom-program-card__link { margin-top: 1.15rem; }
.mom-program-card__link a { color: var(--card-color); font-family: var(--mom-display); text-decoration: none; }
.mom-program-card--teal { --card-color: var(--mom-teal); --icon-background: #e8ecde; }
.mom-program-card--sand { --card-color: #a88f68; --icon-background: #f5e5bf; }
.mom-program-card--terracotta { --card-color: var(--mom-terracotta); --icon-background: #f5dfd5; }
.mom-program-card--green { --card-color: var(--mom-green); --icon-background: #edf0e5; }

.mom-method { z-index: 1; margin-top: -1px; padding-top: clamp(6rem,10vw,10rem); overflow: hidden; border-radius: 56px; background: var(--mom-paper); color: var(--mom-ink); }
.mom-method::before { position: absolute; top: -54px; left: -3%; width: 106%; height: 100px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: var(--mom-paper); content: ''; }
.mom-method__grid { gap: clamp(2.5rem,6vw,6rem); }
.mom-method__media { position: relative; }
.mom-method__media img { width: 100%; min-height: 560px; object-fit: cover; border: 6px solid var(--mom-sand); border-radius: 34% 66% 56% 44% / 33% 34% 66% 67%; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.mom-home-float { position: absolute; z-index: 0; display: block; width: 120px; height: 100px; pointer-events: none; }
.mom-programs > :not(.mom-home-float), .mom-method > :not(.mom-home-float), .mom-activities > :not(.mom-home-float), .mom-environments > :not(.mom-home-float), .mom-video-section > :not(.mom-home-float), .mom-family-app > :not(.mom-home-float), .mom-visit > :not(.mom-home-float) { position: relative; z-index: 1; }
.mom-home-float--programs-cloud { top: 8%; left: 3%; }
.mom-home-float--method-sun { top: 4.5rem; right: 4%; }
.mom-home-float--activities-flower { top: 2.2rem; right: 3%; }
.mom-home-float--environments-cloud { top: 4rem; left: 2.5%; }
.mom-home-float--videos-flower { top: 2.5rem; right: 3%; }
.mom-home-float--app-sun { right: 2.5%; bottom: 3.5rem; }
.mom-home-float--visit-flower { bottom: 1.25rem; left: 3%; }
.mom-decor-cloud { position: absolute; width: 78px; height: 28px; border-radius: 999px; background: #fff; box-shadow: 0 9px 24px rgba(23,45,27,.13); animation: mom-cloud-drift 7s ease-in-out infinite alternate; }
.mom-decor-cloud::before, .mom-decor-cloud::after { position: absolute; border-radius: 50%; background: inherit; content: ''; }
.mom-decor-cloud::before { bottom: 8px; left: 13px; width: 34px; height: 34px; }
.mom-decor-cloud::after { right: 11px; bottom: 7px; width: 43px; height: 43px; }
.mom-decor-sun { position: absolute; top: 16px; left: 17px; width: 43px; height: 43px; border-radius: 50%; background: var(--mom-yellow); box-shadow: 0 8px 22px rgba(212,162,63,.28); animation: mom-sun-float 5.5s ease-in-out infinite alternate; }
.mom-decor-sun::before { position: absolute; inset: -14px; background: repeating-conic-gradient(from 0deg, var(--mom-yellow) 0 4deg, transparent 4deg 39deg); content: ''; mask: radial-gradient(circle,transparent 0 55%,#000 56% 100%); }
.mom-decor-flower { position: absolute; bottom: 4px; left: 24px; width: 70px; height: 88px; animation: mom-flower-sway 4.8s ease-in-out infinite alternate; transform-origin: 50% 100%; }
.mom-decor-flower::before { position: absolute; top: 17px; left: 27px; width: 17px; height: 17px; border-radius: 50%; background: var(--mom-yellow); box-shadow: 0 -16px 0 #d99a83, 15px -5px 0 #d99a83, 9px 13px 0 #d99a83, -9px 13px 0 #d99a83, -15px -5px 0 #d99a83; content: ''; }
.mom-decor-flower::after { position: absolute; bottom: 0; left: 33px; width: 4px; height: 43px; border-radius: 999px; background: var(--mom-green); box-shadow: 10px 20px 0 -1px var(--mom-green); content: ''; transform: rotate(2deg); }
.mom-home-float .mom-decor-cloud { top: 34px; left: 14px; }
.mom-home-float .mom-decor-sun { top: 25px; left: 35px; }
.mom-home-float .mom-decor-flower { bottom: 0; left: 25px; }
.mom-home-float--environments-cloud .mom-decor-cloud { animation-delay: -2.2s; }
.mom-home-float--app-sun .mom-decor-sun { animation-delay: -1.4s; }
.mom-home-float--visit-flower .mom-decor-flower { animation-delay: -1.8s; }

@keyframes mom-cloud-drift { from { transform: translate3d(-5px,3px,0); } to { transform: translate3d(13px,-4px,0); } }
@keyframes mom-sun-float { from { transform: translate3d(0,4px,0) rotate(-5deg); } to { transform: translate3d(4px,-5px,0) rotate(8deg); } }
@keyframes mom-flower-sway { from { transform: rotate(-5deg); } to { transform: rotate(7deg); } }
.mom-method__copy h2 { max-width: 13ch; margin: 0 0 1.5rem; color: var(--mom-ink); font-size: clamp(2.8rem,4.4vw,4.8rem); }
.mom-method__copy h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-method__copy p { max-width: 31rem; color: var(--mom-muted); font-size: 1.1rem; }
.mom-method__copy .wp-block-buttons { margin-top: 2rem; }
.mom-principles { margin-top: clamp(3.5rem,6vw,6rem); gap: 0; }
.mom-principle { padding: 1rem clamp(1rem,2vw,2rem); border-right: 1px solid #e8dfd2; text-align: center; }
.mom-principle:last-child { border-right: 0; }
.mom-principle > .mom-principle__icon { display: grid; width: 78px; height: 78px; min-height: 0; margin: 0 auto 0.7rem; overflow: hidden; place-items: center; border-radius: 50%; background: #f3e3da; color: var(--mom-terracotta); font-size: 1.15rem; }
.mom-principle:nth-child(2) > .mom-principle__icon { background: #f5e7bf; color: #a47b2c; }
.mom-principle:nth-child(3) > .mom-principle__icon { background: #e8ebdf; color: var(--mom-green); }
.mom-principle:nth-child(4) > .mom-principle__icon { background: #e5ebe3; color: var(--mom-teal); }
.mom-principle h3 { margin: 0.4rem 0 0.7rem; color: var(--mom-ink); font-size: 1.35rem; }
.mom-principle p { margin: 0; color: var(--mom-muted); font-size: 0.87rem; }

.mom-activities { background: var(--mom-cream); }
.mom-activities__title { max-width: 15ch; }
.mom-activities__title strong { color: var(--mom-terracotta); }
.mom-activity-row { gap: clamp(0.7rem,1.6vw,1.5rem); }
.mom-activity { position: relative; min-width: 0; flex: 1 1 0; padding: 0 0.35rem 1.4rem; text-align: center; }
.mom-activity__media { margin: 0; }
.mom-activity__media img { width: 100%; height: clamp(190px,20vw,310px); object-fit: cover; border-radius: 38px 38px 34% 34%; transition: transform 240ms ease; }
.mom-activity:nth-child(even) { padding-top: 2rem; }
.mom-activity:hover img { transform: translateY(-6px) rotate(.7deg); }
.mom-activity__icon { position: relative; display: grid; width: 72px; height: 72px; margin: -36px auto 0.7rem; overflow: hidden; place-items: center; border: 4px solid var(--mom-cream); border-radius: 50%; background: #f3e3da; color: var(--mom-ink); font-size: 1rem; }
.mom-activity:nth-child(2) .mom-activity__icon { background: #f5e7bf; }
.mom-activity:nth-child(3) .mom-activity__icon { background: #edece0; }
.mom-activity:nth-child(4) .mom-activity__icon { background: #f3e3da; }
.mom-activity:nth-child(5) .mom-activity__icon { background: #f5e7bf; }
.mom-activity h3 { margin: 0.4rem 0 0.75rem; color: var(--mom-ink); font-size: clamp(1.1rem,1.5vw,1.45rem); }
.mom-activity > p { color: var(--mom-muted); font-size: 0.85rem; }

.mom-environments { z-index: 1; padding-block: clamp(5.5rem,9vw,9rem); overflow: hidden; border-radius: 56px; background: #edece0; color: var(--mom-ink); }
.mom-environments::before { position: absolute; top: -52px; left: -3%; width: 106%; height: 95px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #edece0; content: ''; }
.mom-environments__grid { gap: clamp(2rem,5vw,5rem); }
.mom-environments__copy h2 { max-width: 9ch; margin: 0 0 1.4rem; color: var(--mom-ink); font-size: clamp(2.9rem,4.6vw,5rem); }
.mom-environments__copy h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-environments__copy p { max-width: 28rem; color: var(--mom-muted); font-size: 1.1rem; }
.mom-environments__copy .wp-block-buttons { margin-top: 2rem; }
.mom-gallery { position: relative; min-height: 650px; }
.mom-gallery figure { position: absolute; margin: 0; padding: 0.35rem; background: #fff; box-shadow: 0 22px 50px rgba(85,29,14,.25); }
.mom-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.mom-gallery__main { top: 0; right: 0; width: 76%; height: 64%; border-radius: 36% 64% 43% 57% / 46% 39% 61% 54%; }
.mom-gallery__detail { bottom: 0; width: 48%; height: 42%; border-radius: 36px; }
.mom-gallery__detail--one { left: 2%; transform: rotate(-2deg); }
.mom-gallery__detail--two { right: 0; transform: rotate(2deg); }

.mom-video-section { z-index: 2; overflow: hidden; border-radius: 56px; background: var(--mom-paper); color: var(--mom-ink); isolation: isolate; }
.mom-video-section::before { position: absolute; top: -13rem; left: -8rem; z-index: -1; width: clamp(260px,28vw,450px); aspect-ratio: 1; border-radius: 42% 58% 63% 37% / 48% 38% 62% 52%; background: #dfe4d7; content: ''; transform: rotate(18deg); }
.mom-video-section::after { position: absolute; right: -7rem; bottom: -10rem; z-index: -1; width: clamp(260px,31vw,500px); aspect-ratio: 1; border-radius: 55% 45% 36% 64% / 48% 62% 38% 52%; background: #e3e6d8; content: ''; transform: rotate(-16deg); }
.mom-video-section__intro { text-align: center; }
.mom-video-section__intro .mom-section-title { max-width: none; margin-bottom: 1rem; padding-inline: 2rem; color: var(--mom-ink); }
.mom-video-section__lead { max-width: 47rem; margin: 0 auto clamp(2.8rem,5vw,4.8rem); color: var(--mom-muted); font-size: clamp(1.05rem,1.5vw,1.25rem); }
.mom-video-section__grid { gap: clamp(1.5rem,3vw,2.75rem); }
.mom-video-card { height: 100%; }
.mom-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 5px solid var(--mom-sand); border-radius: 48px; background: #dfe4d7; box-shadow: 0 22px 52px rgba(23,45,27,.17); isolation: isolate; }
.mom-video-card:nth-child(odd) .mom-video-frame { border-radius: 48px 48px 28% 48px; }
.mom-video-section__grid > .wp-block-column:nth-child(even) .mom-video-frame { border-radius: 48px 48px 48px 28%; }
.mom-video-frame img, .mom-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.mom-video-frame::after { position: absolute; inset: auto 0 0; z-index: 1; height: 35%; background: linear-gradient(to top,rgba(23,45,27,.16),transparent); content: ''; pointer-events: none; }
.mom-video-frame.is-playing::after { display: none; }
.mom-video-play { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: clamp(74px,7vw,96px); aspect-ratio: 1; padding: 0; place-items: center; border: 0; border-radius: 50%; background: rgba(252,251,249,.95); box-shadow: 0 14px 38px rgba(23,45,27,.25), 6px 7px 0 rgba(229,213,179,.86); color: var(--mom-ink); cursor: pointer; transform: translate(-50%,-50%); transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.mom-video-play:hover { background: var(--mom-yellow); transform: translate(-50%,-53%) scale(1.05) rotate(-2deg); }
.mom-video-play svg { width: 48%; height: 48%; fill: currentColor; }
.mom-video-card h3 { max-width: 26ch; margin: 1.35rem auto 0; color: var(--mom-ink); font-size: clamp(1.25rem,1.8vw,1.75rem); line-height: 1.2; text-align: center; }
.mom-video-section__privacy { margin: 2.3rem auto 0; color: var(--mom-muted); font-size: .88rem; }
.mom-video-section__privacy::before { display: inline-block; width: .72rem; height: .72rem; margin-right: .5rem; border: 2px solid var(--mom-green); border-radius: 50% 50% 45% 55%; content: ''; transform: rotate(-18deg); }
.mom-video-section__privacy a { color: var(--mom-terracotta); }
.mom-video-section__actions { margin-top: 1.5rem; }

.mom-family-app { z-index: 2; overflow: hidden; background: var(--mom-cream); color: var(--mom-ink); isolation: isolate; }
.mom-family-app::before { position: absolute; top: 8%; right: -4rem; z-index: -1; width: clamp(180px,23vw,360px); aspect-ratio: 1; border-radius: 42% 58% 56% 44% / 48% 36% 64% 52%; background: #edf0e5; content: ''; transform: rotate(14deg); }
.mom-family-app::after { position: absolute; bottom: 7%; left: -2rem; z-index: -1; width: clamp(90px,11vw,170px); aspect-ratio: 4 / 3; background: var(--mom-terracotta); content: ''; mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: .32; transform: rotate(-28deg); }
.mom-family-app__grid { gap: clamp(3rem,7vw,7rem); }
.mom-family-app__visual { position: relative; display: grid; min-height: 670px; place-items: center; }
.mom-family-app__shape { position: absolute; inset: 7% -8% 5% 3%; z-index: -1; border-radius: 38% 62% 42% 58% / 49% 37% 63% 51%; background: #e7e7d8; transform: rotate(-4deg); }
.mom-family-app__phone { position: relative; width: min(78%,370px); margin: 0; padding: 12px; overflow: hidden; border: 2px solid rgba(23,45,27,.12); border-radius: 54px; background: var(--mom-paper); box-shadow: 0 32px 70px rgba(23,45,27,.2), 10px 12px 0 var(--mom-sand); transform: rotate(-2deg); }
.mom-family-app__phone::before { position: absolute; top: 20px; left: 50%; z-index: 2; width: 32%; height: 24px; border-radius: 999px; background: var(--mom-ink); content: ''; transform: translateX(-50%); }
.mom-family-app__phone img { display: block; width: 100%; height: 635px; border-radius: 42px; object-fit: cover; object-position: top center; }
.mom-family-app__note { position: absolute; right: -3%; bottom: 13%; gap: .7rem; max-width: 210px; padding: .85rem 1rem; border: 1px solid rgba(23,45,27,.08); border-radius: 24px 24px 8px 24px; background: var(--mom-paper); box-shadow: 0 16px 38px rgba(23,45,27,.16); transform: rotate(3deg); }
.mom-family-app__note span { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; background: #f3e3da; color: var(--mom-terracotta); }
.mom-family-app__note svg, .mom-family-app__feature svg, .mom-store-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mom-family-app__note p { margin: 0; color: var(--mom-ink); font-family: var(--mom-display); font-size: .88rem; line-height: 1.25; }
.mom-family-app__copy h2 { max-width: 11ch; margin: 0 0 1.25rem; color: var(--mom-ink); font-size: clamp(2.75rem,4.2vw,4.6rem); line-height: 1.02; }
.mom-family-app__copy h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-family-app__lead { max-width: 39rem; margin: 0; color: var(--mom-muted); font-size: 1.08rem; }
.mom-family-app__features { display: grid; margin-top: 2.25rem; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem 1.35rem; }
.mom-family-app__feature { gap: .8rem; padding: 1rem 0; border-bottom: 1px solid #e5ddcf; }
.mom-family-app__feature-icon { position: relative; display: block; width: 46px; height: 46px; flex: 0 0 46px; border-radius: 50%; background: #e8ebdf; color: var(--mom-green); line-height: 0; }
.mom-family-app__feature-icon svg { position: absolute; top: 50%; left: 50%; display: block; margin: 0 !important; transform: translate(-50%,-50%); }
.mom-family-app__feature:nth-child(2) .mom-family-app__feature-icon { background: #f3e3da; color: var(--mom-terracotta); }
.mom-family-app__feature:nth-child(3) .mom-family-app__feature-icon { background: #f5e7bf; color: #9d772d; }
.mom-family-app__feature:nth-child(4) .mom-family-app__feature-icon { background: #e5ebe3; color: var(--mom-teal); }
.mom-family-app__feature p { margin: 0; color: var(--mom-muted); font-size: .9rem; line-height: 1.45; }
.mom-family-app__feature strong { color: var(--mom-ink); font-family: var(--mom-display); font-size: 1rem; }
.mom-family-app__availability { margin: 2rem 0 .8rem; color: var(--mom-ink); font-family: var(--mom-display); font-size: .9rem; }
.mom-family-app__stores { gap: .8rem; }
.mom-store-button .wp-block-button__link { display: flex; min-width: 174px; padding: .68rem 1rem; align-items: center; justify-content: flex-start; gap: .7rem; border-radius: 18px; background: var(--mom-ink); box-shadow: 5px 5px 0 var(--mom-sand); color: #fff; text-align: left; }
.mom-store-button .wp-block-button__link:hover { background: var(--mom-terracotta); box-shadow: 7px 7px 0 var(--mom-sand); }
.mom-store-button svg { width: 29px; height: 29px; flex: 0 0 29px; }
.mom-store-button span { display: flex; margin: 0; flex-direction: column; font-size: 1rem; line-height: 1.05; }
.mom-store-button span small { margin-bottom: .18rem; font-family: var(--mom-display); font-size: .62rem; font-weight: 400; letter-spacing: .02em; }
.mom-store-button .wp-block-button__link:hover span { transform: none; }
.mom-family-app__more { margin: 1.15rem 0 0; color: var(--mom-muted); font-size: .9rem; }
.mom-family-app__more a { color: var(--mom-terracotta); font-family: var(--mom-display); text-decoration-thickness: 1px; }
.mom-family-app__more a span { display: inline-block; transition: transform 180ms ease; }
.mom-family-app__more a:hover span { transform: translate(2px,-2px); }

.mom-partnerships { z-index: 2; overflow: hidden; border-radius: 56px; background: #dfe4d5; color: var(--mom-ink); isolation: isolate; }
.mom-partnerships::before { position: absolute; top: -8rem; right: -5rem; z-index: -1; width: clamp(260px,34vw,520px); aspect-ratio: 1; border-radius: 46% 54% 62% 38% / 38% 42% 58% 62%; background: rgba(252,251,249,.54); content: ''; transform: rotate(14deg); }
.mom-partnerships::after { position: absolute; bottom: 4%; left: -2.5rem; z-index: -1; width: clamp(110px,14vw,210px); aspect-ratio: 4 / 3; background: var(--mom-green); content: ''; mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: .22; transform: rotate(-24deg); }
.mom-partnerships__grid { gap: clamp(3rem,7vw,7rem); }
.mom-partnerships__copy h2 { max-width: 12ch; margin: 0 0 1.35rem; color: var(--mom-ink); font-size: clamp(2.75rem,4.2vw,4.6rem); line-height: 1.02; }
.mom-partnerships__copy h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-partnerships__lead { max-width: 39rem; margin: 0; color: var(--mom-ink); font-size: 1.13rem; line-height: 1.65; }
.mom-partnerships__text { max-width: 39rem; margin: 1rem 0 0; color: var(--mom-muted); font-size: 1rem; line-height: 1.65; }
.mom-partnerships__note { max-width: 34rem; margin: 1.75rem 0 0; padding: 1rem 1.2rem; border-left: 4px solid var(--mom-yellow); border-radius: 0 20px 20px 0; background: rgba(252,251,249,.62); color: var(--mom-ink); font-family: var(--mom-display); font-size: .95rem; line-height: 1.45; }
.mom-partnerships__visual { position: relative; display: grid; min-height: 540px; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; gap: clamp(1rem,2vw,1.8rem); }
.mom-partnerships__partner { box-sizing: border-box; min-width: 0; padding: clamp(1.5rem,2.5vw,2.4rem) clamp(1rem,2vw,1.8rem); text-align: center; }
.mom-partnerships__partner--onm { border-radius: 42% 58% 48% 52% / 36% 42% 58% 64%; background: rgba(252,251,249,.88); box-shadow: 0 24px 55px rgba(23,45,27,.12); transform: translateY(-24px) rotate(-2deg); }
.mom-partnerships__partner--fmi { border-radius: 55% 45% 58% 42% / 46% 58% 42% 54%; background: #f1dfd5; box-shadow: 0 24px 55px rgba(23,45,27,.1); transform: translateY(28px) rotate(2deg); }
.mom-partnerships__logo { display: grid; width: min(100%,210px); aspect-ratio: 1; margin: 0 auto 1.1rem; box-sizing: border-box; overflow: hidden; place-items: center; border: 4px solid rgba(255,255,255,.92); border-radius: 50%; background: #fff; box-shadow: 0 14px 34px rgba(23,45,27,.12); }
.mom-partnerships__logo--onm { padding: clamp(1.5rem,2.3vw,2.25rem); }
.mom-partnerships__logo--fmi { padding: clamp(.8rem,1.4vw,1.3rem); }
.mom-partnerships__logo img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: contain; }
.mom-partnerships__partner h3 { max-width: 15ch; margin: 0 auto; color: var(--mom-ink); font-size: clamp(1.05rem,1.45vw,1.35rem); line-height: 1.2; }

.mom-quote { position: relative; z-index: 2; padding-block: clamp(3.5rem,6vw,5.5rem); background: var(--mom-yellow); }
.mom-quote::before, .mom-quote::after { position: absolute; left: -2%; width: 104%; height: 45px; border-radius: 50%; background: var(--mom-yellow); content: ''; }
.mom-quote::before { top: -20px; }
.mom-quote::after { bottom: -20px; }
.mom-quote__grid { position: relative; z-index: 1; gap: clamp(2rem,5vw,5rem); }
.mom-quote__image { margin: 0; }
.mom-quote__image img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 5px solid #fff; border-radius: 50%; }
.mom-quote__text { margin: 0; border: 0; padding: 0; }
.mom-quote__text p { max-width: 22ch; margin: 0; color: var(--mom-ink); font-family: var(--mom-display); font-size: clamp(2.1rem,4vw,4.25rem); line-height: 1.05; }
.mom-quote__text strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-quote__text cite { display: block; margin-top: 1rem; color: var(--mom-ink); font-style: normal; }

.mom-visit { padding-top: clamp(6rem,10vw,10rem); overflow: hidden; border-radius: 56px 56px 0 0; background: #edece0; color: var(--mom-ink); }
.mom-visit__grid { gap: clamp(2.5rem,6vw,6rem); }
.mom-visit__media { position: relative; }
.mom-visit__media img { width: 100%; min-height: 560px; object-fit: cover; border: 5px solid var(--mom-sand); border-radius: 30% 70% 54% 46% / 36% 35% 65% 64%; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.mom-visit__copy .wp-block-site-logo { margin-bottom: 1rem; }
.mom-visit__copy h2 { max-width: 11ch; margin: 0 0 1.2rem; color: var(--mom-ink); font-size: clamp(2.8rem,4.2vw,4.6rem); }
.mom-visit__copy h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-visit__copy > p { max-width: 33rem; color: var(--mom-muted); font-size: 1.08rem; }
.mom-visit__copy .wp-block-buttons { margin-block: 2rem; }
.mom-contact-list { margin-top: 2rem; }
.mom-contact-list p { display: flex; margin: 0.65rem 0; align-items: center; gap: 0.75rem; color: var(--mom-ink); }
.mom-contact-list span { display: grid; width: 2.35rem; height: 2.35rem; flex: 0 0 auto; place-items: center; color: var(--mom-yellow); }
.mom-contact-list a { color: var(--mom-ink); text-decoration: none; }
.mom-contact-list .mom-contact-link { display: flex; align-items: center; gap: 0.75rem; }
.mom-contact-icon { display: block; width: 1.55rem; height: 1.55rem; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.mom-pedagogy-template { margin: 0; }
.mom-pedagogy-page { overflow: hidden; background: var(--mom-cream); }
.mom-eyebrow { margin: 0 0 .8rem; color: var(--mom-teal); font-family: var(--mom-display); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mom-pedagogy-hero { box-sizing: border-box; padding: clamp(1.5rem,4vw,4rem) var(--mom-gutter) clamp(3.5rem,6vw,6rem); }
.mom-pedagogy-hero__grid { position: relative; width: 100%; max-width: var(--mom-wide) !important; min-height: 620px; margin-inline: auto; overflow: hidden; gap: clamp(2rem,5vw,5rem); padding: clamp(2rem,5vw,5.5rem); border: 1px solid rgba(23,45,27,.06); border-radius: 58px 58px 22px 58px; background: #f1efe7; box-shadow: 0 28px 72px rgba(23,45,27,.1); }
.mom-pedagogy-hero__copy { position: relative; z-index: 3; }
.mom-pedagogy-hero__copy h1 { max-width: none; margin: 0 0 1.35rem; font-size: clamp(2.1rem,4.2vw,4rem); letter-spacing: -.04em; white-space: nowrap; }
.mom-pedagogy-hero__copy .mom-eyebrow { white-space: nowrap; }
.mom-pedagogy-hero__copy h1 strong, .mom-pedagogy-page h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-pedagogy-hero__lead { max-width: 36rem; margin: 0; color: var(--mom-muted); font-size: clamp(1.05rem,1.5vw,1.28rem); }
.mom-pedagogy-hero__copy .wp-block-buttons { margin-top: 2rem; }
.mom-pedagogy-hero__visual { position: relative; z-index: 1; min-height: 510px; isolation: isolate; }
.mom-pedagogy-hero__visual figure { position: absolute; inset: 0; z-index: 2; margin: 0; }
.mom-pedagogy-hero__visual img { width: 100%; height: 100%; object-fit: cover; border: 7px solid #fff; border-radius: 42% 58% 48% 52% / 36% 42% 58% 64%; box-shadow: 0 28px 65px rgba(23,45,27,.18); }
.mom-pedagogy-hero__sun { position: absolute; top: -2rem; right: -1rem; z-index: 0; width: 126px; aspect-ratio: 1; border-radius: 50%; background: var(--mom-yellow); opacity: .7; animation: mom-sun-breathe 6s ease-in-out infinite; }
.mom-pedagogy-hero__leaf { position: absolute; right: -2rem; bottom: -2.5rem; z-index: 3; width: 150px; height: 120px; background: var(--mom-green); mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: .75; transform: rotate(18deg); }
.mom-pedagogy-intro { max-width: 880px; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.mom-pedagogy-intro .mom-eyebrow, .mom-pedagogy-work__intro .mom-eyebrow, .mom-pedagogy-cta .mom-eyebrow { text-align: center; }
.mom-pedagogy-intro .mom-section-title, .mom-pedagogy-work__intro .mom-section-title { margin-bottom: 1.5rem; }
.mom-pedagogy-intro__text, .mom-pedagogy-work__intro > p:last-child { max-width: 790px; margin-inline: auto; color: var(--mom-muted); font-size: 1.08rem; }
.mom-pedagogy-principles { background: var(--mom-paper); }
.mom-pedagogy-principles::before { position: absolute; top: 4rem; left: -7rem; width: 280px; aspect-ratio: 1; border-radius: 45% 55% 65% 35%; background: #e6e8dc; content: ''; opacity: .8; transform: rotate(22deg); }
.mom-pedagogy-card-grid { position: relative; z-index: 1; gap: clamp(1rem,2vw,1.8rem); align-items: stretch !important; }
.mom-pedagogy-card { box-sizing: border-box; min-height: 310px; padding: clamp(1.5rem,2.5vw,2.5rem); border-radius: 38px 38px 16px 38px; background: #e9ecdf; box-shadow: 0 18px 42px rgba(23,45,27,.08); transition: transform 220ms ease, box-shadow 220ms ease; }
.mom-pedagogy-card:nth-child(2) { transform: translateY(1.8rem); }
.mom-pedagogy-card:hover { transform: translateY(-7px) rotate(-1deg); box-shadow: 0 28px 52px rgba(23,45,27,.13); }
.mom-pedagogy-card:nth-child(2):hover { transform: translateY(1rem) rotate(1deg); }
.mom-pedagogy-card--sand { background: #f3e7cc; }
.mom-pedagogy-card--clay { background: #f0ddd5; }
.mom-pedagogy-card__number { display: grid; width: 56px; height: 56px; margin: 0 0 1.3rem; place-items: center; border-radius: 50%; background: rgba(255,255,255,.72); color: var(--mom-teal); font-family: var(--mom-display); }
.mom-pedagogy-card h3 { margin: 0 0 .8rem; font-size: clamp(1.45rem,2vw,2rem); }
.mom-pedagogy-card > p:last-child { margin: 0; color: #4e5e51; }
.mom-pedagogy-environment { background: #edece0; }
.mom-pedagogy-environment__grid { gap: clamp(2.5rem,6vw,6rem); }
.mom-pedagogy-environment__visual figure { margin: 0; }
.mom-pedagogy-environment__visual img { width: 100%; min-height: 540px; object-fit: cover; border: 7px solid #fff; border-radius: 18% 42% 18% 38% / 22% 16% 38% 30%; box-shadow: 0 26px 68px rgba(23,45,27,.15); }
.mom-pedagogy-environment__copy h2, .mom-pedagogy-educator__intro h2 { max-width: 11ch; margin: 0 0 1.2rem; font-size: clamp(2.35rem,4.2vw,4.2rem); }
.mom-pedagogy-environment__copy > p:not(.mom-eyebrow), .mom-pedagogy-educator__intro > p:not(.mom-eyebrow) { color: var(--mom-muted); }
.mom-pedagogy-checklist { margin: 1.8rem 0 0; padding: 0; list-style: none; }
.mom-pedagogy-checklist li { position: relative; margin: 0; padding: .8rem 0 .8rem 2.2rem; border-bottom: 1px solid rgba(23,45,27,.1); color: #435347; }
.mom-pedagogy-checklist li::before { position: absolute; top: .95rem; left: 0; display: grid; width: 1.45rem; height: 1.45rem; place-items: center; border-radius: 50%; background: var(--mom-teal); color: #fff; content: '✓'; font-size: .8rem; }
.mom-pedagogy-work { background: var(--mom-cream); }
.mom-pedagogy-work__intro { max-width: 880px; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.mom-pedagogy-work__grid { gap: clamp(1rem,2vw,2rem); }
.mom-pedagogy-feature { position: relative; box-sizing: border-box; padding: 2rem; overflow: hidden; border: 1px solid rgba(23,45,27,.08); border-radius: 30px 30px 12px 30px; background: var(--mom-paper); box-shadow: 0 16px 40px rgba(23,45,27,.07); }
.mom-pedagogy-feature::after { position: absolute; right: -2.5rem; bottom: -2.5rem; width: 100px; aspect-ratio: 1; border-radius: 50%; background: #e6e8dc; content: ''; opacity: .75; }
.mom-pedagogy-feature:nth-child(2)::after { background: #f3e7cc; }
.mom-pedagogy-feature:nth-child(3)::after { background: #f0ddd5; }
.mom-pedagogy-feature__icon { display: grid; width: 62px; height: 62px; margin: 0 0 1.2rem; overflow: hidden; place-items: center; border-radius: 50%; background: #e2e6d9; }
.mom-pedagogy-feature__icon img { width: 84%; height: 84%; object-fit: contain; }
.mom-pedagogy-feature h3 { margin: 0 0 .7rem; font-size: 1.45rem; }
.mom-pedagogy-feature > p:last-child { margin-bottom: 0; color: var(--mom-muted); }
.mom-pedagogy-educator { border-radius: 58px 58px 0 0; background: #dfe4d5; }
.mom-pedagogy-educator__grid { gap: clamp(2.5rem,6vw,6rem); }
.mom-pedagogy-educator__steps { display: grid; gap: .85rem; }
.mom-pedagogy-step { box-sizing: border-box; gap: 1rem; padding: 1.15rem 1.4rem; border-radius: 24px 24px 10px 24px; background: rgba(252,251,249,.88); box-shadow: 0 10px 30px rgba(23,45,27,.07); }
.mom-pedagogy-step > p { margin: 0; }
.mom-pedagogy-step > p span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--mom-terracotta); color: #fff; font-family: var(--mom-display); }
.mom-pedagogy-step h3 { margin: .1rem 0 .25rem; font-size: 1.25rem; }
.mom-pedagogy-step .wp-block-group > p { margin: 0; color: var(--mom-muted); font-size: .94rem; }
.mom-pedagogy-cta { position: relative; box-sizing: border-box; margin-block: clamp(4rem,7vw,7rem); padding: clamp(2.5rem,5vw,5rem); overflow: hidden; border-radius: 44px 44px 18px 44px; background: #f1efe7; box-shadow: 0 22px 58px rgba(23,45,27,.09); }
.mom-pedagogy-cta::before { position: absolute; top: -4rem; left: -4rem; width: 180px; aspect-ratio: 1; border-radius: 50%; background: var(--mom-yellow); content: ''; opacity: .24; }
.mom-pedagogy-cta h2 { max-width: 14ch; margin: 0 auto 1rem; font-size: clamp(2.25rem,4vw,4rem); }
.mom-pedagogy-cta > p:not(.mom-eyebrow) { max-width: 680px; margin-inline: auto; color: var(--mom-muted); }
.mom-pedagogy-cta .wp-block-buttons { margin-top: 1.7rem; }

.mom-contact-template { margin: 0; }
.mom-contact-page { position: relative; padding: clamp(3.5rem,5.5vw,5.5rem) var(--mom-gutter); overflow: hidden; background: var(--mom-cream); isolation: isolate; }
.mom-contact-page::before { position: absolute; top: 1rem; right: -5rem; z-index: -1; width: clamp(240px,31vw,520px); aspect-ratio: 1.25; border-radius: 48% 52% 0 0 / 60% 60% 0 0; background: #e6e8dc; content: ''; transform: rotate(-4deg); }
.mom-contact-page::after { position: absolute; top: 9rem; right: -3rem; z-index: -1; width: clamp(180px,25vw,420px); aspect-ratio: 2.1; border-radius: 60% 40% 0 0 / 100% 100% 0 0; background: var(--mom-green); content: ''; opacity: .86; transform: rotate(-2deg); }
.mom-contact-page__grid { gap: clamp(2rem,4vw,4rem); align-items: stretch !important; }
.mom-contact-panel { box-sizing: border-box; padding: clamp(1.5rem,3vw,2.75rem); border: 1px solid rgba(23,45,27,.07); border-radius: 56px 56px 24px 56px; background: #f1efe7; box-shadow: 0 24px 58px rgba(23,45,27,.09); }
.mom-contact-panel > h2, .mom-contact-map-column > h2 { margin: 0 0 .7rem; color: var(--mom-ink); font-size: clamp(2rem,3vw,3rem); }
.mom-contact-panel > p { margin: 0 0 1.5rem; color: var(--mom-muted); }
.mom-contact-page__list { margin: 0; }
.mom-contact-page__list > * { margin-block-start: 0 !important; }
.mom-contact-page__item { box-sizing: border-box; gap: .85rem; padding: .7rem 0; border-bottom: 1px solid rgba(23,45,27,.1); }
.mom-contact-page__icon { position: relative; display: block; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: #e2e6d9; color: var(--mom-teal); }
.mom-contact-page__icon--terracotta { background: #f0ddd5; color: var(--mom-terracotta); }
.mom-contact-page__icon--honey { background: #f4e7c5; color: #a57925; }
.mom-contact-page__icon svg { position: absolute; top: 50%; left: 50%; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transform: translate(-50%,-50%); }
.mom-contact-page__item p { min-width: 0; margin: 0; color: #344737; }
.mom-contact-page__item p > span { display: block; margin-bottom: .08rem; color: var(--mom-teal); font-size: .7rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.mom-contact-page__item :where(a,strong) { color: #344737; font-size: .98rem; font-weight: 500; overflow-wrap: anywhere; text-decoration: none; }
.mom-contact-page__item a:hover, .mom-contact-page__item a:focus-visible { color: var(--mom-terracotta); text-decoration: underline; }
.mom-contact-page__actions { margin-top: 1.5rem; }
.mom-contact-page__whatsapp, .mom-contact-page__whatsapp .wp-block-button__link { width: 100%; }
.mom-contact-page__whatsapp .wp-block-button__link { justify-content: space-between; }
.mom-contact-page__social-title { margin: 1.5rem 0 .6rem; color: var(--mom-muted); font-size: .82rem; }
.mom-contact-page__social { gap: .45rem; margin: 0; }
.mom-contact-page__social .wp-social-link { border: 1px solid rgba(23,45,27,.1); box-shadow: 0 8px 22px rgba(23,45,27,.08); }
.mom-contact-map-column { min-width: 0; }
.mom-contact-map { position: relative; min-height: 590px; overflow: hidden; border: 5px solid #fff; border-radius: 14% 18% 12% 20% / 12% 16% 18% 14%; background-color: #e9e7de; background-image: repeating-linear-gradient(32deg,transparent 0 68px,rgba(124,135,104,.12) 69px 72px),repeating-linear-gradient(142deg,transparent 0 96px,rgba(198,111,82,.08) 97px 100px); box-shadow: 0 26px 68px rgba(23,45,27,.15); }
.mom-contact-map::before { position: absolute; top: 8%; right: 5%; width: 36%; height: 21%; border-radius: 45% 55% 48% 52%; background: rgba(136,143,112,.16); content: ''; transform: rotate(-12deg); }
.mom-contact-map iframe { display: block; width: 100%; height: 590px; border: 0; }
.mom-contact-map__placeholder { position: absolute; top: 50%; left: 50%; z-index: 1; box-sizing: border-box; width: min(82%,360px); padding: 2rem; border: 1px solid rgba(23,45,27,.08); border-radius: 30px 30px 12px 30px; background: rgba(252,251,249,.96); box-shadow: 0 18px 45px rgba(23,45,27,.15); text-align: center; transform: translate(-50%,-50%); }
.mom-contact-map__pin { position: relative; display: block; width: 62px; height: 62px; margin: 0 auto 1rem; border-radius: 50%; background: #e2e6d9; color: var(--mom-teal); }
.mom-contact-map__pin svg { position: absolute; top: 50%; left: 50%; width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transform: translate(-50%,-50%); }
.mom-contact-map__placeholder p { margin: 0 0 1.2rem; color: var(--mom-muted); font-size: .9rem; }
.mom-contact-map__placeholder strong { color: #344737; font-weight: 600; }
.mom-map-load { padding: .8rem 1.15rem; border: 0; border-radius: 16px; background: var(--mom-teal); box-shadow: 5px 5px 0 var(--mom-sand); color: #fff; font: inherit; font-weight: 600; cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.mom-map-load:hover { background: var(--mom-terracotta); transform: translateY(-2px); }
.mom-contact-map__privacy { max-width: 48rem; margin: 1rem 0 0; color: var(--mom-muted); font-size: .82rem; }
.mom-contact-map__privacy a { color: var(--mom-terracotta); }

.mom-site-footer { position: relative; padding-top: 1.25rem; overflow: hidden; border-radius: 42px 42px 0 0; background: #dde1d2; box-shadow: 0 -18px 52px rgba(23,45,27,.07); color: var(--mom-ink); }
.mom-site-footer::before { position: absolute; top: -26px; left: -3%; width: 106%; height: 52px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #dde1d2; content: ''; }
.mom-site-footer::after { position: absolute; bottom: -20px; left: clamp(1rem,4vw,4rem); width: clamp(100px,11vw,170px); height: clamp(90px,10vw,150px); background: var(--mom-green); content: ''; mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: 0; transform: translate3d(-55px,45px,0) rotate(-20deg); transition: opacity 900ms ease 240ms, transform 1100ms cubic-bezier(.16,1,.3,1) 240ms; }
.mom-site-footer.is-in-view::after { opacity: .2; transform: translate3d(0,0,0) rotate(-10deg); }
.mom-site-footer__main { position: relative; z-index: 1; display: grid !important; box-sizing: border-box; grid-template-columns: minmax(220px,.75fr) minmax(620px,2.2fr) minmax(330px,.85fr); align-items: start !important; gap: clamp(1.25rem,2.4vw,2.5rem); padding: 1.5rem clamp(.75rem,2vw,1.5rem) 1.2rem; }
.mom-footer-brand { flex: .65 1 200px; gap: .75rem; }
.mom-footer-brand p { margin: 0; color: rgba(23,45,27,.7); font-size: 0.9rem; }
.mom-footer-partners { width: 100%; margin-top: .25rem; gap: .55rem; }
.mom-footer-partner-logo { display: grid; width: 58px; aspect-ratio: 1; margin: 0 !important; box-sizing: border-box; overflow: hidden; place-items: center; border: 2px solid rgba(255,255,255,.82); border-radius: 50%; background: rgba(255,255,255,.78); box-shadow: 0 7px 18px rgba(23,45,27,.09); }
.mom-footer-partner-logo--onm { padding: .55rem; }
.mom-footer-partner-logo--fmi { padding: .3rem; }
.mom-footer-partner-logo img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: contain; }
.mom-footer-details { display: grid; flex: 2.1 1 600px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .4rem 1rem; }
.mom-footer-brand, .mom-footer-details, .mom-footer-presence { width: 100%; min-width: 0; justify-self: stretch; text-align: left; }
.mom-footer-details > *, .mom-footer-presence > * { width: 100%; max-width: none !important; margin-inline: 0 !important; margin-block-start: 0 !important; text-align: left; }
.mom-footer-presence { flex: .65 1 200px; }
.mom-footer-title { margin: 0 0 .55rem; color: #344737; font-family: inherit; font-size: 1.08rem; font-weight: 600; }
.mom-footer-details .mom-footer-title { grid-column: 1 / -1; }
.mom-footer-details > p:not(.mom-footer-title), .mom-footer-hours { display: flex; min-width: 0; margin: 0 !important; align-items: baseline; justify-content: flex-start; gap: .35rem; text-align: left; }
.mom-footer-details span, .mom-footer-hours span { color: var(--mom-teal); font-size: .72rem; font-weight: 500; letter-spacing: .045em; text-transform: uppercase; }
.mom-footer-details span, .mom-footer-hours span { display: inline; margin-bottom: 0; flex: 0 0 auto; }
.mom-footer-details strong, .mom-footer-hours strong { color: #344737; font-size: .92rem; font-weight: 500; }
.mom-footer-details strong { min-width: 0; }
.mom-footer-details a { color: inherit; overflow-wrap: anywhere; text-decoration: none; text-underline-offset: .18em; }
.mom-footer-details a:hover, .mom-footer-details a:focus-visible { color: var(--mom-terracotta); text-decoration: underline; text-decoration-color: currentColor; }
.mom-footer-social { gap: .45rem; margin: .75rem 0 0 !important; justify-content: flex-start !important; }
.mom-footer-social .wp-social-link { border: 1px solid rgba(23,45,27,.11); box-shadow: 0 8px 22px rgba(23,45,27,.08); transition: border-color 180ms ease, transform 180ms ease; }
.mom-footer-social .wp-social-link:hover { border-color: rgba(198,111,82,.5); transform: translateY(-2px); }
.mom-footer-nav-row { position: relative; z-index: 1; box-sizing: border-box; padding: .75rem clamp(.75rem,2vw,1.5rem); border-top: 1px solid rgba(23,45,27,.1); }
.mom-footer-nav { max-width: 100%; gap: 0.75rem 1.1rem; }
.mom-footer-nav .wp-block-navigation__container { gap: 0.7rem 1.25rem; }
.mom-footer-nav a { color: #344737; font-size: 0.8rem; font-weight: 500; text-decoration: none; }
.mom-footer-nav a:hover { color: var(--mom-terracotta); }
.mom-site-footer__bottom { position: relative; z-index: 1; box-sizing: border-box; padding: .8rem clamp(.75rem,2vw,1.5rem); border-top: 1px solid rgba(23,45,27,.1); }
.mom-site-footer__bottom p { margin: 0; color: rgba(23,45,27,.65); }
.mom-site-footer__bottom a { color: inherit; }
.mom-site-footer__bottom a:hover { color: var(--mom-terracotta); }
.mom-mobile-cta { display: none !important; }

.mom-motion-ready .mom-reveal {
    opacity: 0;
    transform: translate3d(0,44px,0);
    transition: opacity 760ms cubic-bezier(.2,.78,.2,1), transform 900ms cubic-bezier(.16,1,.3,1), clip-path 1000ms cubic-bezier(.16,1,.3,1);
    transition-delay: var(--mom-reveal-delay, 0ms);
    will-change: opacity, transform;
}
.mom-motion-ready .mom-reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }
.mom-motion-ready .mom-section-title.mom-reveal { clip-path: inset(0 0 55% 0); transform: translate3d(0,28px,0); }
.mom-motion-ready .mom-section-title.mom-reveal.is-visible { clip-path: inset(0 0 0 0); transform: translate3d(0,0,0); }
.mom-motion-ready .mom-hero__copy > .mom-reveal { transform: translate3d(-52px,18px,0); }
.mom-motion-ready .mom-hero__copy > .mom-reveal.is-visible { transform: translate3d(0,0,0); }
.mom-motion-ready .mom-hero__media.mom-reveal { clip-path: inset(8% 10% 8% 10% round 42%); opacity: .35; transform: translate3d(54px,20px,0) rotate(2deg) scale(.96); }
.mom-motion-ready .mom-hero__media.mom-reveal.is-visible { clip-path: inset(0 0 0 0 round 0); opacity: 1; transform: translate3d(0,0,0) rotate(0) scale(1); }
.mom-motion-ready .mom-hero__badges.mom-reveal { opacity: 0; transform: translate3d(34px,38px,0) scale(.72); }
.mom-motion-ready .mom-hero__badges.mom-reveal.is-visible { opacity: 1; transform: translate3d(0,0,0) scale(1); }
.mom-motion-ready .mom-program-card.mom-reveal { opacity: 0; transform: translate3d(0,calc(var(--mom-card-y) + 110px),0) rotate(var(--mom-card-entry-r)) scale(.94); }
.mom-motion-ready .mom-program-card.mom-reveal.is-visible { opacity: 1; transform: translate3d(0,var(--mom-card-y),0) rotate(var(--mom-card-r)) scale(1); }
.mom-motion-ready .mom-program-card.mom-reveal.is-visible:hover { transform: translate3d(0,calc(var(--mom-card-y) - 10px),0) rotate(0) scale(1.01); }
.mom-motion-ready .mom-method__media.mom-reveal,
.mom-motion-ready .mom-family-app__visual.mom-reveal,
.mom-motion-ready .mom-partnerships__visual.mom-reveal,
.mom-motion-ready .mom-visit__media.mom-reveal { clip-path: inset(8% 12% 8% 12% round 42%); transform: translate3d(-64px,30px,0) rotate(-2deg) scale(.96); }
.mom-motion-ready .mom-method__media.mom-reveal.is-visible,
.mom-motion-ready .mom-family-app__visual.mom-reveal.is-visible,
.mom-motion-ready .mom-partnerships__visual.mom-reveal.is-visible,
.mom-motion-ready .mom-visit__media.mom-reveal.is-visible { clip-path: inset(0 0 0 0 round 0); transform: translate3d(0,0,0) rotate(0) scale(1); }
.mom-motion-ready .mom-method__copy > .mom-reveal,
.mom-motion-ready .mom-family-app__copy > .mom-reveal,
.mom-motion-ready .mom-partnerships__copy > .mom-reveal,
.mom-motion-ready .mom-visit__copy > .mom-reveal { transform: translate3d(56px,20px,0); }
.mom-motion-ready .mom-method__copy > .mom-reveal.is-visible,
.mom-motion-ready .mom-family-app__copy > .mom-reveal.is-visible,
.mom-motion-ready .mom-partnerships__copy > .mom-reveal.is-visible,
.mom-motion-ready .mom-visit__copy > .mom-reveal.is-visible { transform: translate3d(0,0,0); }
.mom-motion-ready .mom-activity.mom-reveal:nth-child(odd) { transform: translate3d(0,74px,0) rotate(-2deg); }
.mom-motion-ready .mom-activity.mom-reveal:nth-child(even) { transform: translate3d(0,92px,0) rotate(2deg); }
.mom-motion-ready .mom-activity.mom-reveal.is-visible { transform: translate3d(0,0,0) rotate(0); }
.mom-motion-ready .mom-gallery figure.mom-reveal { transform: translate3d(0,80px,0) rotate(var(--mom-gallery-entry-rotate, -4deg)) scale(.94); }
.mom-motion-ready .mom-gallery figure.mom-reveal.is-visible { transform: translate3d(0,var(--mom-gallery-parallax, 0),0) rotate(var(--mom-gallery-rest-rotate, 0deg)) scale(1); }
.mom-motion-ready .mom-gallery__detail--one { --mom-gallery-entry-rotate: -10deg; --mom-gallery-rest-rotate: -2deg; }
.mom-motion-ready .mom-gallery__detail--two { --mom-gallery-entry-rotate: 10deg; --mom-gallery-rest-rotate: 2deg; }
.mom-motion-ready .mom-doodle--leaf { animation: mom-float 6.5s ease-in-out infinite; }
.mom-motion-ready .mom-doodle--sun { animation: mom-sun-breathe 5.5s ease-in-out infinite; }
@keyframes mom-float {
    0%,100% { transform: translateY(var(--mom-parallax-decoration, 0)) rotate(-18deg); }
    50% { transform: translateY(calc(var(--mom-parallax-decoration, 0px) - 12px)) rotate(-11deg); }
}
@keyframes mom-sun-breathe { 0%,100% { transform: rotate(0) scale(1); } 50% { transform: rotate(9deg) scale(1.06); } }

@media (max-width: 1180px) {
    .mom-topbar__inner p:nth-child(2) { display: none; }
    .mom-header-cta { display: none !important; }
    .mom-site-header__inner { min-height: 96px; }
    .custom-logo { max-height: 78px; }
    .mom-hero__stage { grid-template-columns: minmax(360px,46%) 1fr; }
    .mom-hero__copy { margin-right: -18%; padding-inline: 2.5rem; }
    .mom-program-grid { flex-wrap: wrap !important; }
    .mom-program-card { flex-basis: calc(50% - 1rem); }
    .mom-program-card:nth-child(n) { --mom-card-y: 0px; --mom-card-r: 0deg; }
    .mom-program-card:nth-child(n):hover { transform: translateY(-8px); }
    .mom-activity-row { flex-wrap: wrap !important; }
    .mom-activity { flex-basis: calc(33.333% - 1rem); }
    .mom-gallery { min-height: 560px; }
    .mom-site-footer__main { grid-template-columns: minmax(190px,.65fr) minmax(0,2fr); }
    .mom-footer-brand { grid-row: 1 / 3; }
    .mom-footer-details, .mom-footer-presence { grid-column: 2; }
}

@media (max-width: 900px) {
    body.admin-bar header.wp-block-template-part { top: 46px; }
    .mom-topbar__inner { justify-content: center !important; }
    .mom-topbar__inner p:nth-child(3) { display: none; }
    .mom-site-header__inner { min-height: 88px; border-radius: 0 0 24px 24px; }
    .mom-hero__stage { display: flex; min-height: auto; flex-direction: column; }
    .mom-hero__copy { min-height: auto; margin: 0; padding: 4rem 2rem 3rem; border-radius: 0 0 38% 0 / 0 0 18% 0; }
    .mom-hero__title { max-width: 12ch; }
    .mom-hero__media img { min-height: min(70vw,560px); }
    .mom-hero__proof { display: grid !important; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
    .mom-hero__proof p { flex-direction: column; text-align: center; }
    .mom-method__grid, .mom-environments__grid, .mom-family-app__grid, .mom-partnerships__grid, .mom-visit__grid { flex-direction: column; }
    .mom-method__grid .wp-block-column, .mom-environments__grid .wp-block-column, .mom-family-app__grid .wp-block-column, .mom-partnerships__grid .wp-block-column, .mom-visit__grid .wp-block-column { flex-basis: auto !important; width: 100%; }
    .mom-method__copy h2, .mom-environments__copy h2, .mom-family-app__copy h2, .mom-partnerships__copy h2, .mom-visit__copy h2 { max-width: 12ch; }
    .mom-partnerships__visual { width: 100%; min-height: 460px; }
    .mom-family-app__visual { min-height: 640px; order: 2; }
    .mom-family-app__copy { order: 1; }
    .mom-principles { flex-wrap: wrap !important; }
    .mom-principle { flex-basis: calc(50% - 1rem) !important; border-right: 0; border-bottom: 1px solid #e8dfd2; }
    .mom-gallery { min-height: 600px; }
    .mom-quote__grid { flex-direction: column; text-align: center; }
    .mom-quote__grid .wp-block-column { flex-basis: auto !important; }
    .mom-quote__image { max-width: 220px; margin-inline: auto; }
    .mom-quote__text p { margin-inline: auto; }
    .mom-footer-nav { justify-content: flex-start !important; }
    .mom-pedagogy-hero__grid, .mom-pedagogy-environment__grid, .mom-pedagogy-educator__grid { flex-direction: column; }
    .mom-pedagogy-hero__grid .wp-block-column, .mom-pedagogy-environment__grid .wp-block-column, .mom-pedagogy-educator__grid .wp-block-column { flex-basis: auto !important; width: 100%; }
    .mom-pedagogy-hero__visual { min-height: 560px; }
    .mom-pedagogy-card-grid, .mom-pedagogy-work__grid { flex-wrap: wrap !important; }
    .mom-pedagogy-card, .mom-pedagogy-feature { flex-basis: calc(50% - 1rem); }
    .mom-pedagogy-card:nth-child(2) { transform: none; }
    .mom-pedagogy-educator__intro h2 { max-width: 14ch; }
    .mom-site-footer__main { grid-template-columns: 1fr; }
    .mom-footer-brand, .mom-footer-details, .mom-footer-presence { grid-column: 1; grid-row: auto; }
    .mom-contact-page { padding-top: 3.5rem; }
    .mom-contact-page__grid { flex-direction: column; }
    .mom-contact-page__grid .wp-block-column { flex-basis: auto !important; width: 100%; }
    .mom-contact-map { min-height: 520px; }
    .mom-contact-map iframe { height: 520px; }
}

@media (max-width: 620px) {
    body.admin-bar header.wp-block-template-part { top: 0; }
    .mom-topbar { display: none; }
    .mom-site-header__inner { min-height: 76px; padding-inline: 0.75rem; }
    .custom-logo { max-height: 64px; }
    .mom-site-header__actions { gap: 0.5rem; }
    .mom-navigation .wp-block-navigation__responsive-container.is-menu-open {
        inset: 0;
        box-sizing: border-box;
        padding: 1.25rem;
        background: var(--mom-ink) !important;
        color: #fff;
    }
    .mom-navigation .wp-block-navigation__responsive-container.is-menu-open::before {
        position: absolute;
        top: 0.85rem;
        left: 1.25rem;
        z-index: 2;
        width: 118px;
        height: 68px;
        background: url('../images/logo-transparent.png') left center / contain no-repeat;
        content: '';
        pointer-events: none;
    }
    .mom-navigation .wp-block-navigation__responsive-container-content {
        width: 100%;
        padding-top: 4.75rem;
        align-items: stretch !important;
    }
    .mom-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
        width: 100%;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 0.25rem;
    }
    .mom-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
        width: 100%;
        align-items: flex-start;
    }
    .mom-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 0.75rem 0;
        color: #fff;
        font-family: var(--mom-display);
        font-size: clamp(1.7rem, 8vw, 2.5rem);
        line-height: 1.05;
        text-align: left;
    }
    .mom-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content::after { display: none; }
    .mom-navigation .wp-block-navigation__responsive-container.is-menu-open .current-menu-item > .wp-block-navigation-item__content,
    .home .mom-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:first-child .wp-block-navigation-item__content { color: var(--mom-yellow); }
    .mom-navigation .wp-block-navigation__responsive-container-close { top: 1.35rem; right: 1.35rem; z-index: 3; color: #fff; }
    .mom-hero__copy { padding: 3.3rem 1.25rem 2.8rem; }
    .mom-hero__title { font-size: clamp(2.45rem,11vw,3.65rem); }
    .mom-hero__actions { align-items: stretch; flex-direction: column; }
    .mom-hero__actions .wp-block-button, .mom-hero__actions .wp-block-button__link { width: 100%; }
    .mom-hero__media-wrap { padding: 1rem .75rem 1.4rem; }
    .mom-hero__media { height: auto; aspect-ratio: 1 / 1.08; }
    .mom-hero__media img { height: 100%; min-height: 0; object-position: 48% center; }
    .mom-hero__badges { right: 1.15rem; bottom: 1.7rem; }
    .mom-hero__badge { width: 68px; border-width: 3px; }
    .mom-hero__badge--onm { padding: .65rem; transform: translateY(-7px) rotate(-4deg); }
    .mom-doodle--sun { display: none; }
    .mom-hero__proof { min-height: 0; margin-inline: 0; padding: 1.5rem 1rem; grid-template-columns: 1fr !important; border-radius: 22px; }
    .mom-hero__proof p { flex-direction: row; justify-content: flex-start; text-align: left; }
    .mom-section-title { font-size: clamp(2.15rem,10vw,3.25rem); }
    .mom-programs::before { inset: 17% -35% 2%; }
    .mom-program-grid { display: grid !important; grid-template-columns: 1fr; }
    .mom-program-card { flex-basis: auto; }
    .mom-program-card__media img { height: 330px; }
    .mom-method { padding-top: 6rem; }
    .mom-method__media img { min-height: 380px; }
    .mom-visit__media img { display: block; height: auto; min-height: 0; object-fit: contain; }
    .mom-home-float { width: 100px; height: 82px; transform: scale(.72); }
    .mom-home-float--programs-cloud { top: 1.2rem; left: .55rem; transform-origin: 0 0; }
    .mom-home-float--method-sun { top: 1.6rem; right: .55rem; transform-origin: 100% 0; }
    .mom-home-float--activities-flower { top: .15rem; right: .65rem; transform-origin: 100% 0; }
    .mom-home-float--environments-cloud { top: 1.25rem; right: .55rem; left: auto; transform-origin: 100% 0; }
    .mom-home-float--videos-flower { top: .4rem; right: .65rem; transform-origin: 100% 0; }
    .mom-home-float--app-sun { right: .55rem; bottom: 1rem; transform-origin: 100% 100%; }
    .mom-home-float--visit-flower { top: 1.2rem; right: .65rem; bottom: auto; left: auto; transform-origin: 100% 0; }
    .mom-method__copy h2, .mom-environments__copy h2, .mom-family-app__copy h2, .mom-visit__copy h2 { font-size: clamp(2.4rem,11vw,3.65rem); }
    .mom-principles { display: grid !important; grid-template-columns: 1fr; }
    .mom-principle { padding-block: 1.5rem; }
    .mom-activity-row { display: grid !important; grid-template-columns: 1fr 1fr; }
    .mom-activity { padding-top: 0 !important; }
    .mom-activity:last-child { grid-column: 1 / -1; max-width: 60%; margin-inline: auto; }
    .mom-activity__media img { height: 230px; }
    .mom-environments { padding-bottom: 5rem; }
    .mom-gallery { display: grid; min-height: 0; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    .mom-gallery figure { position: relative; inset: auto; width: auto; height: auto; transform: none; }
    .mom-gallery__main { grid-column: 1 / -1; }
    .mom-gallery__main img { height: 320px; }
    .mom-gallery__detail img { height: 190px; }
    .mom-video-section { padding-block: 5.5rem; border-radius: 38px; }
    .mom-video-section__intro .mom-section-title { padding-inline: 0; }
    .mom-video-section::before { top: -8rem; left: -7rem; width: 240px; }
    .mom-video-section::after { right: -8rem; bottom: -6rem; width: 270px; }
    .mom-video-section__grid { gap: 2.5rem; }
    .mom-video-frame, .mom-video-card:nth-child(odd) .mom-video-frame, .mom-video-section__grid > .wp-block-column:nth-child(even) .mom-video-frame { border-width: 4px; border-radius: 30px 30px 24% 30px; }
    .mom-video-card h3 { margin-top: 1rem; font-size: 1.25rem; }
    .mom-video-section__privacy { max-width: 30ch; }
    .mom-family-app { padding-block: 5rem; }
    .mom-family-app__grid { gap: 2rem; }
    .mom-family-app__features { grid-template-columns: 1fr; gap: 0; }
    .mom-family-app__feature { padding-block: .85rem; }
    .mom-family-app__stores { align-items: stretch; flex-direction: column; }
    .mom-family-app__stores .wp-block-button, .mom-family-app__stores .wp-block-button__link { width: 100%; }
    .mom-family-app__visual { min-height: 570px; }
    .mom-family-app__phone { width: min(76%,300px); }
    .mom-family-app__phone img { height: 510px; }
    .mom-family-app__note { right: 0; bottom: 8%; max-width: 180px; }
    .mom-partnerships { padding-block: 5rem; border-radius: 38px; }
    .mom-partnerships__grid { gap: 2.25rem; }
    .mom-partnerships__copy h2 { max-width: 11ch; font-size: clamp(2.4rem,11vw,3.65rem); }
    .mom-partnerships__lead { font-size: 1.04rem; }
    .mom-partnerships__visual { min-height: 0; grid-template-columns: 1fr 1fr; gap: .75rem; }
    .mom-partnerships__partner { padding: 1.2rem .65rem 1.4rem; }
    .mom-partnerships__partner--onm { transform: translateY(-7px) rotate(-1.5deg); }
    .mom-partnerships__partner--fmi { transform: translateY(8px) rotate(1.5deg); }
    .mom-partnerships__logo { width: min(100%,145px); margin-bottom: .8rem; border-width: 3px; }
    .mom-partnerships__logo--onm { padding: 1.4rem; }
    .mom-partnerships__logo--fmi { padding: .75rem; }
    .mom-partnerships__partner h3 { font-size: .92rem; }
    .mom-quote { padding-block: 3.5rem; }
    .mom-quote__text p { font-size: clamp(2rem,10vw,3.2rem); }
    .mom-site-footer { padding-bottom: 5.5rem; }
    .mom-site-footer__main { grid-template-columns: 1fr; align-items: flex-start !important; }
    .mom-footer-brand, .mom-footer-details, .mom-footer-presence { flex-basis: auto; width: 100%; }
    .mom-footer-details { grid-template-columns: 1fr; gap: .35rem; }
    .mom-footer-nav-row { padding-block: .9rem; }
    .mom-footer-nav { justify-content: flex-start !important; }
    .mom-footer-nav .wp-block-navigation__container { align-items: flex-start; flex-direction: column; }
    .mom-site-footer__bottom { align-items: flex-start !important; flex-direction: column; }
    .mom-contact-page { padding: 3rem 1rem 4.5rem; }
    .mom-contact-page::before, .mom-contact-page::after { opacity: .42; }
    .mom-contact-panel { padding: 1.25rem; border-radius: 34px 34px 16px 34px; }
    .mom-contact-page__item { align-items: flex-start !important; }
    .mom-contact-map { min-height: 440px; border-width: 4px; border-radius: 34px 34px 20% 34px; }
    .mom-contact-map iframe { height: 440px; }
    .mom-contact-map__placeholder { width: calc(100% - 2rem); padding: 1.5rem 1rem; }
    .mom-pedagogy-hero { padding: 1rem .75rem 3.5rem; }
    .mom-pedagogy-hero__grid { min-height: 0; padding: 2.4rem 1.25rem 1.25rem; border-radius: 34px 34px 16px 34px; }
    .mom-pedagogy-hero__copy h1 { font-size: clamp(2rem,8.6vw,2.35rem); }
    .mom-pedagogy-hero__visual { min-height: 0; }
    .mom-pedagogy-hero__visual figure { position: relative; inset: auto; }
    .mom-pedagogy-hero__visual img { display: block; height: auto; border-width: 4px; object-fit: contain; }
    .mom-pedagogy-hero__sun { top: -1rem; right: -.5rem; width: 88px; }
    .mom-pedagogy-hero__leaf { right: -.5rem; bottom: -1rem; width: 100px; height: 84px; }
    .mom-pedagogy-card-grid, .mom-pedagogy-work__grid { display: grid !important; grid-template-columns: 1fr; }
    .mom-pedagogy-card, .mom-pedagogy-feature { min-height: 0; }
    .mom-pedagogy-environment__visual img { min-height: 390px; border-width: 4px; }
    .mom-pedagogy-environment__copy h2, .mom-pedagogy-educator__intro h2 { font-size: clamp(2.25rem,11vw,3.35rem); }
    .mom-pedagogy-step { align-items: flex-start !important; padding: 1rem; }
    .mom-pedagogy-cta { margin: 3.5rem .75rem; padding: 2.5rem 1.25rem; border-radius: 32px 32px 14px 32px; }
    .mom-mobile-cta { position: fixed; right: 0.65rem; bottom: 0.65rem; left: 0.65rem; z-index: 80; display: flex !important; flex-wrap: nowrap !important; gap: 0.42rem; padding: 0.5rem; border: 1px solid rgba(18,59,67,.1); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 16px 45px rgba(18,59,67,.26); backdrop-filter: blur(14px); }
    .mom-mobile-cta .wp-block-button { min-width: 0; flex: 1 1 0; }
    .mom-mobile-cta .wp-block-button__link { display: flex; width: 100%; min-height: 48px; box-sizing: border-box; align-items: center; justify-content: center; gap: .35rem; padding: .7rem .45rem; font-size: clamp(.68rem,3vw,.82rem); line-height: 1; white-space: nowrap; }
    .mom-mobile-cta .wp-block-button__link span { margin: 0; }
    .mom-mobile-cta__icon { display: block; width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .mom-mobile-cta__phone .wp-block-button__link { background: var(--mom-terracotta); box-shadow: none; }
    .mom-mobile-cta__whatsapp .wp-block-button__link { background: #607b62; box-shadow: none; color: #fff; }
}

/* Environments page */
.mom-environments-template { margin: 0; }
.mom-environments-page { overflow: hidden; background: var(--mom-cream); }
.mom-environments-page h1 strong, .mom-environments-page h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-environments-hero { box-sizing: border-box; padding: clamp(1rem,3vw,2.5rem) var(--mom-gutter) clamp(3rem,6vw,5rem); }
.mom-environments-hero__grid { box-sizing: border-box; width: 100%; max-width: var(--mom-wide) !important; min-height: 650px; margin-inline: auto; gap: clamp(2rem,5vw,5rem); padding: clamp(2.4rem,5vw,5rem); overflow: hidden; border: 1px solid rgba(23,45,27,.06); border-radius: 54px 54px 22px 54px; background: #f2f0e8; box-shadow: 0 28px 72px rgba(23,45,27,.09); }
.mom-environments-hero__copy { position: relative; z-index: 3; }
.mom-environments-hero__copy h1 { max-width: 11ch; margin: 0 0 1.35rem; font-size: clamp(2.8rem,4.8vw,4.8rem); line-height: .98; letter-spacing: -.045em; }
.mom-environments-hero__lead { max-width: 34rem; margin: 0; color: var(--mom-muted); font-size: clamp(1.02rem,1.35vw,1.22rem); }
.mom-environments-hero__copy .wp-block-buttons { margin-top: 2rem; }
.mom-environments-hero__visual { position: relative; min-height: 520px; isolation: isolate; }
.mom-environments-hero__visual figure { position: absolute; margin: 0; }
.mom-environments-hero__visual img { width: 100%; height: 100%; object-fit: cover; border: 6px solid #fff; box-shadow: 0 25px 58px rgba(23,45,27,.16); }
.mom-environments-hero__main { inset: 0 2% 2% 8%; z-index: 2; }
.mom-environments-hero__main img { border-radius: 42% 58% 46% 54% / 34% 42% 58% 66%; }
.mom-environments-hero__detail { bottom: 0; left: 0; z-index: 4; width: 38%; height: 40%; }
.mom-environments-hero__detail img { border-radius: 58% 42% 48% 52% / 48% 60% 40% 52%; }
.mom-environments-hero__sun { position: absolute; top: -1rem; left: 1rem; z-index: 0; width: 105px; aspect-ratio: 1; border-radius: 50%; background: var(--mom-yellow); opacity: .58; animation: mom-sun-breathe 6s ease-in-out infinite; }
.mom-environments-hero__leaf { position: absolute; right: -1rem; bottom: -2rem; z-index: 1; width: 140px; height: 108px; background: var(--mom-green); mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: .62; transform: rotate(18deg); }
.mom-environment-principles { background: #fbfaf6; }
.mom-environment-principles__intro { max-width: 780px; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.mom-environment-principles__grid { gap: 0; }
.mom-environment-principle { box-sizing: border-box; padding: 0 clamp(1rem,2.2vw,2rem); border-right: 1px solid rgba(23,45,27,.1); text-align: center; }
.mom-environment-principle:last-child { border-right: 0; }
.mom-environment-principle__number { display: grid; width: 48px; height: 48px; margin: 0 auto 1rem; place-items: center; border-radius: 50%; background: #e5e8dc; color: var(--mom-olive); font-family: var(--mom-display); }
.mom-environment-principle:nth-child(2) .mom-environment-principle__number { background: #f3e7cc; }
.mom-environment-principle:nth-child(3) .mom-environment-principle__number { background: #f0ddd5; }
.mom-environment-principle h3 { margin: 0 0 .65rem; font-size: 1.35rem; }
.mom-environment-principle > p:last-child { margin: 0; color: var(--mom-muted); font-size: .94rem; }
.mom-environment-tour { background: #e8eadf; }
.mom-environment-tour__row { gap: clamp(2.5rem,6vw,6rem); padding-block: clamp(1.5rem,3.5vw,3rem); }
.mom-environment-tour__row + .mom-environment-tour__row { margin-top: clamp(2rem,5vw,4rem); }
.mom-environment-tour__visual figure { margin: 0; }
.mom-environment-tour__visual img { width: 100%; height: clamp(430px,43vw,610px); object-fit: cover; border: 7px solid #fff; border-radius: 16% 40% 18% 38% / 24% 18% 38% 28%; box-shadow: 0 26px 65px rgba(23,45,27,.14); }
.mom-environment-tour__row--reverse .mom-environment-tour__visual img { border-radius: 38% 16% 38% 18% / 18% 26% 24% 42%; }
.mom-environment-tour__copy { max-width: 560px; }
.mom-environment-tour__label { margin: 0 0 1rem; color: var(--mom-olive); font-size: .82rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mom-environment-tour__copy h2 { max-width: 12ch; margin: 0 0 1.2rem; font-size: clamp(2.2rem,3.8vw,3.8rem); line-height: 1.02; letter-spacing: -.035em; }
.mom-environment-tour__copy > p:not(.mom-environment-tour__label) { color: var(--mom-muted); font-size: 1.06rem; }
.mom-space-gallery { background: #fbfaf6; }
.mom-space-gallery__intro { max-width: 820px; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.mom-space-gallery__intro > p:last-child { max-width: 700px; margin-inline: auto; color: var(--mom-muted); }
.mom-space-gallery__grid { gap: clamp(.9rem,1.8vw,1.6rem); align-items: stretch !important; }
.mom-space-card { overflow: hidden; border-radius: 30px 30px 14px 30px; background: #fff; box-shadow: 0 16px 40px rgba(23,45,27,.08); transition: transform 220ms ease, box-shadow 220ms ease; }
.mom-space-card:nth-child(2) { margin-top: 2rem; }
.mom-space-card:nth-child(3) { margin-top: 4rem; }
.mom-space-card:nth-child(4) { margin-top: 1rem; }
.mom-space-card:hover { transform: translateY(-6px) rotate(-.4deg); box-shadow: 0 25px 50px rgba(23,45,27,.13); }
.mom-space-card figure { margin: 0; overflow: hidden; }
.mom-space-card img { width: 100%; height: 330px; object-fit: cover; transition: transform 500ms ease; }
.mom-space-card:hover img { transform: scale(1.035); }
.mom-space-card h3 { margin: 1.3rem 1.35rem .45rem; font-size: 1.4rem; }
.mom-space-card p { margin: 0 1.35rem 1.55rem; color: var(--mom-muted); font-size: .93rem; }
.mom-day-flow { position: relative; background: #f4ecdc; }
.mom-day-flow__intro { max-width: 800px; margin-bottom: clamp(2.7rem,5vw,4.5rem); }
.mom-day-flow__intro > p:last-child { max-width: 650px; margin-inline: auto; color: var(--mom-muted); }
.mom-day-flow__rail { position: relative; display: grid !important; grid-template-columns: repeat(5,minmax(0,1fr)); gap: clamp(.8rem,1.5vw,1.35rem); align-items: stretch !important; }
.mom-day-flow__rail::before { position: absolute; top: 50%; right: 2%; left: 2%; height: 48px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60'%3E%3Cpath d='M8 31C105 0 168 58 262 31S427 5 520 31s161 28 254 0 170-25 265 0 122 18 153 3' fill='none' stroke='%23c66f52' stroke-width='3' stroke-linecap='round' stroke-dasharray='3 14' opacity='.42'/%3E%3C/svg%3E") center / 100% 100% no-repeat; content: ''; transform: translateY(-50%); }
.mom-day-step { position: relative; z-index: 1; box-sizing: border-box; width: auto; min-height: 270px; padding: 6rem clamp(1rem,1.45vw,1.45rem) 1.65rem; border: 1px solid rgba(23,45,27,.07); border-radius: 38px 38px 18px 38px; background: rgba(255,255,255,.84); box-shadow: 0 16px 32px rgba(23,45,27,.075); text-align: left; transition: transform 220ms ease, box-shadow 220ms ease; }
.mom-day-step:nth-child(2), .mom-day-step:nth-child(4) { transform: translateY(2rem); }
.mom-day-step:nth-child(2) { border-radius: 42px 20px 42px 24px; background: #f8e7dd; }
.mom-day-step:nth-child(3) { border-radius: 22px 42px 28px 42px; background: #f8efcf; }
.mom-day-step:nth-child(4) { border-radius: 40px 22px 40px 18px; background: #e7eadf; }
.mom-day-step:nth-child(5) { border-radius: 22px 42px 42px 26px; background: #f2e8df; }
.mom-day-step:hover { z-index: 2; transform: translateY(-7px) rotate(-.6deg); box-shadow: 0 24px 42px rgba(23,45,27,.12); }
.mom-day-step:nth-child(2):hover, .mom-day-step:nth-child(4):hover { transform: translateY(calc(2rem - 7px)) rotate(.6deg); }
.mom-day-step::after { position: absolute; top: .75rem; right: .8rem; width: 72px; height: 72px; background: url('../icons/illustrated/respect.svg') center / contain no-repeat; content: ''; }
.mom-day-step:nth-child(2)::after { background-image: url('../icons/illustrated/autonomy.svg'); }
.mom-day-step:nth-child(3)::after { background-image: url('../icons/illustrated/practical.svg'); }
.mom-day-step:nth-child(4)::after { background-image: url('../icons/illustrated/prepared.svg'); }
.mom-day-step:nth-child(5)::after { background-image: url('../icons/illustrated/cosmic.svg'); }
.mom-day-step__number { position: absolute; top: 1.15rem; left: 1.15rem; display: grid; width: 48px; height: 48px; margin: 0; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--mom-green); box-shadow: 0 5px 0 rgba(23,45,27,.08); color: #fff !important; font-family: var(--mom-display); font-size: 1rem; font-weight: 800; line-height: 1; opacity: 1 !important; }
.mom-day-step:nth-child(2) .mom-day-step__number { background: var(--mom-terracotta); }
.mom-day-step:nth-child(3) .mom-day-step__number { background: #b88926; }
.mom-day-step:nth-child(4) .mom-day-step__number { background: #687854; }
.mom-day-step:nth-child(5) .mom-day-step__number { background: #ae654e; }
.mom-day-step h3 { margin: 0 0 .6rem; font-size: 1.18rem; line-height: 1.15; }
.mom-day-step > p:last-child { margin: 0; color: var(--mom-muted); font-size: .88rem; line-height: 1.55; }
.mom-day-flow__media { margin-top: clamp(3.5rem,6vw,6rem); gap: clamp(2.5rem,6vw,5rem); }
.mom-day-flow__media figure { margin: 0; }
.mom-day-flow__media img { width: 100%; height: 440px; object-fit: cover; border: 6px solid #fff; border-radius: 36px 36px 16px 36px; box-shadow: 0 22px 55px rgba(23,45,27,.12); }
.mom-day-flow__media h3 { margin: 0 0 1rem; font-size: clamp(2rem,3vw,3.2rem); }
.mom-day-flow__media p { color: var(--mom-muted); }
.mom-environments-cta { position: relative; box-sizing: border-box; margin-block: clamp(4rem,7vw,7rem); padding: clamp(2.8rem,5vw,5rem); overflow: hidden; border-radius: 46px 46px 18px 46px; background: #e8eadf; box-shadow: 0 22px 55px rgba(23,45,27,.09); }
.mom-environments-cta::before, .mom-environments-cta::after { position: absolute; border-radius: 50%; content: ''; }
.mom-environments-cta::before { top: -5rem; left: -4rem; width: 190px; aspect-ratio: 1; background: var(--mom-yellow); opacity: .35; }
.mom-environments-cta::after { right: -3rem; bottom: -4rem; width: 150px; aspect-ratio: 1; background: var(--mom-terracotta); opacity: .12; }
.mom-environments-cta > * { position: relative; z-index: 1; }
.mom-environments-cta h2 { max-width: 14ch; margin: 0 auto 1rem; font-size: clamp(2.2rem,4vw,3.8rem); }
.mom-environments-cta > p:not(.mom-eyebrow) { max-width: 660px; margin-inline: auto; color: var(--mom-muted); }
.mom-environments-cta .wp-block-buttons { margin-top: 1.7rem; }

@media (max-width: 960px) {
    .mom-environments-hero__grid, .mom-environment-tour__row, .mom-day-flow__media { flex-direction: column; }
    .mom-environments-hero__grid .wp-block-column, .mom-environment-tour__row .wp-block-column, .mom-day-flow__media .wp-block-column { flex-basis: auto !important; width: 100%; }
    .mom-environments-hero__visual { min-height: 560px; }
    .mom-environment-tour__row--reverse .mom-environment-tour__copy { order: 2; }
    .mom-environment-tour__row--reverse .mom-environment-tour__visual { order: 1; }
    .mom-environment-principles__grid, .mom-space-gallery__grid { flex-wrap: wrap !important; }
    .mom-environment-principle, .mom-space-card { flex-basis: calc(50% - 1rem) !important; }
    .mom-environment-principle:nth-child(2) { border-right: 0; }
    .mom-environment-principle { padding-block: 1.5rem; border-bottom: 1px solid rgba(23,45,27,.1); }
    .mom-space-card:nth-child(n) { margin-top: 0; }
    .mom-day-flow__rail { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
    .mom-day-flow__rail::before { display: none; }
    .mom-day-step, .mom-day-step:nth-child(2), .mom-day-step:nth-child(4) { min-height: 235px; transform: none; }
    .mom-day-step:nth-child(5) { grid-column: 1 / -1; min-height: 210px; }
    .mom-day-step:nth-child(2):hover, .mom-day-step:nth-child(4):hover { transform: translateY(-7px) rotate(.6deg); }
}

@media (max-width: 620px) {
    .mom-environments-hero { padding: 1rem .75rem 3.5rem; }
    .mom-environments-hero__grid { min-height: 0; padding: 2.5rem 1.25rem 1.25rem; border-radius: 34px 34px 16px 34px; }
    .mom-environments-hero__copy h1 { max-width: 10ch; font-size: clamp(2.45rem,11.5vw,3.2rem); }
    .mom-environments-hero__visual { min-height: 390px; }
    .mom-environments-hero__main { inset: 0 0 2% 4%; }
    .mom-environments-hero__detail { bottom: 1%; left: 0; width: 40%; height: 38%; }
    .mom-environments-hero__visual img { border-width: 4px; }
    .mom-environments-hero__sun { left: .5rem; width: 76px; }
    .mom-environments-hero__leaf { right: 0; bottom: -1rem; width: 90px; height: 70px; }
    .mom-environment-principles__grid, .mom-space-gallery__grid { display: grid !important; grid-template-columns: 1fr; }
    .mom-environment-principle { border-right: 0; }
    .mom-environment-tour { padding-block: 4rem; }
    .mom-environment-tour__visual img, .mom-environment-tour__row--reverse .mom-environment-tour__visual img { height: 390px; border-width: 4px; border-radius: 30px 30px 14px 30px; }
    .mom-environment-tour__copy h2 { font-size: clamp(2.15rem,10vw,3rem); }
    .mom-space-card img { height: 310px; }
    .mom-day-flow__rail { grid-template-columns: 1fr; }
    .mom-day-step, .mom-day-step:nth-child(2), .mom-day-step:nth-child(4), .mom-day-step:nth-child(5) { grid-column: auto; min-height: 205px; padding: 5.7rem 1.3rem 1.45rem; transform: none; }
    .mom-day-step::after { width: 66px; height: 66px; }
    .mom-day-flow__media img { height: 330px; border-width: 4px; }
    .mom-environments-cta { margin: 3.5rem .75rem; padding: 2.7rem 1.25rem; border-radius: 32px 32px 14px 32px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    .mom-hero__media img { transform: none !important; }
    .mom-decor-cloud, .mom-decor-sun, .mom-decor-flower { animation: none !important; transform: none !important; }
}

/* Sections page */
.mom-sections-template { margin: 0; }
.mom-sections-page { overflow: hidden; background: var(--mom-cream); }
.mom-sections-page h1 strong, .mom-sections-page h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-sections-hero { box-sizing: border-box; padding: clamp(1rem,3vw,2.5rem) var(--mom-gutter) clamp(3rem,6vw,5.5rem); }
.mom-sections-hero__grid { box-sizing: border-box; width: 100%; max-width: var(--mom-wide) !important; min-height: 650px; margin-inline: auto; gap: clamp(2rem,5vw,5rem); padding: clamp(2.3rem,5vw,5rem); overflow: hidden; border: 1px solid rgba(23,45,27,.06); border-radius: 54px 54px 22px 54px; background: #f2f0e8; box-shadow: 0 28px 72px rgba(23,45,27,.09); }
.mom-sections-hero__copy { position: relative; z-index: 3; }
.mom-sections-hero__copy h1 { max-width: 11ch; margin: 0 0 1.35rem; font-size: clamp(2.8rem,4.8vw,4.8rem); line-height: .98; letter-spacing: -.045em; }
.mom-sections-hero__lead { max-width: 34rem; margin: 0; color: var(--mom-muted); font-size: clamp(1.02rem,1.35vw,1.22rem); }
.mom-sections-hero__visual { position: relative; min-height: 520px; isolation: isolate; }
.mom-sections-hero__image { position: absolute; margin: 0; }
.mom-sections-hero__image img { width: 100%; height: 100%; object-fit: cover; border: 6px solid #fff; box-shadow: 0 25px 58px rgba(23,45,27,.16); }
.mom-sections-hero__image--main { inset: 0 16% 3% 0; z-index: 2; }
.mom-sections-hero__image--main img { border-radius: 44% 56% 42% 58% / 35% 42% 58% 65%; }
.mom-sections-hero__image--small { right: 0; bottom: 0; z-index: 4; width: 43%; height: 42%; }
.mom-sections-hero__image--small img { border-radius: 58% 42% 48% 52% / 48% 60% 40% 52%; }
.mom-sections-hero__sun { position: absolute; top: 1%; right: 2%; z-index: 0; width: 116px; aspect-ratio: 1; border-radius: 50%; background: var(--mom-yellow); opacity: .66; animation: mom-sun-breathe 6s ease-in-out infinite; }
.mom-sections-hero__leaf { position: absolute; right: -1rem; bottom: -2rem; z-index: 1; width: 145px; height: 110px; background: var(--mom-green); mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: .64; transform: rotate(18deg); }
.mom-age-nav { position: relative; z-index: 6; box-sizing: border-box; max-width: 1060px !important; margin: -2.2rem auto 0; gap: .4rem; padding: .75rem; border: 1px solid rgba(23,45,27,.08); border-radius: 26px; background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(23,45,27,.1); }
.mom-age-nav > p { flex: 1 1 200px; margin: 0; }
.mom-age-nav a { display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; column-gap: .8rem; padding: .8rem 1rem; border-radius: 18px; color: var(--mom-green); text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.mom-age-nav a:hover, .mom-age-nav a:focus-visible { background: #eef0e7; transform: translateY(-2px); }
.mom-age-nav span { grid-row: 1 / 3; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #e2e6d9; color: var(--mom-green); font-family: var(--mom-display); }
.mom-age-nav p:nth-child(2) span { background: #f3e7cc; color: #9a6d24; }
.mom-age-nav p:nth-child(3) span { background: #f0ddd5; color: var(--mom-terracotta); }
.mom-age-nav p:nth-child(4) span { background: #e6e8dc; }
.mom-age-nav strong, .mom-age-nav small { display: block; line-height: 1.25; }
.mom-age-nav small { color: var(--mom-muted); font-size: .76rem; }
.mom-age-section { position: relative; padding-block: clamp(4.5rem,8vw,8rem); scroll-margin-top: 120px; }
.mom-age-section--sage { background: #edf0e6; }
.mom-age-section--sand { background: #f4ecdc; }
.mom-age-section--clay { background: #f2e4de; }
.mom-age-section--paper { background: var(--mom-paper); }
.mom-age-section__grid { gap: clamp(2.5rem,6vw,6rem); }
.mom-age-section__visual figure { margin: 0; }
.mom-age-section__visual img { width: 100%; height: clamp(430px,43vw,620px); object-fit: cover; border: 7px solid rgba(255,255,255,.94); border-radius: 16% 40% 18% 38% / 24% 18% 38% 28%; box-shadow: 0 26px 65px rgba(23,45,27,.14); }
.mom-age-section--reverse .mom-age-section__visual img { border-radius: 38% 16% 38% 18% / 18% 26% 24% 42%; }
.mom-age-section__copy { max-width: 560px; }
.mom-age-section__age { margin: 0 0 1rem; color: var(--mom-olive); font-size: .82rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mom-age-section__copy h2 { max-width: 12ch; margin: 0 0 1.2rem; font-size: clamp(2.2rem,3.8vw,3.8rem); line-height: 1.02; letter-spacing: -.035em; }
.mom-age-section__copy > p:not(.mom-age-section__age) { color: var(--mom-muted); font-size: 1.06rem; }
.mom-age-section__details { margin: 1.7rem 0 0; padding: 0; list-style: none; }
.mom-age-section__details li { position: relative; margin: 0; padding: .72rem 0 .72rem 2.1rem; border-bottom: 1px solid rgba(23,45,27,.1); color: #405044; }
.mom-age-section__details li::before { position: absolute; top: .83rem; left: 0; width: 1.3rem; height: 1.3rem; border: 2px solid var(--mom-olive); border-radius: 50%; content: ''; }
.mom-age-section__details li::after { position: absolute; top: 1.1rem; left: .34rem; width: .55rem; height: .3rem; border-bottom: 2px solid var(--mom-olive); border-left: 2px solid var(--mom-olive); content: ''; transform: rotate(-45deg); }
.mom-learning { background: #fbfaf6; }
.mom-learning__intro { max-width: 820px; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.mom-learning__intro > p:last-child { max-width: 700px; margin-inline: auto; color: var(--mom-muted); }
.mom-learning__grid { gap: clamp(.85rem,1.8vw,1.5rem); align-items: stretch !important; }
.mom-learning-card { overflow: hidden; border: 1px solid rgba(23,45,27,.08); border-radius: 28px 28px 14px 28px; background: #fff; box-shadow: 0 16px 38px rgba(23,45,27,.07); transition: transform 220ms ease, box-shadow 220ms ease; }
.mom-learning-card:hover { transform: translateY(-6px) rotate(-.4deg); box-shadow: 0 24px 48px rgba(23,45,27,.12); }
.mom-learning-card figure { margin: 0; overflow: hidden; }
.mom-learning-card img { width: 100%; height: 280px; object-fit: cover; transition: transform 500ms ease; }
.mom-learning-card:hover img { transform: scale(1.035); }
.mom-learning-card h3 { margin: 1.3rem 1.35rem .45rem; font-size: 1.45rem; }
.mom-learning-card p { margin: 0 1.35rem 1.5rem; color: var(--mom-muted); font-size: .94rem; }
.mom-sections-cta { position: relative; box-sizing: border-box; margin-block: clamp(4rem,7vw,7rem); padding: clamp(2.8rem,5vw,5rem); overflow: hidden; border-radius: 46px 46px 18px 46px; background: #e8eadf; box-shadow: 0 22px 55px rgba(23,45,27,.09); }
.mom-sections-cta::before, .mom-sections-cta::after { position: absolute; border-radius: 50%; content: ''; }
.mom-sections-cta::before { top: -5rem; left: -4rem; width: 190px; aspect-ratio: 1; background: var(--mom-yellow); opacity: .35; }
.mom-sections-cta::after { right: -3rem; bottom: -4rem; width: 150px; aspect-ratio: 1; background: var(--mom-terracotta); opacity: .12; }
.mom-sections-cta > * { position: relative; z-index: 1; }
.mom-sections-cta h2 { max-width: 15ch; margin: 0 auto 1rem; font-size: clamp(2.2rem,4vw,3.8rem); }
.mom-sections-cta > p:not(.mom-eyebrow) { max-width: 680px; margin-inline: auto; color: var(--mom-muted); }
.mom-sections-cta .wp-block-buttons { margin-top: 1.7rem; }

@media (max-width: 960px) {
    .mom-sections-hero__grid, .mom-age-section__grid { flex-direction: column; }
    .mom-sections-hero__grid .wp-block-column, .mom-age-section__grid .wp-block-column { flex-basis: auto !important; width: 100%; }
    .mom-sections-hero__visual { min-height: 560px; }
    .mom-age-section--reverse .mom-age-section__copy { order: 2; }
    .mom-age-section--reverse .mom-age-section__visual { order: 1; }
    .mom-learning__grid { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
    .mom-sections-hero { padding: 1rem .75rem 3.5rem; }
    .mom-sections-hero__grid { min-height: 0; padding: 2.5rem 1.25rem 1.25rem; border-radius: 34px 34px 16px 34px; }
    .mom-sections-hero__copy h1 { max-width: 10ch; font-size: clamp(2.45rem,11.5vw,3.2rem); }
    .mom-sections-hero__visual { min-height: 390px; }
    .mom-sections-hero__image--main { inset: 0 8% 2% 0; }
    .mom-sections-hero__image--small { right: 1%; bottom: 1%; width: 42%; height: 39%; }
    .mom-sections-hero__image img { border-width: 4px; }
    .mom-sections-hero__sun { right: 1rem; width: 78px; }
    .mom-sections-hero__leaf { right: 0; bottom: -1rem; width: 90px; height: 70px; }
    .mom-age-nav { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: -1.2rem; padding: .45rem; border-radius: 20px; }
    .mom-age-nav > p { min-width: 0; }
    .mom-age-nav a { grid-template-columns: 36px minmax(0,1fr); column-gap: .55rem; padding: .65rem .5rem; }
    .mom-age-nav span { width: 36px; height: 36px; font-size: .85rem; }
    .mom-age-nav strong { font-size: .85rem; }
    .mom-age-nav small { font-size: .67rem; }
    .mom-age-section { padding-block: 4.3rem; }
    .mom-age-section__visual img, .mom-age-section--reverse .mom-age-section__visual img { height: 390px; border-width: 4px; border-radius: 30px 30px 14px 30px; }
    .mom-age-section__copy h2 { font-size: clamp(2.15rem,10vw,3rem); }
    .mom-learning__grid { grid-template-columns: 1fr; }
    .mom-learning-card img { height: 270px; }
    .mom-sections-cta { margin: 3.5rem .75rem; padding: 2.7rem 1.25rem; border-radius: 32px 32px 14px 32px; }
}

/* App page */
.mom-app-page { overflow: hidden; background: var(--mom-cream); }
.mom-app-hero { box-sizing: border-box; padding: 1.4rem var(--mom-gutter) 4rem; }
.mom-app-hero__grid { position: relative; min-height: 720px; padding: clamp(2.5rem,5vw,5.5rem); overflow: hidden; border: 1px solid rgba(23,45,27,.07); border-radius: 48px 48px 20px 48px; background: #f8f5ee; box-shadow: 0 24px 65px rgba(23,45,27,.1); }
.mom-app-hero__copy { position: relative; z-index: 5; }
.mom-app-hero__copy h1 { max-width: 11ch; margin: 0 0 1.4rem; font-size: clamp(3rem,5vw,5.4rem); line-height: .98; letter-spacing: -.045em; }
.mom-app-hero__copy h1 strong, .mom-app-page h2 strong { color: var(--mom-terracotta); font-weight: inherit; }
.mom-app-hero__lead { max-width: 590px; margin: 0; color: var(--mom-muted); font-size: 1.08rem; }
.mom-app-availability { margin: 2rem 0 .8rem; color: var(--mom-ink); font-family: var(--mom-display); font-size: .86rem; }
.mom-app-store-buttons { gap: .8rem; }
.mom-app-hero__more { margin-top: 1.25rem; color: var(--mom-muted); font-size: .88rem; }
.mom-app-hero__more a, .mom-app-final__link a { color: var(--mom-terracotta); font-family: var(--mom-display); text-decoration-thickness: 1px; }
.mom-app-hero__visual { position: relative; min-height: 650px; }
.mom-app-phone { position: relative; box-sizing: border-box; width: min(62%,350px); margin: 0 auto; padding: 10px; overflow: hidden; border: 2px solid rgba(23,45,27,.15); border-radius: 48px; background: #fff; box-shadow: 0 28px 60px rgba(23,45,27,.2), 8px 10px 0 rgba(229,213,179,.88); }
.mom-app-phone::before { position: absolute; top: 18px; left: 50%; z-index: 2; width: 31%; height: 21px; border-radius: 999px; background: #17201c; content: ''; transform: translateX(-50%); }
.mom-app-phone img { display: block; width: 100%; aspect-ratio: .5; border-radius: 38px; object-fit: cover; object-position: top center; }
.mom-app-phone--hero-main { position: absolute; top: 2%; left: 7%; z-index: 3; width: min(54%,330px); transform: rotate(-2.5deg); }
.mom-app-phone--hero-back { position: absolute; top: 10%; right: 2%; z-index: 2; width: min(50%,305px); transform: rotate(3deg); }
.mom-app-decor { position: absolute; z-index: 0; display: block; pointer-events: none; }
.mom-app-decor--sun { top: 3%; left: 0; width: 86px; aspect-ratio: 1; border-radius: 50%; background: var(--mom-yellow); box-shadow: 0 0 0 16px rgba(212,162,63,.12); animation: mom-float 6s ease-in-out infinite; }
.mom-app-decor--cloud { top: 4%; right: 10%; width: 100px; height: 45px; border-radius: 999px; background: #dfe8e4; opacity: .9; animation: mom-drift 8s ease-in-out infinite; }
.mom-app-decor--cloud::before, .mom-app-decor--cloud::after { position: absolute; bottom: 10px; border-radius: 50%; background: inherit; content: ''; }
.mom-app-decor--cloud::before { left: 15px; width: 42px; height: 42px; }
.mom-app-decor--cloud::after { right: 15px; width: 55px; height: 55px; }
.mom-app-decor--leaf { right: -1rem; bottom: 0; width: 150px; height: 120px; background: var(--mom-green); mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: .7; transform: rotate(12deg); }
.mom-app-features { background: #fffdf9; }
.mom-app-features__intro { max-width: 850px; margin-bottom: clamp(3rem,7vw,6rem); }
.mom-app-features__intro > p:last-child { max-width: 700px; margin-inline: auto; color: var(--mom-muted); }
.mom-app-feature { gap: clamp(3rem,8vw,8rem); padding-block: clamp(2.5rem,5vw,5rem); }
.mom-app-feature + .mom-app-feature { margin-top: clamp(2rem,4vw,4rem); border-top: 1px solid rgba(23,45,27,.08); }
.mom-app-feature__visual { position: relative; min-height: 650px; display: grid; place-items: center; isolation: isolate; }
.mom-app-feature__visual .mom-app-phone { z-index: 2; width: min(68%,350px); transition: transform 280ms ease; }
.mom-app-feature--daily .mom-app-phone { transform: rotate(-2deg); }
.mom-app-feature--conversation .mom-app-phone { transform: rotate(2deg); }
.mom-app-feature--privacy .mom-app-phone { transform: rotate(-1.2deg); }
.mom-app-feature__visual:hover .mom-app-phone { transform: translateY(-8px) rotate(0); }
.mom-app-blob { position: absolute; inset: 10% 2% 6%; z-index: 0; display: block; border-radius: 42% 58% 54% 46% / 48% 38% 62% 52%; transform: rotate(-5deg); }
.mom-app-blob--sage { background: #e7eadf; }
.mom-app-blob--peach { background: #f2e2db; transform: rotate(5deg); }
.mom-app-blob--yellow { background: #f7ebc9; transform: rotate(-3deg); }
.mom-app-feature__copy { max-width: 600px; }
.mom-app-feature__label { margin: 0 0 1rem; color: var(--mom-green); font-size: .82rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.mom-app-feature__copy h2 { max-width: 13ch; margin: 0 0 1.25rem; font-size: clamp(2.2rem,3.8vw,3.8rem); line-height: 1.02; }
.mom-app-feature__copy > p:not(.mom-app-feature__label) { color: var(--mom-muted); font-size: 1.06rem; }
.mom-app-feature__list { margin: 1.7rem 0 0; padding: 0; list-style: none; }
.mom-app-feature__list li { position: relative; margin: 0; padding: .72rem 0 .72rem 2.2rem; border-bottom: 1px solid rgba(23,45,27,.1); color: #405044; }
.mom-app-feature__list li::before { position: absolute; top: .82rem; left: 0; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: #e3e7d9; content: ''; }
.mom-app-feature__list li::after { position: absolute; top: 1.12rem; left: .38rem; width: .52rem; height: .28rem; border-bottom: 2px solid var(--mom-green); border-left: 2px solid var(--mom-green); content: ''; transform: rotate(-45deg); }
.mom-app-appointments { position: relative; box-sizing: border-box; margin-block: clamp(4rem,8vw,8rem); padding: clamp(2.5rem,5vw,5rem); overflow: hidden; border: 1px solid rgba(23,45,27,.07); border-radius: 52px 52px 22px 52px; background: #e5e9dd; box-shadow: 0 24px 55px rgba(23,45,27,.1); }
.mom-app-appointments::before { position: absolute; top: -5rem; left: -4rem; width: 220px; aspect-ratio: 1; border-radius: 50%; background: rgba(212,162,63,.25); content: ''; }
.mom-app-appointments__grid { gap: clamp(2.5rem,7vw,7rem); }
.mom-app-appointments__copy { position: relative; z-index: 3; }
.mom-app-appointments__copy h2 { max-width: 12ch; margin: 0 0 1.25rem; font-size: clamp(2.3rem,4vw,4rem); }
.mom-app-appointments__copy > p:last-child { max-width: 580px; color: var(--mom-muted); font-size: 1.08rem; }
.mom-app-appointments__visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.mom-app-appointments__visual .mom-app-phone { z-index: 2; width: min(70%,340px); transform: rotate(2deg); }
.mom-app-calendar { position: absolute; right: 0; bottom: 6%; z-index: 3; width: 180px; height: 150px; border: 8px solid #f9f7f1; border-radius: 28px 28px 16px 28px; background: repeating-linear-gradient(0deg,transparent 0 27px,rgba(23,45,27,.12) 27px 29px), repeating-linear-gradient(90deg,transparent 0 34px,rgba(23,45,27,.1) 34px 36px), #f8edd1; box-shadow: 0 20px 36px rgba(23,45,27,.16); transform: rotate(-6deg); }
.mom-app-calendar::before { position: absolute; top: -14px; right: 18px; left: 18px; height: 22px; border-radius: 10px; background: var(--mom-green); content: ''; }
.mom-app-calendar::after { position: absolute; top: 58px; left: 68px; width: 38px; height: 18px; border-bottom: 6px solid var(--mom-terracotta); border-left: 6px solid var(--mom-terracotta); content: ''; transform: rotate(-45deg); }
.mom-app-steps { background: #f4ecdc; }
.mom-app-steps__intro { max-width: 800px; margin-bottom: clamp(2.7rem,5vw,4.5rem); }
.mom-app-steps__grid { position: relative; gap: clamp(1rem,2vw,2rem); }
.mom-app-steps__grid::before { position: absolute; top: 50px; right: 12%; left: 12%; height: 3px; background: repeating-linear-gradient(90deg,var(--mom-terracotta) 0 4px,transparent 4px 14px); content: ''; opacity: .35; }
.mom-app-step { position: relative; z-index: 1; padding: 1.6rem 1.5rem 1.8rem; border: 1px solid rgba(23,45,27,.07); border-radius: 34px 34px 16px 34px; background: rgba(255,255,255,.78); box-shadow: 0 16px 35px rgba(23,45,27,.07); }
.mom-app-step:nth-child(2) { border-radius: 36px 18px 36px 22px; background: #f7e5dc; }
.mom-app-step:nth-child(3) { border-radius: 20px 36px 36px 22px; background: #e8ebdf; }
.mom-app-step__number { display: grid; width: 54px; height: 54px; margin: 0 0 1.1rem; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--mom-green); box-shadow: 0 5px 0 rgba(23,45,27,.08); color: #fff !important; font-family: var(--mom-display); font-weight: 800; }
.mom-app-step:nth-child(2) .mom-app-step__number { background: var(--mom-terracotta); }
.mom-app-step:nth-child(3) .mom-app-step__number { background: #6e7b59; }
.mom-app-step h3 { margin: 0 0 .6rem; font-size: 1.35rem; }
.mom-app-step > p:last-child { margin: 0; color: var(--mom-muted); }
.mom-app-trust { box-sizing: border-box; margin-top: clamp(2rem,4vw,3.5rem); gap: 1rem; padding: 1.2rem 1.4rem; border: 1px solid rgba(23,45,27,.1); border-radius: 26px 26px 12px 26px; background: rgba(255,255,255,.58); }
.mom-app-trust__icon { display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; border-radius: 50%; background: #e1e6d8; color: var(--mom-green); }
.mom-app-trust__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mom-app-trust p { margin: 0; color: var(--mom-muted); font-size: .92rem; }
.mom-app-trust strong { color: var(--mom-ink); font-family: var(--mom-display); }
.mom-app-final { position: relative; box-sizing: border-box; margin-block: clamp(4rem,7vw,7rem); padding: clamp(3rem,5vw,5rem); overflow: hidden; border-radius: 48px 48px 20px 48px; background: var(--mom-green); color: #fff; box-shadow: 0 24px 60px rgba(23,45,27,.17); }
.mom-app-final::before, .mom-app-final::after { position: absolute; content: ''; pointer-events: none; }
.mom-app-final::before { top: -5rem; left: -4rem; width: 200px; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.1); }
.mom-app-final::after { right: -1rem; bottom: -2rem; width: 170px; height: 130px; background: #fff; mask: url('../icons/leaf-sprig.svg') center / contain no-repeat; opacity: .16; transform: rotate(18deg); }
.mom-app-final > * { position: relative; z-index: 2; }
.mom-app-final h2 { max-width: 14ch; margin: 0 auto 1rem; color: #fff; font-size: clamp(2.3rem,4vw,4rem); }
.mom-app-final h2 strong { color: #f0c66c; }
.mom-app-final > p:not(.mom-app-final__link) { max-width: 650px; margin-inline: auto; color: rgba(255,255,255,.82); }
.mom-app-final .mom-app-store-buttons { margin-top: 1.6rem; }
.mom-app-final__link { color: rgba(255,255,255,.8); font-size: .9rem; }
.mom-app-final__link a { color: #fff; }

@media (max-width: 960px) {
    .mom-app-hero__grid, .mom-app-feature, .mom-app-appointments__grid { flex-direction: column; }
    .mom-app-hero__grid .wp-block-column, .mom-app-feature .wp-block-column, .mom-app-appointments__grid .wp-block-column { flex-basis: auto !important; width: 100%; }
    .mom-app-hero__visual { min-height: 700px; }
    .mom-app-feature--reverse .mom-app-feature__copy { order: 2; }
    .mom-app-feature--reverse .mom-app-feature__visual { order: 1; }
    .mom-app-feature__visual { min-height: 620px; }
    .mom-app-feature__copy { max-width: 680px; margin-inline: auto; }
    .mom-app-appointments__visual { min-height: 600px; }
}

@media (max-width: 620px) {
    .mom-app-hero { padding: 1rem .75rem 3.5rem; }
    .mom-app-hero__grid { min-height: 0; padding: 2.5rem 1.25rem 1.25rem; border-radius: 34px 34px 16px 34px; }
    .mom-app-hero__copy h1 { max-width: 9.5ch; font-size: clamp(2.45rem,11.2vw,3.2rem); }
    .mom-app-store-buttons { align-items: stretch; flex-direction: column; }
    .mom-app-store-buttons .wp-block-button, .mom-app-store-buttons .wp-block-button__link { width: 100%; }
    .mom-app-hero__visual { min-height: 520px; margin-top: 1.2rem; }
    .mom-app-phone--hero-main { top: 1%; left: 2%; width: 61%; }
    .mom-app-phone--hero-back { top: 8%; right: 0; width: 57%; }
    .mom-app-phone { padding: 6px; border-radius: 34px; }
    .mom-app-phone::before { top: 11px; height: 15px; }
    .mom-app-phone img { border-radius: 27px; }
    .mom-app-decor--sun { top: 0; left: -1rem; width: 58px; }
    .mom-app-decor--cloud { top: 2%; right: 1%; width: 72px; height: 32px; }
    .mom-app-decor--leaf { right: -1rem; width: 95px; height: 74px; }
    .mom-app-features__intro { margin-bottom: 2rem; }
    .mom-app-feature { padding-block: 3.5rem; }
    .mom-app-feature__visual { min-height: 510px; }
    .mom-app-feature__visual .mom-app-phone { width: min(75%,285px); }
    .mom-app-blob { inset: 10% 0 5%; }
    .mom-app-feature__copy h2 { font-size: clamp(2.15rem,10vw,3rem); }
    .mom-app-appointments { margin: 3.5rem .75rem; padding: 2.7rem 1.25rem 1.5rem; border-radius: 34px 34px 16px 34px; }
    .mom-app-appointments__copy h2 { font-size: clamp(2.2rem,10vw,3rem); }
    .mom-app-appointments__visual { min-height: 510px; }
    .mom-app-appointments__visual .mom-app-phone { width: min(72%,270px); }
    .mom-app-calendar { right: -1rem; bottom: 2%; width: 130px; height: 108px; border-width: 5px; border-radius: 20px 20px 10px 20px; background-size: auto; }
    .mom-app-calendar::after { top: 42px; left: 48px; width: 28px; height: 13px; border-width: 0 0 5px 5px; }
    .mom-app-steps__grid { display: grid !important; grid-template-columns: 1fr; }
    .mom-app-steps__grid::before { display: none; }
    .mom-app-trust { align-items: flex-start; }
    .mom-app-final { margin: 3.5rem .75rem; padding: 2.8rem 1.25rem; border-radius: 34px 34px 16px 34px; }
}
