#main-content.home-hero {
    position: relative;
    height: auto !important;
    min-height: min(52rem, 100svh);
    padding: clamp(7.5rem, 13vh, 9.5rem) 1.5rem clamp(3rem, 6vw, 5rem);
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 13%, rgba(255, 211, 92, .24), transparent 25rem),
        radial-gradient(circle at 88% 24%, rgba(109, 211, 174, .17), transparent 27rem),
        linear-gradient(135deg, #fbf6eb 0%, #f6f0e3 58%, #fff8ea 100%) !important;
    isolation: isolate;
}

.home-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: radial-gradient(rgba(45, 42, 38, .075) .6px, transparent .6px);
    background-size: 18px 18px;
    content: '';
    opacity: .28;
    mask-image: linear-gradient(90deg, #000, transparent 42%, transparent 64%, #000);
}

.home-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(31rem, 1.16fr);
    gap: clamp(2.5rem, 6vw, 6.5rem);
    align-items: center;
    width: min(100%, 82rem);
    margin: 0 auto;
}

.home-hero__copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    max-width: 100%;
    margin: 0 0 1.25rem;
    padding: .58rem .86rem;
    border: 1px solid rgba(234, 88, 12, .18);
    border-radius: 999px;
    color: #ad4c12;
    background: rgba(255, 253, 248, .76);
    box-shadow: 0 .65rem 1.8rem rgba(101, 74, 41, .08);
    font-size: .69rem;
    font-weight: 900;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.home-hero__eyebrow svg {
    width: .95rem;
    height: .95rem;
    flex: 0 0 auto;
}

.home-hero .home-hero__title {
    max-width: 11.5ch;
    margin: 0;
    color: #26221e;
    font-size: clamp(3.5rem, 5vw, 5.35rem) !important;
    font-weight: 900;
    letter-spacing: -.065em;
    line-height: .88 !important;
    text-wrap: balance;
}

.home-hero__title-line,
.home-hero__title-accent {
    display: block;
}

.home-hero__title-accent {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin-top: .13em;
    color: #e75b12;
}

.home-hero__title-accent::after {
    position: absolute;
    right: .04em;
    bottom: -.12em;
    left: .02em;
    height: .1em;
    border-radius: 999px;
    background: linear-gradient(90deg, #f7b32b, #ea580c);
    content: '';
    opacity: .48;
    transform: rotate(-1.4deg) scaleX(.94);
    transform-origin: left;
}

.home-hero__lede {
    max-width: 34rem;
    margin: 1.65rem 0 0;
    color: #62594f;
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    font-weight: 450;
    line-height: 1.68;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1.65rem;
}

.home-hero .home-hero__button {
    min-height: 3.35rem;
    padding: .85rem 1.35rem;
    border-radius: 999px;
    font-size: .93rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.home-hero .home-hero__button:hover {
    transform: translateY(-3px);
}

.home-hero .home-hero__button--primary {
    border: 1px solid rgba(255, 255, 255, .48);
    color: #fff;
    background: linear-gradient(135deg, #f59e0b, #ea580c 62%, #c8460c) !important;
    box-shadow: 0 1rem 2.2rem rgba(234, 88, 12, .25) !important;
}

.home-hero .home-hero__button--secondary {
    border: 1px solid rgba(71, 61, 50, .1);
    color: #312b25;
    background: rgba(255, 253, 248, .82) !important;
    box-shadow: 0 .8rem 2rem rgba(83, 64, 43, .1) !important;
}

.home-hero__assurance {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    margin: 1.15rem 0 0;
    padding: 0;
    color: #746a5f;
    font-size: .72rem;
    font-weight: 800;
    list-style: none;
}

.home-hero__assurance li {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.home-hero__assurance li::before {
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: #44aa83;
    box-shadow: 0 0 0 .22rem rgba(68, 170, 131, .12);
    content: '';
}

.home-hero__visual {
    position: relative;
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.6rem) .35rem;
}

.home-hero__shape {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.home-hero__shape--mint {
    top: -1%;
    left: 3%;
    width: 58%;
    height: 72%;
    border-radius: 46% 54% 42% 58% / 55% 38% 62% 45%;
    background: #8fd9bd;
    opacity: .78;
    transform: rotate(11deg);
}

.home-hero__shape--sun {
    top: 0;
    right: 2%;
    width: 55%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffd866;
    opacity: .9;
}

.home-hero__shape--sky {
    right: 6%;
    bottom: -8%;
    width: 58%;
    height: 48%;
    border-radius: 48% 52% 34% 66% / 63% 36% 64% 37%;
    background: #8fc8e8;
    opacity: .74;
    transform: rotate(-8deg);
}

.home-hero .hero-media {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 0 !important;
    margin: 0;
    width: 100%;
    overflow: visible;
    border-radius: 2.6rem;
    isolation: isolate;
    box-shadow: none;
}

.home-hero .hero-media::after {
    display: none;
}

.home-hero__photo-shell {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: .55rem solid rgba(255, 253, 248, .88);
    border-radius: 3.25rem 1.8rem 3.6rem 2.2rem;
    background: #efe5d5;
    box-shadow: 0 2.25rem 5rem rgba(72, 54, 34, .2), 0 .35rem 0 rgba(255, 255, 255, .72) inset;
    transform: rotate(.65deg);
}

.home-hero__photo-shell::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(36, 30, 24, .18));
    content: '';
    z-index: 2;
    pointer-events: none;
}

.home-hero__slides {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.home-hero .home-hero__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.08);
    animation: home-hero-slideshow 15s infinite;
    will-change: opacity, transform;
}

.home-hero .home-hero__slide:nth-child(2) { animation-delay: 5s; }
.home-hero .home-hero__slide:nth-child(3) { animation-delay: 10s; }

.home-hero .hero-media:hover .home-hero__slide {
    transform: scale(1.12);
}

.home-hero__slide-dots {
    position: absolute;
    top: 1rem;
    left: 50%;
    z-index: 4;
    display: flex;
    gap: .35rem;
    padding: .42rem .52rem;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    background: rgba(45, 42, 38, .22);
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
}

.home-hero__slide-dots i {
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .42);
    animation: home-hero-dot 15s infinite;
}

.home-hero__slide-dots i:nth-child(2) { animation-delay: 5s; }
.home-hero__slide-dots i:nth-child(3) { animation-delay: 10s; }

.home-hero .hero-proof-strip {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    left: 1.1rem;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
}

.home-hero .hero-proof-strip span {
    display: flex;
    align-items: center;
    min-height: 3.25rem;
    padding: .65rem .72rem;
    border: 1px solid rgba(255, 255, 255, .64);
    border-radius: .8rem;
    color: #342d27;
    background: rgba(255, 253, 248, .8);
    box-shadow: 0 .55rem 1.5rem rgba(49, 39, 28, .12);
    font-size: .66rem;
    font-weight: 900;
    line-height: 1.15;
    backdrop-filter: blur(14px);
}

.home-hero__sticker,
.home-hero__float-card {
    position: absolute;
    z-index: 5;
    display: grid;
    place-items: center;
    box-shadow: 0 1rem 2.5rem rgba(69, 48, 27, .18);
    pointer-events: none;
}

.home-hero__sticker {
    top: 16%;
    left: -.2rem;
    width: 4rem;
    height: 4rem;
    border: .28rem solid #fff8e8;
    border-radius: 1.25rem;
    color: #fff;
    background: linear-gradient(145deg, #ffd554, #ef9415);
    font-size: 2rem;
    line-height: 1;
    transform: rotate(-12deg);
}

.home-hero__float-card {
    top: 20%;
    right: -.25rem;
    grid-template-columns: 2.25rem 1fr;
    gap: .6rem;
    padding: .72rem .9rem;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 1.1rem;
    color: #173c3a;
    background: rgba(237, 255, 248, .88);
    font-size: .72rem;
    font-weight: 900;
    text-align: left;
    backdrop-filter: blur(14px);
    transform: rotate(4deg);
}

.home-hero__float-card-icon {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: .75rem;
    color: #fff;
    background: #40a983;
}

.home-hero__float-card svg {
    width: 1.1rem;
    height: 1.1rem;
}

@media (min-width: 901px) and (max-height: 850px) {
    #main-content.home-hero {
        min-height: calc(100svh - 4rem) !important;
        padding-top: 6.5rem !important;
        padding-bottom: 2rem !important;
    }

    .home-hero .home-hero__title {
        font-size: clamp(3rem, 5vw, 4.5rem) !important;
    }

    .home-hero__lede {
        margin-top: 1.2rem;
        font-size: .98rem;
        line-height: 1.52;
    }

    .home-hero__actions { margin-top: 1.2rem; }
    .home-hero__photo-shell { aspect-ratio: 16 / 9; }
}

@media (min-width: 1500px) {
    #main-content.home-hero {
        height: calc(100svh - 10.625rem) !important;
        min-height: calc(100svh - 10.625rem) !important;
        padding-top: clamp(7.75rem, 11vh, 9rem);
        padding-bottom: 4rem;
    }

    .home-hero__grid {
        grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
        gap: clamp(4rem, 6vw, 7rem);
        width: min(100%, 92rem);
    }

    .home-hero .home-hero__title {
        max-width: 11.5ch;
        font-size: clamp(4.3rem, 4.6vw, 5.15rem) !important;
    }

    .home-hero__visual {
        width: 100%;
        padding-inline: 0;
    }
}

@media (min-width: 1500px) and (max-height: 850px) {
    #main-content.home-hero {
        padding-top: 5.25rem !important;
        padding-bottom: 1rem !important;
    }

    .home-hero .home-hero__title {
        font-size: clamp(3rem, 4vw, 4rem) !important;
    }
}

@media (max-width: 1020px) {
    .home-hero__grid {
        grid-template-columns: minmax(0, .92fr) minmax(27rem, 1.08fr);
        gap: 2rem;
    }

    .home-hero .home-hero__title {
        font-size: clamp(3.15rem, 6vw, 4.8rem) !important;
    }
}

@media (max-width: 900px) {
    #main-content.home-hero {
        min-height: auto !important;
        padding: 7.5rem 1.25rem 3.5rem !important;
    }

    .home-hero__grid {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .home-hero__copy {
        order: 1;
        align-items: center;
        text-align: center;
    }

    .home-hero__visual {
        order: 2;
        width: min(100%, 43rem);
        margin: 0 auto;
    }

    .home-hero .home-hero__title {
        max-width: 11ch;
    }

    .home-hero__lede { max-width: 39rem; }
    .home-hero__actions { justify-content: center; }
    .home-hero__assurance { justify-content: center; }
    .home-hero .hero-media { order: initial; }
}

@media (max-width: 640px) {
    #main-content.home-hero {
        padding: 6.8rem 1rem 2.75rem !important;
    }

    .home-hero__eyebrow {
        justify-content: center;
        margin-bottom: 1rem;
        font-size: .62rem;
    }

    .home-hero .home-hero__title {
        max-width: 10ch;
        font-size: clamp(2.85rem, 14vw, 4rem) !important;
        line-height: .91 !important;
    }

    .home-hero__lede {
        margin-top: 1.35rem;
        font-size: .96rem;
        line-height: 1.58;
    }

    .home-hero__actions {
        display: grid;
        width: 100%;
        gap: .7rem;
        margin-top: 1.35rem;
    }

    .home-hero .home-hero__button { width: 100%; }
    .home-hero__assurance { gap: .55rem .8rem; font-size: .67rem; }

    .home-hero__visual {
        padding: .85rem .2rem 0;
    }

    .home-hero__photo-shell {
        aspect-ratio: 16 / 9;
        border-width: .38rem;
        border-radius: 2rem 1.15rem 2.35rem 1.35rem;
    }

    .home-hero .hero-media img { object-position: 59% center; }

    .home-hero .hero-proof-strip {
        right: .65rem;
        bottom: .65rem;
        left: .65rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .3rem;
    }

    .home-hero .hero-proof-strip span {
        min-height: 0;
        padding: .4rem .45rem;
        border-radius: .65rem;
        font-size: .54rem;
    }

    .home-hero__sticker {
        top: 11%;
        left: -.35rem;
        width: 3rem;
        height: 3rem;
        border-width: .2rem;
        border-radius: .9rem;
        font-size: 1.45rem;
    }

    .home-hero__float-card {
        display: none;
    }

    .home-hero__float-card-icon {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: .55rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .home-hero__sticker {
        animation: home-hero-float 4.8s ease-in-out infinite;
    }

    .home-hero__float-card {
        animation: home-hero-float-card 5.4s .5s ease-in-out infinite;
    }

    .home-hero__shape--mint { animation: home-hero-drift 10s ease-in-out infinite alternate; }
    .home-hero__shape--sky { animation: home-hero-drift 12s 1s ease-in-out infinite alternate-reverse; }
}

@keyframes home-hero-float {
    0%, 100% { transform: translateY(0) rotate(-12deg); }
    50% { transform: translateY(-9px) rotate(-8deg); }
}

@keyframes home-hero-float-card {
    0%, 100% { transform: translateY(0) rotate(4deg); }
    50% { transform: translateY(8px) rotate(1deg); }
}

@keyframes home-hero-drift {
    from { translate: 0 0; }
    to { translate: .8rem -.65rem; }
}

@keyframes home-hero-slideshow {
    0%, 30% { opacity: 1; transform: scale(1.08); }
    36%, 100% { opacity: 0; transform: scale(1.045); }
}

@keyframes home-hero-dot {
    0%, 30% { background: #fff; transform: scale(1.15); }
    36%, 100% { background: rgba(255, 255, 255, .42); transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero .home-hero__slide {
        display: none;
        animation: none !important;
        opacity: 1;
        transform: scale(1.08);
    }

    .home-hero .home-hero__slide:first-child { display: block; }
    .home-hero__slide-dots { display: none; }
}
