.asta-header {
    background: #102e1c
}

header {
    color: white;
}

.asta-page {
    --gold: #d2ac5c;
    --green: #103d25;
    color: #fff
}

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

.asta-hero {
    /* background: linear-gradient(90deg, #082919 0%, #0b301eeb 30%, #0d2f1c66 58%, #0a291a18), url('../images/asta/brand/bg-asta.png') center/cover; */
    min-height: 610px;
    background: linear-gradient(90deg, #08291900 0%, #0b301e00 30%, #0d2f1c00 58%, #0a291a00), url(../images/asta/brand/bg-asta.png) center / cover;
}

.asta-hero-inner {
    position: relative;
    padding: 52px 0 54px
}

.asta-copy {
    max-width: 490px;
    position: relative;
    z-index: 1
}

.asta-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--gold);
    margin: 0 0 14px
}

.asta-copy h1 {
    font-family:'Poppins', sans-serif;
    letter-spacing: -.7px;
    margin: 0
}

.asta-copy h1 em {
    color: var(--gold);
    font-style: normal
}

.asta-rule {
    display: block;
    width: 94px;
    height: 1px;
    background: var(--gold);
    margin: 24px 0
}

.asta-copy>p:not(.asta-eyebrow) {
    font-size: 15px;
    line-height: 1.6;
    max-width: 385px
}

.asta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 30px;
    padding: 16px 27px;
    background: linear-gradient(105deg, #b7893e, #dfbf70);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 23px;
    transition: filter .2s, transform .2s
}

.asta-button:hover {
    filter: brightness(1.12);
    transform: translateY(-2px)
}

.asta-button .icon {
    width: 17px;
    height: 17px
}

.asta-hero-logo {
    position: absolute;
    top: 40px;
    left: 55%;
    width: 185px;
    height: auto;
    filter: drop-shadow(0 3px 10px #0004)
}

.asta-script {
    position: absolute;
    right: 0;
    top: 72px;
    text-align: center;
    font: 42px/1.05 'Allura', cursive;
    transform: rotate(-10deg);
    text-shadow: 0 2px 7px #000
}

.asta-values {
    color: #193d24;
    background: #f7f5ee;
    padding: 38px 0 34px
}

.asta-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0
}

.asta-value {
    position: relative;
    text-align: center;
    padding: 0 24px
}

.asta-value+.asta-value:before {
    content: '';
    position: absolute;
    left: 0;
    top: 68px;
    bottom: 0;
    width: 1px;
    background: #dedbd1
}

.asta-value svg {
    width: 51px;
    height: 51px;
    margin: 0 auto 18px
}

.asta-value h2 {
  font-family: 'Poppins', sans-serif;
    max-width: 200px;
    min-height: 40px;
    margin: 0 auto;
    font-size:17px;
}

.asta-value .asta-rule {
    width: 34px;
    margin: 15px auto
}

.asta-value p {
    font-size: 13px;
    line-height: 1.5;
    color: #3d423b
}

.asta-products {
    background: radial-gradient(ellipse at 45% 15%, #244f30 0, transparent 65%), #0c2d1b;
    padding: 46px 0 55px;
    scroll-margin-top: 15px
}

.asta-products-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px
}

.asta-products-heading h2 {
    font: 500 51px/1.1 'Playfair Display', Georgia, serif;
    margin: 0 0 17px
}

.asta-products-heading p:not(.asta-eyebrow):not(.asta-product-signature) {
    font-size: 15px;
    line-height: 1.6
}

.asta-product-signature {
    font: 35px/1.05 'Allura', cursive;
    transform: rotate(-10deg);
    min-width: 150px;
    margin: 0 20px
}

.asta-tabs {
    display: flex;
    width: 390px;
    max-width: 100%;
    border: 1px solid #f4f0de99;
    border-radius: 40px;
    margin: 35px auto 30px
}

.asta-tabs button {
    flex: 1;
    border: 0;
    border-radius: 40px;
    background: transparent;
    color: #fff;
    padding: 15px 12px;
   font-family: 'Jost', sans-serif;
    cursor: pointer
}

.asta-tabs button[aria-selected=true] {
    background: linear-gradient(105deg, #d6b767, #b88435)
}

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

.asta-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 16px
}

.asta-product {
    text-align: center;
    color: #fff;
    display: block
}

.asta-product-photo {
    position: relative;
    aspect-ratio: 182/152;
    overflow: hidden;
    border-radius: 4px;
    background: #63806a;
    transition: transform .25s, box-shadow .25s
}

.asta-product-photo img {
    position: absolute;
    width: 454.3956%;
    max-width: none;
    height: auto;
    display: block
}

.asta-product:hover .asta-product-photo {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px #0004
}

.asta-product h3 {
   font-family: 'Poppins', sans-serif;
    margin: 12px 0 5px
}

.asta-product p {
    font-size: 14px
}

.asta-grains {
    text-align: center;
    padding: 48px 20px;
    background: #ffffff0b;
    border: 1px solid #ffffff26;
    border-radius: 8px
}

.asta-grains h3 {
    font: 500 32px 'Playfair Display', Georgia, serif;
    margin-bottom: 15px
}

.asta-products [hidden] {
    display: none !important
}

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

    .asta-hero-logo {
        left: 61%;
        width: 150px
    }

    .asta-script {
        top: 200px;
        right: 25px;
        font-size: 35px
    }

    .asta-value {
        padding: 0 12px
    }

    .asta-value h2 {
        font-size: 14px
    }

    .asta-product-signature {
        display: none
    }

    .asta-products-heading h2 {
        font-size: 44px
    }
}

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

    .asta-hero {
        min-height: 0;
        background-position: 64% center
    }

    .asta-hero-inner {
        padding: 125px 0 40px
    }

    .asta-hero-logo {
        left: 0;
        top: 22px;
        width: 135px
    }

    .asta-script {
        top: 40px;
        right: 8px;
        font-size: 31px
    }

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

    .asta-copy>p:not(.asta-eyebrow) {
        max-width: 300px
    }

    .asta-values {
        padding: 30px 0
    }

    .asta-values-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px 0
    }

    .asta-value:nth-child(3):before {
        display: none
    }

    .asta-value p {
        font-size: 12px
    }

    .asta-value svg {
        width: 42px;
        height: 42px
    }

    .asta-products {
        padding: 35px 0
    }

    .asta-products-heading h2 {
        font-size: 39px
    }

    .asta-products-heading p:not(.asta-eyebrow) {
        font-size: 14px
    }

    .asta-product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px 12px
    }

    .asta-product h3,
    .asta-product p {
        font-size: 12px
    }

    .asta-button {
        padding: 14px 20px
    }

    .asta-grains {
        padding: 30px 15px
    }
}

@media(prefers-reduced-motion:reduce) {

    .asta-button,
    .asta-product-photo {
        transition: none
    }
}

/* ASTA banner supplied by the client; keep the shared header and live copy. */
.asta-header {
    background: #062b1b
}

.asta-hero {
    position: relative;
    /* isolation: isolate;
    background: #062b1b; */
    overflow: hidden
}

.asta-hero:before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 0 0 42%;
    background: url('../images/asta/brand/bg-asta.png') right bottom/auto 125% no-repeat
}

.asta-hero:after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, #062b1b 0%, #062b1b 37%, #062b1be6 44%, #062b1b00 64%)
}

.asta-hero-logo {
    left: 49%;
    top: 35px;
    width: 175px
}

.asta-script {
    display: none
}

@media(max-width:600px) {
    .asta-hero:before {
        left: 0;
        background-size: auto 125%;
        opacity: .4
    }

    .asta-hero:after {
        background: linear-gradient(90deg, #062b1bf2, #062b1b99)
    }

    .asta-hero-logo {
        left: 0;
        top: 22px;
        width: 135px
    }
}

/* Individual product photographs and accessible flip descriptions. */
.asta-flip {
    display: block;
    width: 100%;
    height: 315px;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 5px;
    perspective: 1200px;
    color: inherit;
    text-align: center
}

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

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

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

.asta-flip-front {
    background: #78947d33;
    padding: 30px
}

.asta-flip-front img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 6px #0002)
}

.asta-flip-back {
    transform: rotateY(180deg);
    background: radial-gradient(ellipse at top, #244e33, #092c1b);
    border: 1px solid #cbb272;
    padding: 23px 20px
}

.asta-flip-brand {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #e0c786
}

.asta-flip-note {
    font: 500 25px/1.2 'Playfair Display', Georgia, serif;
    margin-top: 15px
}

.asta-flip-rule {
    height: 1px;
    width: 38px;
    background: #d2ac5c;
    margin: 16px auto
}

.asta-flip-description {
    font-size: 13px;
    line-height: 1.75;
    color: #edf1e9
}

.asta-flip-detail {
    font-size: 10px;
    color: #e0c786;
    margin-top: 16px
}

.asta-flip-return {
    font-size: 12px;
    color: #b6c6b8;
    margin-top: 14px
}

@media(max-width:1100px) and (min-width:601px) {
    .asta-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(max-width:600px) {
    .asta-flip {
        height: 290px
    }

    .asta-flip-front {
        padding: 24px 14px
    }

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

    .asta-flip-brand {
        font-size: 9px;
        letter-spacing: .6px
    }

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

    .asta-flip-rule {
        margin: 12px auto
    }

    .asta-flip-description {
        font-size: 12px;
        line-height: 1.55
    }

    .asta-flip-detail {
        font-size: 9px;
        margin-top: 12px
    }

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

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

/* Continue the hero artwork beneath the navigation. */
.asta-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 10;
    background: linear-gradient(#031c17b3, #031c1720)
}

.asta-hero {
    padding-top: 112px;
    min-height: 722px
}

@media(max-width:600px) {
    .asta-hero {
        padding-top: 96px;
        min-height: 0
    }

    .asta-hero-inner {
        padding-top: 36px
    }
}