﻿:root {
    --sc-shadow-soft: 0 1rem 2.75rem rgba(71, 79, 46, 0.10);
    --sc-shadow-card: 0 0.75rem 2rem rgba(71, 79, 46, 0.09);
    --sc-shadow-card-hover: 0 1rem 2.5rem rgba(71, 79, 46, 0.14);
    --sc-border-soft: rgba(141, 153, 95, 0.26);
    --sc-highlight-soft: rgba(226, 112, 108, 0.16);
}

body {
    background:
        radial-gradient(circle at 9% 8%, rgba(141, 153, 95, 0.055), transparent 24rem),
        radial-gradient(circle at 88% 10%, rgba(247, 210, 129, 0.07), transparent 26rem),
        radial-gradient(circle at 84% 74%, rgba(176, 203, 214, 0.055), transparent 25rem),
        radial-gradient(circle at 12% 88%, rgba(226, 112, 108, 0.035), transparent 22rem),
        linear-gradient(145deg, #fffdf8 0%, #fffaf1 48%, #fbf3eb 100%);
    background-attachment: scroll;
}

@media (max-width: 900px), (hover: none), (pointer: coarse) {
    body {
        background-attachment: scroll;
    }
}

a:hover {
    color: var(--wp--preset--color--warm-dark);
    text-decoration-color: var(--wp--preset--color--coral-dark);
    text-decoration-thickness: 0.12em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.wp-block-button__link:focus-visible {
    outline: 3px solid var(--wp--preset--color--olive-dark);
    outline-offset: 3px;
    box-shadow: 0 0 0 0.35rem rgba(141, 153, 95, 0.18);
}

button,
input[type="button"],
input[type="submit"],
.wp-block-button__link {
    box-shadow: 0 0.45rem 1.1rem rgba(71, 79, 46, 0.12);
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--olive-deep);
    box-shadow: 0 0.7rem 1.45rem rgba(71, 79, 46, 0.18);
    color: var(--wp--preset--color--white);
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--wp--preset--color--olive-dark);
}

.sc-surface {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 241, 0.96));
    border: 1px solid var(--sc-border-soft);
    border-radius: var(--wp--custom--radius--lg);
    box-shadow: var(--sc-shadow-soft);
    padding: var(--wp--preset--spacing--lg);
}

.sc-site-header,
.sc-site-footer {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(141, 153, 95, 0.055);
    border-radius: var(--wp--custom--radius--lg);
    box-shadow: 0 0.6rem 1.7rem rgba(71, 79, 46, 0.042);
    padding: var(--wp--preset--spacing--md);
}

.sc-site-header {
    backdrop-filter: blur(14px);
    background: rgba(255, 253, 248, 0.88);
    border-color: rgba(141, 153, 95, 0.045);
    box-shadow: 0 0.38rem 1.05rem rgba(71, 79, 46, 0.034);
    isolation: isolate;
    margin-left: auto;
    margin-right: auto;
    max-width: min(var(--wp--style--global--wide-size), calc(100dvw - 2rem));
    overflow: visible;
    padding: clamp(0.55rem, 1.2vw, 0.9rem) clamp(0.75rem, 2vw, 1.35rem);
    width: calc(100% - 2rem);
}

.sc-site-footer {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.90), rgba(255, 250, 241, 0.82));
    border-color: rgba(141, 153, 95, 0.045);
    box-shadow: 0 0.5rem 1.45rem rgba(71, 79, 46, 0.034);
}

.sc-header-inner,
.sc-footer-inner {
    gap: var(--wp--preset--spacing--md);
}

.sc-site-header .sc-header-inner {
    align-items: center;
    column-gap: clamp(0.85rem, 2vw, 1.85rem);
    display: grid;
    grid-template-columns: minmax(13.25rem, 0.86fr) minmax(0, 1.72fr) auto;
    max-width: none !important;
    row-gap: var(--wp--preset--spacing--sm);
    width: 100%;
}

.sc-site-header .sc-brand {
    flex: initial;
    min-width: min(100%, 16rem);
}

.sc-site-header .sc-brand-link {
    align-items: center;
    border-radius: var(--wp--custom--radius--pill);
    color: var(--wp--preset--color--warm-dark);
    display: inline-flex;
    gap: 0.78rem;
    max-width: 100%;
    padding: 0.22rem 0.35rem 0.22rem 0.2rem;
    text-decoration: none;
    transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.sc-site-header .sc-brand-link:hover {
    background-color: rgba(255, 255, 255, 0.42);
    color: var(--wp--preset--color--olive-deep);
}

.sc-site-header .sc-brand-link:focus-visible {
    outline: 3px solid var(--wp--preset--color--olive-dark);
    outline-offset: 4px;
    box-shadow: 0 0 0 0.35rem rgba(141, 153, 95, 0.18);
}

.sc-site-header .sc-brand-mark {
    background:
        linear-gradient(145deg, rgba(255, 248, 236, 0.96), rgba(216, 226, 177, 0.82) 54%, rgba(220, 156, 132, 0.82));
    border: 1px solid rgba(141, 153, 95, 0.30);
    border-radius: 44% 56% 52% 48% / 48% 42% 58% 52%;
    box-shadow:
        0 0.35rem 0.85rem rgba(71, 79, 46, 0.08),
        inset 0 0.12rem 0 rgba(255, 255, 255, 0.74);
    display: inline-block;
    flex: 0 0 auto;
    height: 3rem;
    position: relative;
    transition: border-radius 180ms ease, transform 180ms ease;
    width: 3rem;
}

.sc-site-header .sc-brand-mark::before,
.sc-site-header .sc-brand-mark::after {
    border-radius: var(--wp--custom--radius--pill);
    content: "";
    position: absolute;
}

.sc-site-header .sc-brand-mark::before {
    background: rgba(255, 255, 255, 0.86);
    height: 0.85rem;
    left: 0.68rem;
    top: 0.64rem;
    width: 0.85rem;
}

.sc-site-header .sc-brand-mark::after {
    background: var(--wp--preset--color--coral-dark);
    bottom: 0.67rem;
    height: 0.48rem;
    right: 0.68rem;
    width: 1.05rem;
}

.sc-site-header .sc-brand-link:hover .sc-brand-mark {
    border-radius: 54% 46% 43% 57% / 50% 56% 44% 50%;
}

.sc-site-header .sc-brand-text {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.sc-brand p,
.sc-footer-brand p {
    margin: 0;
}

.sc-brand-name,
.sc-footer-name {
    font-size: var(--wp--preset--font-size--large);
    font-weight: 800;
    line-height: 1.1;
}

.sc-site-header .sc-brand-name {
    display: block;
    font-size: clamp(1.35rem, 1.7vw, 1.7rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 0.95;
}

.sc-site-header .sc-brand-link {
    color: var(--wp--preset--color--warm-dark);
    text-decoration: none;
}

.sc-site-header .sc-brand-link:hover {
    color: var(--wp--preset--color--olive-deep);
}

.sc-brand-tagline,
.sc-footer-description {
    color: var(--wp--preset--color--warm-muted);
    font-size: var(--wp--preset--font-size--small);
}

.sc-site-header .sc-brand-tagline {
    color: var(--wp--preset--color--olive);
    display: block;
    font-size: clamp(0.82rem, 0.9vw, 0.95rem);
    font-weight: 700;
    line-height: 1.12;
}

.sc-site-header .sc-primary-nav {
    flex: initial;
    justify-content: center;
    min-width: 0;
}

.sc-site-header .sc-primary-nav .wp-block-navigation__container {
    column-gap: clamp(0.4rem, 1vw, 0.9rem);
    justify-content: center;
    row-gap: 0.35rem;
}

.sc-primary-nav .wp-block-navigation-item__content,
.sc-footer-nav .wp-block-navigation-item__content {
    border-radius: var(--wp--custom--radius--pill);
    font-weight: 700;
    padding: 0.25rem 0.45rem;
    text-decoration: none;
    transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.sc-site-header .sc-primary-nav .wp-block-navigation-item__content {
    color: var(--wp--preset--color--warm-dark);
    padding: 0.5rem 0.32rem 0.6rem;
    position: relative;
}

.sc-site-header .sc-primary-nav .wp-block-navigation-item__content::after {
    background: var(--wp--preset--color--olive-dark);
    border-radius: var(--wp--custom--radius--pill);
    bottom: -0.12rem;
    content: "";
    height: 0.13rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%) scaleX(0.72);
    transition: opacity 180ms ease, transform 180ms ease;
    width: 1.65rem;
}

.sc-site-header .sc-primary-nav .wp-block-navigation-item__content:hover {
    background-color: transparent;
}

.sc-site-header .sc-primary-nav .wp-block-navigation-item__content:hover::after,
.sc-site-header .sc-primary-nav .current-menu-item > .wp-block-navigation-item__content::after,
.sc-site-header .sc-primary-nav .current-menu-ancestor > .wp-block-navigation-item__content::after,
.sc-site-header .sc-primary-nav .wp-block-navigation-item__content[aria-current="page"]::after,
body.home .sc-site-header .sc-primary-nav .wp-block-navigation-item:first-child .wp-block-navigation-item__content::after,
body.front-page .sc-site-header .sc-primary-nav .wp-block-navigation-item:first-child .wp-block-navigation-item__content::after,
body:has(.sc-offer-lead) .sc-site-header .sc-primary-nav .wp-block-navigation-item:nth-child(2) .wp-block-navigation-item__content::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

.sc-primary-nav .wp-block-navigation-item__content:hover,
.sc-footer-nav .wp-block-navigation-item__content:hover {
    background-color: rgba(141, 153, 95, 0.08);
    color: var(--wp--preset--color--olive-deep);
}

.sc-site-header .sc-primary-nav .wp-block-navigation-item__content:focus-visible {
    outline: 3px solid var(--wp--preset--color--olive-dark);
    outline-offset: 3px;
    box-shadow: 0 0 0 0.3rem rgba(141, 153, 95, 0.18);
}

.wp-block-navigation__responsive-container-open:focus-visible,
.wp-block-navigation__responsive-container-close:focus-visible {
    outline: 3px solid var(--wp--preset--color--olive-dark);
    outline-offset: 3px;
    box-shadow: 0 0 0 0.35rem rgba(141, 153, 95, 0.18);
}

.sc-footer-nav .wp-block-navigation-item__content:focus-visible {
    outline: 3px solid var(--wp--preset--color--olive-dark);
    outline-offset: 3px;
    box-shadow: 0 0 0 0.3rem rgba(141, 153, 95, 0.18);
}

.sc-site-header .sc-primary-nav .current-menu-item > .wp-block-navigation-item__content,
.sc-site-header .sc-primary-nav .current-menu-ancestor > .wp-block-navigation-item__content,
.sc-site-header .sc-primary-nav .wp-block-navigation-item__content[aria-current="page"],
body.home .sc-site-header .sc-primary-nav .wp-block-navigation-item:first-child .wp-block-navigation-item__content,
body.front-page .sc-site-header .sc-primary-nav .wp-block-navigation-item:first-child .wp-block-navigation-item__content,
body:has(.sc-offer-lead) .sc-site-header .sc-primary-nav .wp-block-navigation-item:nth-child(2) .wp-block-navigation-item__content {
    background-color: transparent;
    box-shadow: none;
    color: var(--wp--preset--color--olive-deep);
}

.sc-site-header .sc-header-actions {
    flex: initial;
    justify-content: flex-end;
}

.sc-site-header .sc-header-cta {
    align-items: center;
    background: linear-gradient(135deg, var(--wp--preset--color--olive-dark), var(--wp--preset--color--olive-deep));
    border: 1px solid rgba(79, 84, 63, 0.28);
    border-radius: var(--wp--custom--radius--pill);
    box-shadow: 0 0.45rem 1rem rgba(71, 79, 46, 0.16);
    color: var(--wp--preset--color--white);
    display: inline-flex;
    gap: 0.55rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    max-width: 100%;
    padding: 0.72rem 1.14rem;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
    white-space: nowrap;
}

.sc-site-header .sc-header-cta:hover {
    background: linear-gradient(135deg, var(--wp--preset--color--olive-deep), var(--wp--preset--color--warm-dark));
    border-color: rgba(79, 84, 63, 0.38);
    box-shadow: 0 0.65rem 1.25rem rgba(71, 79, 46, 0.20);
    color: var(--wp--preset--color--white);
}

.sc-site-header .sc-header-cta:focus-visible {
    outline: 3px solid var(--wp--preset--color--olive-dark);
    outline-offset: 4px;
    box-shadow:
        0 0.65rem 1.35rem rgba(71, 79, 46, 0.18),
        0 0 0 0.35rem rgba(141, 153, 95, 0.22);
}

.sc-main {
    scroll-margin-top: var(--wp--preset--spacing--lg);
}

.sc-home-main {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size);
    padding-left: 0;
    padding-right: 0;
}

.sc-home-main > .wp-block-post-content {
    margin-left: 0;
    margin-right: 0;
}

.sc-page-section + .sc-page-section {
    margin-top: clamp(2.75rem, 5vw, 4.35rem);
}

.sc-page-lead,
.sc-page-cta {
    background:
        radial-gradient(circle at top right, var(--sc-highlight-soft), transparent 16rem),
        linear-gradient(135deg, rgba(255, 248, 236, 0.98), rgba(247, 235, 212, 0.72));
    border: 1px solid var(--sc-border-soft);
    border-radius: var(--wp--custom--radius--lg);
    box-shadow: 0 0.9rem 2.4rem rgba(71, 79, 46, 0.09);
    padding: var(--wp--preset--spacing--lg);
    position: relative;
}

.sc-page-lead::before {
    background: linear-gradient(180deg, var(--wp--preset--color--coral), var(--wp--preset--color--olive));
    border-radius: var(--wp--custom--radius--pill);
    content: "";
    display: block;
    height: 0.35rem;
    margin-bottom: var(--wp--preset--spacing--sm);
    max-width: 6rem;
}

.sc-page-lead p,
.sc-page-cta p {
    color: var(--wp--preset--color--warm-muted);
    font-size: var(--wp--preset--font-size--medium);
}

.sc-page-note {
    background: linear-gradient(135deg, rgba(247, 235, 212, 0.86), rgba(255, 248, 236, 0.92));
    border: 1px solid rgba(141, 153, 95, 0.28);
    border-left: 0.45rem solid var(--wp--preset--color--olive);
    border-radius: var(--wp--custom--radius--lg);
    box-shadow: 0 0.6rem 1.6rem rgba(71, 79, 46, 0.07);
    padding: var(--wp--preset--spacing--lg);
}

.sc-card-grid {
    display: grid;
    gap: var(--wp--preset--spacing--md);
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.sc-about-card-grid,
.sc-contact-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}

.sc-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 242, 0.96));
    border: 1px solid var(--sc-border-soft);
    border-radius: var(--wp--custom--radius--md);
    box-shadow: var(--sc-shadow-card);
    padding: var(--wp--preset--spacing--md);
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sc-card:hover {
    border-color: rgba(226, 112, 108, 0.34);
    box-shadow: var(--sc-shadow-card-hover);
}

.sc-card-icon {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 248, 236, 0.96), rgba(216, 226, 177, 0.58));
    border: 1px solid rgba(141, 153, 95, 0.28);
    border-radius: var(--wp--custom--radius--pill);
    box-shadow: 0 0.55rem 1.2rem rgba(71, 79, 46, 0.08);
    color: var(--wp--preset--color--olive-deep);
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    margin-bottom: var(--wp--preset--spacing--sm);
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
    width: 2.75rem;
}

.sc-card-icon svg {
    height: 1.45rem;
    width: 1.45rem;
}

.sc-card-icon--hygiene,
.sc-card-icon--emotion {
    background: linear-gradient(135deg, rgba(255, 248, 236, 0.96), rgba(255, 232, 219, 0.78));
    border-color: rgba(226, 112, 108, 0.30);
    color: var(--wp--preset--color--coral-dark);
}

.sc-card-icon--movement,
.sc-card-icon--nutrition {
    background: linear-gradient(135deg, rgba(255, 248, 236, 0.96), rgba(141, 153, 95, 0.16));
}

.sc-card-icon--rest {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 235, 212, 0.88));
}

.sc-card:hover .sc-card-icon {
    border-color: rgba(226, 112, 108, 0.36);
}

.sc-card:not(.sc-privacy-card) h3,
.sc-card:not(.sc-privacy-card) p {
    margin-top: 0;
}

.sc-privacy-card {
    border-radius: var(--wp--custom--radius--lg);
    padding: var(--wp--preset--spacing--lg);
}

.sc-page-cta {
    background:
        radial-gradient(circle at 10% 20%, rgba(141, 153, 95, 0.18), transparent 16rem),
        linear-gradient(135deg, rgba(255, 248, 236, 0.98), rgba(255, 232, 219, 0.82));
    box-shadow: 0 1rem 2.6rem rgba(71, 79, 46, 0.11);
}

.sc-page-cta .wp-block-buttons {
    gap: var(--wp--preset--spacing--sm);
}

.sc-home-section:not(.sc-home-hero) > .wp-block-heading::after {
    background: linear-gradient(90deg, var(--wp--preset--color--coral), var(--wp--preset--color--olive));
    border-radius: var(--wp--custom--radius--pill);
    content: "";
    display: block;
    height: 0.25rem;
    margin-top: 0.65rem;
    max-width: 4.5rem;
}

.sc-home-audience > .wp-block-heading,
.sc-home-topics > .wp-block-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
    position: relative;
    text-align: center;
}

.sc-home-section.sc-home-audience > .wp-block-heading::after,
.sc-home-section.sc-home-topics > .wp-block-heading::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    height: clamp(1.4rem, 2.4vw, 2.2rem);
    margin: clamp(0.45rem, 0.7vw, 0.65rem) auto 0;
    max-width: none;
    width: clamp(9.5rem, 17vw, 13.5rem);
}

.sc-home-section.sc-home-audience > .wp-block-heading::before,
.sc-home-section.sc-home-topics > .wp-block-heading::before {
    content: none;
}

.sc-home-section.sc-home-audience > .wp-block-heading::after {
    background-image: url("../images/section-dividers/section-audience-divider.png");
    background-image: image-set(
        url("../images/section-dividers/section-audience-divider.webp") type("image/webp"),
        url("../images/section-dividers/section-audience-divider.png") type("image/png")
    );
}

.sc-home-section.sc-home-topics > .wp-block-heading::after {
    background-image: url("../images/section-dividers/section-topics-divider.png");
    background-image: image-set(
        url("../images/section-dividers/section-topics-divider.webp") type("image/webp"),
        url("../images/section-dividers/section-topics-divider.png") type("image/png")
    );
}

.sc-home-band {
    background:
        radial-gradient(circle at 9% 10%, rgba(255, 255, 255, 0.54), transparent 15rem),
        radial-gradient(circle at 92% 18%, rgba(216, 226, 177, 0.10), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(255, 251, 244, 0.42));
    border: 1px solid rgba(141, 153, 95, 0.035);
    border-radius: var(--wp--custom--radius--lg);
    box-shadow: 0 0.5rem 1.6rem rgba(71, 79, 46, 0.026);
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.75rem, 3vw, var(--wp--preset--spacing--lg));
    position: relative;
}

.sc-home-band::before {
    background: linear-gradient(180deg, rgba(141, 153, 95, 0.07), rgba(226, 112, 108, 0.035));
    border-radius: var(--wp--custom--radius--pill);
    content: "";
    height: calc(100% - clamp(1.75rem, 3vw, var(--wp--preset--spacing--lg)));
    left: 0.55rem;
    position: absolute;
    top: calc(clamp(1.75rem, 3vw, var(--wp--preset--spacing--lg)) / 2);
    opacity: 0.45;
    width: 0.12rem;
    z-index: 0;
}

.sc-home-band::after {
    background:
        radial-gradient(circle at 50% 50%, rgba(226, 112, 108, 0.045), transparent 64%),
        radial-gradient(circle at 38% 38%, rgba(141, 153, 95, 0.050), transparent 62%);
    border-radius: 48% 52% 43% 57% / 56% 44% 56% 44%;
    content: "";
    height: clamp(10rem, 21vw, 17rem);
    pointer-events: none;
    position: absolute;
    right: clamp(-7rem, -8vw, -3rem);
    top: clamp(-6rem, -7vw, -2.5rem);
    width: clamp(10rem, 22vw, 18rem);
    z-index: 0;
}

.sc-home-band > * {
    position: relative;
    z-index: 1;
}

.sc-home-audience.sc-home-band,
.sc-home-topics.sc-home-band {
    background:
        radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.44), transparent 18rem),
        radial-gradient(circle at 90% 14%, rgba(216, 226, 177, 0.075), transparent 18rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 253, 248, 0.18));
    border-color: transparent;
    box-shadow: none;
}

.sc-home-audience.sc-home-band::before,
.sc-home-topics.sc-home-band::before {
    display: none;
}

.sc-home-main .sc-home-hero.alignwide {
    --sc-home-hero-width: min(var(--wp--style--global--wide-size), calc(100dvw - 2rem));

    background:
        radial-gradient(circle at 11% 12%, rgba(255, 255, 255, 0.76), transparent 18rem),
        radial-gradient(circle at 84% 18%, rgba(216, 226, 177, 0.14), transparent 22rem),
        radial-gradient(circle at 12% 88%, rgba(226, 112, 108, 0.035), transparent 19rem),
        linear-gradient(135deg, #fffaf1 0%, #fffdf8 48%, #fff8ef 100%);
    border: 1px solid rgba(141, 153, 95, 0.055);
    border-radius: var(--wp--custom--radius--lg);
    box-shadow: 0 0.85rem 2.3rem rgba(71, 79, 46, 0.044);
    box-sizing: border-box;
    display: grid;
    gap: clamp(1.75rem, 3.5vw, 4rem);
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    margin-left: calc((100% - var(--sc-home-hero-width)) / 2) !important;
    margin-right: calc((100% - var(--sc-home-hero-width)) / 2) !important;
    max-width: none;
    min-height: clamp(38rem, 78vh, 52rem);
    overflow: hidden;
    padding: clamp(3.25rem, 6vw, 5.5rem) clamp(1.75rem, 5vw, 4.5rem);
    width: var(--sc-home-hero-width);
}

.sc-home-hero-copy {
    align-self: center;
    max-width: 40rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.sc-home-eyebrow,
.sc-home-card-label {
    color: var(--wp--preset--color--olive-deep);
    font-size: var(--wp--preset--font-size--small);
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 var(--wp--preset--spacing--xs);
    text-transform: uppercase;
}

.sc-home-eyebrow {
    align-items: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(141, 153, 95, 0.24);
    border-radius: var(--wp--custom--radius--pill);
    box-shadow: 0 0.45rem 1rem rgba(71, 79, 46, 0.07);
    display: inline-flex;
    padding: 0.42rem 0.75rem;
}

.sc-home-main .sc-home-hero-copy h1 {
    font-size: clamp(3.05rem, 4.35vw, 4.35rem);
    line-height: 1.02;
    max-width: 15ch;
}

.sc-home-hero-copy > p:not(.sc-home-eyebrow) {
    color: var(--wp--preset--color--olive);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    font-weight: 800;
    line-height: 1.34;
    max-width: 28rem;
}

.sc-home-hero-copy .wp-block-buttons {
    flex-wrap: wrap;
    gap: 0.85rem;
}

.sc-home-hero-copy .wp-block-button__link {
    align-items: center;
    display: inline-flex;
    gap: 0.62rem;
    min-height: 3.35rem;
    padding: 0.9rem 1.35rem;
}

.sc-home-hero-copy .wp-block-button__link::before,
.sc-home-hero-copy .wp-block-button__link::after {
    content: "";
    display: inline-block;
    flex: 0 0 auto;
}

.sc-home-hero-copy .wp-block-button:not(.is-style-outline) .wp-block-button__link::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fffdf8' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E") 50% 50% / 1rem 1rem no-repeat,
        rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    box-shadow: inset 0 0.08rem 0 rgba(255, 255, 255, 0.20);
    height: 1.65rem;
    width: 1.65rem;
}

.sc-home-hero-copy .wp-block-button:not(.is-style-outline) .wp-block-button__link::after {
    display: none;
}

.sc-home-hero-copy .is-style-outline .wp-block-button__link {
    background-color: rgba(255, 255, 255, 0.72);
    border-color: rgba(79, 84, 63, 0.30);
    box-shadow: 0 0.55rem 1.2rem rgba(71, 79, 46, 0.08);
    color: var(--wp--preset--color--warm-dark);
}

.sc-home-hero-copy .is-style-outline .wp-block-button__link::after {
    align-items: center;
    background: rgba(141, 153, 95, 0.12);
    border: 1px solid rgba(141, 153, 95, 0.16);
    border-radius: 999px;
    color: var(--wp--preset--color--olive-deep);
    content: "\2192";
    display: inline-flex;
    font-size: 0.98rem;
    font-weight: 800;
    height: 1.55rem;
    justify-content: center;
    line-height: 1;
    width: 1.55rem;
}

.sc-home-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: var(--wp--preset--spacing--md) 0 0;
}

.sc-home-hero-visual {
    align-self: center;
    display: flex;
    justify-content: flex-end;
    min-height: 0;
    min-width: 0;
}

.sc-home-hero-picture {
    display: block;
    max-width: min(100%, clamp(30rem, 46vw, 49rem));
    width: 100%;
}

.sc-home-hero-image {
    display: block;
    filter: drop-shadow(0 1.3rem 1.8rem rgba(71, 79, 46, 0.10));
    height: auto;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.sc-home-hero-chip {
    align-items: center;
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(141, 153, 95, 0.12);
    border-radius: var(--wp--custom--radius--pill);
    box-shadow: 0 0.42rem 1rem rgba(71, 79, 46, 0.045);
    color: var(--wp--preset--color--warm-dark);
    display: inline-flex;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 800;
    gap: 0.46rem;
    margin: 0;
    padding: 0.38rem 0.68rem 0.38rem 0.42rem;
    position: relative;
    transition:
        background-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.sc-home-hero-chip::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    filter: drop-shadow(0 0.25rem 0.45rem rgba(71, 79, 46, 0.12));
    flex: 0 0 auto;
    height: 1.42rem;
    transform-origin: center;
    transition:
        filter 220ms ease,
        transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 1.42rem;
}

.sc-home-hero-chip--body::before {
    background-image: url("../images/hero-chips/chip-body.png");
    background-image: image-set(
        url("../images/hero-chips/chip-body.webp") type("image/webp"),
        url("../images/hero-chips/chip-body.png") type("image/png")
    );
}

.sc-home-hero-chip--hygiene::before {
    background-image: url("../images/hero-chips/chip-hygiene.png");
    background-image: image-set(
        url("../images/hero-chips/chip-hygiene.webp") type("image/webp"),
        url("../images/hero-chips/chip-hygiene.png") type("image/png")
    );
}

.sc-home-hero-chip--movement::before {
    background-image: url("../images/hero-chips/chip-movement.png");
    background-image: image-set(
        url("../images/hero-chips/chip-movement.webp") type("image/webp"),
        url("../images/hero-chips/chip-movement.png") type("image/png")
    );
}

.sc-home-hero-chip--nutrition::before {
    background-image: url("../images/hero-chips/chip-nutrition.png");
    background-image: image-set(
        url("../images/hero-chips/chip-nutrition.webp") type("image/webp"),
        url("../images/hero-chips/chip-nutrition.png") type("image/png")
    );
}

.sc-home-hero-chip--emotion::before {
    background-image: url("../images/hero-chips/chip-emotions.png");
    background-image: image-set(
        url("../images/hero-chips/chip-emotions.webp") type("image/webp"),
        url("../images/hero-chips/chip-emotions.png") type("image/png")
    );
}

@media (hover: hover) and (pointer: fine) {
    .sc-home-hero-chip:hover {
        box-shadow: 0 0.7rem 1.3rem rgba(71, 79, 46, 0.11);
        transform: translateY(-1px);
    }

    .sc-home-hero-chip:hover::before {
        filter: drop-shadow(0 0.45rem 0.7rem rgba(71, 79, 46, 0.16));
        transform: translateY(-2px) scale(1.18) rotate(-4deg);
    }
}

.sc-home-split {
    display: grid;
    gap: var(--wp--preset--spacing--md);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: var(--wp--preset--spacing--md);
}

.sc-home-main .sc-home-audience.alignwide,
.sc-home-main .sc-home-topics.alignwide {
    --sc-home-section-width: min(var(--wp--style--global--wide-size), calc(100dvw - 3rem));

    box-sizing: border-box;
    margin-left: calc((100% - var(--sc-home-section-width)) / 2) !important;
    margin-right: calc((100% - var(--sc-home-section-width)) / 2) !important;
    max-width: none;
    width: var(--sc-home-section-width);
}

.sc-home-audience .sc-home-split {
    align-items: stretch;
    gap: clamp(1rem, 1.8vw, var(--wp--preset--spacing--md));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(2rem, 4vw, 3rem);
    max-width: none !important;
    width: 100%;
}

.sc-home-audience-card {
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.58), transparent 8rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(255, 251, 246, 0.92));
    border-color: rgba(141, 153, 95, 0.04);
    box-shadow: 0 0.42rem 1.25rem rgba(71, 79, 46, 0.032);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 0.34rem;
    justify-content: flex-start;
    min-height: 100%;
    overflow: visible;
    padding: clamp(0.82rem, 1.25vw, 1.08rem);
    position: relative;
}

.sc-home-audience-card::after {
    background: linear-gradient(90deg, rgba(226, 112, 108, 0.14), rgba(141, 153, 95, 0.12));
    border-radius: var(--wp--custom--radius--pill);
    bottom: 0;
    content: "";
    height: 0.12rem;
    left: var(--wp--preset--spacing--md);
    position: absolute;
    right: var(--wp--preset--spacing--md);
}

.sc-home-audience-picture {
    align-items: flex-end;
    aspect-ratio: 4 / 3;
    background: rgba(255, 250, 241, 0.62);
    border-radius: calc(var(--wp--custom--radius--md) - 0.35rem);
    display: flex;
    box-sizing: border-box;
    height: clamp(7.45rem, 9.8vw, 8.95rem);
    justify-content: center;
    margin: 0 0 0.42rem;
    padding: 0.2rem 0.15rem 0;
    min-height: 0;
    width: 100%;
}

.sc-home-audience-image {
    display: block;
    height: auto;
    max-height: calc(100% - 0.05rem);
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
    transition: transform 180ms ease;
    width: 100%;
}

.sc-home-audience-card .sc-home-card-label {
    align-items: center;
    display: flex;
    font-size: var(--wp--preset--font-size--medium);
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 0.04rem;
    margin-top: 0;
    min-height: 2.45em;
    text-align: center;
    text-transform: none;
}

.sc-home-audience-card p:last-child {
    color: var(--wp--preset--color--warm-muted);
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.45;
    margin: 0 auto var(--wp--preset--spacing--xs);
    max-width: 13.5rem;
    min-height: 4.25rem;
    text-align: center;
}

.sc-home-topics .sc-home-topic-grid {
    gap: clamp(1.15rem, 2vw, var(--wp--preset--spacing--md));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(2rem, 4vw, 3rem);
    max-width: none !important;
    width: 100%;
}

.sc-home-topic-card {
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.60), transparent 9rem),
        linear-gradient(180deg, rgba(255, 251, 244, 0.95), rgba(255, 253, 248, 0.92));
    border-color: rgba(141, 153, 95, 0.045);
    align-items: center;
    box-shadow: 0 0.45rem 1.35rem rgba(71, 79, 46, 0.034);
    display: grid;
    grid-template-areas:
        "title media"
        "copy media";
    grid-template-columns: minmax(0, 0.92fr) minmax(8.8rem, 1fr);
    grid-template-rows: minmax(3rem, auto) minmax(5.6rem, 1fr);
    column-gap: clamp(0.75rem, 1.6vw, 1.25rem);
    min-height: 100%;
    overflow: hidden;
    padding: clamp(1.1rem, 1.7vw, 1.45rem);
    padding-bottom: clamp(2.65rem, 3vw, 3.1rem);
    position: relative;
}

.sc-home-topic-card::before {
    background: linear-gradient(90deg, rgba(226, 112, 108, 0.10), rgba(141, 153, 95, 0.08));
    border-radius: var(--wp--custom--radius--pill);
    content: "";
    height: 0.1rem;
    left: var(--wp--preset--spacing--md);
    position: absolute;
    right: var(--wp--preset--spacing--md);
    top: 0;
}

.sc-home-topic-card::after {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 246, 216, 0.94), rgba(216, 226, 177, 0.70));
    border: 1px solid rgba(141, 153, 95, 0.16);
    border-radius: 999px;
    bottom: 0.9rem;
    box-shadow: 0 0.34rem 0.78rem rgba(71, 79, 46, 0.055);
    color: var(--wp--preset--color--olive-deep);
    content: "\2192";
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 0.95rem;
    width: 2rem;
    z-index: 2;
}

.sc-home-topic-picture {
    align-items: flex-end;
    aspect-ratio: 4 / 3;
    background: rgba(255, 250, 241, 0.62);
    border-radius: calc(var(--wp--custom--radius--md) - 0.35rem);
    display: flex;
    grid-area: media;
    box-sizing: border-box;
    height: clamp(10rem, 13.4vw, 12.35rem);
    justify-content: center;
    margin: 0;
    min-height: 0;
    padding: 0.25rem 0.2rem 0;
    width: 100%;
}

.sc-home-topic-image {
    display: block;
    height: auto;
    max-height: calc(100% - 0.05rem);
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom;
    transition: transform 180ms ease;
    width: 100%;
}

.sc-home-topic-card h3 {
    align-items: flex-end;
    align-self: end;
    display: flex;
    grid-area: title;
    margin-bottom: 0.55rem;
    margin-top: 0;
    min-height: 2.55em;
}

.sc-home-topic-card p {
    color: var(--wp--preset--color--warm-muted);
    font-size: var(--wp--preset--font-size--small);
    grid-area: copy;
    line-height: 1.55;
    margin-bottom: 0;
    min-height: 5.25rem;
}

.sc-home-benefits {
    background:
        radial-gradient(circle at 94% 6%, rgba(141, 153, 95, 0.07), transparent 17rem),
        radial-gradient(circle at 8% 92%, rgba(226, 112, 108, 0.035), transparent 16rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.62), rgba(255, 250, 244, 0.48));
}

.sc-home-benefits-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: var(--wp--preset--spacing--md);
}

.sc-home-benefit {
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(141, 153, 95, 0.08);
    border-radius: var(--wp--custom--radius--md);
    box-shadow: 0 0.34rem 0.95rem rgba(71, 79, 46, 0.028);
    margin: 0;
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--md);
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sc-home-benefit::before {
    color: var(--wp--preset--color--coral-dark);
    content: "\2022";
    font-weight: 800;
    margin-right: 0.45rem;
}

.sc-home-steps {
    display: grid;
    gap: var(--wp--preset--spacing--md);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: var(--wp--preset--spacing--md);
    position: relative;
}

.sc-home-steps-section {
    background:
        radial-gradient(circle at 12% 8%, rgba(176, 203, 214, 0.06), transparent 16rem),
        radial-gradient(circle at 96% 88%, rgba(247, 210, 129, 0.055), transparent 15rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 251, 244, 0.42));
}

.sc-home-steps::before {
    background: linear-gradient(90deg, rgba(141, 153, 95, 0.075), rgba(226, 112, 108, 0.055));
    content: "";
    height: 0.25rem;
    left: 2rem;
    position: absolute;
    right: 2rem;
    top: 1.65rem;
}

.sc-home-step {
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(141, 153, 95, 0.08);
    border-radius: var(--wp--custom--radius--md);
    box-shadow: 0 0.45rem 1.2rem rgba(71, 79, 46, 0.035);
    padding: var(--wp--preset--spacing--md);
    position: relative;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    z-index: 1;
}

.sc-home-step-number {
    align-items: center;
    background: linear-gradient(135deg, var(--wp--preset--color--olive), var(--wp--preset--color--coral));
    border-radius: var(--wp--custom--radius--pill);
    box-shadow: 0 0.55rem 1.2rem rgba(71, 79, 46, 0.10);
    color: var(--wp--preset--color--white);
    display: inline-flex;
    font-weight: 800;
    height: 3.1rem;
    justify-content: center;
    margin: 0 0 var(--wp--preset--spacing--sm);
    width: 3.1rem;
}

.sc-home-step p:last-child {
    margin-bottom: 0;
}

.sc-home-final-cta {
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.46), transparent 14rem),
        linear-gradient(135deg, rgba(255, 248, 236, 0.97), rgba(255, 229, 216, 0.80) 54%, rgba(229, 235, 199, 0.66));
    border-color: rgba(141, 153, 95, 0.18);
}

.sc-home-final-cta::after {
    background:
        radial-gradient(circle at 0% 50%, rgba(141, 153, 95, 0.13), transparent 13rem),
        radial-gradient(circle at 100% 10%, rgba(226, 112, 108, 0.12), transparent 14rem);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.sc-home-final-cta > * {
    position: relative;
    z-index: 1;
}

.sc-home-final-cta .wp-block-buttons {
    flex-wrap: wrap;
}

/* Homepage visual alignment pass: closer to the approved mockup. */
body {
    background:
        radial-gradient(circle at -4% 21%, rgba(220, 156, 132, 0.16), transparent 10rem),
        radial-gradient(circle at 6% 34%, rgba(247, 210, 129, 0.16), transparent 11rem),
        radial-gradient(circle at 95% 20%, rgba(216, 226, 177, 0.15), transparent 22rem),
        radial-gradient(circle at 101% 34%, rgba(220, 156, 132, 0.13), transparent 13rem),
        linear-gradient(180deg, #fffdf8 0%, #fffaf2 46%, #fff7ed 100%);
}

.sc-site-header,
.sc-site-footer {
    border-color: transparent;
    box-shadow: none;
}

.sc-site-header {
    background: rgba(255, 253, 248, 0.66);
    backdrop-filter: blur(10px);
    max-width: min(1500px, calc(100dvw - clamp(2rem, 6vw, 5rem)));
    padding: clamp(0.8rem, 1.2vw, 1.15rem) 0;
    width: calc(100% - clamp(2rem, 6vw, 5rem));
}

.sc-site-header .sc-header-inner {
    grid-template-columns: minmax(15rem, 0.92fr) minmax(0, 1.35fr) auto;
}

.sc-site-header .sc-brand-link {
    gap: 0.82rem;
    padding: 0;
    position: relative;
}

.sc-site-header .sc-brand-mark {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 3.15rem;
    overflow: visible;
    width: 3.6rem;
}

.sc-site-header .sc-brand-mark::before,
.sc-site-header .sc-brand-mark::after {
    box-shadow: 0 0.28rem 0.52rem rgba(71, 79, 46, 0.10);
}

.sc-site-header .sc-brand-mark::before {
    background: var(--wp--preset--color--olive);
    border-radius: 56% 44% 58% 42% / 42% 58% 42% 58%;
    height: 1.05rem;
    left: 1.12rem;
    top: 0.2rem;
    transform: rotate(18deg);
    width: 1.36rem;
}

.sc-site-header .sc-brand-mark::after {
    background: var(--wp--preset--color--coral);
    border-radius: 58% 42% 58% 42% / 45% 58% 42% 55%;
    bottom: 0.52rem;
    height: 1.12rem;
    right: 0.54rem;
    transform: rotate(-31deg);
    width: 1.48rem;
}

.sc-site-header .sc-brand-link::before {
    background: var(--wp--preset--color--sand);
    border-radius: 54% 46% 61% 39% / 48% 60% 40% 52%;
    box-shadow: 0 0.28rem 0.52rem rgba(71, 79, 46, 0.08);
    content: "";
    height: 1.1rem;
    left: 0.2rem;
    position: absolute;
    top: 1.46rem;
    transform: rotate(38deg);
    width: 1.42rem;
}

.sc-site-header .sc-brand-name {
    color: #2f1f12;
    font-size: clamp(1.7rem, 2vw, 2.15rem);
    letter-spacing: 0;
    line-height: 0.92;
}

.sc-site-header .sc-brand-tagline {
    color: var(--wp--preset--color--olive-dark);
    font-size: clamp(0.92rem, 1.05vw, 1.08rem);
    font-weight: 600;
}

.sc-site-header .sc-primary-nav .wp-block-navigation__container {
    column-gap: clamp(1.25rem, 2.2vw, 2.35rem);
}

.sc-site-header .sc-primary-nav .wp-block-navigation-item__content {
    color: #2f1f12;
    font-size: 0.98rem;
    padding: 0.55rem 0.12rem 0.72rem;
}

.sc-site-header .sc-primary-nav .wp-block-navigation-item__content::after {
    background: var(--wp--preset--color--olive-dark);
    bottom: 0.08rem;
    height: 0.16rem;
    width: 2.25rem;
}

.sc-site-header .sc-header-cta {
    background: linear-gradient(135deg, #79835a, #56603e);
    border-color: rgba(79, 84, 63, 0.10);
    box-shadow: 0 0.75rem 1.4rem rgba(71, 79, 46, 0.22);
    min-height: 3.25rem;
    padding: 0.82rem 1.3rem;
}

.sc-home-main {
    max-width: none;
}

.sc-page-section + .sc-page-section {
    margin-top: clamp(1.8rem, 3.4vw, 3.8rem);
}

.sc-home-main .sc-home-hero.alignwide {
    --sc-home-hero-width: min(1540px, 100dvw);

    background:
        radial-gradient(circle at 80% 48%, rgba(216, 226, 177, 0.46), transparent 25rem),
        radial-gradient(circle at 93% 35%, rgba(255, 232, 205, 0.72), transparent 19rem),
        radial-gradient(circle at 92% 72%, rgba(220, 156, 132, 0.26), transparent 15rem),
        linear-gradient(105deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 42%, rgba(255, 249, 239, 0.62) 100%);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: clamp(1.2rem, 2.6vw, 3rem);
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    min-height: clamp(36rem, 62vh, 45rem);
    padding: clamp(2.8rem, 5vw, 4.6rem) clamp(2rem, 5.2vw, 5rem) clamp(2.8rem, 5.5vw, 4.8rem);
    position: relative;
}

.sc-home-main .sc-home-hero.alignwide::before,
.sc-home-main .sc-home-hero.alignwide::after {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.sc-home-main .sc-home-hero.alignwide::before {
    background:
        radial-gradient(circle at 24% 78%, rgba(247, 210, 129, 0.78), transparent 4.5rem),
        radial-gradient(circle at 74% 35%, rgba(132, 137, 105, 0.42), transparent 5.2rem),
        rgba(216, 226, 177, 0.42);
    border-radius: 47% 53% 52% 48% / 62% 44% 56% 38%;
    height: clamp(30rem, 43vw, 45rem);
    right: clamp(1rem, 6vw, 9rem);
    top: clamp(5rem, 9vw, 8.5rem);
    transform: rotate(-10deg);
    width: clamp(28rem, 42vw, 44rem);
}

.sc-home-main .sc-home-hero.alignwide::after {
    background:
        radial-gradient(circle at 24% 38%, rgba(226, 112, 108, 0.36), transparent 5rem),
        radial-gradient(circle at 52% 72%, rgba(247, 210, 129, 0.36), transparent 8rem),
        radial-gradient(circle at 88% 40%, rgba(141, 153, 95, 0.20), transparent 7rem);
    bottom: -4.5rem;
    height: 18rem;
    left: -4rem;
    width: 28rem;
}

.sc-home-hero-copy {
    align-self: center;
    max-width: 42rem;
}

.sc-home-main .sc-home-hero-copy h1 {
    color: #2d1b0c;
    font-size: clamp(3.85rem, 5.55vw, 6.15rem);
    font-weight: 950;
    letter-spacing: -0.03em;
    line-height: 0.96;
    max-width: 12.1ch;
}

.sc-home-hero-copy > p:not(.sc-home-eyebrow) {
    color: #848969;
    font-size: clamp(1.75rem, 2.35vw, 2.45rem);
    line-height: 1.26;
    max-width: 13.6em;
}

.sc-home-hero-copy .wp-block-buttons {
    gap: 1rem;
    margin-top: clamp(1.2rem, 2vw, 1.8rem);
}

.sc-home-hero-copy .wp-block-button__link {
    border-radius: var(--wp--custom--radius--pill);
    font-size: 1.05rem;
    font-weight: 850;
    gap: 0.78rem;
    min-height: 4.15rem;
    padding: 1rem 1.65rem;
}

.sc-home-hero-copy .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: linear-gradient(135deg, #79835a, #56603e);
    box-shadow: 0 0.95rem 1.9rem rgba(71, 79, 46, 0.23);
}

.sc-home-hero-copy .wp-block-button:not(.is-style-outline) .wp-block-button__link::before {
    height: 2.05rem;
    width: 2.05rem;
}

.sc-home-hero-copy .is-style-outline .wp-block-button__link {
    background: rgba(255, 253, 248, 0.74);
    border-color: rgba(137, 91, 61, 0.38);
    box-shadow: 0 0.75rem 1.45rem rgba(71, 79, 46, 0.08);
    color: #2f1f12;
    padding-left: 1.72rem;
}

.sc-home-hero-copy .is-style-outline .wp-block-button__link::after {
    background: transparent;
    border: 0;
    color: #2f1f12;
    content: "\2192";
    font-size: 1.5rem;
    height: auto;
    width: auto;
}

.sc-home-hero-chips {
    gap: 0.52rem;
    margin-top: clamp(1.45rem, 2.4vw, 2.1rem);
}

.sc-home-hero-chip {
    background: rgba(255, 253, 248, 0.78);
    border: 0;
    box-shadow: 0 0.55rem 1.2rem rgba(71, 79, 46, 0.09);
    color: #2f1f12;
    font-size: 0.86rem;
    padding: 0.48rem 0.68rem 0.48rem 0.5rem;
}

.sc-home-hero-visual {
    align-self: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.sc-home-hero-picture {
    max-width: min(100%, clamp(42rem, 60vw, 66rem));
    transform: translateX(clamp(0.5rem, 3.4vw, 4rem));
}

.sc-home-hero-image {
    filter: drop-shadow(0 1.8rem 2.8rem rgba(71, 79, 46, 0.13));
}

.sc-home-section:not(.sc-home-hero) > .wp-block-heading {
    color: #2f1f12;
    font-size: clamp(2.35rem, 3.5vw, 3.3rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.sc-home-audience.sc-home-band,
.sc-home-topics.sc-home-band {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.sc-home-band::before {
    display: none;
}

.sc-home-band::after {
    opacity: 0.42;
}

.sc-home-audience .sc-home-split {
    gap: clamp(1.8rem, 2.4vw, 2.5rem);
    margin-top: clamp(2.2rem, 4vw, 3.7rem);
}

.sc-home-audience-card {
    background: rgba(255, 253, 248, 0.88);
    border: 0;
    border-radius: 2rem;
    box-shadow: 0 1.2rem 2.8rem rgba(71, 79, 46, 0.08);
    gap: 0.72rem;
    min-height: clamp(20rem, 26vw, 25rem);
    padding: clamp(1.25rem, 2vw, 1.65rem);
}

.sc-home-audience-card::after {
    display: none;
}

.sc-home-audience-picture {
    background: transparent;
    height: clamp(10rem, 13vw, 13rem);
    margin-bottom: 0.75rem;
    padding: 0;
}

.sc-home-audience-card .sc-home-card-label {
    color: #2f1f12;
    font-size: clamp(1.25rem, 1.55vw, 1.55rem);
    font-weight: 900;
    min-height: 2.6em;
}

.sc-home-audience-card p:last-child {
    color: #4f463c;
    font-size: clamp(0.95rem, 1vw, 1.02rem);
    line-height: 1.55;
    max-width: 18rem;
    min-height: 4.8rem;
}

.sc-home-topics .sc-home-topic-grid {
    gap: clamp(1.8rem, 2.4vw, 2.6rem);
    margin-top: clamp(2.1rem, 3.6vw, 3.3rem);
}

.sc-home-topic-card {
    background: rgba(255, 253, 248, 0.88);
    border: 0;
    border-radius: 1.45rem;
    box-shadow: 0 1rem 2.4rem rgba(71, 79, 46, 0.075);
    grid-template-columns: minmax(0, 0.8fr) minmax(10rem, 1fr);
    grid-template-rows: minmax(3rem, auto) minmax(6.2rem, 1fr);
    min-height: clamp(15.5rem, 18vw, 19rem);
    padding: clamp(1.55rem, 2.2vw, 2rem);
    padding-bottom: clamp(3.1rem, 3.8vw, 3.75rem);
}

.sc-home-topic-card:first-child {
    grid-template-areas:
        "media title"
        "media copy";
    grid-template-columns: minmax(10rem, 1fr) minmax(0, 0.82fr);
}

.sc-home-topic-card::before {
    display: none;
}

.sc-home-topic-card::after {
    background: linear-gradient(135deg, #eab331, #788447);
    border: 0;
    box-shadow: 0 0.75rem 1.35rem rgba(71, 79, 46, 0.16);
    color: #fffdf8;
    font-size: 1.35rem;
    height: 2.75rem;
    right: 1.65rem;
    width: 2.75rem;
}

.sc-home-topic-card:nth-child(1)::after,
.sc-home-topic-card:nth-child(4)::after {
    background: linear-gradient(135deg, #84905b, #5f6b42);
}

.sc-home-topic-card:nth-child(2)::after,
.sc-home-topic-card:nth-child(5)::after {
    background: linear-gradient(135deg, #6fb2bf, #4f9aac);
}

.sc-home-topic-picture {
    background: transparent;
    height: clamp(11rem, 15.5vw, 15rem);
    padding: 0;
}

.sc-home-topic-card h3 {
    color: #2f1f12;
    font-size: clamp(1.45rem, 1.8vw, 1.85rem);
    font-weight: 900;
    min-height: 2.3em;
}

.sc-home-topic-card p {
    color: #4f463c;
    font-size: clamp(0.94rem, 1vw, 1rem);
    line-height: 1.55;
    min-height: 5.7rem;
}

.sc-home-benefits,
.sc-home-steps-section,
.sc-home-final-cta {
    border: 0;
    border-radius: 1.35rem;
    box-shadow: 0 1.25rem 3rem rgba(71, 79, 46, 0.075);
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(820px, calc(100dvw - 2rem));
    padding: clamp(1.9rem, 3vw, 2.75rem);
}

.sc-home-benefits {
    background:
        radial-gradient(circle at 95% 10%, rgba(255, 255, 255, 0.62), transparent 14rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(255, 247, 236, 0.82));
}

.sc-home-benefit {
    background: rgba(255, 255, 255, 0.72);
    border: 0;
    border-radius: 0.7rem;
    box-shadow: 0 0.55rem 1.3rem rgba(71, 79, 46, 0.035);
}

.sc-home-benefit::before {
    color: var(--wp--preset--color--coral-dark);
    content: "\00b7";
    font-size: 1.45em;
    line-height: 0;
}

.sc-home-steps-section {
    background:
        radial-gradient(circle at 100% 0%, rgba(247, 210, 129, 0.16), transparent 13rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(255, 250, 242, 0.78));
}

.sc-home-step {
    background: rgba(255, 255, 255, 0.74);
    border: 0;
    border-radius: 0.82rem;
    box-shadow: 0 0.7rem 1.45rem rgba(71, 79, 46, 0.055);
}

.sc-home-step-number {
    background: linear-gradient(135deg, #c7ad87, #8d7d62);
    height: 3rem;
    width: 3rem;
}

.sc-home-final-cta {
    background:
        radial-gradient(circle at 88% 96%, rgba(216, 226, 177, 0.52), transparent 12rem),
        radial-gradient(circle at 100% 0%, rgba(226, 112, 108, 0.20), transparent 13rem),
        linear-gradient(135deg, rgba(255, 251, 244, 0.96), rgba(255, 237, 223, 0.92));
}

.sc-site-footer {
    background: rgba(255, 253, 248, 0.78);
    border-radius: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100dvw - 2rem);
    padding: clamp(1.8rem, 3vw, 2.8rem);
}

@media (hover: hover) and (pointer: fine) {
    button:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover,
    .wp-block-button__link:hover,
    .sc-site-header .sc-brand-link:hover,
    .sc-site-header .sc-header-cta:hover {
        transform: translateY(-1px);
    }

    .sc-site-header .sc-brand-link:hover .sc-brand-mark {
        transform: rotate(-2deg);
    }

    .sc-card:hover {
        transform: translateY(-2px);
    }

    .sc-card:hover .sc-card-icon {
        transform: translateY(-1px);
    }

    .sc-home-audience-card:hover .sc-home-audience-image,
    .sc-home-topic-card:hover .sc-home-topic-image {
        transform: translateY(-1px);
    }

    .sc-home-benefit:hover,
    .sc-home-step:hover {
        border-color: rgba(226, 112, 108, 0.28);
        box-shadow: 0 0.75rem 1.65rem rgba(71, 79, 46, 0.08);
        transform: translateY(-1px);
    }
}

@media (max-width: 1100px) {
    .sc-home-main .sc-home-hero.alignwide {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem);
    }

    .sc-home-hero-visual {
        justify-content: center;
    }

    .sc-home-hero-picture {
        max-width: min(100%, 38rem);
    }

    .sc-home-split,
    .sc-home-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-home-audience .sc-home-split {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-home-topics .sc-home-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-home-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-home-steps::before {
        display: none;
    }
}

@media (max-width: 980px) {
    .sc-home-main .sc-home-hero.alignwide {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem);
    }

    .sc-home-hero-visual {
        justify-content: center;
    }

    .sc-home-hero-picture {
        max-width: min(100%, 38rem);
    }
}

@media (max-width: 720px) {
    .sc-site-header {
        width: calc(100% - 1rem);
    }

    .sc-header-inner,
    .sc-footer-inner {
        align-items: flex-start;
    }

    .sc-site-header .sc-header-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .sc-brand,
    .sc-primary-nav,
    .sc-header-actions,
    .sc-footer-brand,
    .sc-footer-nav {
        width: 100%;
    }

    .sc-site-header .sc-brand-link {
        width: 100%;
    }

    .sc-site-header .sc-brand-mark {
        height: 2.7rem;
        width: 2.7rem;
    }

    .sc-site-header .sc-primary-nav {
        justify-content: flex-start;
    }

    .sc-site-header .sc-primary-nav .wp-block-navigation__container {
        justify-content: flex-start;
    }

    .sc-primary-nav .wp-block-navigation-item__content,
    .sc-footer-nav .wp-block-navigation-item__content {
        overflow-wrap: anywhere;
    }

    .sc-site-header .sc-header-actions {
        justify-content: flex-start;
    }

    .sc-site-header .sc-header-cta {
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .sc-surface,
    .sc-site-header,
    .sc-site-footer {
        border-radius: var(--wp--custom--radius--md);
    }

    .sc-page-lead,
    .sc-page-cta,
    .sc-page-note,
    .sc-card,
    .sc-privacy-card {
        padding: var(--wp--preset--spacing--md);
    }

    .sc-home-main .sc-home-hero.alignwide {
        --sc-home-hero-width: 100%;

        border-radius: var(--wp--custom--radius--md);
        gap: var(--wp--preset--spacing--md);
        grid-template-columns: 1fr;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: 0;
        padding: var(--wp--preset--spacing--md);
        width: 100%;
    }

    .sc-home-main .sc-home-hero-copy h1 {
        font-size: var(--wp--preset--font-size--x-large);
        max-width: none;
    }

    .sc-home-band {
        padding: var(--wp--preset--spacing--md);
    }

    .sc-home-main .sc-home-audience.alignwide,
    .sc-home-main .sc-home-topics.alignwide {
        --sc-home-section-width: 100%;

        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
        width: 100%;
    }

    .sc-home-band::before {
        height: 0.22rem;
        left: var(--wp--preset--spacing--md);
        right: var(--wp--preset--spacing--md);
        top: 0;
        width: auto;
    }

    .sc-home-band::after {
        height: 9rem;
        opacity: 0.55;
        right: -5.5rem;
        top: -4.5rem;
        width: 9rem;
    }

    .sc-home-split,
    .sc-home-benefits-grid,
    .sc-home-steps {
        grid-template-columns: 1fr;
    }

    .sc-home-topics .sc-home-topic-grid {
        grid-template-columns: 1fr;
    }

    .sc-home-topic-card {
        align-items: stretch;
        display: flex;
        flex-direction: column;
    }

    .sc-home-topic-card::after {
        bottom: 0.9rem;
        height: 1.9rem;
        right: 0.9rem;
        width: 1.9rem;
    }

    .sc-home-audience .sc-home-split {
        grid-template-columns: 1fr;
    }

    .sc-home-audience-picture {
        height: clamp(11.5rem, 46vw, 16rem);
    }

    .sc-home-audience-card .sc-home-card-label,
    .sc-home-audience-card p:last-child,
    .sc-home-topic-card h3,
    .sc-home-topic-card p {
        min-height: 0;
    }

    .sc-home-topic-picture {
        height: clamp(11.5rem, 48vw, 14.5rem);
        margin: 0 0 var(--wp--preset--spacing--sm);
        min-height: 0;
    }

    .sc-home-topic-image {
        max-height: 12rem;
    }

    .sc-home-steps::before {
        display: none;
    }

    .sc-home-hero-visual {
        justify-content: center;
        min-height: 0;
    }

    .sc-home-hero-picture {
        max-width: min(100%, 25rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    body {
        background-attachment: scroll;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

    button:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover,
    .wp-block-button__link:hover,
    .sc-site-header .sc-brand-link:hover,
    .sc-site-header .sc-brand-link:hover .sc-brand-mark,
    .sc-site-header .sc-header-cta:hover,
    .sc-card:hover,
    .sc-card:hover .sc-card-icon,
    .sc-home-audience-card:hover .sc-home-audience-image,
    .sc-home-topic-card:hover .sc-home-topic-image,
    .sc-home-benefit:hover,
    .sc-home-step:hover {
        transform: none;
    }

    .sc-home-hero-chip,
    .sc-home-hero-chip::before,
    .sc-home-hero-chip::after {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* Final homepage mockup corrections. */
html,
body {
    max-width: 100%;
    overflow-x: clip;
}

.sc-home-main .sc-home-hero.alignwide {
    --sc-home-hero-width: min(1540px, 100%);

    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
    overflow: hidden;
    width: var(--sc-home-hero-width);
}

.sc-home-hero-picture {
    max-width: min(100%, clamp(38rem, 54vw, 60rem));
    transform: translateX(clamp(0rem, 1vw, 1.1rem));
}

.sc-home-hero-chips {
    gap: 0.6rem;
}

.sc-home-hero-chip {
    background: rgba(255, 253, 248, 0.84);
    border: 0;
    box-shadow: 0 0.5rem 1.05rem rgba(71, 79, 46, 0.07);
    color: #2f1f12;
    font-size: 0.88rem;
    gap: 0.48rem;
    min-height: 2.18rem;
    padding: 0.42rem 0.72rem 0.42rem 0.42rem;
}

.sc-home-hero-chip::before {
    height: 1.42rem;
    width: 1.42rem;
}

.sc-home-audience-card {
    display: grid;
    gap: 0.58rem;
    grid-template-rows: clamp(8.5rem, 10.5vw, 11rem) minmax(3.15rem, auto) minmax(5.2rem, auto);
    margin-block-start: 0 !important;
    margin-top: 0 !important;
    min-height: clamp(18.2rem, 23vw, 22.5rem);
}

.sc-home-audience-picture {
    align-self: end;
    height: 100%;
    margin: 0;
}

.sc-home-audience-card .sc-home-card-label,
.sc-home-audience-card p:last-child {
    min-height: 0;
}

.sc-home-topic-card,
.sc-home-topic-card:first-child {
    align-content: start;
    display: grid;
    grid-template-areas:
        "media"
        "title"
        "copy";
    grid-template-columns: 1fr;
    grid-template-rows: clamp(8.4rem, 11.2vw, 11rem) minmax(3.05rem, auto) minmax(6rem, auto);
    justify-items: start;
    margin-block-start: 0 !important;
    margin-top: 0 !important;
    min-height: clamp(20rem, 24vw, 24rem);
}

.sc-home-topic-picture {
    align-items: center;
    align-self: center;
    height: 100%;
    justify-self: center;
}

.sc-home-topic-card h3 {
    align-items: flex-start;
    align-self: start;
    min-height: 0;
    text-align: left;
}

.sc-home-topic-card p {
    margin-top: 0;
    min-height: 0;
    text-align: left;
}

.sc-home-topic-card::after {
    bottom: 1.1rem;
}

.sc-home-benefits,
.sc-home-steps-section,
.sc-home-final-cta {
    max-width: min(860px, calc(100% - 2rem));
}

.sc-home-benefits-grid,
.sc-home-steps {
    gap: clamp(0.75rem, 1.15vw, 1rem);
}

.sc-home-step {
    box-shadow: 0 0.55rem 1.25rem rgba(71, 79, 46, 0.045);
    margin-block-start: 0 !important;
    margin-top: 0 !important;
    padding: clamp(0.9rem, 1.5vw, 1.2rem);
}

@media (max-width: 1100px) {
    .sc-home-main .sc-home-hero.alignwide {
        --sc-home-hero-width: 100%;
    }

    .sc-home-hero-picture {
        transform: none;
    }
}

@media (max-width: 720px) {
    html,
    body {
        overflow-x: hidden;
    }

    .sc-home-audience-card,
    .sc-home-topic-card,
    .sc-home-topic-card:first-child {
        grid-template-rows: auto;
        min-height: 0;
    }

    .sc-home-audience-picture,
    .sc-home-topic-picture {
        height: clamp(10rem, 46vw, 14.5rem);
    }
}

/* Screenshot correction pass: overflow, card rhythm, and lower-page consistency. */
html,
body,
.wp-site-blocks,
.sc-home-main,
.sc-home-main > .wp-block-post-content {
    max-width: 100%;
    overflow-x: hidden;
}

.sc-home-main .sc-home-hero.alignwide {
    contain: paint;
}

.sc-home-audience-card {
    justify-items: center;
    text-align: center;
}

.sc-home-audience-picture {
    justify-self: center;
    max-width: 100%;
}

.sc-home-audience-image {
    height: auto;
    max-height: 100%;
    object-fit: contain;
    width: auto;
}

.sc-home-topic-card,
.sc-home-topic-card:first-child {
    align-items: start;
    grid-template-areas:
        "media"
        "title"
        "copy";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: clamp(8.75rem, 11vw, 11.25rem) auto 1fr;
    justify-items: center;
    text-align: center;
}

.sc-home-topic-picture {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 0 0.4rem;
    max-width: 100%;
    width: 100%;
}

.sc-home-topic-image {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    width: auto;
}

.sc-home-topic-card h3,
.sc-home-topic-card p {
    justify-self: center;
    max-width: 18rem;
    text-align: center;
}

.sc-home-topic-card h3 {
    margin-bottom: 0.35rem;
}

.sc-home-topic-card p {
    line-height: 1.5;
}

.sc-home-benefits,
.sc-home-steps-section,
.sc-home-final-cta {
    max-width: min(900px, calc(100% - 2rem));
}

.sc-home-benefits > .wp-block-heading,
.sc-home-steps-section > .wp-block-heading,
.sc-home-final-cta > .wp-block-heading {
    color: #2f1f12;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.sc-home-steps {
    align-items: stretch;
}

.sc-home-step {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: flex-start;
    text-align: left;
}

.sc-home-step-number {
    margin-bottom: 0;
}

.sc-home-final-cta .wp-block-buttons {
    gap: 0.8rem;
}

.sc-site-footer {
    max-width: min(1500px, calc(100% - 2rem));
}

@media (max-width: 1100px) {
    .sc-home-main .sc-home-hero.alignwide {
        display: grid;
        gap: clamp(1.6rem, 4vw, 2.6rem);
        grid-template-columns: 1fr;
        justify-items: center;
        padding-left: clamp(1.25rem, 5vw, 3rem);
        padding-right: clamp(1.25rem, 5vw, 3rem);
        text-align: center;
    }

    .sc-home-hero-copy {
        max-width: min(100%, 42rem);
    }

    .sc-home-main .sc-home-hero-copy h1,
    .sc-home-hero-copy > p:not(.sc-home-eyebrow) {
        margin-left: auto;
        margin-right: auto;
    }

    .sc-home-hero-copy .wp-block-buttons,
    .sc-home-hero-chips {
        justify-content: center;
    }

    .sc-home-hero-visual {
        margin-top: 0;
        order: 2;
        width: 100%;
    }

    .sc-home-hero-picture {
        max-width: min(100%, 34rem);
        transform: none !important;
    }
}

@media (max-width: 720px) {
    .sc-home-main .sc-home-hero.alignwide {
        min-height: 0;
    }

    .sc-home-topic-card,
    .sc-home-topic-card:first-child {
        grid-template-rows: auto auto auto;
    }
}

/* Approved hero artwork: use the supplied wide illustration like the mockup. */
.sc-home-main .sc-home-hero.alignwide::before,
.sc-home-main .sc-home-hero.alignwide::after {
    display: none;
}

.sc-home-hero-image {
    filter: none;
}

@media (min-width: 1101px) {
    .sc-home-main .sc-home-hero.alignwide {
        grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
        min-height: clamp(38rem, 55vw, 50rem);
        padding-bottom: clamp(4.8rem, 7vw, 7rem);
        padding-top: clamp(4.8rem, 7vw, 7rem);
    }

    .sc-home-hero-copy {
        z-index: 2;
    }

    .sc-home-hero-visual {
        align-items: stretch;
        inset: 0;
        justify-content: stretch;
        height: 100% !important;
        margin: 0 !important;
        max-width: none !important;
        position: absolute;
        width: 100% !important;
        z-index: 0;
    }

    .sc-home-hero-picture {
        height: 100%;
        max-width: none;
        transform: none;
        width: 100%;
    }

    .sc-home-hero-image {
        height: 100%;
        object-fit: cover;
        object-position: center right;
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .sc-home-hero-picture {
        aspect-ratio: 16 / 9;
        max-width: min(100%, 46rem);
        overflow: hidden;
    }

    .sc-home-hero-image {
        height: 100%;
        object-fit: cover;
        object-position: 72% center;
        width: 100%;
    }
}

@media (max-width: 720px) {
    .sc-home-hero-picture {
        aspect-ratio: 4 / 3;
    }
}

/* Keep hero CTAs above the fold on standard laptop-height screens. */
@media (min-width: 1101px) and (max-height: 860px) {
    .sc-site-header {
        padding-bottom: 0.58rem;
        padding-top: 0.58rem;
    }

    .wp-site-blocks > .sc-home-main {
        margin-block-start: 1rem !important;
    }

    .sc-home-main .sc-home-hero.alignwide {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        min-height: clamp(33rem, calc(100svh - 7rem), 40rem);
        padding-bottom: clamp(3rem, 5.5vh, 3.75rem);
        padding-top: clamp(2.05rem, 4.8vh, 2.7rem);
    }

    .sc-home-hero-copy {
        align-self: start;
        max-width: 38rem;
    }

    .sc-home-main .sc-home-hero-copy h1 {
        font-size: clamp(3.25rem, 4.62vw, 4.85rem);
        line-height: 0.95;
        max-width: 12.4ch;
    }

    .sc-home-hero-copy > p:not(.sc-home-eyebrow) {
        font-size: clamp(1.42rem, 2vw, 1.95rem);
        line-height: 1.22;
        max-width: 13.2em;
    }

    .sc-home-hero-copy .wp-block-buttons {
        flex-wrap: nowrap;
        gap: 0.78rem;
        margin-top: 0.88rem;
    }

    .sc-home-hero-copy .wp-block-button__link {
        font-size: 0.98rem;
        min-height: 3.65rem;
        padding: 0.82rem 1.08rem;
        white-space: nowrap;
    }

    .sc-home-hero-copy .wp-block-button:not(.is-style-outline) .wp-block-button__link::before {
        height: 1.84rem;
        width: 1.84rem;
    }

    .sc-home-hero-chips {
        gap: 0.42rem;
        margin-top: 0.85rem;
    }
}

/* Audience cards: tighter centered text rhythm to match the mockup. */
.sc-home-audience-card {
    align-content: center;
    gap: 0.44rem;
    grid-template-rows: clamp(8.4rem, 9.6vw, 9.8rem) minmax(2.45rem, auto) minmax(4.1rem, auto);
    min-height: clamp(17rem, 19vw, 19.8rem);
    padding: clamp(1rem, 1.55vw, 1.35rem);
}

.sc-home-audience-picture {
    align-self: end;
    height: 100%;
    margin: 0 0 0.2rem;
    width: 100%;
}

.sc-home-audience-card .sc-home-card-label {
    color: #2f1f12;
    font-size: clamp(1.08rem, 1.28vw, 1.3rem);
    line-height: 1.08;
    margin: 0 auto 0.05rem;
    max-width: 11.5rem;
    min-height: 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.sc-home-audience-card p:last-child {
    color: #4f463c;
    font-size: clamp(0.82rem, 0.92vw, 0.94rem);
    line-height: 1.46;
    margin: 0 auto;
    max-width: 12.8rem;
    min-height: 0;
    text-align: center;
}

@media (max-width: 720px) {
    .sc-home-audience-card {
        align-content: start;
        grid-template-rows: auto auto auto;
        min-height: 0;
    }

    .sc-home-audience-picture {
        height: clamp(11.5rem, 46vw, 16rem);
    }

    .sc-home-audience-card .sc-home-card-label {
        font-size: clamp(1.2rem, 6vw, 1.55rem);
    }

    .sc-home-audience-card p:last-child {
        font-size: clamp(0.95rem, 4vw, 1.02rem);
        max-width: 18rem;
    }
}

/* Benefits section: align width and card rhythm with the topics area above. */
.sc-home-benefits {
    background:
        radial-gradient(circle at 92% 10%, rgba(216, 226, 177, 0.12), transparent 18rem),
        radial-gradient(circle at 8% 92%, rgba(226, 112, 108, 0.045), transparent 15rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(255, 249, 241, 0.76));
    border-radius: 2rem;
    box-shadow: 0 1.05rem 2.65rem rgba(71, 79, 46, 0.065);
    max-width: min(1160px, calc(100dvw - 3rem));
    padding: clamp(2.25rem, 3.3vw, 3.25rem);
}

.sc-home-benefits > .wp-block-heading {
    max-width: 24ch;
}

.sc-home-benefits-grid {
    gap: clamp(1rem, 1.45vw, 1.35rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(1.55rem, 2.6vw, 2.35rem);
    max-width: none !important;
    width: 100%;
}

.sc-home-benefit {
    align-items: center;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(141, 153, 95, 0.045);
    border-radius: 1rem;
    box-shadow: 0 0.55rem 1.35rem rgba(71, 79, 46, 0.04);
    display: flex;
    font-size: clamp(0.96rem, 1vw, 1.04rem);
    line-height: 1.52;
    min-height: 5.4rem;
    padding: clamp(1rem, 1.35vw, 1.24rem);
}

.sc-home-benefit::before {
    background: var(--wp--preset--color--coral-dark);
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 0.34rem;
    margin-right: 0.7rem;
    margin-top: 0.18rem;
    opacity: 0.82;
    width: 0.34rem;
}

@media (max-width: 1100px) {
    .sc-home-benefits {
        max-width: min(900px, calc(100dvw - 2rem));
    }

    .sc-home-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .sc-home-benefits {
        border-radius: var(--wp--custom--radius--md);
        max-width: 100%;
        padding: var(--wp--preset--spacing--md);
    }

    .sc-home-benefits-grid {
        grid-template-columns: 1fr;
    }
}

/* Cooperation flow: bring the process section in line with the wider homepage rhythm. */
.sc-home-steps-section {
    background:
        radial-gradient(circle at 92% 8%, rgba(247, 210, 129, 0.16), transparent 17rem),
        radial-gradient(circle at 8% 90%, rgba(216, 226, 177, 0.10), transparent 15rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.93), rgba(255, 249, 241, 0.78));
    border-radius: 2rem;
    box-shadow: 0 1.05rem 2.65rem rgba(71, 79, 46, 0.065);
    max-width: min(1160px, calc(100dvw - 3rem));
    padding: clamp(2.25rem, 3.3vw, 3.25rem);
}

.sc-home-steps-section > .wp-block-heading {
    max-width: 24ch;
}

.sc-home-steps {
    align-items: stretch;
    gap: clamp(0.85rem, 1.15vw, 1.15rem);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: clamp(1.55rem, 2.6vw, 2.35rem);
    max-width: none !important;
    width: 100%;
}

.sc-home-steps::before {
    background: linear-gradient(90deg, rgba(141, 153, 95, 0), rgba(141, 153, 95, 0.14), rgba(226, 112, 108, 0.10), rgba(141, 153, 95, 0));
    height: 0.18rem;
    left: 2.2rem;
    right: 2.2rem;
    top: 1.78rem;
}

.sc-home-step {
    align-items: center;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(141, 153, 95, 0.045);
    border-radius: 1rem;
    box-shadow: 0 0.55rem 1.35rem rgba(71, 79, 46, 0.045);
    display: flex;
    flex-direction: column;
    gap: 0.82rem;
    justify-content: flex-start;
    min-height: clamp(12.8rem, 16vw, 15.3rem);
    padding: clamp(1rem, 1.35vw, 1.25rem);
    text-align: center;
}

.sc-home-step-number {
    background: linear-gradient(135deg, #c2ae87, #827655);
    box-shadow: 0 0.65rem 1.25rem rgba(71, 79, 46, 0.13);
    font-size: 1rem;
    height: 3.15rem;
    margin: 0 auto 0.2rem;
    width: 3.15rem;
}

.sc-home-step p:last-child {
    color: #4f463c;
    font-size: clamp(0.92rem, 0.96vw, 1rem);
    line-height: 1.52;
    margin: 0 auto;
    max-width: 11.5rem;
}

@media (max-width: 1100px) {
    .sc-home-steps-section {
        max-width: min(900px, calc(100dvw - 2rem));
    }

    .sc-home-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-home-steps::before {
        display: none;
    }
}

@media (max-width: 720px) {
    .sc-home-steps-section {
        border-radius: var(--wp--custom--radius--md);
        max-width: 100%;
        padding: var(--wp--preset--spacing--md);
    }

    .sc-home-steps {
        grid-template-columns: 1fr;
    }

    .sc-home-step {
        align-items: flex-start;
        flex-direction: row;
        min-height: 0;
        text-align: left;
    }

    .sc-home-step-number {
        margin: 0;
    }

    .sc-home-step p:last-child {
        margin: 0;
        max-width: none;
    }
}

/* Final CTA: match the wide, soft rhythm of the sections above. */
.sc-home-final-cta {
    background:
        radial-gradient(circle at 88% 18%, rgba(226, 112, 108, 0.18), transparent 17rem),
        radial-gradient(circle at 82% 92%, rgba(216, 226, 177, 0.38), transparent 16rem),
        radial-gradient(circle at 9% 16%, rgba(255, 255, 255, 0.62), transparent 13rem),
        linear-gradient(135deg, rgba(255, 251, 244, 0.96), rgba(255, 238, 224, 0.84));
    border-radius: 2rem;
    box-shadow: 0 1.05rem 2.65rem rgba(71, 79, 46, 0.065);
    isolation: isolate;
    max-width: min(1160px, calc(100dvw - 3rem));
    overflow: hidden;
    padding: clamp(2.25rem, 3.6vw, 3.7rem);
    position: relative;
}

.sc-home-final-cta::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.28), transparent 10rem),
        radial-gradient(circle at 68% 36%, rgba(247, 210, 129, 0.16), transparent 11rem);
    border-radius: 999px;
    content: "";
    height: clamp(14rem, 20vw, 22rem);
    pointer-events: none;
    position: absolute;
    right: clamp(-5rem, -5vw, -2rem);
    top: 50%;
    transform: translateY(-50%);
    width: clamp(14rem, 22vw, 24rem);
    z-index: -1;
}

.sc-home-final-cta::after {
    background:
        radial-gradient(circle at 0% 50%, rgba(141, 153, 95, 0.12), transparent 12rem),
        radial-gradient(circle at 100% 10%, rgba(226, 112, 108, 0.14), transparent 14rem);
    opacity: 0.78;
}

.sc-home-final-cta > .wp-block-heading {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 58rem;
}

.sc-home-final-cta > p {
    color: #665d52;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    line-height: 1.65;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: clamp(1rem, 1.7vw, 1.45rem);
    max-width: 58rem;
}

.sc-home-final-cta .wp-block-buttons {
    gap: 0.9rem;
    justify-content: flex-start;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: clamp(1.1rem, 1.9vw, 1.55rem);
    max-width: 58rem;
}

.sc-home-final-cta .wp-block-button__link {
    border-radius: var(--wp--custom--radius--pill);
    font-weight: 850;
    min-height: 3.25rem;
    padding: 0.82rem 1.32rem;
}

.sc-home-final-cta .is-style-outline .wp-block-button__link {
    background: rgba(255, 253, 248, 0.58);
    border-color: rgba(47, 31, 18, 0.54);
    color: #2f1f12;
}

@media (max-width: 1100px) {
    .sc-home-final-cta {
        max-width: min(900px, calc(100dvw - 2rem));
    }
}

@media (max-width: 720px) {
    .sc-home-final-cta {
        border-radius: var(--wp--custom--radius--md);
        max-width: 100%;
        padding: var(--wp--preset--spacing--md);
    }

    .sc-home-final-cta::before {
        opacity: 0.65;
        right: -8rem;
    }
}

/* Footer: echo the compact, airy rhythm of the top navigation. */
.sc-site-footer {
    backdrop-filter: blur(10px);
    background: rgba(255, 253, 248, 0.72);
    border: 1px solid rgba(141, 153, 95, 0.055);
    border-radius: clamp(1rem, 1.35vw, 1.35rem);
    box-shadow: 0 0.42rem 1.15rem rgba(71, 79, 46, 0.035);
    margin: clamp(1.6rem, 3.6vw, 3rem) auto clamp(0.8rem, 2vw, 1.25rem);
    max-width: min(1500px, calc(100dvw - clamp(2rem, 6vw, 5rem)));
    padding: clamp(0.85rem, 1.35vw, 1.15rem) clamp(0.9rem, 2vw, 1.35rem);
    width: calc(100% - clamp(2rem, 6vw, 5rem));
}

.sc-site-footer .sc-footer-inner {
    align-items: center;
    column-gap: clamp(1rem, 3.4vw, 3rem);
    display: grid;
    grid-template-columns: minmax(15rem, 0.95fr) minmax(0, 1.8fr);
    max-width: none !important;
    row-gap: 1rem;
    width: 100%;
}

.sc-site-footer .sc-footer-brand {
    align-items: center;
    column-gap: 0.82rem;
    display: grid;
    grid-template-columns: 3.85rem minmax(0, 1fr);
    min-width: 0;
    row-gap: 0.1rem;
}

.sc-site-footer .sc-footer-brand::before {
    background:
        radial-gradient(ellipse at 50% 24%, var(--wp--preset--color--olive) 0 17%, transparent 18%),
        radial-gradient(ellipse at 20% 69%, var(--wp--preset--color--sand) 0 19%, transparent 20%),
        radial-gradient(ellipse at 74% 69%, var(--wp--preset--color--coral) 0 22%, transparent 23%);
    align-self: center;
    content: "";
    filter: drop-shadow(0 0.28rem 0.52rem rgba(71, 79, 46, 0.08));
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 3.35rem;
    width: 3.85rem;
}

.sc-site-footer .sc-footer-name,
.sc-site-footer .sc-footer-description {
    grid-column: 2;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    justify-self: start;
}

.sc-site-footer .sc-footer-name {
    align-self: end;
    color: #2f1f12;
    font-size: clamp(1.7rem, 2vw, 2.15rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.92;
}

.sc-site-footer .sc-footer-description {
    align-self: start;
    color: var(--wp--preset--color--olive-dark);
    font-size: clamp(0.92rem, 1.05vw, 1.08rem);
    font-weight: 600;
    line-height: 1.12;
}

.sc-site-footer .sc-footer-nav {
    justify-content: flex-end;
    min-width: 0;
    width: 100%;
}

.sc-site-footer .sc-footer-nav.is-vertical .wp-block-navigation__container,
.sc-site-footer .sc-footer-nav .wp-block-navigation__container {
    align-items: center;
    column-gap: clamp(1.1rem, 2.2vw, 2.35rem);
    flex-direction: row;
    justify-content: flex-end;
    row-gap: 0.35rem;
}

.sc-site-footer .sc-footer-nav .wp-block-navigation-item__content {
    background-color: transparent;
    color: #2f1f12;
    font-size: 0.98rem;
    font-weight: 700;
    padding: 0.55rem 0.12rem 0.72rem;
    position: relative;
}

.sc-site-footer .sc-footer-nav .wp-block-navigation-item__content::after {
    background: var(--wp--preset--color--olive-dark);
    border-radius: var(--wp--custom--radius--pill);
    bottom: 0.08rem;
    content: "";
    height: 0.16rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%) scaleX(0.72);
    transition: opacity 180ms ease, transform 180ms ease;
    width: 2.25rem;
}

.sc-site-footer .sc-footer-nav .wp-block-navigation-item__content:hover {
    background-color: transparent;
    color: var(--wp--preset--color--olive-deep);
}

.sc-site-footer .sc-footer-nav .wp-block-navigation-item__content:hover::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

@media (max-width: 980px) {
    .sc-site-footer .sc-footer-inner {
        grid-template-columns: 1fr;
    }

    .sc-site-footer .sc-footer-nav,
    .sc-site-footer .sc-footer-nav.is-vertical .wp-block-navigation__container,
    .sc-site-footer .sc-footer-nav .wp-block-navigation__container {
        justify-content: flex-start;
    }
}

@media (max-width: 720px) {
    .sc-site-footer {
        max-width: calc(100dvw - 1rem);
        padding: 1rem;
        width: calc(100% - 1rem);
    }

    .sc-site-footer .sc-footer-brand {
        grid-template-columns: 3rem minmax(0, 1fr);
    }

    .sc-site-footer .sc-footer-brand::before {
        height: 2.8rem;
        width: 3rem;
    }

    .sc-site-footer .sc-footer-nav.is-vertical .wp-block-navigation__container,
    .sc-site-footer .sc-footer-nav .wp-block-navigation__container {
        column-gap: 0.85rem;
        row-gap: 0.15rem;
    }

    .sc-site-footer .sc-footer-nav .wp-block-navigation-item__content {
        font-size: 0.92rem;
        overflow-wrap: anywhere;
        padding: 0.45rem 0.08rem 0.58rem;
    }
}

/* Mobile/tablet polish: keep the hero artwork as atmosphere, not extra scroll. */
@media (max-width: 980px) {
    .sc-home-main .sc-home-hero.alignwide {
        isolation: isolate;
        overflow: hidden;
        position: relative;
    }

    .sc-home-hero-copy {
        position: relative;
        z-index: 2;
    }

    .sc-home-hero-visual {
        display: block;
        height: 100%;
        inset: 0;
        margin: 0 !important;
        max-width: none !important;
        opacity: 0.28;
        order: initial;
        pointer-events: none;
        position: absolute;
        width: 100% !important;
        z-index: 0;
    }

    .sc-home-hero-picture {
        aspect-ratio: auto;
        height: 100%;
        inset: 0;
        max-width: none;
        overflow: visible;
        position: absolute;
        transform: none !important;
        width: 100%;
    }

    .sc-home-hero-image {
        height: 100%;
        object-fit: cover;
        object-position: 72% center;
        width: 100%;
    }

    .sc-home-audience-card {
        justify-items: center;
        text-align: center;
    }

    .sc-home-audience-card > * {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sc-home-audience-card .sc-home-card-label,
    .sc-home-audience-card p:last-child {
        text-align: center;
    }
}

@media (max-width: 720px) {
    .sc-home-main .sc-home-hero.alignwide {
        padding-bottom: clamp(2.1rem, 9vw, 3rem);
        padding-top: clamp(2.1rem, 9vw, 3rem);
    }

    .sc-home-hero-visual {
        opacity: 0.16;
    }

    .sc-home-hero-image {
        object-position: 68% center;
    }

    .sc-home-hero-copy .wp-block-buttons {
        justify-content: center;
        row-gap: 0.7rem;
    }

    .sc-home-hero-copy .wp-block-button__link {
        max-width: 100%;
    }

    .sc-home-hero-chips {
        margin-left: auto;
        margin-right: auto;
        max-width: 18rem;
    }
}

/* Preschool offer page: align the long-form page with the homepage visual system. */
.sc-main:has(.sc-offer-lead) {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: none;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.sc-main:has(.sc-offer-lead) > .wp-block-post-title {
    color: #2f1f12;
    font-size: clamp(3.35rem, 5.1vw, 5.6rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: clamp(-7.2rem, -6vw, -5.4rem);
    margin-left: max(1rem, calc((100dvw - 1180px) / 2 + 1rem));
    margin-right: auto;
    margin-top: clamp(3.2rem, 6vw, 4.9rem);
    max-width: min(25rem, calc(100dvw - 2rem));
    padding-left: clamp(0.6rem, 3.2vw, 3.25rem);
    position: relative;
    z-index: 3;
}

.sc-main:has(.sc-offer-lead) > .wp-block-post-content {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
}

.sc-offer-section {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(920px, calc(100dvw - 2rem));
    width: 100%;
}

.sc-offer-section + .sc-offer-section {
    margin-top: clamp(2.4rem, 4.8vw, 4.8rem);
}

.sc-offer-note,
.sc-offer-cta {
    max-width: min(1120px, calc(100dvw - 2rem));
}

.sc-offer-lead {
    align-items: center;
    background:
        radial-gradient(circle at 2% 48%, rgba(226, 112, 108, 0.14), transparent 9rem),
        radial-gradient(circle at 93% 76%, rgba(247, 210, 129, 0.28), transparent 13rem),
        radial-gradient(circle at 74% 20%, rgba(216, 226, 177, 0.38), transparent 19rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.82), rgba(255, 246, 233, 0.52));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: clamp(1rem, 2.8vw, 2.6rem);
    grid-template-columns: minmax(18rem, 0.76fr) minmax(30rem, 1.24fr);
    isolation: isolate;
    max-width: min(1180px, calc(100dvw - 1rem));
    min-height: clamp(31rem, 43vw, 38rem);
    overflow: visible;
    padding: clamp(8.8rem, 11.6vw, 12rem) clamp(1rem, 4vw, 4.25rem) clamp(1.5rem, 3.4vw, 3rem);
    position: relative;
}

.sc-offer-lead > * {
    grid-column: 1;
    position: relative;
    z-index: 2;
}

.sc-offer-lead::before {
    display: none;
}

.sc-offer-lead::after {
    align-self: start;
    aspect-ratio: 4 / 3;
    background-image: url("../images/offer/offer-hero-preschool.png");
    background-image: image-set(
        url("../images/offer/offer-hero-preschool.webp") type("image/webp"),
        url("../images/offer/offer-hero-preschool.png") type("image/png")
    );
    background-position: center -3rem;
    background-repeat: no-repeat;
    background-size: 128% auto;
    content: "";
    filter: drop-shadow(0 1.25rem 2.2rem rgba(71, 79, 46, 0.08));
    grid-column: 2;
    grid-row: 1 / span 4;
    justify-self: end;
    margin-top: clamp(-11.2rem, -8vw, -8rem);
    min-height: clamp(24rem, 36vw, 32rem);
    order: 1;
    position: relative;
    width: min(110%, 48rem);
    z-index: 1;
}

.sc-offer-lead > .wp-block-heading {
    color: #747e54;
    font-size: clamp(1.55rem, 2.1vw, 2.08rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.16;
    margin-bottom: 0;
    max-width: 30ch;
}

.sc-offer-lead > p {
    color: #51483f;
    font-size: clamp(1.05rem, 1.2vw, 1.22rem);
    font-weight: 650;
    line-height: 1.52;
    margin-top: 0;
    max-width: 31rem;
}

.sc-offer-lead .wp-block-buttons,
.sc-offer-cta .wp-block-buttons {
    gap: 0.82rem;
    margin-top: clamp(0.45rem, 1vw, 0.8rem);
}

.sc-offer-lead .wp-block-button__link,
.sc-offer-cta .wp-block-button__link {
    border-radius: var(--wp--custom--radius--pill);
    font-weight: 850;
    min-height: 3.25rem;
    padding: 0.82rem 1.3rem;
}

.sc-offer-lead .is-style-outline .wp-block-button__link,
.sc-offer-cta .is-style-outline .wp-block-button__link {
    background: rgba(255, 253, 248, 0.70);
    border-color: rgba(47, 31, 18, 0.48);
    color: #2f1f12;
}

.sc-offer-feature-strip {
    align-self: end;
    display: grid;
    gap: clamp(0.6rem, 1.4vw, 1.15rem);
    grid-column: 1 / -1;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin-top: clamp(1.25rem, 2.8vw, 2.6rem);
    order: 2;
    position: relative;
    z-index: 2;
}

.sc-offer-feature {
    align-content: start;
    display: grid;
    gap: 0.58rem;
    justify-items: center;
    margin-top: 0 !important;
    min-width: 0;
    text-align: center;
}

.sc-offer-feature-icon {
    align-items: center;
    background: rgba(255, 253, 248, 0.9);
    border: 1px solid rgba(141, 153, 95, 0.16);
    border-radius: 999px;
    box-shadow: 0 0.55rem 1.25rem rgba(71, 79, 46, 0.08);
    color: #8d995f;
    display: inline-flex;
    height: clamp(2.65rem, 4vw, 3.4rem);
    justify-content: center;
    width: clamp(2.65rem, 4vw, 3.4rem);
}

.sc-offer-feature-icon::before {
    background: currentColor;
    content: "";
    height: clamp(1.35rem, 2vw, 1.65rem);
    mask: var(--sc-offer-feature-icon) center / contain no-repeat;
    width: clamp(1.35rem, 2vw, 1.65rem);
    -webkit-mask: var(--sc-offer-feature-icon) center / contain no-repeat;
}

.sc-offer-feature--kids .sc-offer-feature-icon {
    color: #e2706c;
}

.sc-offer-feature--kids .sc-offer-feature-icon::before {
    --sc-offer-feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

.sc-offer-feature--group .sc-offer-feature-icon::before {
    --sc-offer-feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3Cpath d='M2 21v-2a4 4 0 0 1 3-3.87'/%3E%3Cpath d='M8 3.13a4 4 0 0 0 0 7.75'/%3E%3C/svg%3E");
}

.sc-offer-feature--calm .sc-offer-feature-icon::before {
    --sc-offer-feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 4 13c0-5 8-9 16-9 0 8-4 16-9 16Z'/%3E%3Cpath d='M4 13c4 0 7 0 11-4'/%3E%3C/svg%3E");
}

.sc-offer-feature--play .sc-offer-feature-icon {
    color: #e5ad33;
}

.sc-offer-feature--play .sc-offer-feature-icon::before {
    --sc-offer-feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");
}

.sc-offer-feature--daily .sc-offer-feature-icon {
    color: #c97f65;
}

.sc-offer-feature--daily .sc-offer-feature-icon::before {
    --sc-offer-feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3C/svg%3E");
}

.sc-offer-feature--safe .sc-offer-feature-icon::before {
    --sc-offer-feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3v8Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.sc-offer-feature--habit .sc-offer-feature-icon {
    color: #d9a53b;
}

.sc-offer-feature--habit .sc-offer-feature-icon::before {
    --sc-offer-feature-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 14s1.5 2 4 2 4-2 4-2'/%3E%3Cpath d='M9 9h.01'/%3E%3Cpath d='M15 9h.01'/%3E%3C/svg%3E");
}

.sc-offer-feature p {
    color: #2f1f12;
    font-size: clamp(0.76rem, 0.92vw, 0.92rem);
    font-weight: 850;
    line-height: 1.24;
    margin: 0;
    max-width: 10.5rem;
}

.sc-offer-section:not(.sc-offer-lead) > .wp-block-heading {
    color: #2f1f12;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: clamp(0.9rem, 1.5vw, 1.25rem);
}

.sc-offer-section:not(.sc-offer-lead) > .wp-block-heading::after {
    background: linear-gradient(90deg, #c97f65, #8d995f);
    border-radius: var(--wp--custom--radius--pill);
    content: "";
    display: block;
    height: 0.18rem;
    margin-top: 0.7rem;
    width: 4.5rem;
}

.sc-offer-section > p {
    color: #665d52;
    font-size: clamp(1rem, 1.08vw, 1.1rem);
    line-height: 1.72;
}

.sc-offer-section > ul,
.sc-offer-section > ol {
    color: #51483f;
    display: grid;
    gap: 0.62rem;
    line-height: 1.55;
    margin-top: clamp(1rem, 1.8vw, 1.35rem);
    padding-left: 0;
}

.sc-offer-section > ul {
    list-style: none;
}

.sc-offer-section > ul li {
    padding-left: 1.5rem;
    position: relative;
}

.sc-offer-section > ul li::before {
    background: #d88f74;
    border-radius: 999px;
    box-shadow: 0 0 0 0.28rem rgba(216, 143, 116, 0.11);
    content: "";
    height: 0.34rem;
    left: 0.18rem;
    position: absolute;
    top: 0.62em;
    width: 0.34rem;
}

.sc-offer-section > ol {
    counter-reset: sc-offer-step;
    list-style: none;
}

.sc-offer-section > ol li {
    align-items: center;
    background: rgba(255, 253, 248, 0.76);
    border: 1px solid rgba(141, 153, 95, 0.10);
    border-radius: 0.95rem;
    box-shadow: 0 0.5rem 1.3rem rgba(71, 79, 46, 0.045);
    display: grid;
    gap: 0.78rem;
    grid-template-columns: auto 1fr;
    padding: 0.78rem 0.92rem;
}

.sc-offer-section > ol li::before {
    align-items: center;
    background: linear-gradient(135deg, #b9a15d, #747e54);
    border-radius: 999px;
    color: #fffdf8;
    content: counter(sc-offer-step, decimal-leading-zero);
    counter-increment: sc-offer-step;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    height: 2.2rem;
    justify-content: center;
    width: 2.2rem;
}

.sc-offer-card-grid {
    align-items: stretch;
    gap: clamp(1rem, 1.9vw, 1.4rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(1.4rem, 2.6vw, 2rem);
}

.sc-offer-card {
    align-self: stretch;
    background:
        radial-gradient(circle at 82% 12%, rgba(247, 210, 129, 0.14), transparent 7rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 244, 0.92));
    border-color: rgba(141, 153, 95, 0.11);
    border-radius: 1rem;
    box-shadow: 0 0.7rem 1.65rem rgba(71, 79, 46, 0.055);
    display: block;
    margin-top: 0 !important;
    min-height: 11.2rem;
    overflow: hidden;
    padding: clamp(1.15rem, 2vw, 1.45rem);
    position: relative;
}

.sc-offer-card::before {
    background: linear-gradient(90deg, rgba(226, 112, 108, 0.62), rgba(141, 153, 95, 0.58));
    border-radius: 999px;
    content: "";
    display: block;
    height: 0.18rem;
    margin-bottom: 0.88rem;
    width: 2.7rem;
}

.sc-offer-card:nth-child(2n)::before {
    background: linear-gradient(90deg, rgba(176, 203, 214, 0.78), rgba(141, 153, 95, 0.58));
}

.sc-offer-card:nth-child(3n)::before {
    background: linear-gradient(90deg, rgba(247, 210, 129, 0.86), rgba(141, 153, 95, 0.58));
}

.sc-offer-card h3 {
    color: #2f1f12;
    font-size: clamp(1.35rem, 1.7vw, 1.62rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 0.42rem;
}

.sc-offer-card p {
    color: #665d52;
    line-height: 1.55;
    margin-bottom: 0;
}

.sc-offer-note {
    background:
        radial-gradient(circle at 92% 0%, rgba(247, 210, 129, 0.16), transparent 12rem),
        linear-gradient(135deg, rgba(255, 251, 244, 0.96), rgba(255, 247, 235, 0.86));
    border-color: rgba(141, 153, 95, 0.16);
    border-left-color: #8d995f;
    border-left-width: 0.48rem;
    border-radius: 1.35rem;
    box-shadow: 0 1rem 2.2rem rgba(71, 79, 46, 0.07);
    padding: clamp(1.6rem, 3vw, 2.4rem);
}

.sc-offer-note > .wp-block-heading {
    font-size: clamp(1.85rem, 3vw, 2.75rem);
}

.sc-offer-cta {
    background:
        radial-gradient(circle at 92% 15%, rgba(226, 112, 108, 0.18), transparent 16rem),
        radial-gradient(circle at 82% 92%, rgba(216, 226, 177, 0.36), transparent 15rem),
        radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.62), transparent 13rem),
        linear-gradient(135deg, rgba(255, 251, 244, 0.97), rgba(255, 238, 224, 0.86));
    border-color: rgba(226, 112, 108, 0.12);
    border-radius: 2rem;
    box-shadow: 0 1.25rem 3rem rgba(71, 79, 46, 0.075);
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.4rem);
    position: relative;
}

.sc-offer-cta > * {
    position: relative;
    z-index: 1;
}

.sc-offer-cta > .wp-block-heading {
    max-width: 20ch;
}

.sc-offer-cta > p {
    max-width: 58rem;
}

@media (hover: hover) and (pointer: fine) {
    .sc-offer-card:hover {
        transform: translateY(-2px);
    }
}

@media (max-width: 980px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        margin-bottom: clamp(-6.2rem, -10vw, -4.8rem);
        margin-left: auto;
        max-width: calc(100dvw - 2rem);
        padding-left: 0;
        text-align: center;
    }

    .sc-offer-lead {
        grid-template-columns: 1fr;
        justify-items: center;
        min-height: 0;
        overflow: hidden;
        padding-top: clamp(7.8rem, 16vw, 10rem);
        text-align: center;
    }

    .sc-offer-lead > *,
    .sc-offer-lead::after {
        grid-column: 1;
    }

    .sc-offer-lead::after {
        background-size: contain;
        grid-row: auto;
        justify-self: center;
        margin-top: 0;
        max-width: 42rem;
        min-height: clamp(18rem, 56vw, 28rem);
        width: 100%;
    }

    .sc-offer-lead > .wp-block-heading,
    .sc-offer-lead > p {
        margin-left: auto;
        margin-right: auto;
    }

    .sc-offer-lead .wp-block-buttons {
        justify-content: center;
    }

    .sc-offer-feature-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 42rem;
        width: 100%;
    }

    .sc-offer-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title,
    .sc-offer-section {
        max-width: calc(100dvw - 1rem);
    }

    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        font-size: clamp(2.35rem, 12vw, 3.1rem);
        margin-bottom: 0.8rem;
        margin-top: clamp(1.8rem, 8vw, 2.8rem);
        padding-left: 0;
        text-align: center;
    }

    .sc-offer-lead,
    .sc-offer-note,
    .sc-offer-cta {
        border-radius: var(--wp--custom--radius--md);
        padding: var(--wp--preset--spacing--md);
    }

    .sc-offer-lead {
        padding-top: var(--wp--preset--spacing--md);
    }

    .sc-offer-lead > .wp-block-heading,
    .sc-offer-section:not(.sc-offer-lead) > .wp-block-heading {
        font-size: clamp(1.9rem, 9vw, 2.45rem);
    }

    .sc-offer-lead::after {
        min-height: clamp(14rem, 62vw, 20rem);
    }

    .sc-offer-feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-offer-feature:last-child {
        grid-column: 1 / -1;
    }

    .sc-offer-card-grid {
        grid-template-columns: 1fr;
    }

    .sc-offer-section > ol li {
        align-items: start;
    }
}

/* Preschool offer page: mockup alignment pass. */
.sc-main:has(.sc-offer-lead) {
    background:
        radial-gradient(circle at -8% 9rem, rgba(247, 210, 129, 0.16), transparent 18rem),
        radial-gradient(circle at 108% 30rem, rgba(247, 210, 129, 0.16), transparent 19rem),
        radial-gradient(circle at -4% 52rem, rgba(226, 112, 108, 0.09), transparent 17rem),
        transparent;
    border: 0;
    box-shadow: none;
    max-width: none;
    overflow: clip;
    padding: 0;
    width: 100%;
}

.sc-main:has(.sc-offer-lead) > .wp-block-post-title {
    color: #2f1f12;
    font-size: clamp(3rem, 4.4vw, 4.9rem);
    font-weight: 950;
    hyphens: none;
    letter-spacing: 0;
    line-height: 1.03;
    margin-bottom: clamp(-8.1rem, -7vw, -6.25rem);
    margin-left: max(1rem, calc((100dvw - 1180px) / 2 + 1rem));
    margin-right: auto;
    margin-top: clamp(3rem, 5vw, 4.5rem);
    max-width: min(35rem, calc(100dvw - 2rem));
    overflow-wrap: normal;
    padding-left: clamp(0.25rem, 2.7vw, 2.9rem);
    position: relative;
    white-space: normal;
    word-break: normal;
    z-index: 3;
}

.sc-offer-section {
    max-width: min(1180px, calc(100dvw - 2rem));
}

.sc-offer-section + .sc-offer-section {
    margin-top: clamp(2.1rem, 4vw, 3.8rem);
}

.sc-offer-lead {
    align-items: center;
    background:
        radial-gradient(circle at 0% 55%, rgba(226, 112, 108, 0.10), transparent 11rem),
        radial-gradient(circle at 95% 62%, rgba(247, 210, 129, 0.24), transparent 16rem),
        radial-gradient(circle at 76% 13%, rgba(216, 226, 177, 0.38), transparent 20rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.78), rgba(255, 248, 238, 0.50));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: clamp(1.1rem, 2.5vw, 2.5rem);
    grid-template-columns: minmax(17rem, 0.58fr) minmax(34rem, 1.42fr);
    isolation: isolate;
    max-width: min(1180px, calc(100dvw - 1rem));
    min-height: clamp(31rem, 43vw, 39rem);
    overflow: visible;
    padding: clamp(9rem, 10vw, 11.5rem) clamp(1rem, 4vw, 4rem) clamp(1.55rem, 3vw, 2.8rem);
    position: relative;
}

.sc-offer-lead::before {
    display: none;
}

.sc-offer-lead::after {
    align-self: start;
    aspect-ratio: 4 / 3;
    background-image: url("../images/offer/offer-hero-preschool.png");
    background-image: image-set(
        url("../images/offer/offer-hero-preschool.webp") type("image/webp"),
        url("../images/offer/offer-hero-preschool.png") type("image/png")
    );
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    filter: drop-shadow(0 1.15rem 2rem rgba(71, 79, 46, 0.08));
    grid-column: 2;
    grid-row: 1 / span 4;
    justify-self: end;
    margin-top: clamp(-8.75rem, -7.5vw, -6.4rem);
    min-height: clamp(24rem, 36vw, 33rem);
    position: relative;
    width: min(100%, 52rem);
    z-index: 1;
}

.sc-offer-lead > * {
    grid-column: 1;
    position: relative;
    z-index: 2;
}

.sc-offer-lead > .wp-block-heading {
    color: #747e54;
    font-size: clamp(1.45rem, 2vw, 2.05rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.16;
    margin-bottom: 0;
    max-width: 31ch;
}

.sc-offer-lead > p {
    color: #3f372f;
    font-size: clamp(1rem, 1.08vw, 1.16rem);
    font-weight: 650;
    line-height: 1.52;
    margin-top: 0;
    max-width: 32rem;
}

.sc-offer-lead .wp-block-buttons,
.sc-offer-cta .wp-block-buttons {
    gap: 0.9rem;
    margin-top: clamp(0.35rem, 1vw, 0.8rem);
}

.sc-offer-lead .wp-block-button__link,
.sc-offer-cta .wp-block-button__link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--wp--custom--radius--pill);
    display: inline-flex;
    font-weight: 850;
    justify-content: center;
    min-height: 3rem;
    padding: 0.78rem 1.35rem;
    text-decoration: none;
}

.sc-offer-lead .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.sc-offer-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: linear-gradient(135deg, #79835a, #56603e);
    box-shadow: 0 0.65rem 1.25rem rgba(71, 79, 46, 0.22);
    color: #fffdf8;
}

.sc-offer-lead .is-style-outline .wp-block-button__link,
.sc-offer-cta .is-style-outline .wp-block-button__link {
    background: rgba(255, 253, 248, 0.76);
    border-color: rgba(47, 31, 18, 0.46);
    box-shadow: none;
    color: #2f1f12;
}

.sc-offer-feature-strip {
    align-self: end;
    display: grid;
    gap: clamp(0.65rem, 1.45vw, 1.25rem);
    grid-column: 1 / -1;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin-top: clamp(1.3rem, 2.7vw, 2.5rem);
    position: relative;
    z-index: 2;
}

.sc-offer-feature {
    align-content: start;
    display: grid;
    gap: 0.55rem;
    justify-items: center;
    margin-top: 0 !important;
    min-width: 0;
    text-align: center;
}

.sc-offer-feature p {
    color: #2f1f12;
    font-size: clamp(0.78rem, 0.92vw, 0.93rem);
    font-weight: 850;
    line-height: 1.25;
    margin: 0;
}

.sc-offer-icon {
    align-items: center;
    background: rgba(255, 253, 248, 0.92);
    border: 1px solid rgba(141, 153, 95, 0.16);
    border-radius: 999px;
    box-shadow: 0 0.55rem 1.25rem rgba(71, 79, 46, 0.075);
    color: var(--sc-offer-icon-color, #8d995f);
    display: inline-flex;
    flex: 0 0 auto;
    height: var(--sc-offer-icon-size, clamp(2.65rem, 4vw, 3.35rem));
    justify-content: center;
    width: var(--sc-offer-icon-size, clamp(2.65rem, 4vw, 3.35rem));
}

.sc-offer-icon::before {
    background: currentColor;
    content: "";
    height: var(--sc-offer-icon-mark-size, clamp(1.35rem, 2vw, 1.65rem));
    mask: var(--sc-offer-icon-url) center / contain no-repeat;
    width: var(--sc-offer-icon-mark-size, clamp(1.35rem, 2vw, 1.65rem));
    -webkit-mask: var(--sc-offer-icon-url) center / contain no-repeat;
}

.sc-offer-icon--heart {
    --sc-offer-icon-color: #e2706c;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

.sc-offer-icon--group {
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3Cpath d='M2 21v-2a4 4 0 0 1 3-3.87'/%3E%3Cpath d='M8 3.13a4 4 0 0 0 0 7.75'/%3E%3C/svg%3E");
}

.sc-offer-icon--leaf {
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 4 13c0-5 8-9 16-9 0 8-4 16-9 16Z'/%3E%3Cpath d='M4 13c4 0 7 0 11-4'/%3E%3C/svg%3E");
}

.sc-offer-icon--star {
    --sc-offer-icon-color: #e5ad33;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");
}

.sc-offer-icon--calendar {
    --sc-offer-icon-color: #c97f65;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3C/svg%3E");
}

.sc-offer-icon--shield {
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3v8Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.sc-offer-icon--smile {
    --sc-offer-icon-color: #d9a53b;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 14s1.5 2 4 2 4-2 4-2'/%3E%3Cpath d='M9 9h.01'/%3E%3Cpath d='M15 9h.01'/%3E%3C/svg%3E");
}

.sc-offer-icon--chat {
    --sc-offer-icon-color: #e2706c;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E");
}

.sc-offer-icon--movement {
    --sc-offer-icon-color: #b9892f;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='13' cy='4' r='2'/%3E%3Cpath d='M7 21l3-7'/%3E%3Cpath d='M16 21l-3-6-3-3 2-4'/%3E%3Cpath d='M6 9l4 1'/%3E%3Cpath d='M14 8l3 3 3 1'/%3E%3C/svg%3E");
}

.sc-offer-icon--pencil {
    --sc-offer-icon-color: #c97f65;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 2 4 4L8 20l-6 2 2-6Z'/%3E%3Cpath d='m14 6 4 4'/%3E%3C/svg%3E");
}

.sc-offer-icon--body {
    --sc-offer-icon-color: #a88b38;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

.sc-offer-icon--drop {
    --sc-offer-icon-color: #79835a;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.69 17.66 8.35a8 8 0 1 1-11.31 0Z'/%3E%3C/svg%3E");
}

.sc-offer-icon--apple {
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6c1.5-2.5 3.5-3 6-2-1 2.5-2.5 4-6 4'/%3E%3Cpath d='M12 7c-3-2-7-.5-7 4.5C5 17 9 22 12 20c3 2 7-3 7-8.5C19 6.5 15 5 12 7Z'/%3E%3C/svg%3E");
}

.sc-offer-icon--moon {
    --sc-offer-icon-color: #4b8a9b;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3C/svg%3E");
}

.sc-offer-icon--school {
    --sc-offer-icon-color: #b9892f;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V8l7-5 7 5v13'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3Cpath d='M9 10h.01'/%3E%3Cpath d='M15 10h.01'/%3E%3C/svg%3E");
}

.sc-offer-icon--mail {
    --sc-offer-icon-color: #79835a;
    --sc-offer-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.sc-offer-section:not(.sc-offer-lead) {
    text-align: center;
}

.sc-offer-section:not(.sc-offer-lead) > .wp-block-heading {
    color: #2f1f12;
    font-size: clamp(2rem, 3.1vw, 3.15rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: clamp(1.15rem, 2vw, 1.7rem);
    text-align: center;
}

.sc-offer-section:not(.sc-offer-lead) > .wp-block-heading::after {
    background:
        linear-gradient(90deg, transparent 0 2.1rem, #e2706c 2.1rem 2.35rem, transparent 2.35rem 2.85rem),
        linear-gradient(90deg, rgba(141, 153, 95, 0.54), rgba(141, 153, 95, 0.16));
    border-radius: 999px;
    content: "";
    display: block;
    height: 0.18rem;
    margin: 0.72rem auto 0;
    width: 5.7rem;
}

.sc-offer-card-grid {
    align-items: stretch;
    display: grid;
    gap: clamp(0.9rem, 1.4vw, 1.25rem);
    margin-top: clamp(1.4rem, 2.2vw, 2rem);
}

.sc-offer-card-grid--six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.sc-offer-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: min(980px, 100%);
}

.sc-offer-step-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sc-offer-tile {
    align-content: start;
    background:
        radial-gradient(circle at 78% 12%, rgba(247, 210, 129, 0.10), transparent 7rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 244, 0.90));
    border: 1px solid rgba(141, 153, 95, 0.12);
    border-radius: 1rem;
    box-shadow: 0 0.7rem 1.75rem rgba(71, 79, 46, 0.05);
    display: grid;
    justify-items: center;
    margin-top: 0 !important;
    min-height: 11.5rem;
    padding: clamp(1.05rem, 1.7vw, 1.45rem);
    text-align: center;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sc-offer-tile .sc-offer-icon {
    --sc-offer-icon-size: clamp(2.45rem, 3.2vw, 3rem);
    --sc-offer-icon-mark-size: clamp(1.25rem, 1.55vw, 1.5rem);
    margin-bottom: 0.9rem;
}

.sc-offer-tile h3 {
    color: #2f1f12;
    font-size: clamp(1.05rem, 1.25vw, 1.32rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 0.55rem;
}

.sc-offer-tile p {
    color: #4f473f;
    font-size: clamp(0.84rem, 0.95vw, 0.98rem);
    line-height: 1.5;
    margin: 0;
}

.sc-offer-section--includes .sc-offer-tile p {
    font-weight: 650;
}

.sc-offer-topic-card {
    min-height: 15.5rem;
}

.sc-offer-collab-card {
    align-items: center;
    grid-template-areas:
        "icon title"
        "icon copy";
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    min-height: 10.25rem;
    text-align: left;
}

.sc-offer-collab-card .sc-offer-icon {
    grid-area: icon;
    margin: 0 clamp(0.4rem, 1.4vw, 1rem) 0 0;
}

.sc-offer-collab-card h3 {
    grid-area: title;
}

.sc-offer-collab-card p {
    grid-area: copy;
}

.sc-offer-step-card {
    min-height: 13.2rem;
    overflow: visible;
    padding-top: 2.2rem;
    position: relative;
}

.sc-offer-step-number {
    align-items: center;
    background: linear-gradient(135deg, #8d995f, #67724b);
    border-radius: 999px;
    box-shadow: 0 0.45rem 1rem rgba(71, 79, 46, 0.14);
    color: #fffdf8;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 950;
    height: 3rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -1.45rem;
    transform: translateX(-50%);
    width: 3rem;
}

.sc-offer-step-card:nth-child(2) .sc-offer-step-number {
    background: linear-gradient(135deg, #e2706c, #c95f54);
}

.sc-offer-step-card:nth-child(3) .sc-offer-step-number {
    background: linear-gradient(135deg, #e3ad35, #c98d24);
}

.sc-offer-step-card:nth-child(5) .sc-offer-step-number {
    background: linear-gradient(135deg, #5fa0ad, #477e88);
}

.sc-offer-value-card {
    min-height: 10.5rem;
}

.sc-offer-value-card--note {
    background:
        radial-gradient(circle at 10% 14%, rgba(141, 153, 95, 0.22), transparent 8rem),
        linear-gradient(135deg, rgba(255, 251, 232, 0.94), rgba(255, 247, 232, 0.86));
    border-color: rgba(141, 153, 95, 0.18);
    justify-items: start;
    text-align: left;
}

.sc-offer-value-card--note h3 {
    font-size: clamp(1.05rem, 1.25vw, 1.35rem);
    margin-bottom: 0.5rem;
}

.sc-offer-cta {
    background:
        radial-gradient(circle at 90% 14%, rgba(226, 112, 108, 0.16), transparent 13rem),
        radial-gradient(circle at 16% 88%, rgba(216, 226, 177, 0.26), transparent 13rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 237, 226, 0.80));
    border-color: rgba(226, 112, 108, 0.12);
    border-radius: 2rem;
    box-shadow: 0 1rem 2.4rem rgba(71, 79, 46, 0.06);
    max-width: min(980px, calc(100dvw - 2rem));
    padding: clamp(1.65rem, 3vw, 2.6rem);
    text-align: center;
}

.sc-offer-cta > .wp-block-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 25ch;
}

.sc-offer-cta > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
}

.sc-offer-cta .wp-block-buttons {
    justify-content: center;
}

@media (hover: hover) and (pointer: fine) {
    .sc-offer-tile:hover {
        border-color: rgba(226, 112, 108, 0.24);
        box-shadow: 0 1rem 2.2rem rgba(71, 79, 46, 0.08);
        transform: translateY(-2px);
    }
}

@media (max-width: 1100px) {
    .sc-offer-card-grid--six,
    .sc-offer-step-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        margin-bottom: clamp(-5.8rem, -9vw, -4.6rem);
        margin-left: auto;
        max-width: min(34rem, calc(100dvw - 2rem));
        padding-left: 0;
        text-align: center;
    }

    .sc-offer-lead {
        grid-template-columns: 1fr;
        justify-items: center;
        min-height: 0;
        overflow: hidden;
        padding-top: clamp(7.4rem, 15vw, 9.8rem);
        text-align: center;
    }

    .sc-offer-lead > *,
    .sc-offer-lead::after {
        grid-column: 1;
    }

    .sc-offer-lead::after {
        grid-row: auto;
        justify-self: center;
        margin-top: 0;
        max-width: 44rem;
        min-height: clamp(18rem, 56vw, 28rem);
        width: 100%;
    }

    .sc-offer-lead > .wp-block-heading,
    .sc-offer-lead > p {
        margin-left: auto;
        margin-right: auto;
    }

    .sc-offer-lead .wp-block-buttons {
        justify-content: center;
    }

    .sc-offer-feature-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 44rem;
        width: 100%;
    }

    .sc-offer-card-grid--three {
        grid-template-columns: 1fr;
        max-width: 42rem;
    }
}

@media (max-width: 720px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        font-size: clamp(2.7rem, 13vw, 3.55rem);
        margin-bottom: 0.8rem;
        margin-top: clamp(1.8rem, 8vw, 2.8rem);
    }

    .sc-offer-lead,
    .sc-offer-cta {
        border-radius: var(--wp--custom--radius--md);
        max-width: calc(100dvw - 1rem);
        padding: var(--wp--preset--spacing--md);
    }

    .sc-offer-lead::after {
        min-height: clamp(14rem, 62vw, 20rem);
    }

    .sc-offer-feature-strip,
    .sc-offer-card-grid--six,
    .sc-offer-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-offer-feature:last-child,
    .sc-offer-step-card:last-child {
        grid-column: 1 / -1;
    }

    .sc-offer-collab-card {
        grid-template-areas:
            "icon"
            "title"
            "copy";
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .sc-offer-collab-card .sc-offer-icon {
        margin: 0 0 0.8rem;
    }
}

@media (max-width: 460px) {
    .sc-offer-feature-strip,
    .sc-offer-card-grid--six,
    .sc-offer-step-grid {
        grid-template-columns: 1fr;
    }

    .sc-offer-feature:last-child,
    .sc-offer-step-card:last-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sc-offer-tile {
        transition: none;
    }

    .sc-offer-tile:hover {
        transform: none;
    }
}

/* Preschool offer hero: tighter laptop viewport alignment. */
.sc-main:has(.sc-offer-lead) > .wp-block-post-title {
    font-size: clamp(4rem, 5.35vw, 5.85rem);
    margin-bottom: clamp(-7.35rem, -6.1vw, -5.4rem);
    margin-left: max(1rem, calc((100dvw - 1180px) / 2 + 1rem));
    margin-right: auto;
    margin-top: clamp(2.2rem, 3.6vw, 3.7rem);
    max-width: min(36rem, calc(100dvw - 2rem));
    padding-left: 0;
}

.sc-offer-lead {
    background:
        radial-gradient(circle at -5% 52%, rgba(226, 112, 108, 0.10), transparent 13rem),
        radial-gradient(circle at 100% 56%, rgba(247, 210, 129, 0.18), transparent 17rem),
        radial-gradient(circle at 69% 12%, rgba(216, 226, 177, 0.30), transparent 19rem);
    gap: clamp(1.25rem, 2.4vw, 2.8rem);
    grid-template-columns: minmax(20rem, 0.42fr) minmax(34rem, 0.58fr);
    max-width: min(1320px, calc(100dvw - 2rem));
    min-height: clamp(28rem, 39vw, 34.5rem);
    padding: clamp(7.7rem, 8.4vw, 9.45rem) 0 clamp(0.55rem, 1.4vw, 1.2rem);
}

.sc-offer-lead::after {
    background-position: center;
    display: block;
    filter: none;
    margin-top: clamp(-6.6rem, -5.4vw, -4.7rem);
    min-height: clamp(19.5rem, 30vw, 28.5rem);
    mix-blend-mode: multiply;
    opacity: 0.98;
    width: min(100%, 51.5rem);
    -webkit-mask-image: radial-gradient(ellipse 78% 75% at 54% 55%, #000 66%, rgba(0, 0, 0, 0.92) 80%, transparent 100%);
    mask-image: radial-gradient(ellipse 78% 75% at 54% 55%, #000 66%, rgba(0, 0, 0, 0.92) 80%, transparent 100%);
}

.sc-offer-lead > .wp-block-heading {
    font-size: clamp(1.75rem, 2.35vw, 2.32rem);
    line-height: 1.12;
    margin-top: clamp(2.9rem, 4vw, 4.25rem);
    max-width: 15.25rem;
}

.sc-offer-lead > p {
    color: #2f1f12;
    font-size: clamp(1.02rem, 1.16vw, 1.18rem);
    font-weight: 760;
    line-height: 1.46;
    max-width: 24.5rem;
}

.sc-offer-lead .wp-block-buttons {
    margin-top: clamp(0.45rem, 0.8vw, 0.75rem);
}

.sc-offer-feature-strip {
    gap: clamp(1rem, 2.9vw, 3.2rem);
    justify-self: center;
    margin-top: clamp(0.05rem, 0.5vw, 0.35rem);
    max-width: min(1280px, calc(100dvw - 3rem));
    width: 100%;
}

.sc-offer-feature p {
    font-size: clamp(0.88rem, 1vw, 1.02rem);
    font-weight: 900;
}

.sc-offer-feature .sc-offer-icon {
    --sc-offer-icon-size: clamp(3rem, 4.3vw, 3.55rem);
    --sc-offer-icon-mark-size: clamp(1.5rem, 2.1vw, 1.78rem);
}

@media (max-width: 1180px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        max-width: min(36rem, calc(100dvw - 2rem));
    }

    .sc-offer-lead {
        grid-template-columns: minmax(18rem, 0.42fr) minmax(30rem, 0.58fr);
        max-width: min(1100px, calc(100dvw - 2rem));
    }
}

@media (min-width: 981px) and (max-height: 920px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        margin-top: clamp(1.75rem, 3vw, 2.6rem);
    }

    .sc-offer-lead {
        gap: clamp(0.8rem, 1.55vw, 1.5rem);
        padding-top: clamp(6.6rem, 7.4vw, 8rem);
    }

    .sc-offer-lead::after {
        margin-top: clamp(-6.15rem, -5vw, -4.35rem);
        min-height: clamp(18rem, 27.6vw, 26.4rem);
        width: min(100%, 50rem);
    }

    .sc-offer-lead > .wp-block-heading {
        margin-top: clamp(2.1rem, 3.2vw, 3.2rem);
    }

    .sc-offer-feature-strip {
        margin-top: 0;
    }
}

@media (max-width: 980px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        font-size: clamp(3rem, 10vw, 4.6rem);
        margin-bottom: clamp(-5.6rem, -8vw, -4rem);
        text-align: center;
    }

    .sc-offer-lead {
        background:
            radial-gradient(circle at 50% 10%, rgba(216, 226, 177, 0.28), transparent 18rem),
            radial-gradient(circle at 85% 70%, rgba(247, 210, 129, 0.16), transparent 16rem);
        padding-top: clamp(6.3rem, 13vw, 8.5rem);
    }

    .sc-offer-lead::after {
        margin-top: 0;
        max-width: 44rem;
        mix-blend-mode: normal;
        opacity: 1;
    }

    .sc-offer-lead > .wp-block-heading {
        margin-top: 0;
        max-width: 30rem;
    }

    .sc-offer-lead > p {
        max-width: 34rem;
    }

    .sc-offer-feature-strip {
        gap: clamp(0.75rem, 2.4vw, 1.4rem);
        max-width: 46rem;
    }
}

@media (max-width: 720px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        font-size: clamp(2.7rem, 13vw, 3.55rem);
        margin-bottom: 0.8rem;
        margin-top: clamp(1.8rem, 8vw, 2.8rem);
    }

    .sc-offer-lead {
        padding: var(--wp--preset--spacing--md);
    }

    .sc-offer-lead::after {
        min-height: clamp(14rem, 62vw, 20rem);
    }
}

@media (min-width: 981px) {
    .sc-offer-lead {
        min-height: clamp(25.5rem, 34vw, 31.5rem);
        padding-bottom: clamp(0.5rem, 1vw, 0.9rem);
    }

    .sc-offer-lead::after {
        height: clamp(24.5rem, 35vw, 33rem);
        min-height: 0;
        position: absolute;
        right: clamp(-0.5rem, 1.5vw, 1.4rem);
        top: clamp(-3.5rem, -2.2vw, -2rem);
        width: min(65%, 56rem);
    }

    .sc-offer-lead > .wp-block-heading,
    .sc-offer-lead > p,
    .sc-offer-lead .wp-block-buttons {
        margin-left: clamp(3rem, 5vw, 4.6rem);
    }

    .sc-offer-feature-strip {
        align-self: start;
        grid-row: 4;
        margin-top: clamp(1rem, 2vw, 1.55rem);
    }
}

@media (min-width: 981px) and (max-height: 920px) {
    .sc-offer-lead {
        min-height: clamp(23rem, 31vw, 28rem);
        padding-top: clamp(6rem, 6.9vw, 7.2rem);
    }

    .sc-offer-lead::after {
        height: clamp(22.25rem, 31vw, 27rem);
        right: clamp(-0.25rem, 1vw, 0.9rem);
        top: clamp(-2.8rem, -1.9vw, -1.5rem);
        width: min(64%, 52rem);
    }

    .sc-offer-lead > .wp-block-heading {
        margin-top: clamp(1.9rem, 2.8vw, 2.8rem);
    }

    .sc-offer-feature-strip {
        margin-top: clamp(0.55rem, 1.2vw, 1rem);
    }
}

/* Preschool offer hero: transparent artwork integration. */
.sc-offer-lead::after {
    background-image: url("../images/offer/offer-hero-preschool-transparent.png");
    background-image: image-set(
        url("../images/offer/offer-hero-preschool-transparent.webp") type("image/webp"),
        url("../images/offer/offer-hero-preschool-transparent.png") type("image/png")
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: none;
    mask-image: none;
    mix-blend-mode: normal;
    opacity: 1;
    -webkit-mask-image: none;
}

@media (min-width: 981px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        margin-bottom: clamp(-7.3rem, -5.6vw, -5.4rem);
        margin-left: max(1.5rem, calc((100dvw - 1320px) / 2 + 1.5rem));
        max-width: min(36rem, calc(100dvw - 2rem));
    }

    .sc-offer-lead {
        grid-template-columns: minmax(24rem, 0.42fr) minmax(0, 0.58fr);
        max-width: min(1440px, calc(100dvw - 2rem));
        min-height: clamp(30rem, 35vw, 33.5rem);
        padding-top: clamp(7rem, 7.6vw, 8.5rem);
    }

    .sc-offer-lead::after {
        height: clamp(32rem, 42vw, 39rem);
        right: max(0.25rem, calc((100dvw - 1320px) / 2 - 4rem));
        top: clamp(2.8rem, 4.4vw, 4.5rem);
        width: min(64vw, 60rem);
    }

    .sc-offer-lead > .wp-block-heading {
        font-size: clamp(1.82rem, 2.18vw, 2.42rem);
        margin-left: clamp(3.5rem, 5vw, 5rem);
        margin-top: clamp(2.2rem, 3.2vw, 3.5rem);
        max-width: 27rem;
    }

    .sc-offer-lead > p {
        font-size: clamp(1rem, 1.06vw, 1.16rem);
        line-height: 1.48;
        margin-left: clamp(3.5rem, 5vw, 5rem);
        max-width: 27.5rem;
    }

    .sc-offer-lead .wp-block-buttons {
        margin-left: clamp(3.5rem, 5vw, 5rem);
    }

    .sc-offer-feature-strip {
        gap: clamp(1.25rem, 3.6vw, 4.2rem);
        max-width: min(1360px, calc(100dvw - 3rem));
    }
}

@media (min-width: 981px) and (max-height: 920px) {
    .sc-offer-lead {
        min-height: clamp(27rem, 31vw, 30rem);
        padding-top: clamp(6.4rem, 6.8vw, 7.4rem);
    }

    .sc-offer-lead::after {
        height: clamp(29rem, 37vw, 34rem);
        top: clamp(2.1rem, 3.15vw, 3.4rem);
        width: min(63vw, 60rem);
    }

    .sc-offer-lead > .wp-block-heading {
        margin-top: clamp(1.45rem, 2.2vw, 2.4rem);
    }

    .sc-offer-feature-strip {
        margin-top: clamp(0.45rem, 0.9vw, 0.8rem);
    }
}

@media (min-width: 981px) and (max-width: 1600px) {
    .sc-offer-lead::after {
        height: clamp(26rem, 32vw, 30rem);
        right: max(0.25rem, calc((100dvw - 1180px) / 2 - 2rem));
        top: clamp(1.4rem, 2.3vw, 2.4rem);
        width: min(61vw, 48rem);
    }
}

@media (max-width: 980px) {
    .sc-offer-lead::after {
        background-image: url("../images/offer/offer-hero-preschool-transparent.png");
        background-image: image-set(
            url("../images/offer/offer-hero-preschool-transparent.webp") type("image/webp"),
            url("../images/offer/offer-hero-preschool-transparent.png") type("image/png")
        );
        mask-image: none;
        mix-blend-mode: normal;
        -webkit-mask-image: none;
    }
}

/* Preschool offer hero: keep the H1 anchored like the approved mockup. */
@media (min-width: 981px) {
    .sc-main:has(.sc-offer-lead) {
        margin-top: clamp(0.25rem, 1vw, 1rem) !important;
    }

    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        font-size: clamp(3.85rem, 4.85vw, 5.35rem);
        line-height: 0.98;
        margin-bottom: clamp(-6.55rem, -5.2vw, -4.85rem);
        margin-left: clamp(5.25rem, 6vw, 7.25rem);
        margin-top: -1.05rem;
        max-width: min(33rem, calc(100dvw - 2rem));
        padding-left: 0;
        text-align: left;
    }
}

/* Preschool offer hero: final desktop column lock. */
@media (min-width: 981px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        font-size: clamp(3.75rem, 4.9vw, 5.45rem) !important;
        line-height: 1 !important;
        margin-bottom: clamp(-6.4rem, -5vw, -4.85rem) !important;
        margin-left: clamp(5.25rem, 7.8vw, 9.5rem) !important;
        margin-right: auto !important;
        margin-top: clamp(1.2rem, 2.1vw, 2.3rem) !important;
        max-width: min(34rem, calc(100dvw - 2rem)) !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    .sc-offer-feature-strip {
        margin-top: clamp(2.6rem, 4vw, 4.4rem) !important;
    }
}

@media (min-width: 981px) and (max-height: 920px) {
    .sc-offer-feature-strip {
        margin-top: clamp(2rem, 3.1vw, 3.25rem) !important;
    }
}

/* Preschool offer hero: attach the title to the intro copy stack. */
@media (min-width: 981px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        margin-bottom: clamp(-5.9rem, -4.6vw, -4.9rem) !important;
        margin-left: clamp(4.8rem, 5.4vw, 6.4rem) !important;
        margin-top: clamp(0.7rem, 1.45vw, 1.35rem) !important;
        max-width: min(34rem, calc(100dvw - 2rem)) !important;
        padding-left: 0 !important;
        text-align: left !important;
    }

    .sc-offer-lead {
        max-width: min(1840px, calc(100dvw - 3rem)) !important;
        padding-top: clamp(4.9rem, 5.4vw, 6.25rem) !important;
    }

    .sc-offer-lead::after {
        top: clamp(-4.4rem, -3vw, -2.4rem) !important;
    }

    .sc-offer-lead > .wp-block-heading,
    .sc-offer-lead > p,
    .sc-offer-lead .wp-block-buttons {
        margin-left: clamp(3.5rem, 4.6vw, 5.4rem) !important;
    }

    .sc-offer-lead > .wp-block-heading {
        margin-top: 0 !important;
    }

    .sc-offer-feature-strip {
        margin-top: clamp(2.4rem, 3.2vw, 3.6rem) !important;
    }

    .sc-offer-section--includes {
        max-width: min(1180px, calc(100dvw - 4rem)) !important;
    }

    .sc-offer-section--includes > .sc-offer-card-grid--six {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 1101px) {
    .sc-offer-section--includes .sc-offer-card-grid--six {
        gap: clamp(1.1rem, 1.8vw, 1.6rem);
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sc-offer-section--includes .sc-offer-tile {
        min-height: clamp(14rem, 15vw, 16.5rem);
        padding: clamp(1.25rem, 1.65vw, 1.7rem) clamp(1.25rem, 1.8vw, 1.8rem);
    }

    .sc-offer-section--includes .sc-offer-tile p {
        font-size: clamp(0.9rem, 0.9vw, 1rem);
        line-height: 1.5;
        max-width: 34ch;
    }
}

@media (min-width: 981px) and (max-height: 920px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        margin-bottom: clamp(-5.8rem, -4.4vw, -4.8rem) !important;
        margin-top: clamp(0.65rem, 1.25vw, 1.2rem) !important;
    }

    .sc-offer-lead {
        padding-top: clamp(4.5rem, 4.95vw, 5.7rem) !important;
    }

    .sc-offer-lead::after {
        top: clamp(-4.8rem, -3.35vw, -2.8rem) !important;
    }

    .sc-offer-feature-strip {
        margin-top: clamp(2.05rem, 2.7vw, 3rem) !important;
    }
}

/* Preschool offer page: compact laptop hero and wider card sections. */
@media (min-width: 981px) {
    .sc-offer-section--topics {
        max-width: min(1680px, calc(100dvw - 4rem)) !important;
    }

    .sc-offer-section--topics > .sc-offer-card-grid--six {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .sc-offer-section--collab {
        max-width: min(1260px, calc(100dvw - 4rem)) !important;
    }

    .sc-offer-section--collab .sc-offer-card-grid--three {
        gap: clamp(1.1rem, 2vw, 1.75rem);
        max-width: 100%;
    }

    .sc-offer-collab-card {
        align-content: center;
        gap: 0.58rem;
        grid-template-areas:
            "icon"
            "title"
            "copy";
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        min-height: clamp(10.75rem, 12vw, 12.5rem);
        padding: clamp(1.25rem, 1.8vw, 1.75rem) clamp(1.35rem, 2vw, 2rem);
        text-align: center;
    }

    .sc-offer-collab-card .sc-offer-icon {
        margin: 0 0 clamp(0.25rem, 0.7vw, 0.55rem);
    }

    .sc-offer-collab-card h3,
    .sc-offer-collab-card p {
        margin-left: auto;
        margin-right: auto;
        max-width: 26ch;
    }
}

@media (min-width: 1101px) {
    .sc-offer-section--topics .sc-offer-card-grid--six {
        gap: clamp(0.9rem, 1.35vw, 1.45rem);
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .sc-offer-section--topics .sc-offer-topic-card {
        min-height: clamp(15rem, 16vw, 17.25rem);
        padding-left: clamp(1rem, 1.35vw, 1.45rem);
        padding-right: clamp(1rem, 1.35vw, 1.45rem);
    }

    .sc-offer-section--topics .sc-offer-topic-card p {
        max-width: 22ch;
    }
}

@media (min-width: 981px) and (max-height: 920px) {
    .sc-main:has(.sc-offer-lead) > .wp-block-post-title {
        font-size: clamp(3.55rem, 4.25vw, 4.85rem) !important;
        line-height: 0.98 !important;
        margin-bottom: clamp(-5.35rem, -4vw, -4.55rem) !important;
        margin-top: clamp(0.15rem, 0.9vw, 0.85rem) !important;
        max-width: min(31rem, calc(100dvw - 2rem)) !important;
    }

    .sc-offer-lead {
        min-height: clamp(22rem, 28vw, 26.5rem) !important;
        padding-top: clamp(3.9rem, 4.25vw, 4.85rem) !important;
    }

    .sc-offer-lead::after {
        height: clamp(23.5rem, 30vw, 29rem) !important;
        top: clamp(-5.25rem, -3.8vw, -3.35rem) !important;
        width: min(58vw, 52rem) !important;
    }

    .sc-offer-lead > .wp-block-heading {
        font-size: clamp(1.68rem, 2vw, 2.16rem) !important;
    }

    .sc-offer-feature-strip {
        margin-top: clamp(0.85rem, 1.45vw, 1.55rem) !important;
    }
}

/* Preschool offer page: widen lower sections and center their content. */
@media (min-width: 981px) {
    .sc-offer-section--steps,
    .sc-offer-section--values {
        max-width: min(1680px, calc(100dvw - 4rem)) !important;
    }

    .sc-offer-section--steps > .sc-offer-step-grid,
    .sc-offer-section--values > .sc-offer-card-grid--six {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .sc-offer-step-card,
    .sc-offer-value-card {
        align-content: center;
        justify-items: center;
        text-align: center;
    }

    .sc-offer-step-card h3,
    .sc-offer-step-card p,
    .sc-offer-value-card h3,
    .sc-offer-value-card p {
        margin-left: auto;
        margin-right: auto;
        max-width: 24ch;
    }

    .sc-offer-value-card--note {
        justify-items: center;
        text-align: center;
    }

    .sc-offer-value-card--note h3,
    .sc-offer-value-card--note p {
        max-width: 25ch;
    }

    .sc-offer-cta {
        max-width: min(1480px, calc(100dvw - 4rem)) !important;
        padding: clamp(2.6rem, 4.2vw, 4.3rem) clamp(2rem, 5.2vw, 5.8rem) !important;
        text-align: center;
    }

    .sc-offer-cta > .wp-block-heading {
        max-width: 26ch;
    }

    .sc-offer-cta > p {
        max-width: 62rem;
    }
}

@media (min-width: 1101px) {
    .sc-offer-section--steps .sc-offer-step-grid {
        gap: clamp(0.95rem, 1.45vw, 1.65rem);
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .sc-offer-section--values .sc-offer-card-grid--six {
        gap: clamp(0.9rem, 1.35vw, 1.5rem);
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .sc-offer-step-card {
        min-height: clamp(13.8rem, 13.5vw, 15.25rem);
        padding-left: clamp(1rem, 1.4vw, 1.55rem);
        padding-right: clamp(1rem, 1.4vw, 1.55rem);
    }

    .sc-offer-value-card {
        min-height: clamp(11.8rem, 12.7vw, 14.25rem);
        padding-left: clamp(1rem, 1.35vw, 1.45rem);
        padding-right: clamp(1rem, 1.35vw, 1.45rem);
    }
}

/* Preschool offer page: reuse the approved homepage section dividers. */
.sc-offer-section:not(.sc-offer-lead) > .wp-block-heading::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    content: "";
    display: block;
    height: clamp(1.4rem, 2.4vw, 2.2rem);
    margin: clamp(0.45rem, 0.7vw, 0.65rem) auto 0;
    max-width: none;
    width: clamp(9.5rem, 17vw, 13.5rem);
}

.sc-offer-section.sc-offer-section--includes:not(.sc-offer-lead) > .wp-block-heading::after,
.sc-offer-section.sc-offer-section--collab:not(.sc-offer-lead) > .wp-block-heading::after,
.sc-offer-section.sc-offer-section--values:not(.sc-offer-lead) > .wp-block-heading::after,
.sc-offer-section.sc-offer-cta:not(.sc-offer-lead) > .wp-block-heading::after {
    background-image: url("../images/section-dividers/section-audience-divider.png");
    background-image: image-set(
        url("../images/section-dividers/section-audience-divider.webp") type("image/webp"),
        url("../images/section-dividers/section-audience-divider.png") type("image/png")
    );
}

.sc-offer-section.sc-offer-section--topics:not(.sc-offer-lead) > .wp-block-heading::after,
.sc-offer-section.sc-offer-section--steps:not(.sc-offer-lead) > .wp-block-heading::after {
    background-image: url("../images/section-dividers/section-topics-divider.png");
    background-image: image-set(
        url("../images/section-dividers/section-topics-divider.webp") type("image/webp"),
        url("../images/section-dividers/section-topics-divider.png") type("image/png")
    );
}

/* About page: mockup-inspired wide layout with supplied hero artwork. */
body:has(.sc-about-hero) .sc-site-header .sc-primary-nav .wp-block-navigation-item:nth-child(3) .wp-block-navigation-item__content {
    background-color: transparent;
    box-shadow: none;
    color: var(--wp--preset--color--olive-deep);
}

body:has(.sc-about-hero) .sc-site-header .sc-primary-nav .wp-block-navigation-item:nth-child(3) .wp-block-navigation-item__content::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

.sc-main:has(.sc-about-hero) {
    background:
        radial-gradient(circle at -8% 18rem, rgba(247, 210, 129, 0.16), transparent 18rem),
        radial-gradient(circle at 108% 18rem, rgba(216, 226, 177, 0.18), transparent 22rem),
        radial-gradient(circle at 95% 84rem, rgba(226, 112, 108, 0.08), transparent 20rem),
        transparent;
    border: 0;
    box-shadow: none;
    margin-top: clamp(-0.65rem, -0.5vw, -0.25rem) !important;
    max-width: none;
    overflow: clip;
    padding: 0;
    width: 100%;
}

.sc-main:has(.sc-about-hero) > .wp-block-post-title {
    display: none;
}

.sc-main:has(.sc-about-hero) > .wp-block-post-content {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
}

.sc-about-section {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

.sc-about-section + .sc-about-section {
    margin-top: clamp(2rem, 3.8vw, 3.7rem);
}

.sc-about-hero {
    align-items: center;
    display: grid;
    gap: clamp(1.25rem, 2.7vw, 3rem);
    grid-template-columns: minmax(31rem, 0.92fr) minmax(31rem, 1.08fr);
    max-width: min(1500px, calc(100dvw - clamp(2rem, 6vw, 5rem)));
    min-height: clamp(25rem, 36vw, 34rem);
    padding: clamp(0.15rem, 0.9vw, 1rem) 0 clamp(1.15rem, 2.2vw, 2rem);
    position: relative;
}

.sc-about-hero-copy {
    max-width: 48rem !important;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.sc-about-eyebrow {
    color: #79835a;
    display: block;
    font-size: clamp(1rem, 1.15vw, 1.15rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 0.55rem !important;
    width: fit-content;
}

.sc-about-hero-copy > .sc-about-eyebrow {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.sc-about-eyebrow-warm,
.sc-about-eyebrow-cool {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline;
}

.sc-about-eyebrow-warm {
    background-image: linear-gradient(120deg, #f08e70 0%, #e2706c 62%, #c97f65 100%);
}

.sc-about-eyebrow-cool {
    background-image: linear-gradient(120deg, #8f976b 0%, #79835a 58%, #5f654c 100%);
}

.sc-about-eyebrow::before {
    background-image: url("../images/about/about-eyebrow-ornament.png");
    background-image: image-set(
        url("../images/about/about-eyebrow-ornament.webp") type("image/webp"),
        url("../images/about/about-eyebrow-ornament.png") type("image/png")
    );
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: clamp(3.05rem, 3.9vw, 4.65rem);
    margin-bottom: 0.28rem;
    transform: translateX(clamp(-3.75rem, -3.3vw, -2.6rem));
    width: clamp(12.25rem, 16vw, 18.75rem);
}

.sc-about-eyebrow::after {
    content: none;
}

.sc-about-hero-copy :is(h1, h2) {
    color: #2f1f12;
    font-size: clamp(3.2rem, 4.2vw, 4.75rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
    max-width: 18ch;
}

.sc-about-hero-copy > p:not(.sc-about-eyebrow) {
    color: #2f1f12;
    font-size: clamp(1rem, 1.14vw, 1.16rem);
    font-weight: 520;
    line-height: 1.58;
    max-width: 34rem;
}

.sc-about-hero-copy .wp-block-buttons,
.sc-about-cta .wp-block-buttons {
    gap: 0.9rem;
    margin-top: clamp(0.9rem, 1.6vw, 1.45rem);
}

.sc-about-hero-copy .wp-block-buttons {
    flex-wrap: nowrap;
}

.sc-about-hero-copy .wp-block-button__link,
.sc-about-cta .wp-block-button__link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--wp--custom--radius--pill);
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 850;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.82rem 1.35rem;
    text-decoration: none;
    white-space: nowrap;
}

.sc-about-hero-copy .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.sc-about-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: linear-gradient(135deg, #79835a, #56603e);
    box-shadow: 0 0.65rem 1.25rem rgba(71, 79, 46, 0.22);
    color: #fffdf8;
}

.sc-about-hero-copy .is-style-outline .wp-block-button__link,
.sc-about-cta .is-style-outline .wp-block-button__link {
    background: rgba(255, 253, 248, 0.78);
    border-color: rgba(47, 31, 18, 0.46);
    box-shadow: none;
    color: #2f1f12;
}

.sc-about-cta .is-style-outline .wp-block-button__link::after {
    content: "\2192";
    font-size: 1.35rem;
    line-height: 1;
    margin-left: 0.52rem;
}

.sc-about-hero-visual {
    justify-self: end;
    max-width: 58rem;
    min-width: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 981px) {
    .sc-about-hero-visual {
        max-width: 64rem;
        transform: translate(clamp(0rem, 1.2vw, 1rem), clamp(-5rem, -4.2vw, -3.25rem));
        width: 115%;
    }
}

.sc-about-hero-picture,
.sc-about-hero-image {
    display: block;
}

.sc-about-hero-image {
    filter: drop-shadow(0 1.35rem 2.2rem rgba(71, 79, 46, 0.10));
    height: auto;
    object-fit: contain;
    width: 100%;
}

.sc-about-section:not(.sc-about-hero):not(.sc-about-section--origin):not(.sc-about-note):not(.sc-about-cta) {
    max-width: min(1500px, calc(100dvw - clamp(2rem, 6vw, 5rem)));
    text-align: center;
}

.sc-about-section:not(.sc-about-hero):not(.sc-about-section--origin):not(.sc-about-note):not(.sc-about-cta) > .wp-block-heading {
    color: #2f1f12;
    font-size: clamp(2.15rem, 3.4vw, 3.55rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: clamp(1.35rem, 2.6vw, 2.3rem);
    text-align: center;
}

.sc-about-section:not(.sc-about-hero):not(.sc-about-section--origin):not(.sc-about-note):not(.sc-about-cta) > .wp-block-heading::after {
    background-image: url("../images/section-dividers/section-audience-divider.png");
    background-image: image-set(
        url("../images/section-dividers/section-audience-divider.webp") type("image/webp"),
        url("../images/section-dividers/section-audience-divider.png") type("image/png")
    );
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: clamp(1.25rem, 2.2vw, 2rem);
    margin: clamp(0.45rem, 0.7vw, 0.65rem) auto 0;
    width: clamp(8.5rem, 15vw, 12rem);
}

.sc-about-section--approach > .wp-block-heading::after {
    background-image: url("../images/section-dividers/section-topics-divider.png") !important;
    background-image: image-set(
        url("../images/section-dividers/section-topics-divider.webp") type("image/webp"),
        url("../images/section-dividers/section-topics-divider.png") type("image/png")
    ) !important;
}

.sc-about-section--origin {
    align-items: center;
    background:
        radial-gradient(circle at 96% 18%, rgba(216, 226, 177, 0.14), transparent 16rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.88), rgba(255, 250, 242, 0.72));
    border: 1px solid rgba(141, 153, 95, 0.16);
    border-radius: 1.35rem;
    box-shadow: 0 0.85rem 2.1rem rgba(71, 79, 46, 0.045);
    display: grid;
    gap: clamp(1.1rem, 2vw, 2.2rem);
    grid-template-columns: auto minmax(18rem, 0.88fr) minmax(0, 1.12fr);
    max-width: min(1500px, calc(100dvw - 2rem));
    overflow: hidden;
    padding: clamp(1.75rem, 3vw, 2.7rem) clamp(2rem, 4vw, 4rem);
}

.sc-about-section--origin > .wp-block-heading {
    color: #2f1f12;
    font-size: clamp(2.05rem, 2.65vw, 3rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
    min-width: 0;
}

.sc-about-origin-copy {
    border-left: 1px solid rgba(226, 112, 108, 0.22);
    display: grid;
    gap: clamp(1.05rem, 2vw, 2.25rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 !important;
    max-width: none !important;
    min-width: 0;
    padding-left: clamp(1.25rem, 2.4vw, 2.6rem);
}

.sc-about-origin-copy p {
    color: #3f372f;
    font-size: clamp(0.96rem, 1vw, 1.05rem);
    line-height: 1.62;
    margin: 0;
    min-width: 0;
    overflow-wrap: break-word;
}

.sc-about-card-grid {
    align-items: stretch;
    display: grid;
    gap: clamp(1rem, 1.7vw, 1.5rem);
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    max-width: none !important;
    width: 100%;
}

.sc-about-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: min(1180px, 100%) !important;
}

.sc-about-card-grid--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sc-about-tile {
    align-content: center;
    background:
        radial-gradient(circle at 78% 12%, rgba(247, 210, 129, 0.10), transparent 7rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 244, 0.90));
    border: 1px solid rgba(141, 153, 95, 0.12);
    border-radius: 1rem;
    box-shadow: 0 0.7rem 1.75rem rgba(71, 79, 46, 0.05);
    display: grid;
    gap: 0.7rem;
    justify-items: center;
    margin-top: 0 !important;
    min-height: clamp(14rem, 17vw, 17rem);
    padding: clamp(1.15rem, 1.7vw, 1.65rem);
    text-align: center;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sc-about-mini-card {
    min-height: clamp(11rem, 12.6vw, 13.5rem);
    padding: clamp(1rem, 1.25vw, 1.2rem);
}

.sc-about-tile h3 {
    color: #2f1f12;
    font-size: clamp(1.18rem, 1.45vw, 1.55rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 auto 0.1rem;
    max-width: min(100%, 22ch);
}

.sc-about-tile p {
    color: #4f473f;
    font-size: clamp(0.86rem, 0.95vw, 0.98rem);
    font-weight: 520;
    line-height: 1.5;
    margin: 0 auto;
    max-width: min(100%, 34ch);
}

.sc-about-mini-card p {
    color: #2f1f12;
    font-weight: 740;
    line-height: 1.38;
    max-width: min(100%, 28ch);
}

.sc-about-icon {
    --sc-about-icon-color: #79835a;
    --sc-about-icon-size: clamp(3.35rem, 4.4vw, 4rem);
    --sc-about-icon-mark-size: clamp(1.7rem, 2.15vw, 2rem);

    align-items: center;
    background:
        radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.78), transparent 1.8rem),
        rgba(255, 248, 236, 0.88);
    border: 1px solid rgba(141, 153, 95, 0.18);
    border-radius: 999px;
    color: var(--sc-about-icon-color);
    display: inline-flex;
    flex: 0 0 auto;
    height: var(--sc-about-icon-size);
    justify-content: center;
    width: var(--sc-about-icon-size);
}

.sc-about-icon::before {
    background: currentColor;
    content: "";
    height: var(--sc-about-icon-mark-size);
    mask: var(--sc-about-icon-url) center / contain no-repeat;
    width: var(--sc-about-icon-mark-size);
    -webkit-mask: var(--sc-about-icon-url) center / contain no-repeat;
}

.sc-about-icon--education {
    --sc-about-icon-color: #79835a;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10 12 5 2 10l10 5 10-5Z'/%3E%3Cpath d='M6 12v5c3 2 9 2 12 0v-5'/%3E%3Cpath d='M22 10v6'/%3E%3C/svg%3E");
}

.sc-about-icon--drop {
    --sc-about-icon-color: #e2706c;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.69 17.66 8.35a8 8 0 1 1-11.31 0Z'/%3E%3C/svg%3E");
}

.sc-about-icon--first-aid {
    --sc-about-icon-color: #d98d25;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6V5a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v1'/%3E%3Crect x='3' y='6' width='18' height='15' rx='2'/%3E%3Cpath d='M12 10v7'/%3E%3Cpath d='M8.5 13.5h7'/%3E%3C/svg%3E");
}

.sc-about-icon--chat {
    --sc-about-icon-color: #79835a;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E");
}

.sc-about-icon--heart,
.sc-about-icon--outline-heart {
    --sc-about-icon-color: #e2706c;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

.sc-about-icon--clock {
    --sc-about-icon-color: #d98d25;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}

.sc-about-icon--movement {
    --sc-about-icon-color: #79835a;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='13' cy='4' r='2'/%3E%3Cpath d='M7 21l3-7'/%3E%3Cpath d='M16 21l-3-6-3-3 2-4'/%3E%3Cpath d='M6 9l4 1'/%3E%3Cpath d='M14 8l3 3 3 1'/%3E%3C/svg%3E");
}

.sc-about-icon--shield,
.sc-about-icon--safe-heart {
    --sc-about-icon-color: #4b8a9b;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-8 9-4.5-1.5-8-4-8-9V5l8-3 8 3v8Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.sc-about-icon--speech {
    --sc-about-icon-color: #e2706c;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5Z'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M8 14h5'/%3E%3C/svg%3E");
}

.sc-about-icon--leaf {
    --sc-about-icon-color: #79835a;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 4 13c0-5 8-9 16-9 0 8-4 16-9 16Z'/%3E%3Cpath d='M4 13c4 0 7 0 11-4'/%3E%3C/svg%3E");
}

.sc-about-icon--handshake {
    --sc-about-icon-color: #79835a;
    --sc-about-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m11 17 2 2a3 3 0 1 0 4-4l-3-3'/%3E%3Cpath d='m14 12 2-2a3 3 0 0 1 4 4l-2 2'/%3E%3Cpath d='M7 12 5 10a3 3 0 0 0-4 4l5 5a3 3 0 0 0 4 0l1-1'/%3E%3Cpath d='m8 13 3-3a3 3 0 0 1 4 0l1 1'/%3E%3C/svg%3E");
}

.sc-about-note {
    align-items: center;
    background:
        radial-gradient(circle at 90% 0%, rgba(216, 226, 177, 0.20), transparent 14rem),
        linear-gradient(135deg, rgba(255, 251, 232, 0.94), rgba(255, 247, 232, 0.86));
    border: 1px solid rgba(141, 153, 95, 0.16);
    border-left: 0;
    border-radius: 1.35rem;
    box-shadow: 0 0.85rem 2.1rem rgba(71, 79, 46, 0.055);
    display: grid;
    gap: clamp(1.25rem, 2.4vw, 2.4rem);
    grid-template-columns: auto minmax(17rem, 0.72fr) minmax(24rem, 1fr);
    max-width: min(1500px, calc(100dvw - 2rem));
    padding: clamp(1.45rem, 2.5vw, 2.25rem) clamp(1.65rem, 4vw, 4rem);
}

.sc-main:has(.sc-about-hero) .sc-about-note,
.sc-main:has(.sc-about-hero) .sc-about-cta {
    max-width: min(1500px, calc(100dvw - clamp(2rem, 6vw, 5rem)));
}

.sc-about-note > .sc-about-icon {
    --sc-about-icon-color: #fffdf8;
    --sc-about-icon-size: clamp(4.25rem, 5.6vw, 5.6rem);
    --sc-about-icon-mark-size: clamp(2.1rem, 2.8vw, 2.8rem);

    background: linear-gradient(135deg, #79835a, #56603e);
    border: 0;
}

.sc-about-note > .wp-block-heading {
    color: #2f1f12;
    font-size: clamp(1.9rem, 3vw, 3rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.sc-about-note > p {
    color: #3f372f;
    font-size: clamp(0.98rem, 1.08vw, 1.1rem);
    line-height: 1.6;
    margin: 0;
}

.sc-about-cta {
    align-items: center;
    background:
        radial-gradient(circle at 90% 18%, rgba(226, 112, 108, 0.16), transparent 15rem),
        radial-gradient(circle at 86% 100%, rgba(216, 226, 177, 0.30), transparent 14rem),
        radial-gradient(circle at 12% 26%, rgba(255, 255, 255, 0.64), transparent 12rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 237, 226, 0.82));
    border: 1px solid rgba(226, 112, 108, 0.12);
    border-radius: 2rem;
    box-shadow: 0 1rem 2.4rem rgba(71, 79, 46, 0.06);
    display: grid;
    gap: clamp(1.2rem, 3vw, 3rem);
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: min(1500px, calc(100dvw - 2rem));
    overflow: hidden;
    padding: clamp(1.9rem, 3.6vw, 3.5rem) clamp(1.65rem, 4vw, 4.2rem);
    position: relative;
}

.sc-about-cta::before {
    color: rgba(226, 112, 108, 0.80);
    content: "\2661";
    font-size: clamp(3rem, 5.8vw, 5rem);
    left: clamp(1rem, 3vw, 2.4rem);
    line-height: 1;
    position: absolute;
    top: clamp(0.9rem, 2vw, 1.7rem);
}

.sc-about-cta-copy {
    max-width: 52rem !important;
    position: relative;
    z-index: 1;
}

.sc-about-cta h2 {
    color: #2f1f12;
    font-size: clamp(2rem, 3.5vw, 3.45rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
    max-width: 20ch;
}

.sc-about-cta p {
    color: #3f372f;
    font-size: clamp(0.98rem, 1.08vw, 1.1rem);
    line-height: 1.62;
    margin-bottom: 0;
    max-width: 42rem;
}

.sc-about-cta .wp-block-buttons {
    align-content: center;
    display: grid;
    justify-items: stretch;
    margin: 0 !important;
    min-width: min(100%, 22rem);
    position: relative;
    z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
    .sc-about-tile:hover {
        border-color: rgba(226, 112, 108, 0.24);
        box-shadow: 0 1rem 2.2rem rgba(71, 79, 46, 0.08);
        transform: translateY(-2px);
    }
}

@media (max-width: 1180px) {
    .sc-about-hero {
        grid-template-columns: minmax(18rem, 0.8fr) minmax(26rem, 1.2fr);
    }

    .sc-about-card-grid--five {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sc-about-card-grid--five .sc-about-tile:nth-last-child(1):nth-child(5) {
        grid-column: 2;
    }
}

@media (max-width: 980px) {
    .sc-about-hero {
        grid-template-columns: 1fr;
        justify-items: center;
        max-width: calc(100dvw - 2rem);
        min-height: 0;
        padding-top: clamp(2rem, 6vw, 3.5rem);
        text-align: center;
    }

    .sc-about-hero-copy {
        max-width: min(100%, 42rem) !important;
    }

    .sc-about-eyebrow {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

    .sc-about-eyebrow::before {
        background-position: center;
        margin-left: auto;
        margin-right: auto;
        transform: none;
    }

    .sc-about-hero-copy :is(h1, h2),
    .sc-about-hero-copy > p:not(.sc-about-eyebrow) {
        margin-left: auto;
        margin-right: auto;
    }

    .sc-about-hero-copy .wp-block-buttons {
        justify-content: center;
    }

    .sc-about-hero-visual {
        justify-self: center;
        max-width: 44rem;
        width: 100%;
    }

    .sc-about-section--origin,
    .sc-about-note,
    .sc-about-cta {
        grid-template-columns: 1fr;
        justify-items: center;
        max-width: calc(100dvw - 2rem);
        text-align: center;
    }

    .sc-about-origin-copy {
        border-left: 0;
        border-top: 1px solid rgba(226, 112, 108, 0.22);
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-top: clamp(1.25rem, 2.4vw, 2rem);
    }

    .sc-about-card-grid--three,
    .sc-about-card-grid--five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-about-card-grid--five .sc-about-tile:nth-last-child(1):nth-child(5) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 22rem;
        width: 100%;
    }

    .sc-about-cta .wp-block-buttons {
        justify-items: center;
        min-width: 0;
    }
}

@media (max-width: 720px) {
    .sc-main:has(.sc-about-hero) {
        overflow-x: hidden;
    }

    .sc-about-hero,
    .sc-about-section:not(.sc-about-hero):not(.sc-about-section--origin):not(.sc-about-note):not(.sc-about-cta),
    .sc-about-section--origin,
    .sc-about-note,
    .sc-about-cta {
        max-width: calc(100dvw - 1rem);
    }

    .sc-about-hero-copy :is(h1, h2) {
        font-size: clamp(2.25rem, 10vw, 3rem);
        max-width: 100%;
    }

    .sc-about-hero-copy > p:not(.sc-about-eyebrow) {
        font-size: 1rem;
    }

    .sc-about-hero-copy .wp-block-button,
    .sc-about-hero-copy .wp-block-button__link,
    .sc-about-cta .wp-block-button,
    .sc-about-cta .wp-block-button__link {
        width: 100%;
    }

    .sc-about-hero-copy .wp-block-buttons,
    .sc-about-cta .wp-block-buttons {
        flex-wrap: wrap;
        width: 100%;
    }

    .sc-about-cta .wp-block-buttons {
        justify-self: center;
        max-width: 18.5rem;
        min-width: 0;
    }

    .sc-about-cta .wp-block-button__link {
        white-space: normal;
    }

    .sc-about-section--origin,
    .sc-about-note {
        border-radius: var(--wp--custom--radius--md);
        padding: var(--wp--preset--spacing--md);
    }

    .sc-about-cta {
        border-radius: var(--wp--custom--radius--md);
        padding: clamp(1.5rem, 7vw, 2rem);
    }

    .sc-about-card-grid--three,
    .sc-about-card-grid--five {
        grid-template-columns: 1fr;
    }

    .sc-about-card-grid--five .sc-about-tile:nth-last-child(1):nth-child(5) {
        grid-column: auto;
        max-width: none;
    }

    .sc-about-tile,
    .sc-about-mini-card {
        min-height: 0;
    }
}

/* Contact page: mockup-aligned layout with scoped section styling. */
.sc-main:has(.sc-contact-hero) {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: clamp(0.35rem, 0.9vw, 0.8rem) !important;
    max-width: none;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.sc-main:has(.sc-contact-hero) > .wp-block-post-title {
    color: #2f1f12;
    font-size: clamp(3.35rem, 5.1vw, 5.5rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.02;
    margin-bottom: clamp(-1.8rem, -2.4vw, -1.15rem);
    margin-left: max(1rem, calc((100dvw - 1180px) / 2 + 1rem));
    margin-right: auto;
    margin-top: clamp(0.75rem, 1.45vw, 1.35rem);
    max-width: min(1180px, calc(100dvw - 2rem));
    padding-left: clamp(1.15rem, 4.2vw, 4.4rem);
    position: relative;
    text-align: left;
    width: min(1180px, calc(100dvw - 2rem));
    z-index: 3;
}

.sc-main:has(.sc-contact-hero) > .wp-block-post-content {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
}

.sc-contact-section {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(1180px, calc(100dvw - 2rem));
    width: 100%;
}

.sc-contact-section + .sc-contact-section {
    margin-top: clamp(2.1rem, 4vw, 3.6rem);
}

.sc-contact-hero {
    align-items: start;
    background:
        radial-gradient(circle at 4% 46%, rgba(226, 112, 108, 0.10), transparent 11rem),
        radial-gradient(circle at 80% 24%, rgba(216, 226, 177, 0.42), transparent 20rem),
        radial-gradient(circle at 98% 56%, rgba(247, 210, 129, 0.20), transparent 12rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.78), rgba(255, 248, 236, 0.50));
    border-radius: 0;
    display: grid;
    gap: clamp(1rem, 2vw, 2.2rem);
    grid-template-columns: minmax(18rem, 0.82fr) minmax(28rem, 1.18fr);
    isolation: isolate;
    min-height: clamp(17.25rem, 23vw, 21.5rem);
    overflow: hidden;
    padding: clamp(0.35rem, 0.7vw, 0.65rem) clamp(1.15rem, 4.2vw, 4.4rem) clamp(0.95rem, 1.8vw, 1.55rem);
    position: relative;
}

.sc-contact-hero::before,
.sc-contact-hero::after {
    border-radius: 999px;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.sc-contact-hero::before {
    background: rgba(226, 112, 108, 0.16);
    bottom: clamp(1rem, 3vw, 2.8rem);
    height: clamp(8rem, 18vw, 14rem);
    left: clamp(-4rem, -5vw, -2rem);
    width: clamp(8rem, 18vw, 14rem);
}

.sc-contact-hero::after {
    background:
        radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.72), transparent 2.2rem),
        rgba(216, 226, 177, 0.22);
    height: clamp(15rem, 27vw, 23rem);
    right: clamp(0.4rem, 5vw, 4.5rem);
    top: clamp(3.5rem, 6vw, 5.2rem);
    width: clamp(15rem, 27vw, 23rem);
}

.sc-contact-hero-copy,
.sc-contact-hero-visual {
    position: relative;
    z-index: 1;
}

.sc-contact-hero-copy {
    align-self: start;
    display: grid;
    gap: clamp(0.55rem, 1vw, 0.8rem);
    max-width: 39rem !important;
}

.sc-contact-hero-copy > * {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.sc-contact-hero-copy h2 {
    color: #747e54;
    font-size: clamp(1.55rem, 2.2vw, 2.25rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
    max-width: 18ch;
}

.sc-contact-hero-copy p {
    color: #2f1f12;
    font-size: clamp(0.98rem, 1.08vw, 1.1rem);
    font-weight: 620;
    line-height: 1.48;
    margin: 0;
    max-width: 34rem;
}

.sc-contact-hero-copy .wp-block-buttons,
.sc-contact-final-cta .wp-block-buttons {
    gap: 0.85rem;
    margin-top: clamp(0.45rem, 1vw, 0.85rem);
}

.sc-contact-hero-copy .wp-block-button__link,
.sc-contact-final-cta .wp-block-button__link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--wp--custom--radius--pill);
    display: inline-flex;
    font-weight: 850;
    gap: 0.55rem;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.78rem 1.24rem;
    text-decoration: none;
}

.sc-contact-hero-copy .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.sc-contact-final-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: linear-gradient(135deg, #79835a, #56603e);
    box-shadow: 0 0.65rem 1.25rem rgba(71, 79, 46, 0.22);
    color: #fffdf8;
}

.sc-contact-hero-copy .wp-block-button:not(.is-style-outline) .wp-block-button__link::before,
.sc-contact-final-cta .wp-block-button:not(.is-style-outline) .wp-block-button__link::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fffdf8' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='2.2'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E") center / 1rem 1rem no-repeat,
        rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    content: "";
    flex: 0 0 auto;
    height: 1.55rem;
    width: 1.55rem;
}

.sc-contact-hero-copy .is-style-outline .wp-block-button__link,
.sc-contact-final-cta .is-style-outline .wp-block-button__link {
    background: rgba(255, 253, 248, 0.76);
    border-color: rgba(47, 31, 18, 0.46);
    box-shadow: none;
    color: #2f1f12;
}

.sc-contact-hero-copy .is-style-outline .wp-block-button__link::after,
.sc-contact-final-cta .is-style-outline .wp-block-button__link::after {
    align-items: center;
    background: rgba(141, 153, 95, 0.12);
    border: 1px solid rgba(141, 153, 95, 0.16);
    border-radius: 999px;
    color: #56603e;
    content: "\2192";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 850;
    height: 1.48rem;
    justify-content: center;
    line-height: 1;
    width: 1.48rem;
}

.sc-contact-hero-visual {
    align-self: start;
    justify-self: end;
    max-width: min(100%, 34.5rem) !important;
    min-width: 0;
    transform: translateY(clamp(-0.8rem, -0.8vw, -0.35rem));
    width: 104%;
}

.sc-contact-hero-picture,
.sc-contact-hero-image {
    display: block;
}

.sc-contact-hero-image {
    filter: drop-shadow(0 1.25rem 2rem rgba(71, 79, 46, 0.10));
    height: auto;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.sc-contact-channel-card,
.sc-contact-area-card,
.sc-contact-form-card,
.sc-contact-final-cta {
    background:
        radial-gradient(circle at 92% 8%, rgba(216, 226, 177, 0.13), transparent 15rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 244, 0.90));
    border: 1px solid rgba(141, 153, 95, 0.13);
    border-radius: 1.15rem;
    box-shadow: 0 0.8rem 2rem rgba(71, 79, 46, 0.055);
    overflow: hidden;
    position: relative;
}

.sc-contact-channel-card {
    align-items: center;
    display: grid;
    gap: clamp(1.2rem, 2.4vw, 2.4rem);
    grid-template-columns: auto minmax(0, 1fr);
    padding: clamp(1.45rem, 3vw, 2.6rem) clamp(1.55rem, 4vw, 3.7rem);
}

.sc-contact-channel-card > .sc-contact-icon {
    --sc-contact-icon-size: clamp(4.3rem, 6.8vw, 6.7rem);
    --sc-contact-icon-mark-size: clamp(2.2rem, 3.4vw, 3.15rem);
}

.sc-contact-channel-copy {
    border-left: 1px solid rgba(226, 112, 108, 0.22);
    margin: 0 !important;
    max-width: none !important;
    padding-left: clamp(1.2rem, 2.5vw, 2.6rem);
}

.sc-contact-channel-copy h2,
.sc-contact-area-copy h2,
.sc-contact-form-card h2,
.sc-contact-final-copy h2 {
    color: #2f1f12;
    font-size: clamp(1.65rem, 2.5vw, 2.65rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 0.65rem;
}

.sc-contact-channel-copy p,
.sc-contact-area-copy p,
.sc-contact-final-copy p {
    color: #3f372f;
    font-size: clamp(0.96rem, 1.08vw, 1.08rem);
    line-height: 1.62;
    margin-top: 0;
}

.sc-contact-channel-copy a,
.sc-contact-helper-card a {
    color: #5f654c;
    font-weight: 850;
}

.sc-contact-info-section,
.sc-contact-helper-section {
    text-align: center;
}

.sc-contact-info-section > .wp-block-heading,
.sc-contact-helper-section > .wp-block-heading {
    color: #2f1f12;
    font-size: clamp(2rem, 3vw, 3.1rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: clamp(1.25rem, 2.2vw, 1.9rem);
    text-align: center;
}

.sc-contact-info-section > .wp-block-heading::after,
.sc-contact-helper-section > .wp-block-heading::after {
    background:
        linear-gradient(90deg, transparent 0 2.1rem, #e2706c 2.1rem 2.35rem, transparent 2.35rem 2.85rem),
        linear-gradient(90deg, rgba(141, 153, 95, 0.54), rgba(141, 153, 95, 0.16));
    border-radius: 999px;
    content: "";
    display: block;
    height: 0.18rem;
    margin: 0.72rem auto 0;
    width: 5.7rem;
}

.sc-contact-info-grid {
    display: grid;
    gap: clamp(0.9rem, 1.6vw, 1.25rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0 !important;
    width: 100%;
}

.sc-contact-info-card,
.sc-contact-helper-card {
    align-items: center;
    background:
        radial-gradient(circle at 78% 12%, rgba(247, 210, 129, 0.10), transparent 7rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 244, 0.90));
    border: 1px solid rgba(141, 153, 95, 0.12);
    border-radius: 1rem;
    box-shadow: 0 0.7rem 1.75rem rgba(71, 79, 46, 0.05);
    box-sizing: border-box;
    display: grid;
    gap: 0.45rem;
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    margin-top: 0 !important;
    min-height: 8rem;
    padding: clamp(1rem, 1.7vw, 1.35rem);
    text-align: left;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sc-contact-info-card h3,
.sc-contact-helper-card h3 {
    color: #2f1f12;
    font-size: clamp(1rem, 1.16vw, 1.16rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
}

.sc-contact-info-card p,
.sc-contact-helper-card p {
    color: #3f372f;
    font-size: clamp(0.9rem, 0.98vw, 1rem);
    line-height: 1.48;
    margin: 0;
}

.sc-contact-info-card > p,
.sc-contact-helper-card > p {
    grid-column: 2;
}

.sc-contact-area-card {
    align-items: center;
    display: grid;
    gap: clamp(1.15rem, 2.4vw, 2.3rem);
    grid-template-columns: auto minmax(0, 1fr);
    padding: clamp(1.45rem, 3vw, 2.55rem) clamp(1.55rem, 4vw, 3.7rem);
}

.sc-contact-area-card::after {
    background:
        radial-gradient(circle at 50% 50%, rgba(226, 112, 108, 0.16), transparent 62%),
        radial-gradient(circle at 40% 42%, rgba(216, 226, 177, 0.42), transparent 64%);
    border-radius: 52% 48% 56% 44% / 45% 55% 45% 55%;
    content: "";
    height: clamp(7rem, 13vw, 11rem);
    position: absolute;
    right: clamp(-2.5rem, -2vw, -1rem);
    top: 50%;
    transform: translateY(-50%);
    width: clamp(7rem, 13vw, 11rem);
}

.sc-contact-area-card > .sc-contact-icon {
    --sc-contact-icon-size: clamp(4.2rem, 6.6vw, 6.4rem);
    --sc-contact-icon-mark-size: clamp(2.15rem, 3.3vw, 3rem);
    position: relative;
    z-index: 1;
}

.sc-contact-area-copy {
    margin: 0 !important;
    max-width: 42rem !important;
    position: relative;
    z-index: 1;
}

.sc-contact-form-card {
    background:
        radial-gradient(circle at 94% 4%, rgba(216, 226, 177, 0.18), transparent 16rem),
        linear-gradient(135deg, rgba(255, 251, 232, 0.96), rgba(255, 247, 232, 0.86));
    border-left: 0.45rem solid #79835a;
    max-width: min(1120px, calc(100dvw - 2rem));
    padding: clamp(1.45rem, 3vw, 2.65rem) clamp(1.45rem, 3.8vw, 3.4rem);
    scroll-margin-top: clamp(5rem, 9vw, 7rem);
}

.sc-contact-form-card h2 {
    margin-bottom: clamp(0.6rem, 1.1vw, 0.9rem);
}

.sc-contact-form-wrapper {
    margin-top: clamp(1.25rem, 2.4vw, 2rem);
}

.sc-contact-form-wrapper form {
    display: grid;
    gap: clamp(0.9rem, 1.5vw, 1.15rem);
}

.sc-contact-form-wrapper .ff-el-group {
    margin-bottom: 0 !important;
}

.sc-contact-form-wrapper .ff-el-input--label label {
    color: #2f1f12;
    font-weight: 850;
}

.sc-contact-form-wrapper :is(input, select, textarea).ff-el-form-control {
    background: rgba(255, 253, 248, 0.92);
    border: 1px solid rgba(141, 153, 95, 0.22);
    border-radius: 0.85rem;
    box-shadow: inset 0 0.08rem 0 rgba(255, 255, 255, 0.74);
    color: #2f1f12;
    min-height: 3rem;
}

.sc-contact-form-wrapper textarea.ff-el-form-control {
    min-height: 11rem;
}

.sc-contact-form-wrapper .ff_submit_btn_wrapper {
    margin-top: clamp(0.85rem, 1.4vw, 1.1rem) !important;
}

.sc-contact-form-wrapper .ff-btn-submit {
    background: linear-gradient(135deg, #79835a, #56603e) !important;
    border: 0 !important;
    border-radius: var(--wp--custom--radius--pill) !important;
    box-shadow: 0 0.65rem 1.25rem rgba(71, 79, 46, 0.22) !important;
    color: #fffdf8 !important;
    font-weight: 850 !important;
    min-height: 3.15rem;
    padding: 0.78rem 1.35rem !important;
}

.sc-contact-form-wrapper .ff-btn-submit:focus-visible {
    outline: 3px solid var(--wp--preset--color--olive-dark) !important;
    outline-offset: 4px;
    box-shadow:
        0 0 0 0.35rem rgba(141, 153, 95, 0.22),
        0 0.65rem 1.25rem rgba(71, 79, 46, 0.22) !important;
}

.sc-contact-helper-grid {
    display: grid;
    gap: clamp(0.95rem, 1.8vw, 1.35rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sc-contact-helper-card {
    min-height: 8.8rem;
    padding: clamp(1.15rem, 2vw, 1.6rem);
}

.sc-contact-helper-card p a::after {
    align-items: center;
    background: #79835a;
    border-radius: 999px;
    color: #fffdf8;
    content: "\2192";
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 850;
    height: 1.65rem;
    justify-content: center;
    line-height: 1;
    margin-left: 0.45rem;
    text-decoration: none;
    width: 1.65rem;
}

.sc-contact-final-cta {
    align-items: center;
    background:
        radial-gradient(circle at 8% 50%, rgba(216, 226, 177, 0.34), transparent 13rem),
        radial-gradient(circle at 16% 48%, rgba(226, 112, 108, 0.22), transparent 9rem),
        radial-gradient(circle at 88% 12%, rgba(247, 210, 129, 0.18), transparent 14rem),
        linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 237, 226, 0.82));
    border-color: rgba(226, 112, 108, 0.12);
    border-radius: 1.45rem;
    display: grid;
    gap: clamp(1rem, 2.6vw, 2.5rem);
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: clamp(1.55rem, 3.2vw, 2.75rem) clamp(1.45rem, 3.8vw, 3.5rem);
}

.sc-contact-final-cta > .sc-contact-icon {
    --sc-contact-icon-color: #fffdf8;
    --sc-contact-icon-size: clamp(4.2rem, 6.5vw, 6.3rem);
    --sc-contact-icon-mark-size: clamp(2.1rem, 3.2vw, 3rem);

    background: linear-gradient(135deg, #f08e70, #e2706c);
    border: 0;
}

.sc-contact-final-copy {
    margin: 0 !important;
    max-width: 42rem !important;
}

.sc-contact-final-copy h2 {
    margin-bottom: 0.55rem;
}

.sc-contact-final-cta .wp-block-buttons {
    align-content: center;
    display: grid;
    justify-items: stretch;
    margin: 0 !important;
    min-width: min(100%, 22rem);
}

.sc-contact-icon {
    --sc-contact-icon-color: #79835a;
    --sc-contact-icon-size: clamp(3rem, 4.2vw, 3.75rem);
    --sc-contact-icon-mark-size: clamp(1.45rem, 2vw, 1.85rem);

    align-items: center;
    background:
        radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.78), transparent 1.8rem),
        rgba(255, 248, 236, 0.88);
    border: 1px solid rgba(141, 153, 95, 0.18);
    border-radius: 999px;
    color: var(--sc-contact-icon-color);
    display: inline-flex;
    flex: 0 0 auto;
    grid-row: span 2;
    height: var(--sc-contact-icon-size);
    justify-content: center;
    width: var(--sc-contact-icon-size);
}

.sc-contact-icon::before {
    background: currentColor;
    content: "";
    height: var(--sc-contact-icon-mark-size);
    mask: var(--sc-contact-icon-url) center / contain no-repeat;
    width: var(--sc-contact-icon-mark-size);
    -webkit-mask: var(--sc-contact-icon-url) center / contain no-repeat;
}

.sc-contact-icon--mail,
.sc-contact-icon--mail .sc-contact-icon {
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.sc-contact-icon--school,
.sc-contact-icon--school .sc-contact-icon {
    --sc-contact-icon-color: #b9892f;
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V8l7-5 7 5v13'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3Cpath d='M9 10h.01'/%3E%3Cpath d='M15 10h.01'/%3E%3C/svg%3E");
}

.sc-contact-icon--pin,
.sc-contact-icon--pin .sc-contact-icon {
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.sc-contact-icon--group,
.sc-contact-icon--group .sc-contact-icon {
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3Cpath d='M2 21v-2a4 4 0 0 1 3-3.87'/%3E%3Cpath d='M8 3.13a4 4 0 0 0 0 7.75'/%3E%3C/svg%3E");
}

.sc-contact-icon--calendar,
.sc-contact-icon--calendar .sc-contact-icon {
    --sc-contact-icon-color: #c97f65;
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3C/svg%3E");
}

.sc-contact-icon--chat,
.sc-contact-icon--chat .sc-contact-icon {
    --sc-contact-icon-color: #4b8a9b;
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E");
}

.sc-contact-icon--leaf,
.sc-contact-icon--leaf .sc-contact-icon {
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 20A7 7 0 0 1 4 13c0-5 8-9 16-9 0 8-4 16-9 16Z'/%3E%3Cpath d='M4 13c4 0 7 0 11-4'/%3E%3C/svg%3E");
}

.sc-contact-icon--person,
.sc-contact-icon--person .sc-contact-icon {
    --sc-contact-icon-color: #d98d25;
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.sc-contact-icon--heart,
.sc-contact-icon--heart .sc-contact-icon {
    --sc-contact-icon-color: #e2706c;
    --sc-contact-icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}

.sc-contact-final-cta > .sc-contact-icon {
    --sc-contact-icon-color: #fffdf8;
}

@media (min-width: 1180px) {
    .sc-contact-hero {
        grid-template-columns: minmax(33rem, 0.98fr) minmax(22rem, 1.02fr);
    }

    .sc-contact-hero-copy .wp-block-buttons {
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.62rem;
        max-width: 100%;
        width: max-content;
    }

    .sc-contact-hero-copy .wp-block-button {
        flex: 0 0 auto;
    }

    .sc-contact-hero-copy .wp-block-button__link {
        min-height: 2.9rem;
        padding: 0.66rem 1.02rem;
    }

    .sc-contact-hero-visual {
        max-width: min(100%, 33rem) !important;
        transform: translateY(clamp(-1.1rem, -0.9vw, -0.5rem));
        width: 100%;
    }
}

@media (hover: hover) and (pointer: fine) {
    .sc-contact-info-card:hover,
    .sc-contact-helper-card:hover {
        border-color: rgba(226, 112, 108, 0.24);
        box-shadow: 0 1rem 2.2rem rgba(71, 79, 46, 0.08);
        transform: translateY(-2px);
    }
}

@media (max-width: 980px) {
    .sc-main:has(.sc-contact-hero) > .wp-block-post-title {
        margin-bottom: clamp(-3.6rem, -5vw, -2.6rem);
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100dvw - 2rem);
        padding-left: clamp(1rem, 5vw, 2rem);
        padding-right: clamp(1rem, 5vw, 2rem);
        text-align: center;
    }

    .sc-contact-hero {
        grid-template-columns: 1fr;
        justify-items: center;
        max-width: calc(100dvw - 2rem);
        min-height: 0;
        padding-top: clamp(0.9rem, 3vw, 1.45rem);
        text-align: center;
    }

    .sc-contact-hero-copy {
        justify-items: center;
        max-width: min(100%, 42rem) !important;
    }

    .sc-contact-hero-copy > * {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sc-contact-hero-copy h2,
    .sc-contact-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .sc-contact-hero-copy .wp-block-buttons,
    .sc-contact-final-cta .wp-block-buttons {
        justify-content: center;
    }

    .sc-contact-hero-visual {
        justify-self: center;
        max-width: min(100%, 39rem) !important;
        transform: none;
        width: 100%;
    }

    .sc-contact-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-contact-channel-card,
    .sc-contact-area-card,
    .sc-contact-final-cta {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .sc-contact-channel-copy {
        border-left: 0;
        border-top: 1px solid rgba(226, 112, 108, 0.22);
        padding-left: 0;
        padding-top: clamp(1.05rem, 2vw, 1.5rem);
    }

    .sc-contact-area-card::after {
        opacity: 0.45;
        top: auto;
        transform: none;
    }

    .sc-contact-helper-grid {
        grid-template-columns: 1fr;
    }

    .sc-contact-final-cta .wp-block-buttons {
        min-width: 0;
        width: min(100%, 22rem);
    }
}

@media (max-width: 720px) {
    .sc-main:has(.sc-contact-hero) {
        overflow-x: hidden;
    }

    .sc-main:has(.sc-contact-hero) > .wp-block-post-title {
        font-size: clamp(2.55rem, 15vw, 3.55rem);
        margin-top: clamp(1.5rem, 8vw, 2.5rem);
    }

    .sc-contact-section {
        max-width: calc(100dvw - 1rem);
    }

    .sc-contact-hero,
    .sc-contact-channel-card,
    .sc-contact-area-card,
    .sc-contact-form-card,
    .sc-contact-final-cta {
        border-radius: var(--wp--custom--radius--md);
    }

    .sc-contact-hero {
        padding: clamp(0.9rem, 5vw, 1.35rem) clamp(1rem, 5vw, 1.35rem) clamp(1.35rem, 7vw, 2rem);
    }

    .sc-contact-hero-copy h2 {
        font-size: clamp(1.35rem, 7vw, 1.85rem);
        max-width: 100%;
    }

    .sc-contact-hero-copy .wp-block-buttons,
    .sc-contact-final-cta .wp-block-buttons {
        flex-wrap: wrap;
        width: 100%;
    }

    .sc-contact-hero-copy .wp-block-button,
    .sc-contact-hero-copy .wp-block-button__link,
    .sc-contact-final-cta .wp-block-button,
    .sc-contact-final-cta .wp-block-button__link {
        width: 100%;
    }

    .sc-contact-hero-copy .wp-block-button__link,
    .sc-contact-final-cta .wp-block-button__link {
        white-space: normal;
    }

    .sc-contact-info-grid {
        grid-template-columns: 1fr;
    }

    .sc-contact-info-card,
    .sc-contact-helper-card {
        min-height: 0;
    }

    .sc-contact-channel-card,
    .sc-contact-area-card,
    .sc-contact-form-card,
    .sc-contact-final-cta {
        padding: clamp(1.2rem, 6vw, 1.75rem);
    }

    .sc-contact-form-wrapper :is(input, select, textarea).ff-el-form-control {
        max-width: 100%;
        width: 100%;
    }
}
