* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --bg: #12100D;
    --gold: #D9A441;
    --amber: #B5651D;
    --leather: #3B2A1E;
    --rust: #7A2E1E;
    --text: #F2EBDE
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased
}

.disp {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    line-height: .9
}

.tattoo {
    font-family: 'Permanent Marker', cursive
}

.wrap {
    min-height: 100vh;
    background: var(--bg);
    overflow-x: hidden
}

/* HERO */
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background: var(--bg)
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    transform: scale(1.35) translate(4%, -6%)
}

.cursor-glow {
    position: absolute;
    inset: 0;
    z-index: 30;
    pointer-events: none;
    overflow: hidden
}

.glow-move {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    opacity: 0;
    border-radius: 9999px;
    transition: opacity .3s ease;
    will-change: transform
}

.glow-halo {
    position: absolute;
    inset: 0;
    mix-blend-mode: screen;
    border-radius: 9999px;
    filter: blur(2px);
    background: radial-gradient(circle, rgba(217, 164, 65, .30) 0%, rgba(217, 164, 65, .16) 35%, rgba(217, 164, 65, .05) 55%, rgba(217, 164, 65, 0) 65%)
}

.glow-core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18%;
    height: 18%;
    border-radius: 9999px;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    background: radial-gradient(circle, rgba(255, 241, 214, .9) 0%, rgba(217, 164, 65, .6) 45%, rgba(217, 164, 65, 0) 100%)
}

.glow-pulse {
    animation: glowPulse 2.4s ease-in-out infinite alternate
}

.hero-vig {
    position: absolute;
    inset: 0;
    z-index: 40;
    pointer-events: none;
    background: radial-gradient(120% 90% at 50% 30%, transparent 40%, rgba(18, 16, 13, .55) 100%), linear-gradient(180deg, rgba(18, 16, 13, .5) 0%, transparent 22%, transparent 62%, rgba(18, 16, 13, .92) 100%)
}

.hero-mark {
    display: none
}

.hero-logo-sm {
    width: 70px;
    height: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .5))
}

.hero-h1 {
    position: absolute;
    top: 38%;
    left: 8vw;
    transform: translateY(-50%);
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 36rem;
    pointer-events: none
}

.hero-h1 span {
    font-size: clamp(40px, 6.5vw, 88px);
    color: #fff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .7);
    line-height: 1.15
}

.hero-h1 .gold {
    color: var(--gold);
    margin-top: 14px
}

.hero-sub {
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(242, 235, 222, .65);
    font-weight: 500
}

.hero-cta {
    position: absolute;
    bottom: 60px;
    left: 8vw;
    z-index: 50;
    display: flex;
    justify-content: flex-start;
    padding-right: 20px
}

@media (max-width:640px) {
    .hero-h1 {
        left: 6vw;
        max-width: 88vw
    }

    .hero-cta {
        left: 6vw
    }
}

.btn-gold {
    background: var(--gold);
    color: var(--bg);
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 19px;
    padding: 14px 34px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), background .25s ease, box-shadow .25s ease;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 9px
}

.btn-gold:hover {
    background: linear-gradient(155deg, #f3d38a 0%, #D9A441 45%, #f0c876 100%);
    transform: scale(1.04);
    box-shadow: 0 0 0 1px rgba(217, 164, 65, .5), 0 16px 50px rgba(217, 164, 65, .55)
}

.btn-gold:active {
    transform: scale(.97)
}

.hero-hint {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    z-index: 50;
    text-align: center;
    font-size: 11px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: rgba(242, 235, 222, .42);
    pointer-events: none
}

/* ARGENTINA BANNER */
.arg-banner {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden
}

.arg-banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
    z-index: 10
}

.arg-banner-ov {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: linear-gradient(to left, rgba(18, 16, 13, .85) 0%, rgba(18, 16, 13, .2) 55%, transparent 100%)
}

.arg-banner-txt {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    text-align: right;
    padding-right: 32px;
    max-width: 26rem
}

.arg-banner-title {
    font-size: clamp(44px, 8vw, 84px);
    line-height: .95
}

.arg-banner-title .blur-word {
    background: linear-gradient(115deg, #8a5c1e 0%, #f3d38a 22%, #D9A441 40%, #fff6da 52%, #D9A441 64%, #9c6a1f 80%, #f0c876 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.arg-banner-title.text-glow-gold .blur-word {
    animation: textGlow 2.8s ease-in-out infinite, metalShine 5s linear infinite
}

.arg-banner-sub {
    margin-top: 12px;
    font-size: clamp(15px, 1.6vw, 19px);
    color: rgba(242, 235, 222, .8);
    font-weight: 300
}

.arg-banner-cta {
    margin-top: 28px;
    display: inline-flex
}

.btn-cyan {
    background: linear-gradient(135deg, #eaf7ff 0%, #7fd4f0 45%, #3fa9d9 100%);
    color: #12100D;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 18px;
    padding: 13px 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .4);
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: background .35s ease, transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease, color .3s ease;
    box-shadow: 0 10px 30px rgba(63, 169, 217, .3), inset 0 1px 0 rgba(255, 255, 255, .5)
}

.btn-cyan:hover {
    background: linear-gradient(135deg, #f3d38a 0%, #D9A441 45%, #9c6a1f 100%);
    border-color: rgba(217, 164, 65, .8);
    color: #12100D;
    transform: scale(1.03);
    box-shadow: 0 14px 40px rgba(217, 164, 65, .45), inset 0 1px 0 rgba(255, 255, 255, .35)
}

.btn-cyan:active {
    transform: scale(.97)
}

@keyframes textGlow {

    0%,
    100% {
        filter: drop-shadow(0 0 8px rgba(217, 164, 65, .45)) drop-shadow(0 0 18px rgba(217, 164, 65, .2))
    }

    50% {
        filter: drop-shadow(0 0 18px rgba(217, 164, 65, .8)) drop-shadow(0 0 40px rgba(217, 164, 65, .4))
    }
}

@keyframes metalShine {
    0% {
        background-position: 0% 50%
    }

    100% {
        background-position: 220% 50%
    }
}

@media (min-width:768px) {
    .arg-banner {
        height: 100vh
    }

    .arg-banner-txt {
        padding-right: 64px
    }
}

@media (prefers-reduced-motion:reduce) {
    .arg-banner-title.text-glow-gold .blur-word {
        animation: none;
        filter: drop-shadow(0 0 13px rgba(217, 164, 65, .6)) drop-shadow(0 0 28px rgba(217, 164, 65, .3));
        background-position: 60% 50%
    }
}

/* NAV */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    transition: transform .35s cubic-bezier(.16, 1, .3, 1)
}

nav.nav.grain-overlay {
    position: fixed
}

.nav.nav-hidden {
    transform: translateY(-100%)
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px
}

.nav-emblem {
    width: 32px;
    height: 32px;
    color: #fff
}

.nav-name {
    font-size: 22px;
    color: #fff
}

.nav-pill {
    display: none;
    align-items: center;
    gap: 4px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    padding: 6px 8px
}

.nav-link {
    color: rgba(242, 235, 222, .82);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 999px;
    transition: all .2s;
    white-space: nowrap
}

.nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08)
}

.nav-item {
    position: relative
}

.nav-caret {
    display: inline-block;
    margin-left: 5px;
    font-size: 8px;
    opacity: .65;
    vertical-align: middle
}

.nav-drop {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 184px;
    background: rgba(24, 20, 16, .97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(217, 164, 65, .22);
    border-radius: 14px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    pointer-events: none;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .5)
}

.nav-item:hover .nav-drop {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto
}

.nav-drop a {
    color: rgba(242, 235, 222, .82);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    padding: 9px 13px;
    border-radius: 9px;
    transition: all .18s;
    white-space: nowrap
}

.nav-drop a:hover {
    background: rgba(217, 164, 65, .14);
    color: #fff
}

.nav-mono {
    height: 36px;
    width: auto;
    display: block
}

.nav-word {
    height: 19px;
    width: auto;
    display: block;
    margin-top: 2px
}

.nav-cta {
    background: var(--gold);
    color: var(--bg);
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), background .2s ease;
    display: none
}

.nav-cta:hover {
    background: var(--amber);
    transform: scale(1.03)
}

.nav-cta:active {
    transform: scale(.97)
}

.nav-burger {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    cursor: pointer
}

.nav-burger span {
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all .2s
}

.drawer {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(18, 16, 13, .97);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.drawer a {
    color: var(--text);
    text-decoration: none;
    font-size: 38px;
    line-height: 1.3
}

.drawer a:hover {
    color: var(--gold)
}

.drawer-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.drawer-cta {
    margin-top: 20px
}

/* SECTIONS */
.sec {
    position: relative;
    padding: 120px 24px
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

.eyebrow {
    font-size: 12px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 22px
}

.rev {
    opacity: 0;
    transform: translateY(34px);
    filter: blur(8px);
    transition: opacity 1s cubic-bezier(.16, 1, .3, 1), transform 1s cubic-bezier(.16, 1, .3, 1), filter 1s cubic-bezier(.16, 1, .3, 1)
}

.rev.in {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0)
}

.rev-d1 {
    transition-delay: .15s
}

.rev-d2 {
    transition-delay: .3s
}

.rev-d3 {
    transition-delay: .45s
}

.blurtext {
    display: flex;
    flex-wrap: wrap
}

.blur-word {
    display: inline-block;
    margin-right: 0.28em;
    opacity: 0;
    transform: translateY(24px);
    filter: blur(10px);
    transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1), filter .7s cubic-bezier(.16, 1, .3, 1)
}

.blurtext.in .blur-word {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0)
}

/* SHOWCASE */
.showcase {
    position: relative;
    min-height: 92vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 24px
}

.showcase-img {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}

.showcase-ov {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent 0%, transparent 40%, rgba(18, 16, 13, .55) 65%, rgba(18, 16, 13, .92) 100%)
}

.showcase-txt {
    position: relative;
    z-index: 2;
    margin-left: auto;
    max-width: 26rem;
    text-align: right
}

.showcase-txt h2 {
    font-size: clamp(36px, 5.5vw, 72px);
    color: var(--text)
}

.showcase-txt h2 .g {
    color: var(--gold)
}

.showcase-txt p {
    margin-top: 24px;
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.65;
    color: rgba(242, 235, 222, .72);
    font-weight: 300
}

@media (min-width:768px) {
    .showcase {
        padding: 0 8vw
    }
}

/* PRODUCTO */
.prod-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
    align-items: center
}

.prod-img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #000;
    box-shadow: 0 34px 90px rgba(0, 0, 0, .55), 0 0 70px rgba(217, 164, 65, .1);
    border: 1px solid rgba(217, 164, 65, .14)
}

.prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prod-glow {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 120px 20px rgba(217, 164, 65, .14);
    pointer-events: none;
    border-radius: 18px
}

.prod-shine {
    position: absolute;
    inset: 0;
    mix-blend-mode: screen;
    pointer-events: none;
    border-radius: 18px
}

.prod-h {
    font-size: clamp(38px, 5vw, 64px);
    color: #fff;
    margin-bottom: 8px
}

.prod-h .g {
    color: var(--gold)
}

.prod-lead {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(242, 235, 222, .66);
    font-weight: 300;
    margin-bottom: 34px;
    max-width: 44ch
}

.feat {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid rgba(242, 235, 222, .1)
}

.feat:last-child {
    border-bottom: 1px solid rgba(242, 235, 222, .1)
}

.feat-n {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    color: var(--gold);
    line-height: 1;
    min-width: 38px
}

.feat-t {
    font-size: 19px;
    color: var(--text);
    margin-bottom: 4px;
    font-weight: 600
}

.feat-d {
    font-size: 14.5px;
    color: rgba(242, 235, 222, .58);
    line-height: 1.5;
    font-weight: 300
}

/* RITUAL */
.ritual {
    position: relative;
    overflow: hidden;
    padding: 130px 24px
}

.ritual-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden
}

.ritual-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.35) translate(4%, -6%)
}

.ritual-ov {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(18, 16, 13, .82) 0%, rgba(18, 16, 13, .7) 50%, rgba(18, 16, 13, .92) 100%)
}

.ritual-in {
    position: relative;
    z-index: 2
}

.ritual-head {
    text-align: center;
    margin-bottom: 60px
}

.ritual-head h2 {
    font-size: clamp(40px, 6vw, 80px);
    color: #fff
}

.ritual-head p {
    margin-top: 16px;
    color: rgba(242, 235, 222, .66);
    font-size: 17px;
    font-weight: 300
}

.recipe-tabs {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 48px
}

.recipe-tabs-wrap {
    text-align: center
}

.recipe-tab {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 19px;
    padding: 14px 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .72);
    cursor: pointer;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1)
}

.recipe-tab:hover {
    color: #fff;
    border-color: rgba(217, 164, 65, .4);
    transform: translateY(-2px)
}

.recipe-tab.recipe-tab-active {
    background: var(--gold);
    color: var(--bg);
    border-color: var(--gold);
    box-shadow: 0 10px 30px rgba(217, 164, 65, .3)
}

.recipe-slider-outer {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

.recipe-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 16px;
    scrollbar-width: none
}

.recipe-track::-webkit-scrollbar {
    display: none
}

.recipe-card2 {
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 280px;
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform .3s cubic-bezier(.34, 1.56, .64, 1), border-color .3s ease
}

.recipe-card2:hover {
    transform: scale(1.02);
    border-color: rgba(217, 164, 65, .35)
}

.recipe-img2 {
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.recipe-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1)
}

.recipe-card2:hover .recipe-img2 img {
    transform: scale(1.05)
}

.recipe-body {
    padding: 20px
}

.recipe-ig-btn {
    display: inline-block;
    margin-top: 14px;
    background: rgba(217, 164, 65, .12);
    border: 1px solid rgba(217, 164, 65, .4);
    color: var(--gold);
    text-decoration: none;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 14px;
    padding: 9px 22px;
    border-radius: 999px;
    transition: all .2s ease
}

.recipe-ig-btn:hover {
    background: var(--gold);
    color: var(--bg)
}

.recipe-h {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    letter-spacing: .02em
}

.recipe-d {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 6px;
    font-weight: 300
}

.slider-nav {
    display: none;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(24, 20, 16, .85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease
}

.slider-nav:hover {
    background: rgba(217, 164, 65, .35)
}

.slider-nav-l {
    left: -22px
}

.slider-nav-r {
    right: -22px
}

@media (min-width:768px) {
    .slider-nav {
        display: flex
    }

    .recipe-card2 {
        width: 320px
    }
}

@media (min-width:1024px) {
    .recipe-card2 {
        width: 380px
    }
}

/* RECIPE MODAL */
.recipe-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 200;
    animation: modalFade .2s ease
}

.recipe-modal {
    background: rgba(28, 24, 20, .96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(217, 164, 65, .22);
    border-radius: 1.5rem;
    max-width: 640px;
    width: 90vw;
    max-height: 85vh;
    overflow-y: auto;
    margin: 7vh auto 0;
    padding: 32px;
    position: relative;
    animation: modalIn .25s ease-out
}

.recipe-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.recipe-modal-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 24px;
    display: block
}

.recipe-modal-title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 8px
}

.recipe-modal-desc {
    color: rgba(255, 255, 255, .7);
    font-size: 14.5px;
    margin-bottom: 24px
}

.recipe-modal-sub {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    color: var(--gold);
    font-size: 15px;
    letter-spacing: .04em;
    margin-bottom: 12px;
    margin-top: 24px
}

.recipe-modal-sub:first-of-type {
    margin-top: 0
}

.recipe-modal-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.recipe-modal-list li {
    color: rgba(255, 255, 255, .85);
    font-size: 14.5px;
    padding-left: 16px;
    position: relative
}

.recipe-modal-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--gold)
}

.recipe-modal-steps {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.recipe-modal-steps li {
    color: rgba(255, 255, 255, .85);
    font-size: 14.5px;
    line-height: 1.6
}

.recipe-modal-soon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 60px 20px;
    color: rgba(255, 255, 255, .5);
    font-size: 18px
}

@keyframes modalFade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

/* MANADA */
.manada-slider {
    position: relative;
    padding: 130px 0;
    overflow: hidden
}

.manada-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}

.manada-ov {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(18, 16, 13, .6) 0%, rgba(18, 16, 13, .5) 45%, rgba(18, 16, 13, .85) 100%)
}

.manada-head {
    position: relative;
    z-index: 2;
    font-size: clamp(34px, 6vw, 64px);
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 24px
}

.manada-hint {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(242, 235, 222, .55);
    margin-bottom: 34px
}

.slider-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden
}

.slider-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: slideLoop 28s linear infinite;
    animation-play-state: paused;
    opacity: 0;
    filter: blur(10px);
    transition: opacity .8s cubic-bezier(.16, 1, .3, 1), filter .8s cubic-bezier(.16, 1, .3, 1);
    cursor: pointer
}

.slider-track.slider-in {
    opacity: 1;
    filter: blur(0)
}

.slider-track.slider-go {
    animation-play-state: running
}

.slider-track.slider-paused {
    animation-play-state: paused
}

.slide-img {
    height: 420px;
    width: auto;
    object-fit: cover;
    border-radius: 12px;
    filter: grayscale(1);
    transition: filter .4s ease;
    display: block
}

.slide-img:hover {
    filter: grayscale(0)
}

.manada-color .slide-img {
    filter: grayscale(0)
}

@media (max-width:640px) {
    .slide-img {
        height: 260px
    }
}

@media (prefers-reduced-motion:reduce) {
    .slider-track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center
    }
}

/* HISTORIA */
.hist {
    padding: 130px 24px;
    position: relative;
    overflow: hidden
}

.hist-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0
}

.hist-ov {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(18, 16, 13, .55) 0%, rgba(18, 16, 13, .72) 55%, rgba(18, 16, 13, .9) 100%)
}

.hist-head {
    text-align: center;
    margin-bottom: 70px
}

.hist-head h2 {
    font-size: clamp(40px, 6vw, 80px);
    color: #fff
}

.timeline {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    padding-left: 34px
}

.timeline:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, var(--gold), rgba(217, 164, 65, .1))
}

.tl-item {
    position: relative;
    padding-bottom: 44px
}

.tl-item:last-child {
    padding-bottom: 0
}

.tl-item:before {
    content: "";
    position: absolute;
    left: -34px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--gold);
    box-shadow: 0 0 0 5px rgba(217, 164, 65, .16)
}

.tl-year {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 8px
}

.tl-t {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px
}

.tl-d {
    font-size: 15.5px;
    color: rgba(242, 235, 222, .62);
    line-height: 1.6;
    font-weight: 300;
    max-width: 52ch
}

.teaser-btn {
    display: inline-block;
    background: linear-gradient(135deg, #eaf7ff 0%, #7fd4f0 45%, #3fa9d9 100%);
    color: #12100D;
    text-decoration: none;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px;
    padding: 13px 30px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .4);
    transition: background .35s ease, transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .3s ease, color .3s ease;
    box-shadow: 0 10px 30px rgba(63, 169, 217, .3), inset 0 1px 0 rgba(255, 255, 255, .5)
}

.teaser-btn:hover {
    background: linear-gradient(135deg, #f4f6f8 0%, #c7ccd1 40%, #9aa1a8 65%, #e8ebee 100%);
    border-color: rgba(255, 255, 255, .7);
    color: #12100D;
    transform: scale(1.03);
    box-shadow: 0 14px 40px rgba(180, 185, 190, .45), inset 0 1px 0 rgba(255, 255, 255, .65)
}

.teaser-btn:active {
    transform: scale(.97)
}

/* ABOUT PAGE */
.about-page {
    max-width: 56rem;
    margin: 0 auto;
    padding: 150px 24px 100px
}

.about-title {
    font-size: clamp(44px, 8vw, 72px);
    color: #fff;
    margin-bottom: 56px
}

.about-sub {
    font-size: 22px;
    color: var(--gold);
    margin-bottom: 16px
}

.about-body {
    color: rgba(242, 235, 222, .85);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300
}

.about-body p {
    margin-bottom: 16px
}

.about-body p:last-child {
    margin-bottom: 0
}

.about-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 22px;
    background: rgba(217, 164, 65, .12);
    border: 1px solid rgba(217, 164, 65, .35);
    color: var(--gold);
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 999px;
    transition: all .25s ease
}

.about-link:hover {
    background: rgba(217, 164, 65, .22);
    border-color: var(--gold)
}

.about-sep {
    height: 1px;
    background: rgba(242, 235, 222, .1);
    width: 100%;
    margin: 80px 0
}

.about-form-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 22px
}

.form-field {
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 4px;
    margin-bottom: 14px
}

.form-field input,
.form-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--text);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    padding: 14px 16px;
    resize: vertical
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(242, 235, 222, .4)
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none
}

.form-err {
    color: var(--rust);
    font-size: 13.5px;
    margin-top: 12px
}

.form-success {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-size: 16px;
    padding: 24px;
    background: rgba(217, 164, 65, .08);
    border: 1px solid rgba(217, 164, 65, .25);
    border-radius: 16px
}

/* VENDOR PAGE */
.vendor-page {
    max-width: 1152px;
    margin: 0 auto;
    padding: 150px 24px 100px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
    align-items: start
}

.vendor-kicker {
    color: var(--gold);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.vendor-title {
    font-size: clamp(38px, 7vw, 56px);
    color: #fff;
    line-height: .98;
    margin-bottom: 22px
}

.vendor-lead {
    color: rgba(242, 235, 222, .75);
    font-size: 16px;
    line-height: 1.65;
    max-width: 30rem;
    margin-bottom: 40px;
    font-weight: 300
}

.vendor-contact-label {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    color: var(--gold);
    font-size: 14px;
    letter-spacing: .05em;
    margin-bottom: 6px
}

.vendor-contact-mail {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    transition: color .2s
}

.vendor-contact-mail:hover {
    color: var(--gold)
}

.vendor-left {
    position: relative;
    overflow: hidden
}

.vendor-watermark {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 280px;
    height: 280px;
    opacity: .13;
    color: var(--gold);
    pointer-events: none
}

.vendor-form-card {
    background: rgba(217, 164, 65, .05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(217, 164, 65, .22);
    border-radius: 24px;
    padding: 32px
}

.vf-label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block
}

.vf-field {
    width: 100%;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    padding: 12px 18px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: border-color .2s;
    resize: vertical
}

.vf-field::placeholder {
    color: rgba(255, 255, 255, .4)
}

.vf-field:focus {
    outline: none;
    border-color: var(--gold)
}

.vf-group {
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .vendor-page {
        grid-template-columns: 1fr 1fr;
        gap: 64px
    }

    .vendor-watermark {
        display: block
    }
}

@media (max-width:1023px) {
    .vendor-watermark {
        display: none
    }
}

/* POINTS PAGE */
.points-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 150px 24px 100px
}

.points-kicker {
    color: var(--gold);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: center
}

.points-title {
    font-size: clamp(40px, 7vw, 60px);
    color: #fff;
    text-align: center;
    margin-bottom: 16px
}

.points-sub {
    color: rgba(242, 235, 222, .7);
    font-size: 16px;
    text-align: center;
    max-width: 32rem;
    margin: 0 auto 56px
}

.map-frame-wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto
}

.map-halo {
    position: absolute;
    inset: -16px;
    border-radius: 2rem;
    background: rgba(217, 164, 65, .1);
    filter: blur(28px);
    z-index: -1
}

.map-frame {
    position: relative;
    border-radius: 1.75rem;
    overflow: hidden;
    border: 1px solid rgba(217, 164, 65, .25);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
    aspect-ratio: 16/10
}

.map-crop {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 1.75rem
}

.map-frame iframe {
    display: block
}

@media (max-width:640px) {
    .map-frame iframe {
        top: -64px;
        height: calc(100% + 96px)
    }
}

.map-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(24, 20, 16, .85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    padding: 7px 18px;
    font-size: 12.5px;
    color: rgba(242, 235, 222, .85);
    white-space: nowrap;
    z-index: 3
}

.map-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(242, 235, 222, .4);
    font-size: 14px;
    text-align: center
}

.points-cta {
    text-align: center;
    margin-top: 44px;
    color: rgba(242, 235, 222, .7);
    font-size: 15px
}

.points-cta a {
    display: inline-block;
    margin-top: 14px
}

@media (min-width:768px) {
    .map-frame {
        aspect-ratio: 21/10
    }
}

/* FLOATING CTA */
.float-cta-stack {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px
}

.float-cta {
    position: relative;
    background: linear-gradient(155deg, #3a3a3a 0%, #161616 45%, #050505 60%, #2b2b2b 100%);
    color: #F2EBDE;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 19px;
    padding: 14px 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .4s ease, transform .4s ease, background .35s ease, color .3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .12)
}

.float-cta.float-cta-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    animation: ctaGlow 2.8s ease-in-out infinite
}

.float-cta:hover {
    background: linear-gradient(155deg, #f3d38a 0%, #D9A441 40%, #9c6a1f 70%, #f0c876 100%);
    color: #12100D;
    border-color: rgba(217, 164, 65, .8);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .5), 0 0 28px rgba(217, 164, 65, .4), inset 0 1px 0 rgba(255, 255, 255, .35)
}

@keyframes ctaGlow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(217, 164, 65, .4)
    }

    50% {
        box-shadow: 0 0 24px 6px rgba(217, 164, 65, .35)
    }
}

.float-cta-circle {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(155deg, #f3d38a 0%, #D9A441 45%, #9c6a1f 70%, #f0c876 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .4);
    text-decoration: none;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity .4s ease, transform .4s ease, background .25s ease, scale .25s ease;
    border: 1px solid rgba(255, 255, 255, .4)
}

.float-cta-circle.float-cta-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    animation: ctaGlowGold 2.8s ease-in-out infinite
}

.float-cta-circle:hover {
    background: linear-gradient(155deg, #fff6da 0%, #f3d38a 45%, #D9A441 70%, #fff6da 100%);
    transform: translateY(0) scale(1.1)
}

.float-cta-circle:active {
    transform: translateY(0) scale(.95)
}

.float-cta-flag {
    width: 28px;
    height: 20px;
    border-radius: 3px;
    overflow: hidden;
    display: block
}

@keyframes ctaGlowGold {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(217, 164, 65, .4)
    }

    50% {
        box-shadow: 0 0 22px 6px rgba(217, 164, 65, .5)
    }
}

@media (prefers-reduced-motion:reduce) {

    .float-cta.float-cta-visible,
    .float-cta-circle.float-cta-visible {
        animation: none
    }
}

/* FOOTER CTA */
.foot {
    position: relative;
    text-align: center;
    padding: 140px 24px 60px;
    overflow: hidden
}

.foot-word {
    font-size: clamp(80px, 20vw, 280px);
    line-height: .8;
    color: #fff;
    position: relative;
    z-index: 2
}

.foot-word .a {
    color: var(--gold)
}

.foot-logo {
    position: relative;
    z-index: 2;
    height: 40px;
    width: auto;
    opacity: .55;
    filter: grayscale(.3);
    transition: opacity .25s ease, filter .25s ease
}

.foot-logo:hover,
.foot-slogan:hover {
    opacity: .9;
    filter: grayscale(0)
}

.foot-slogan {
    position: relative;
    z-index: 2;
    height: 40px;
    width: auto;
    opacity: .55;
    filter: grayscale(.3);
    transition: opacity .25s ease, filter .25s ease
}

.foot-lockup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: -10px;
    flex-wrap: wrap
}

.foot-lockup:before,
.foot-lockup:after {
    content: '';
    width: 1px;
    height: 28px;
    background: rgba(242, 235, 222, .15)
}

.btn-metal {
    background: linear-gradient(155deg, #3a3a3a 0%, #161616 45%, #050505 60%, #2b2b2b 100%);
    color: #F2EBDE;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 24px;
    padding: 20px 48px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 44px;
    transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .25s ease, border-color .25s ease, background .35s ease, color .3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .12)
}

.btn-metal:hover {
    background: linear-gradient(155deg, #f3d38a 0%, #D9A441 40%, #9c6a1f 70%, #f0c876 100%);
    color: #12100D;
    border-color: rgba(217, 164, 65, .8);
    transform: scale(1.03);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .5), 0 0 28px rgba(217, 164, 65, .4), inset 0 1px 0 rgba(255, 255, 255, .35)
}

.btn-metal:active {
    transform: scale(.97)
}

.foot-tag {
    position: relative;
    z-index: 2;
    margin: 20px auto 40px;
    max-width: 40ch;
    color: rgba(242, 235, 222, .7);
    font-size: 18px;
    font-weight: 300
}

.foot-glow {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    width: 680px;
    height: 680px;
    max-width: 120vw;
    background: radial-gradient(circle, rgba(217, 164, 65, .16) 0%, transparent 62%);
    z-index: 1;
    pointer-events: none
}

.foot-links {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 26px;
    justify-content: center;
    margin-top: 52px;
    flex-wrap: wrap
}

.foot-links a {
    color: rgba(242, 235, 222, .6);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .06em;
    transition: color .2s
}

.foot-links a:hover {
    color: var(--gold)
}

.foot-bar {
    position: relative;
    z-index: 2;
    margin-top: 56px;
    padding-top: 26px;
    border-top: 1px solid rgba(242, 235, 222, .1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12.5px;
    color: rgba(242, 235, 222, .4)
}

.grain-overlay {
    position: relative
}

.grain-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: .14;
    mix-blend-mode: overlay
}

.grunge-gradient {
    background: linear-gradient(135deg, #C2531C 0%, #3B2A1E 55%, #12100D 100%)
}

/* keyframes */
@keyframes heroReveal {
    0% {
        opacity: 0;
        transform: translateY(28px);
        filter: blur(12px)
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0)
    }
}

@keyframes heroZoom {
    0% {
        transform: scale(1.12)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes glowPulse {
    0% {
        transform: translate(-50%, -50%) scale(.95)
    }

    100% {
        transform: translate(-50%, -50%) scale(1.05)
    }
}

@keyframes slideLoop {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.hero-anim {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    animation-name: heroReveal;
    animation-duration: 1.1s
}

.hero-zoom {
    animation: heroZoom 2.4s cubic-bezier(.16, 1, .3, 1) forwards
}

@media (min-width:768px) {
    .nav-pill {
        display: flex
    }

    .nav-cta {
        display: inline-block
    }

    .nav-burger {
        display: none
    }

    .sec {
        padding: 150px 40px
    }

    .prod-grid {
        grid-template-columns: 1.12fr .88fr;
        gap: 80px
    }

    .cards {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (min-width:768px) and (min-width:0px) {}

@media (max-width:767px) {

    .nav-pill,
    .nav-cta {
        display: none
    }
}

@media (prefers-reduced-motion:reduce) {

    .hero-anim,
    .hero-zoom {
        animation: none;
        opacity: 1;
        transform: none
    }

    .glow-pulse {
        animation: none
    }
}