.ab-header {
    background: #080807;
    color: #fff
}

.ab-page {
    color: #171714;
    background: #fff
}

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

.ab-intro {
    background: linear-gradient(#0004, #0006), url('../images/ab-espresso/bg-banner-espresso.png') center/cover;
    color: #fff;
    text-align: center;
    padding: 50px 0 54px;
    height:420px;
}

.ab-wordmark {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1
}

.ab-wordmark small {
    display: block;
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 7px
}

.ab-monogram {
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    font: 700 38px Georgia, serif;
    padding: 18px 10px
}

.ab-intro p {
    max-width: 870px;
    margin: 25px auto 0;
    font-size: 14px;
    line-height: 1.8;
    color: #eeece7
}

.ab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(110deg, #dab66b, #a17b34);
    color: white;
    padding: 14px 25px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 28px;
    border: 1px solid #c8a557;
    transition: filter .2s
}

.ab-button:hover {
    filter: brightness(1.15)
}

.ab-hero {
    background: #080703 url('../images/ab-espresso/abEspressoMachine.jpg') center/cover;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: white
}

.ab-copy {
    width: 44%;
    padding: 55px 0
}

.ab-eyebrow {
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #b18a3f;
    font-weight: 700
}

.ab-copy h1 {
    font-size: clamp(34px, 3.5vw, 49px);
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin: 15px 0 23px
}

.ab-copy h1 span {
    color: #dbb76b
}

.ab-copy>p:not(.ab-eyebrow) {
    font-size: 14px;
    line-height: 1.85;
    max-width: 430px;
    color: #e2dfd7;
    text-align: justify;
}

.ab-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap
}

.ab-outline {
    background: transparent;
    border-color: #ece6d7
}

.ab-products {
    padding: 55px 0 65px;
    scroll-margin-top: 20px;
    text-align: center;
    background: radial-gradient(ellipse at 0 30%, #e6dbc444, transparent 35%), radial-gradient(ellipse at 100% 90%, #e6dbc444, transparent 35%), #fff
}

.ab-products h2 {
    font-size: 38px;
    letter-spacing: -1px;
    margin: 6px 0 18px
}

.ab-products-intro {
    font-size: 14px;
    line-height: 1.7;
    color: #5c5b55;
    margin: 0 auto 32px
}

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

.ab-product .asta-flip {
    height: 340px
}

.ab-product .asta-flip-front {
    padding: 24px 16px;
    background: #f3f0e9
}

.ab-product .asta-flip-front img {
    width: 100%;
    height: 132px;
    object-fit: contain;
    filter: none;
    margin-bottom: 20px
}

.ab-product-name {
    font-size: 15px;
    font-weight: 700
}

.ab-product-note {
    font-size: 12px;
    color: #666;
    margin-top: 10px
}

.ab-discover {
    display: flex;
    gap: 18px;
    background: linear-gradient(110deg, #b38b46, #a48037);
    border-radius: 30px;
    color: white;
    padding: 10px 23px;
    font-size: 12px;
    margin-top: 20px
}

.ab-product .asta-flip-back {
    background: radial-gradient(ellipse at top, #3d3422, #111);
    color: #fff
}

.ab-product .asta-flip-note {
    font-size: 25px
}

.ab-product .asta-flip-description {
    color: #eee6d9
}

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

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

    .ab-hero {
        background-position: 57% center
    }

    .ab-copy {
        width: 48%
    }
}

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

    .ab-intro {
        padding: 35px 0
    }

    .ab-wordmark {
        font-size: 30px;
        gap: 12px
    }

    .ab-monogram {
        font-size: 30px
    }

    .ab-wordmark small {
        font-size: 6px
    }

    .ab-intro p {
        font-size: 13px
    }

    .ab-hero {
        background-size: auto 350px;
        background-position: 73% bottom;
        background-repeat: no-repeat;
        min-height: 700px;
        align-items: flex-start
    }

    .ab-copy {
        width: 100%;
        padding: 40px 0 330px
    }

    .ab-copy h1 {
        font-size: 36px
    }

    .ab-copy>p:not(.ab-eyebrow) {
        font-size: 13px
    }

    .ab-actions {
        gap: 10px
    }

    .ab-button {
        padding: 12px 18px
    }

    .ab-products {
        padding: 40px 0
    }

    .ab-grid {
        gap: 12px
    }

    .ab-product .asta-flip {
        height: 310px
    }

    .ab-product .asta-flip-front {
        padding: 16px 8px
    }

    .ab-product .asta-flip-front img {
        height: 105px;
        margin-bottom: 18px
    }

    .ab-product-name {
        font-size: 12px
    }

    .ab-product-note {
        font-size: 11px
    }

    .ab-discover {
        padding: 9px 17px;
        font-size: 11px
    }

    .ab-product .asta-flip-note {
        font-size: 21px
    }
}
.ab-brand-logo{display:block;width:420px;max-width:100%;height:auto;margin:0 auto;object-fit:contain}
.ab-intro{height:auto;min-height:420px}
@media(max-width:600px){.ab-brand-logo{width:300px}.ab-intro{min-height:0}}

/* Continue the introduction artwork beneath the navigation. */
.ab-header{position:absolute;inset:0 0 auto;z-index:10;background:linear-gradient(#000a,#0001)}
.ab-intro{padding-top:162px;min-height:532px}
@media(max-width:600px){.ab-intro{padding-top:131px;min-height:0}}
