:root {
    --green: #315d38;
    --gold: #c79755;
    --ink: #1a1b18;
    --cream: #f6f4ef
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px
}
h1,h2,h3{
  font-family: 'Poppins', sans-serif !important;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "jost", sans-serif; 
    font-size: 15px;
    line-height: 1.5;
    background: #fbfaf8
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
textarea {
    font: inherit
}

button,
a,
input,
textarea {
    -webkit-tap-highlight-color: transparent
}

button {
    cursor: pointer
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 5px
}

button {
    border: 0
}

h1,
h2,
h3,
p {
    margin: 0
}

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

.icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    vertical-align: middle
}

.sr-only,
.skip-link:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.skip-link:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
    background: white;
    padding: 12px
}

.hero {
    position: relative;
    height: clamp(430px, 38.3vw, 575px);
    color: white;
    background: radial-gradient(ellipse 330px 200px at 8% 7%, rgba(16, 10, 5, .78), transparent 100%), linear-gradient(90deg, rgba(0, 0, 0, .08) 30%, rgba(0, 0, 0, .42)), url('../images/asta/coffee-banner.jpg') center/cover
}

.header {
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    position: relative;
    z-index: 5
}

.brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 125px;
    line-height: 1.1
}

.brand img {
    width: 55px;
    height: 48px
}

.brand strong {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.6px
}

.brand small {
    font-size: 10px;
    font-style: italic;
    color: #dfc098;
    margin-top: 4px
}

.header nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto
}

.header nav a {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
    white-space: nowrap;
    border-bottom: 2px solid transparent
}

.header nav a:hover,
.header nav .active {
    color: var(--gold);
    border-color: var(--gold)
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 58px;
    margin-left: 35px
}

.socials {
    display: flex;
    gap: 14px
}

.socials a,
.socials .social-placeholder {
    border: 1px solid #a9a49b;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: background .2s
}

.socials a:hover {
    background: var(--green)
}

.socials .icon {
    width: 14px;
    height: 14px
}

.search-toggle {
    border-radius: 50%;
    background: #ffffff25;
    color: white;
    padding: 7px;
    display: grid;
    place-items: center
}

.search-toggle .icon {
    width: 18px;
    height: 18px
}

.menu-toggle {
    display: none
}

.mobile-menu-socials {
    display: none
}

.hero-inner {
    height: calc(100% - 112px);
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.hero-copy {
    width: 40%;
    padding-bottom: 4px
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 500
}

.hero h1 {
      font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(44px, 4.9vw, 73px);
    line-height: 1.2;
    white-space: nowrap;
    margin: 7px 0 14px;
    letter-spacing: -1.5px
}

.hero h1 span {
    color: #d6a15d
}

.hero-copy>p:not(.eyebrow):not(.signature) {
    font-size: 18px;
    line-height: 1.6
}

.gold-rule {
    display: block;
    width: 43px;
    height: 3px;
    background: var(--gold)
}

.hero-copy>.gold-rule {
    margin-top: 24px;
    width: 55px;
    background: linear-gradient(90deg, var(--gold) 75%, white 75%)
}

.signature {
    font-family: 'Allura', cursive;
    font-weight: 400
}

.hero-copy .signature {
    text-align: right;
    font-size: 31px;
    margin-top: 25px;
    color: #eee0d3;
    white-space: nowrap
}

.contact-strip {
    padding: 0 24px 18px;
    background: #fff
}

.contact-strip-inner {
    display: grid;
    grid-template-columns: 1.08fr 1fr .97fr;
    background: linear-gradient(115deg, #f5f3ef, #faf9f6);
    border-radius: 0 0 15px 15px;
    max-width: 1452px;
    margin: auto;
    padding: 20px 0 15px
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 18px 38px;
    min-width: 0
}

.contact-detail+.contact-detail {
    border-left: 1px solid #dddcd7
}

.round-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: radial-gradient(at 30% 30%, #416e45, #2e5433);
    color: white
}

.round-icon .icon {
    width: 31px;
    height: 31px
}

.contact-detail h2 {
    font-size: 17px;
    margin-bottom: 8px
}

.contact-detail p {
    font-size: 13px;
    line-height: 1.7
}

.contact-section {
    position: relative;
    background: radial-gradient(ellipse at 36% 58%, #eae7dd60, transparent 42%), repeating-linear-gradient(120deg, #f8f6f2 0, #f8f6f2 2px, #f7f5f1 2px, #f7f5f1 4px);
    padding: 32px 0 38px
}

.contact-grid {
    display: grid;
    grid-template-columns: .83fr 1.17fr;
    gap: 50px
}

.form-column {
    padding-top: 17px
}

.section-eyebrow {
    color: #bc8e53;
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 0 0 10px 5px
}

.section-eyebrow span {
    height: 1px;
    width: 50px;
    background: #bc8e53
}

.form-column h2,
.story h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.8px
}

.form-column h2 em {
    font-style: normal;
    color: var(--green)
}

.intro {
    color: #5d5c58;
    font-size: 16px;
    max-width: 360px;
    line-height: 1.5;
    margin: 19px 0 27px
}

.field {
    display: flex;
    gap: 21px;
    align-items: center;
    background: #ffffffee;
    border: 1px solid #dcdad5;
    border-radius: 19px;
    padding: 15px 17px;
    margin-bottom: 14px;
    box-shadow: 0 1px 3px #00000004
}

.field .icon {
    width: 20px;
    height: 20px;
    color: #373a34
}

.field input,
.field textarea {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    color: var(--ink);
    font-size: 13px;
    min-width: 0;
    line-height: 1.5
}

.field:focus-within {
    border-color: var(--green);
    box-shadow: 0 0 0 3px #315d3815
}

.field textarea {
    resize: vertical;
    min-height: 76px
}

.textarea-field {
    align-items: flex-start
}

.send-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    background: linear-gradient(110deg, #315b36, #416d40, #315b36);
    color: white;
    border-radius: 32px;
    width: 100%;
    padding: 16px;
    margin-top: 19px;
    font-size: 14px;
    font-weight: 700;
    transition: filter .2s
}

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

.send-button .icon {
    width: 20px;
    height: 20px
}

.send-button .icon:last-child {
    width: 16px;
    margin-left: -10px
}

.privacy {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    color: #65625e;
    margin: 16px 8px 0
}

.privacy .icon {
    color: var(--green);
    width: 17px;
    height: 17px
}

.form-status {
    font-size: 12px;
    margin-top: 8px;
    color: var(--green)
}

.form-status:empty {
    display: none
}

.map-frame {
    height: 425px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #e8ecee
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.65);
    display: block
}

.map-address {
    position: absolute;
    left: 50%;
    top: 35%;
    background: white;
    padding: 14px 17px;
    border-radius: 11px;
    box-shadow: 0 3px 15px #0002;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.35;
    transform: translateX(-50%)
}

.map-address strong {
    font-size: 15px;
    margin-bottom: 4px
}

.map-address small {
    font-size: 10px;
    color: var(--green);
    margin-top: 7px
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 22px
}

.service-card {
    padding: 26px 29px 28px;
    background: #ffffffba;
    border-radius: 9px;
    box-shadow: 0 5px 22px #4e402b05
}

.service-card>.icon {
    color: var(--green);
    width: 36px;
    height: 36px;
    margin-bottom: 9px
}

.service-card h3 {
    font-size: 19px;
    margin-bottom: 6px;
    letter-spacing: -.5px
}

.service-card p {
    font-size: 15px;
    line-height: 1.55;
    white-space: nowrap
}

.service-card .gold-rule {
    margin-top: 17px
}

.story {
    display: grid;
    grid-template-columns: 36% 46% 18%;
    min-height: 275px;
    background: #fbfaf7;
    position: relative;
    align-items: center
}

.story-image {
    height: 100%;
    min-height: 275px;
    position: relative;
    overflow: hidden
}

.story-image:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 75%, #fbfaf7)
}

.story-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute
}

.story-copy {
    padding: 28px 24px
}

.story-kicker {
    font-size: 21px;
    margin-bottom: 4px
}

.story h2 {
    font-size: 48px;
    margin-bottom: 18px
}

.story h2 span {
    color: var(--gold)
}

.story-copy>p:not(.story-kicker) {
    color: #5d5a57;
    font-size: 15px
}

.values {
    display: flex;
    align-items: center;
    margin-top: 23px;
    gap: 0
}

.values>span {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    font-size: 13px;
    white-space: nowrap;
    padding: 0 18px
}

.values>span:first-child {
    padding-left: 0
}

.values>span+span {
    border-left: 1px solid #d9d3ca
}

.values .icon {
    width: 35px;
    height: 35px;
    color: var(--green)
}

.story-signature {
    font-size: 36px;
    line-height: .97;
    color: #514435;
    transform: rotate(-9deg);
    text-align: center;
    padding-right: 26px
}

.footer {
    color: white;
    background: linear-gradient(90deg, #17140fec, #12120fed), url('../images/asta/coffee-hero.png') center/cover
}

.footer-main {
    display: grid;
    grid-template-columns: 1.4fr .55fr 1fr 1.05fr;
    gap: 45px;
    padding-top: 48px;
    padding-bottom: 42px
}

.footer-about .brand {
    width: 120px;
    margin-bottom: 19px
}

.footer-about p {
    font-size: 14px;
    line-height: 1.65;
    max-width: 330px;
    margin-bottom: 18px
}

.footer h2 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 12px
}

.footer .gold-rule {
    height: 1px;
    width: 20px;
    margin-bottom: 13px
}

.footer-links>a {
    display: block;
    font-size: 15px;
    margin-bottom: 10px
}

.footer-contact>a {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 18px
}

.footer-contact .icon {
    width: 21px;
    height: 21px
}

.newsletter>p {
    font-size: 14px;
    margin-bottom: 15px
}

.newsletter form {
    display: flex;
    border: 1px solid #888277;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff1a
}

.newsletter input {
    width: 100%;
    min-width: 0;
    padding: 15px 18px;
    background: transparent;
    border: 0;
    color: white;
    font-size: 12px
}

.newsletter input::placeholder {
    color: #c4c1bc
}

.newsletter button {
    background: var(--green);
    color: white;
    padding: 0 15px
}

.newsletter-status {
    margin-top: 10px
}

.footer-bottom {
    border-top: 1px solid #82715688;
    background: #a58b6120;
    padding: 20px 0;
    font-size: 14px
}

.footer-bottom>.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-motto {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px
}

.footer-motto i {
    height: 1px;
    width: 38px;
    background: var(--gold)
}

dialog {
    border: 1px solid #ddd;
    border-radius: 18px;
    padding: 32px;
    width: min(500px, calc(100% - 36px));
    color: var(--ink)
}

dialog::backdrop {
    background: #151e16a8;
    backdrop-filter: blur(4px)
}

.dialog-close {
    float: right;
    background: transparent;
    font-size: 28px
}

.search-results {
    max-height: 45vh;
    overflow-y: auto;
    display: grid;
    gap: 12px;
    margin-top: 20px
}

.search-results a {
    padding: 10px;
    background: var(--cream);
    border-radius: 7px
}

#page-search {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border: 1px solid #aaa;
    border-radius: 8px
}

.no-results {
    margin-top: 18px
}

@media(min-width:1450px) {
    .contact-section {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .map-frame {
        height: 455px
    }

    .form-column h2 {
        font-size: 58px
    }

    .field {
        padding: 19px
    }

    .story {
        min-height: 330px
    }

    .story-image {
        min-height: 330px
    }
}

@media(max-width:1150px) {
    .wrap {
        width: calc(100% - 64px)
    }

    .header {
        gap: 20px
    }

    .header nav {
        gap: 25px
    }

    .header-tools {
        gap: 35px;
        margin-left: 15px
    }

    .hero-copy {
        width: 40%
    }

    .hero-copy>p:not(.eyebrow):not(.signature) {
        font-size: 16px
    }

    .contact-detail {
        gap: 24px;
        padding: 18px 26px
    }

    .round-icon {
        width: 58px;
        height: 58px
    }

    .contact-grid {
        gap: 45px
    }

    .service-card {
        padding: 24px
    }

    .service-card p {
        font-size: 14px
    }

    .map-frame {
        height: 395px
    }

    .footer-main {
        gap: 30px;
        grid-template-columns: 1.4fr .6fr 1.05fr 1.1fr
    }

    .footer h2 {
        font-size: 14px
    }

    .story-signature {
        font-size: 31px
    }

    .values>span {
        padding: 0 14px
    }
}

@media(max-width:900px) {
    .header-tools {
        display: none
    }

    .hero-copy {
        width: 48%
    }

    .contact-detail {
        gap: 15px;
        padding: 18px
    }

    .contact-detail p {
        font-size: 11px
    }

    .contact-detail h2 {
        font-size: 15px
    }

    .round-icon {
        width: 48px;
        height: 48px
    }

    .contact-grid {
        gap: 28px;
        grid-template-columns: 1fr 1.1fr
    }

    .form-column h2 {
        font-size: 40px
    }

    .service-grid {
        gap: 12px
    }

    .service-card {
        padding: 20px 15px
    }

    .service-card p {
        font-size: 12px;
        white-space: normal
    }

    .service-card h3 {
        font-size: 17px
    }

    .story {
        grid-template-columns: 35% 65%
    }

    .story-signature {
        display: none
    }

    .footer-main {
        grid-template-columns: 1.2fr 1fr;
        gap: 35px 60px
    }

    .footer-about p {
        max-width: none
    }

    .map-frame {
        height: 410px
    }
}

@media(max-width:640px) {
    .wrap {
        width: calc(100% - 40px)
    }

    .hero {
        height: 480px;
        background-position: 38% center
    }

    .hero:before {
        content: '';
        position: absolute;
        inset: 0;
        background: #0004
    }

    .header {
        height: 96px;
        gap: 10px
    }

    .header-tools {
        display: flex;
        flex-shrink: 0;
        margin-left: auto
    }

    .header-tools .socials {
        display: none
    }

    .header-tools .search-toggle {
        width: 44px;
        height: 44px
    }

    .brand {
        width: 110px
    }

    .brand strong {
        font-size: 16px
    }

    .brand img {
        height: 42px
    }

    .menu-toggle {
        display: block;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        background: #ffffff18;
        color: white;
        padding: 9px;
        border: 1px solid #ffffff50;
        border-radius: 6px;
        margin-left: 0
    }

    .header nav {
        display: none;
        position: absolute;
        top: 86px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: black;
        padding: 15px 24px;
        border-radius: 10px;
        box-shadow: 0 10px 30px #0005
    }

    .header nav.open {
        display: flex
    }

    .header nav a {
        padding: 12px
    }

    .header nav .mobile-menu-socials {
        display: flex;
        gap: 14px;
        margin-top: 12px;
        padding-top: 16px;
        border-top: 1px solid #ffffff30
    }

    .header nav .mobile-menu-socials a {
        width: 44px;
        height: 44px;
        padding: 0;
        color: white;
        border: 1px solid #a9a49b
    }

    .header nav .mobile-menu-socials .icon {
        width: 18px;
        height: 18px
    }

    .hero-inner {
        position: relative;
        height: calc(100% - 96px);
        align-items: center
    }

    .hero-copy {
        width: 100%;
        padding: 25px 0 0
    }

    .hero h1 {
        font-size: 47px;
        white-space: normal;
        letter-spacing: -1px
    }

    .hero-copy>.eyebrow {
        font-size: 10px
    }

    .hero-copy>p:not(.eyebrow):not(.signature) {
        font-size: 15px
    }

    .hero-copy .signature {
        font-size: 28px;
        text-align: left;
        margin-top: 24px
    }

    .contact-strip {
        padding: 0 15px 15px
    }

    .contact-strip-inner {
        grid-template-columns: 1fr;
        padding: 10px 20px
    }

    .contact-detail {
        padding: 18px 0;
        gap: 22px
    }

    .contact-detail+.contact-detail {
        border-left: 0;
        border-top: 1px solid #e0ddd5
    }

    .contact-detail h2 {
        font-size: 16px;
        margin-bottom: 4px
    }

    .contact-detail p {
        font-size: 13px
    }

    .round-icon {
        width: 52px;
        height: 52px
    }

    .contact-section {
        padding: 25px 0 30px
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .form-column {
        padding-top: 4px
    }

    .form-column h2 {
        font-size: 43px
    }

    .intro {
        font-size: 15px;
        margin-bottom: 24px
    }

    .field {
        padding: 16px;
        border-radius: 16px
    }

    .field input,
    .field textarea {
        font-size: 16px
    }

    .privacy {
        font-size: 10px;
        align-items: flex-start
    }

    .map-frame {
        height: 330px
    }

    .service-grid {
        gap: 12px;
        margin-top: 16px
    }

    .service-card {
        padding: 21px 17px
    }

    .service-card p {
        font-size: 12px
    }

    .service-card h3 {
        font-size: 17px
    }

    .service-card>.icon {
        width: 30px;
        height: 30px
    }

    .story {
        grid-template-columns: 1fr
    }

    .story-image {
        min-height: 250px
    }

    .story-image:after {
        background: linear-gradient(0deg, #fbfaf7, transparent 25%)
    }

    .story-copy {
        padding: 20px 24px 32px
    }

    .story h2 {
        font-size: 46px
    }

    .story-kicker {
        font-size: 19px
    }

    .story-copy>p:not(.story-kicker) {
        font-size: 14px
    }

    .values {
        margin-top: 23px
    }

    .values>span {
        padding: 0 12px;
        font-size: 11px;
        gap: 8px
    }

    .values .icon {
        width: 26px;
        height: 26px
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
        padding-top: 35px;
        padding-bottom: 30px
    }

    .footer-about {
        grid-column: 1/-1
    }

    .footer-about .brand {
        margin-bottom: 15px
    }

    .footer h2 {
        white-space: normal;
        font-size: 15px
    }

    .footer-contact>a {
        font-size: 11px;
        gap: 9px;
        overflow-wrap: anywhere
    }

    .footer-contact .icon {
        width: 17px
    }

    .newsletter {
        grid-column: 1/-1
    }

    .newsletter form {
        max-width: 400px
    }

    .footer-bottom>.wrap {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start
    }

    .footer-bottom {
        font-size: 11px
    }

    .desktop-break {
        display: none
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        transition: none !important
    }
}

.brand-official img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain
}

/* Blend the logo into the photograph without a visible badge. */
.header>.brand-link {
    display: block;
    flex-shrink: 0;
    padding: 9px 13px;
}

.header .brand-official img {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .65));
}

.socials .social-link {
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.socials .social-facebook:hover,
.socials .social-facebook:focus-visible {
    background: #1877f2;
    border-color: #1877f2;
    color: #fff;
    box-shadow: 0 3px 12px #1877f240;
}

.socials .social-instagram:hover,
.socials .social-instagram:focus-visible {
    background: radial-gradient(circle at 25% 110%, #feda75 0%, #fa7e1e 25%, #d62976 55%, #962fbf 80%, #4f5bd5 100%);
    border-color: #d62976;
    color: #fff;
    box-shadow: 0 3px 12px #d6297640;
}

.socials .social-youtube:hover,
.socials .social-youtube:focus-visible {
    background: #ff0000;
    border-color: #ff0000;
    color: #fff;
    box-shadow: 0 3px 12px #ff000040;
}

@media (max-width: 640px) {
    .header>.brand-link {
        padding: 6px 10px;
    }
}

/* Univers dropdown and brand flyout. */
.univers-menu,
.univers-category {
    position: relative;
}

.header nav .univers-toggle {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    background: transparent;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
}

.univers-chevron,
.category-chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.univers-chevron {
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .2s ease;
}

.univers-toggle[aria-expanded="true"] .univers-chevron {
    transform: rotate(225deg);
    margin-top: 4px;
}

.header nav .univers-toggle:hover,
.header nav .univers-toggle[aria-expanded="true"] {
    color: #dfb471;
    border-color: #dfb471;
}

/* Consistent panels and interaction states for every brand header. */
.header nav .univers-dropdown,
.header nav .univers-submenu {
    list-style: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    background: #fff;
    color: #242424;
    border: 1px solid #e8e3dc;
    border-radius: 12px;
    box-shadow: 0 14px 35px #00000020;
}

.header nav .univers-dropdown {
    width: 310px;
    top: calc(100% + 14px);
    left: 0;
}

.univers-dropdown::before {
    content: '';
    position: absolute;
    bottom: 100%;
    height: 16px;
    left: 0;
    right: 0;
}

.header nav .univers-category {
    position: relative;
}

.header nav .univers-submenu {
    width: 310px;
    min-height: 0;
    right: calc(100% + 19px);
    top: -11px;
}

.univers-submenu::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 21px;
}

.header nav .univers-dropdown a,
.header nav .univers-dropdown .category-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    padding: 12px 15px;
    min-height: 42px;
    margin: 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #292929;
    text-align: left;
    font-family: "jost", sans-serif; 
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    white-space: normal;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}

.header nav .univers-dropdown li+li {
    margin-top: 3px;
}

.header nav .univers-dropdown .category-chevron {
    color: #8b754f;
    transform: rotate(135deg);
    margin-left: auto;
}

.header nav .univers-dropdown a:hover,
.header nav .univers-dropdown a:focus-visible,
.header nav .univers-dropdown .category-toggle:hover,
.header nav .univers-dropdown .category-toggle:focus-visible,
.header nav .univers-dropdown .category-toggle[aria-expanded="true"] {
    background: #f2eadc;
    color: #76582f;
}

.header nav .univers-dropdown a:focus-visible,
.header nav .univers-dropdown .category-toggle:focus-visible {
    outline: 2px solid #b38b50;
    outline-offset: -2px;
}

.header nav .univers-dropdown[hidden],
.header nav .univers-submenu[hidden] {
    display: none;
}

@media (min-width: 641px) and (max-width: 1000px) {
    .header nav .univers-dropdown {
        width: 290px;
    }

    .header nav .univers-submenu {
        width: 290px;
    }

    .header nav .univers-dropdown a,
    .header nav .univers-dropdown .category-toggle {
        font-size: 14px;
        padding: 11px 12px;
    }
}

@media (max-width: 640px) {
    .header nav.open {
        max-height: calc(100dvh - 110px);
        overflow-y: auto;
    }

    .header nav .univers-toggle {
        width: 100%;
        padding: 12px 0;
        text-align: left;
        justify-content: space-between;
    }

    .header nav .univers-dropdown,
    .header nav .univers-submenu {
        position: static;
        width: 100%;
        min-height: 0;
        box-shadow: none;
    }

    .header nav .univers-dropdown {
        margin: 8px 0;
        padding: 8px;
    }

    .header nav .univers-submenu {
        margin: 5px 0;
        border: 0;
        border-left: 2px solid #c6aa7d;
        border-radius: 0;
        padding: 0 0 0 8px;
        background: #faf7f1;
    }

    .univers-dropdown::before,
    .univers-submenu::after {
        display: none;
    }

    .header nav .univers-dropdown a,
    .header nav .univers-dropdown .category-toggle {
        font-size: 14px;
        padding: 11px 12px;
    }

    .header nav .univers-dropdown .category-toggle .category-chevron {
        transform: rotate(45deg);
    }

    .header nav .univers-dropdown .category-toggle[aria-expanded="true"] .category-chevron {
        transform: rotate(225deg);
    }
}
.search-results a[hidden] { display: none; }

.back-to-top {
    position: fixed;
    right: max(20px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 74px;
    height: 74px;
    padding: 8px;
    border: 0;
    border-radius: 50%;
    background: #151515;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 14px #0003;
}
/* Shared product card typography across all brand pages and breakpoints. */
#main-content .asta-flip-back strong { font-size: 18px; }

.back-to-top[hidden] { display: none; }
.back-to-top svg { color: #56885b; }
.back-to-top span { font: 700 9px/1.2 Arial, sans-serif; }
.back-to-top:hover { background: #252525; }
.back-to-top:focus-visible { outline: 3px solid #c7a563; outline-offset: 4px; }
@media (max-width: 600px) {
    .back-to-top { width: 64px; height: 64px; right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
}
