.rozetta-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 10;
    color: white;
    background: linear-gradient(#122317a6, transparent)
}

.rozetta-header .header nav>a,
.rozetta-header .header nav .univers-toggle,
.rozetta-header .social-link,
.rozetta-header .search-toggle,
.rozetta-header .menu-toggle {
    color: #fff
}

.rozetta-header .social-link {
    border-color: #ffffffa6
}

.rozetta-page {
    background: #fff;
    color: #203322
}

.rozetta-wrap {
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: auto
}

.rozetta-hero {
    min-height: 610px;
    display: flex;
    align-items: center;
    padding: 155px 0 80px;
    background: #253a26 url('../images/rozetta/hero.png') center/cover;
    text-align: center;
    color: #fff
}

.rozetta-hero h1 img {
    width: 280px;
    max-width: 75%;
    height: auto
}

.rozetta-hero p {
    max-width: 720px;
    margin: 24px auto 0;
    font-size: 15px;
    line-height: 1.9
}

.rozetta-button {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    border: 2px solid #fff;
    background: white;
    border-radius: 30px;
    color: #23651c;
    padding: 14px 26px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 25px
}

.rozetta-button:hover {
    background: #e6f4dd;
    color: #20451b
}

.rozetta-spread {
    background: #3e4a3e url('../images/rozetta/tomatoes.png') center/cover;
    padding: 50px 0;
    color: #fff
}

.rozetta-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 65px
}

.rozetta-spread h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color:red;
}

.rozetta-spread p {
    font-size: 14px;
    line-height: 1.9;
    max-width: 540px
}

.rozetta-spread img {
    width: 100%;
    height: 380px;
    object-fit: contain
}

.rozetta-outline {
    background: transparent;
    color: #fff
}

.rozetta-products {
    padding: 55px 0 70px;
    background: radial-gradient(ellipse at 20% 70%, #dcebd2, transparent 60%), linear-gradient(130deg, #f4f9ee, #e3efd8);
    scroll-margin-top: 20px
}

.rozetta-products>.rozetta-wrap>h2 {
    text-align: center;
    font-size: 40px;
    margin: 8px 0 15px
}

.rozetta-eyebrow {
    color: #c51d25;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block
}

.rozetta-rule {
    display: block;
    width: 65px;
    height: 2px;
    background: #488033;
    margin: 22px auto
}

.rozetta-products .rozetta-split {
    margin-top: 28px
}

.rozetta-details h3 {
    font-size: 29px;
    margin-bottom: 20px
}

.rozetta-details p {
    font-size: 16px;
    line-height: 1.8
}

.rozetta-details ul {
    padding: 0;
    list-style: none;
    margin-top: 25px
}

.rozetta-details li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 13px 0;
    font-size: 16px
}

.rozetta-details li:before {
    content: '✓';
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    background: #2e7223;
    color: #fff;
    border-radius: 50%
}

.rozetta-page .asta-flip {
    display: block;
    width: 100%;
    height: 440px;
    border: 0;
    background: transparent;
    padding: 0;
    perspective: 1200px;
    text-align: center;
    cursor: pointer
}

.rozetta-page .asta-flip-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .65s
}

.rozetta-page .asta-flip.is-flipped .asta-flip-inner {
    transform: rotateY(180deg)
}

.rozetta-page .asta-flip-front,
.rozetta-page .asta-flip-back {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 18px;
    overflow: hidden
}

.rozetta-page .asta-flip-front img {
    width: 100%;
    height: 365px;
    object-fit: contain
}

.rozetta-discover {
    font-size: 12px;
    color: #2e7223;
    display: flex;
    gap: 25px;
    margin-top: 15px
}

.rozetta-page .asta-flip-back {
    transform: rotateY(180deg);
    padding: 35px;
    background: linear-gradient(140deg, #38662d, #163116);
    color: #fff
}

.rozetta-page .asta-flip-back .rozetta-eyebrow {
    color: #d5ecc9;
    font-size: 12px;
    letter-spacing: 2px
}

.rozetta-page .asta-flip-back strong {
    font-size: 30px;
    margin-top: 22px
}

.rozetta-description {
    font-size: 15px;
    line-height: 1.85
}

.rozetta-return {
    font-size: 11px;
    margin-top: 25px;
    color: #d5ecc9
}

.rozetta-page :focus-visible {
    outline: 3px solid #23651c;
    outline-offset: 5px
}

@media(max-width:950px) {
    .rozetta-wrap {
        width: calc(100% - 48px)
    }

    .rozetta-split {
        gap: 30px
    }

    .rozetta-spread h2 {
        font-size: 30px
    }

    .rozetta-page .asta-flip-back {
        padding: 25px
    }

    .rozetta-description {
        font-size: 14px
    }
}

@media(max-width:600px) {
    .rozetta-wrap {
        width: calc(100% - 36px)
    }

    .rozetta-hero {
        min-height: 580px;
        padding: 140px 0 60px
    }

    .rozetta-hero h1 img {
        width: 245px
    }

    .rozetta-hero p {
        font-size: 14px
    }

    .rozetta-split {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .rozetta-spread {
        padding: 40px 0
    }

    .rozetta-spread img {
        height: 290px
    }

    .rozetta-products {
        padding: 40px 0 50px
    }

    .rozetta-products>.rozetta-wrap>h2 {
        font-size: 34px
    }

    .rozetta-page .asta-flip {
        height: 425px
    }

    .rozetta-page .asta-flip-front img {
        height: 340px
    }

    .rozetta-details {
        padding: 10px
    }

    .rozetta-details h3 {
        font-size: 26px
    }
}

@media(prefers-reduced-motion:reduce) {
    .rozetta-page .asta-flip-inner {
        transition: none
    }
}

.rozetta-hero {
    text-align: left;
    min-height: 680px
}

.rozetta-hero h1 img {
    width: 155px
}

.rozetta-hero p {
    max-width: 470px;
    margin: 20px 0 0
}

.rozetta-hero .rozetta-button {
    background: #287617;
    color: #fff
}

.rozetta-hero .rozetta-button:hover {
    background: #1b5411
}

.rozetta-spread {
    min-height: 490px;
    display: flex;
    align-items: center
}

.rozetta-spread .rozetta-copy {
    max-width: 550px
}

.rozetta-spread .rozetta-eyebrow {
    font-size: 28px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px
}

.rozetta-page .asta-flip-front img {
    height: 345px
}

.rozetta-range {
    width: 100%;
    height: 320px;
    object-fit: contain;
    margin-top: 35px
}

.rozetta-details {
    padding: 15px 0
}

.rozetta-products .rozetta-split {
    max-width: 1000px;
    margin: 28px auto 0
}

@media(max-width:600px) {
    .rozetta-hero {
        display: block;
        min-height: 0;
        padding: 96px 0 0;
        background: #203b23
    }

    .rozetta-hero:before {
        content: '';
        display: block;
        aspect-ratio: 1348/795;
        background: url('../images/rozetta/hero.png') center/cover
    }

    .rozetta-hero>.rozetta-wrap {
        padding: 28px 0 35px
    }

    .rozetta-hero h1 img {
        width: 130px
    }

    .rozetta-spread {
        min-height: 420px
    }

    .rozetta-range {
        height: 260px
    }

    .rozetta-details {
        padding: 0 10px
    }

    .rozetta-page .asta-flip-front img {
        height: 330px
    }
}

.rozetta-hero {
    background-image: linear-gradient(90deg, #0005, transparent 65%), url('../images/rozetta/hero.png')
}

.rozetta-hero h1 {
    font-size: 48px;
    line-height: 1.15
}

.rozetta-spread {
    background-image: linear-gradient(90deg, #0008, #0002), url('../images/rozetta/tomatoes.png')
}



.rozetta-page .asta-flip-front img {
    height: 345px;
    width: auto;
    max-width: 90%
}

@media(max-width:600px) {
    .rozetta-hero {
        background-image: none
    }

    .rozetta-hero h1 {
        font-size: 36px
    }

    .rozetta-page .asta-flip-front img {
        height: 320px
    }
}

/* Product cutout beside the description banner. */
.rozetta-banner-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 55px
}

.rozetta-spread .rozetta-banner-product {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: contain;
    filter: drop-shadow(0 14px 16px #0003)
}

@media(max-width:800px) {
    .rozetta-banner-layout {
        gap: 24px;
        grid-template-columns: 1.2fr 1fr
    }

    .rozetta-spread .rozetta-banner-product {
        height: 340px
    }
}

@media(max-width:600px) {
    .rozetta-banner-layout {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .rozetta-spread .rozetta-banner-product {
        height: 310px;
        max-width: 100%;
        margin: auto
    }
}