.hero.hero-refresh {
    position: relative;
    isolation: isolate;
    min-height: 650px;
    grid-template-columns: 1fr;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .92) 0 7%, transparent 7.2%),
        radial-gradient(circle at 28% 92%, rgba(232, 146, 145, .13) 0 17%, transparent 17.2%),
        linear-gradient(120deg, #fffaf5 0 43%, #f5e4dc 43% 100%);
}

.hero.hero-refresh::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 210px;
    height: 210px;
    left: -90px;
    bottom: -86px;
    border: 1px solid rgba(141, 152, 116, .3);
    border-radius: 50%;
    box-shadow:
        0 0 0 28px rgba(255, 255, 255, .28),
        0 0 0 57px rgba(141, 152, 116, .06);
}

.hero.hero-refresh .hero-copy {
    position: relative;
    z-index: 1;
    width: min(690px, 100%);
    padding: 74px 38px 78px max(7vw, 48px);
}

.hero-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
}

.hero-social-link {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 7px 20px rgba(62, 42, 34, .15);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hero-social-link:hover,
.hero-social-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(62, 42, 34, .24);
    outline: 3px solid rgba(255, 255, 255, .9);
    outline-offset: 2px;
}

.hero-facebook {
    background: #1877f2;
}

.hero-facebook > span {
    font: bold 32px/1 Arial, sans-serif;
    transform: translateY(5px);
}

.hero-instagram {
    background: radial-gradient(circle at 30% 105%, #feda75 0 22%, #fa7e1e 38%, #d62976 58%, #962fbf 78%, #4f5bd5 100%);
}

.hero-instagram > span {
    position: relative;
    width: 22px;
    height: 22px;
    border: 2.5px solid #fff;
    border-radius: 7px;
}

.hero-instagram > span::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hero-instagram > span::after {
    content: "";
    position: absolute;
    width: 3.5px;
    height: 3.5px;
    right: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    color: #6f7d58;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(141, 152, 116, .28);
    border-radius: 999px;
    box-shadow: 0 7px 22px rgba(62, 42, 34, .06);
}

.hero-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--blush);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(232, 146, 145, .14);
}

.hero.hero-refresh h1 {
    max-width: 690px;
    margin: 20px 0 18px;
    font-size: clamp(57px, 6.15vw, 96px);
    letter-spacing: -.045em;
}

.hero.hero-refresh h1 em {
    position: relative;
    display: inline-block;
}

.hero.hero-refresh h1 em::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 11px;
    left: 3%;
    right: 0;
    bottom: 5px;
    background: rgba(245, 160, 78, .2);
    border-radius: 999px;
    transform: rotate(-1.5deg);
}

.hero.hero-refresh .hero-copy > p {
    max-width: 560px;
    margin: 0;
    color: #6a564d;
    font-size: 18px;
    line-height: 1.7;
}

.hero-actions {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.hero.hero-refresh .button {
    padding-inline: 27px;
    box-shadow: 0 12px 28px rgba(62, 42, 34, .18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hero.hero-refresh .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(62, 42, 34, .23);
}

.hero-small-note {
    max-width: 190px;
    color: #8a746a;
    font-size: 12px;
    line-height: 1.45;
}

.hero.hero-refresh .trust {
    margin-top: 28px;
    gap: 10px;
}

.hero.hero-refresh .trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    color: #5f4e46;
    background: rgba(255, 255, 255, .68);
    border: 1px solid rgba(231, 217, 207, .9);
    border-radius: 999px;
    font-weight: 700;
}

.hero.hero-refresh .trust b {
    color: var(--blush);
    font-size: 15px;
}

.hero.hero-refresh .trust .trust-flag {
    display: block;
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(62, 42, 34, .12);
}

.hero-showcase {
    position: relative;
    align-self: stretch;
    min-height: 650px;
    overflow: hidden;
}

.hero-showcase::before {
    content: "";
    position: absolute;
    width: min(41vw, 590px);
    aspect-ratio: 1;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    background: rgba(255, 250, 245, .78);
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    box-shadow:
        0 0 0 32px rgba(255, 250, 245, .24),
        0 28px 70px rgba(92, 56, 45, .12);
}

.hero-shape {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}

.hero-shape-one {
    width: 180px;
    height: 180px;
    top: -70px;
    right: 5%;
    background: rgba(141, 152, 116, .24);
}

.hero-shape-two {
    width: 135px;
    height: 135px;
    right: -30px;
    bottom: 38px;
    background: rgba(232, 146, 145, .28);
}

.hero-cookie-rain {
    --cookie-opacity: .86;
    --fall-distance: 820px;
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hero-cookie-rain img {
    position: absolute;
    left: var(--x);
    top: 0;
    width: var(--size);
    height: var(--size);
    object-fit: cover;
    border-radius: 50%;
    opacity: var(--cookie-opacity);
    filter: saturate(1.12) contrast(1.04) drop-shadow(0 9px 10px rgba(62, 42, 34, .22));
    will-change: transform, opacity;
    animation: hero-cookie-fall var(--duration) linear var(--delay) infinite;
}

.hero-cookie-rain img:nth-child(even) {
    border-radius: 18px;
}

@keyframes hero-cookie-fall {
    0% {
        transform: translate(-50%, -130px) rotate(0deg) scale(.94);
        opacity: 0;
    }

    10% {
        opacity: var(--cookie-opacity);
    }

    90% {
        opacity: var(--cookie-opacity);
    }

    100% {
        transform: translate(calc(-50% + var(--drift)), var(--fall-distance)) rotate(320deg) scale(1.14);
        opacity: 0;
    }
}

.hero-banner-grid {
    position: absolute;
    z-index: 2;
    inset: 20px 42px 84px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 0 6px;
}

.hero-banner-product {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    filter: drop-shadow(0 18px 20px rgba(72, 43, 34, .15));
    transition: transform .25s ease, filter .25s ease;
}

.hero-banner-product img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-banner-product:nth-child(1) {
    transform: translateY(10px) rotate(-3deg);
}

.hero-banner-product:nth-child(2) {
    transform: translateY(-2px) rotate(1deg);
}

.hero-banner-product:nth-child(3) {
    transform: translateY(12px) rotate(3deg);
}

.hero-banner-product:nth-child(4) {
    transform: translateY(-8px) rotate(2deg);
}

.hero-banner-product:nth-child(5) {
    transform: translateY(2px) rotate(-1deg);
}

.hero-banner-product:nth-child(6) {
    transform: translateY(-7px) rotate(-3deg);
}

.hero-banner-product:hover {
    z-index: 3;
    filter: drop-shadow(0 22px 25px rgba(72, 43, 34, .22));
}

.hero-banner-product:nth-child(odd):hover {
    transform: translateY(-5px) rotate(-1deg) scale(1.035);
}

.hero-banner-product:nth-child(even):hover {
    transform: translateY(-5px) rotate(1deg) scale(1.035);
}

.hero-dip-logos {
    position: absolute;
    z-index: 5;
    width: min(76%, 560px);
    left: 46%;
    bottom: 12px;
    translate: -50% 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 22px;
    pointer-events: none;
}

.hero-dip-logos div {
    min-width: 0;
}

.hero-dip-logos img {
    display: block;
    width: 100%;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 8px 8px rgba(62, 42, 34, .13));
}

@media (max-width: 1080px) {
    .hero.hero-refresh {
        grid-template-columns: 48% 52%;
    }

    .hero.hero-refresh .hero-copy {
        padding-left: 6vw;
        padding-right: 24px;
    }

    .hero.hero-refresh h1 {
        font-size: clamp(54px, 7vw, 76px);
    }

    .hero-small-note {
        display: none;
    }

    .hero-banner-grid {
        inset: 20px 20px 82px;
    }

    .hero-dip-logos {
        width: 78%;
        gap: 14px;
    }
}

@media (max-width: 900px) {
    .hero.hero-refresh {
        min-height: auto;
        grid-template-columns: 1fr;
        background: linear-gradient(160deg, #fffaf5 0 49%, #f5e4dc 49% 100%);
    }

    .hero.hero-refresh .hero-copy {
        width: min(720px, 100%);
        padding: 64px 7vw 42px;
        text-align: center;
        justify-self: center;
    }

    .hero-eyebrow {
        justify-content: center;
    }

    .hero-social-links {
        justify-content: center;
    }

    .hero.hero-refresh .hero-copy > p {
        margin-inline: auto;
    }

    .hero-actions,
    .hero.hero-refresh .trust {
        justify-content: center;
    }

    .hero-showcase {
        min-height: 520px;
    }

    .hero-showcase::before {
        width: min(76vw, 520px);
    }

    .hero-banner-grid {
        inset: 12px 7vw 82px;
    }

    .hero-dip-logos {
        width: min(72%, 520px);
    }
}

@media (max-width: 580px) {
    .hero.hero-refresh .hero-copy {
        padding: 46px 20px 30px;
    }

    .hero-eyebrow {
        padding: 8px 11px;
        font-size: 10px;
    }

    .hero-social-links {
        margin-bottom: 13px;
    }

    .hero-social-link {
        width: 38px;
        height: 38px;
    }

    .hero.hero-refresh h1 {
        margin-top: 16px;
        font-size: clamp(49px, 15vw, 66px);
    }

    .hero.hero-refresh .hero-copy > p {
        font-size: 16px;
        line-height: 1.6;
    }

    .hero-actions {
        margin-top: 22px;
    }

    .hero.hero-refresh .trust {
        margin-top: 20px;
        gap: 7px;
    }

    .hero.hero-refresh .trust span {
        padding: 8px 10px;
        font-size: 11px;
    }

    .hero-showcase {
        min-height: 410px;
    }

    .hero-banner-grid {
        inset: 8px 5px 72px;
        gap: 0;
    }

    .hero-dip-logos {
        width: 76%;
        left: 44%;
        bottom: 8px;
        gap: 8px;
    }

    .hero-dip-logos img {
        height: 34px;
    }

    .hero-cookie-rain {
        --cookie-opacity: .68;
        --fall-distance: 560px;
    }

    .hero-cookie-rain img:nth-child(n + 9) {
        display: none;
    }

}

@media (max-width: 420px) {
    .hero.hero-refresh .hero-copy {
        padding-inline: 16px;
    }

    .hero.hero-refresh h1 {
        font-size: clamp(45px, 14.5vw, 60px);
    }

    .hero.hero-refresh .trust {
        align-items: center;
        flex-direction: column;
    }

    .hero-showcase {
        min-height: 370px;
    }

    .hero-banner-grid {
        inset: 4px 0 68px;
    }

    .hero-dip-logos {
        width: 78%;
        left: 43%;
        gap: 5px;
    }

    .hero-dip-logos img {
        height: 30px;
    }

}

@media (max-width: 340px) {
    .hero-showcase {
        min-height: 340px;
    }

    .hero-banner-grid {
        bottom: 62px;
    }

    .hero-dip-logos {
        bottom: 5px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .hero.hero-refresh .button {
        transition: none;
    }

    .hero-banner-product {
        transition: none;
    }
}
