.babour-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 10;
    color: #fff;
    background: linear-gradient(#061a13c9, #061a1315)
}

.babour-page {
    background: #fff;
    color: #181c17
}

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

.babour-hero {
    min-height: 870px;
    padding: 160px 0 70px;
    display: flex;
    align-items: center;
    color: white;
    background: #344729 url('../images/babour/banner.png') center/cover
}

.babour-copy {
    width: 47%;
    margin-left: auto
}

.babour-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ab261c
}

.babour-hero .babour-eyebrow,
.babour-ritual .babour-eyebrow {
    color: #ecd29b
}

.babour-copy h1 {
    font-size: 110px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 10px 0 22px
}

.babour-copy>p:not(.babour-eyebrow) {
    font-size: 16px;
    line-height: 1.85;
    text-shadow: 0 1px 8px #0008
}

.babour-button {
    display: inline-flex;
    align-items: center;
    gap: 26px;
    padding: 14px 24px;
    border-radius: 30px;
    background: linear-gradient(110deg, #c91917, #bd7011);
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-top: 27px
}

.babour-button:hover {
    filter: brightness(1.12)
}

.babour-ritual {
    min-height: 670px;
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: #34261d url('../images/babour/tea-ritual.png') center/cover;
    color: #fff
}

.babour-ritual h2 {
    font-size: clamp(60px, 3.5vw, 47px);
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 15px 0 24px;
    font-weight: 900;
}

.babour-ritual .babour-copy {
    
    padding: 25px;
    border-radius: 6px
}

.babour-products {
    padding: 60px 0 75px;
    text-align: center;
    scroll-margin-top: 24px
}

.babour-products h2 {
    font-size: 38px;
    letter-spacing: -1px;
    margin: 8px 0 20px
}

.babour-intro {
    max-width: 660px;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color: #60645c
}

.babour-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px
}

.babour-product h3 {
    font-size: 14px;
    margin: 16px 0 7px
}

.babour-product>p {
    font-size: 13px;
    color: #666
}

.babour-page .asta-flip {
    width: 100%;
    height: 335px;
    display: block;
    border: 0;
    padding: 0;
    background: transparent;
    perspective: 1200px;
    text-align: center;
    border-radius: 5px
}

.babour-page .asta-flip-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .65s cubic-bezier(.2, .65, .3, 1)
}

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

.babour-page .asta-flip-front,
.babour-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: 5px;
    overflow: hidden
}

.babour-page .asta-flip-front {
    background: #eeede7;
    padding: 20px
}

.babour-page .asta-flip-front img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply
}

.babour-page .asta-flip-back {
    transform: rotateY(180deg);
    background: linear-gradient(145deg, #234832, #10251a);
    color: #fff;
    border: 1px solid #c2a668;
    padding: 24px 20px
}

.babour-page .asta-flip-back .babour-eyebrow {
    color: #e3c68b;
    font-size: 10px
}

.babour-note {
    font: 500 26px/1.2 'Playfair Display', Georgia, serif;
    margin-top: 17px
}

.babour-rule {
    height: 1px;
    width: 38px;
    background: #d9b86f;
    margin: 18px 0
}

.babour-description {
    font-size: 12px;
    line-height: 1.8;
    color: #edf0e8
}

.babour-return {
    font-size: 10px;
    color: #bac9b9;
    margin-top: 20px
}

.babour-page :focus-visible {
    outline: 3px solid #c49344;
    outline-offset: 5px
}

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

    .babour-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .babour-copy {
        width: 48%
    }

    .babour-hero {
        min-height: 610px
    }

    .babour-copy>p:not(.babour-eyebrow) {
        font-size: 14px
    }
}

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

    .babour-hero {
       min-height: 680px;
        min-height: max(680px, 72svh);
        display: flex;
        align-items: center;
        padding: 26px 0 75px;
        background: linear-gradient(90deg, #071c14b8, #071c1470 75%, #071c1433), url(../images/babour/banner.png) 16% center / cover;
    }

    .babour-copy {
        width: 100%;
        margin: 0
    }

    .babour-copy h1 {
        font-size: 52px
    }

    .babour-hero .babour-copy {
        padding: 0;
        text-align: left;
        max-width: 420px;
    }

    .babour-hero .babour-copy h1 {
        font-size: clamp(48px, 12vw, 64px);
        margin: 0 0 24px;
    }

    .babour-hero .babour-copy > p {
        font-size: 15px;
        line-height: 1.8;
        color: #fff;
        text-align: left;
        text-shadow: 0 1px 4px #0009;
        margin: 0;
    }

    .babour-hero .babour-button {
        margin-top: 26px;
        border: 2px solid #e7bd60;
        padding: 14px 22px;
        max-width: 100%;
    }

    .babour-ritual {
        min-height: 470px;
        align-items: flex-start;
        padding: 34px 0 230px;
        background-position: 30% center
    }

    .babour-ritual .babour-copy {
        padding: 20px;
        background: #21160eaa
    }

    .babour-ritual h2 {
        font-size: 31px;
        margin: 10px 0 18px
    }

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

    .babour-products h2 {
        font-size: 32px
    }

    .babour-intro {
        font-size: 13px
    }

    .babour-grid {
        gap: 24px 12px;
        margin-top: 28px
    }

    .babour-page .asta-flip {
        height: 310px
    }

    .babour-page .asta-flip-front {
        padding: 10px
    }

    .babour-page .asta-flip-back {
        padding: 15px 12px
    }

    .babour-note {
        font-size: 21px;
        margin-top: 12px
    }

    .babour-rule {
        margin: 12px 0
    }

    .babour-description {
        font-size: 11px;
        line-height: 1.6
    }

    .babour-return {
        font-size: 9px;
        margin-top: 12px
    }

    .babour-product h3 {
        font-size: 12px
    }

    .babour-product>p {
        font-size: 11px
    }
}

@media(max-width:360px) {
    .babour-grid {
        grid-template-columns: 1fr;
        max-width: 280px;
        margin-inline: auto
    }

    .babour-page .asta-flip {
        height: 310px
    }

    .babour-note {
        font-size: 25px
    }

    .babour-description {
        font-size: 13px
    }
}

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