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

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

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

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

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

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

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

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

.exotico-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
}

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

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

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

.exotico-spread h2 {
    font-size: 38px;
    margin-bottom: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.exotico-page .asta-flip-front,
.exotico-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
}

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

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

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

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

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

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

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

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

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

    .exotico-split {
        gap: 30px
    }

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

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

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

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

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

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

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

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

    .exotico-spread {
        padding: 40px 0
    }

    .exotico-spread img {
        height: 290px
    }

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

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

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

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

    .exotico-details {
        padding: 10px
    }

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

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

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

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

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

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

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

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

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

.exotico-spread .exotico-eyebrow {
    font-size: 40px;
    text-align: left;
    color: #fff;
     font-family:'Poppins', sans-serif;
}

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

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

.exotico-details {
    padding: 15px 0
}

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

@media(max-width:600px) {
    .exotico-hero {
        display: flex;
        align-items: center;
        min-height: 680px;
        padding: 150px 0 70px;
        background: linear-gradient(90deg, #122317d9 0%, #122317ad 45%, #1223171a 100%), url('../images/exotico/hero.jpg') 65% center / cover no-repeat
    }

    .exotico-hero:before {
        content: none
    }

    .exotico-hero>.exotico-wrap {
        padding: 0
    }

    .exotico-hero h1 {
        margin: 0 0 24px
    }

    .exotico-hero p {
        width: 76%;
        max-width: 320px;
        margin: 0;
        line-height: 1.85;
        text-shadow: 0 1px 3px #0008
    }

    .exotico-hero .exotico-button {
        max-width: 100%;
        gap: 16px;
        padding: 14px 20px
    }

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

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

    .exotico-range {
        height: 260px
    }

    .exotico-details {
        padding: 0 10px
    }

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

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

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

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

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

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

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

.exotico-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    max-width: 860px;
    margin: 35px auto 0
}

.exotico-product {
    text-align: center
}

.exotico-product h3 {
    font-size: 18px;
    margin: 18px 0
}

.exotico-page .asta-flip-front {
    background: #c6ddc7
}

.exotico-page .asta-flip-front img {
    height: 265px;
    max-width: 85%;
    object-fit: contain
}

.exotico-highlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 860px;
    margin: 25px auto
}

.exotico-highlight>img {
    width: 100%;
    height: 290px;
    object-fit: contain
}

.exotico-video {
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    background: #101b0c
}

.exotico-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 768px) {
    .exotico-video {
        height: auto;
    }

    .exotico-video video {
        height: auto;
        object-fit: contain;
    }
}

.exotico-hero h1 img {
    width: 170px
}

.exotico-spread {
    background-image: linear-gradient(90deg, #32100855, transparent), url('../images/exotico/salad.png')
}

@media(max-width:600px) {

    .exotico-grid,
    .exotico-highlight {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .exotico-highlight>img {
        height: 240px
    }

    .exotico-page .asta-flip {
        height: 390px
    }

    .exotico-highlight {
        margin-top: 20px
    }

    .exotico-hero h1 img {
        width: 140px
    }
}
