/* ── Guitarrista interactivo en hero + modal promo ── */

/* El hero-content cubre todo el ancho y bloqueaba los clics; dejamos pasar al guitarrista */
.hero-experimental .hero-content {
    pointer-events: none;
}

.hero-experimental .hero-text-container,
.hero-experimental .hero-text-container *,
.hero-experimental .scroll-indicator {
    pointer-events: auto;
}

.hero-zarate-layer {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    overflow: visible;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.hero-zarate-layer[hidden] {
    display: none !important;
}

.hero-experimental.is-genre-picker-open .hero-zarate-layer {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.hero-zarate-wrap {
    --zarate-h: clamp(280px, 48vh, 560px);
    --zarate-w: calc(var(--zarate-h) * 480 / 720);
    --zarate-x: -32%;
    position: absolute;
    left: clamp(34%, 40vw, 46%);
    right: auto;
    bottom: clamp(5%, 9vh, 13%);
    height: var(--zarate-h);
    width: var(--zarate-w);
    pointer-events: none;
    z-index: 5;
    transform: translateX(var(--zarate-x));
    transform-origin: center bottom;
    animation: heroZarateEntrance 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both,
               heroZarateFloat 5.5s ease-in-out 1.8s infinite;
}

.hero-zarate-trigger {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    cursor: default;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
}

.hero-zarate-hitbox {
    position: absolute;
    left: 17%;
    top: 47%;
    right: 0;
    bottom: 0;
    z-index: 4;
    pointer-events: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.hero-zarate-share,
.zarate-promo-share {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid rgba(200, 255, 0, 0.85);
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.88);
    color: #c8ff00;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    box-shadow: 0 0 16px rgba(200, 255, 0, 0.28);
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    -webkit-tap-highlight-color: transparent;
}

.hero-zarate-share {
    position: absolute;
    top: 36%;
    left: 72%;
    right: auto;
    bottom: auto;
    z-index: 20;
    width: clamp(28px, 2.2vw, 34px);
    height: clamp(28px, 2.2vw, 34px);
    font-size: clamp(0.58rem, 0.85vw, 0.7rem);
}

.hero-zarate-share:hover,
.hero-zarate-share:focus-visible,
.zarate-promo-share:hover,
.zarate-promo-share:focus-visible {
    transform: scale(1.12);
    background: #c8ff00;
    color: #0a0a0a;
    box-shadow: 0 0 24px rgba(200, 255, 0, 0.5);
    outline: none;
}

.hero-zarate-share:active,
.zarate-promo-share:active {
    transform: scale(0.96);
}

.hero-zarate-trigger:focus-visible {
    outline: 2px solid var(--neon-blue);
    outline-offset: 6px;
    border-radius: 4px;
}

.hero-zarate-fx {
    position: absolute;
    inset: -15% -20%;
    pointer-events: none;
}

.hero-zarate-spotlight {
    position: absolute;
    top: -5%;
    left: 50%;
    width: 140%;
    height: 85%;
    transform: translateX(-50%);
    background: radial-gradient(
        ellipse 55% 70% at 50% 100%,
        rgba(255, 180, 80, 0.22) 0%,
        rgba(200, 120, 40, 0.08) 45%,
        transparent 72%
    );
    animation: heroZarateSpotSweep 7s ease-in-out infinite;
}

.hero-zarate-aura {
    position: absolute;
    bottom: 8%;
    left: 50%;
    width: 75%;
    height: 28%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(
        ellipse at center,
        rgba(200, 255, 0, 0.35) 0%,
        rgba(0, 212, 255, 0.12) 50%,
        transparent 75%
    );
    filter: blur(12px);
    animation: heroZarateAuraPulse 3s ease-in-out infinite;
}

.hero-zarate-ring {
    position: absolute;
    bottom: 10%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 212, 255, 0.25);
    transform: translate(-50%, 50%);
    animation: heroZarateRingExpand 3.5s ease-out infinite;
}

.hero-zarate-ring--1 {
    width: 60px;
    height: 18px;
    animation-delay: 0s;
}

.hero-zarate-ring--2 {
    width: 60px;
    height: 18px;
    animation-delay: 1.15s;
}

.hero-zarate-ring--3 {
    width: 60px;
    height: 18px;
    animation-delay: 2.3s;
}

.hero-zarate-notes {
    position: absolute;
    inset: 0;
}

.hero-zarate-note {
    position: absolute;
    font-size: clamp(0.75rem, 1.4vw, 1.1rem);
    color: rgba(200, 255, 0, 0.75);
    text-shadow: 0 0 12px rgba(200, 255, 0, 0.5);
    animation: heroZarateNoteRise 4s ease-in-out infinite;
    opacity: 0;
}

.hero-zarate-note:nth-child(1) { left: 18%; bottom: 55%; animation-delay: 0s; }
.hero-zarate-note:nth-child(2) { left: 72%; bottom: 62%; animation-delay: 1.2s; font-size: 0.9em; }
.hero-zarate-note:nth-child(3) { left: 42%; bottom: 70%; animation-delay: 2.4s; }
.hero-zarate-note:nth-child(4) { left: 58%; bottom: 48%; animation-delay: 0.8s; font-size: 1.15em; }
.hero-zarate-note:nth-child(5) { left: 28%; bottom: 78%; animation-delay: 3.1s; }

.hero-zarate-strings {
    position: absolute;
    top: 22%;
    right: 12%;
    width: 8px;
    height: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0.35;
}

.hero-zarate-strings span {
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 255, 0, 0.8), transparent);
    animation: heroZarateStringVibe 0.12s ease-in-out infinite alternate;
}

.hero-zarate-strings span:nth-child(2) { animation-delay: 0.04s; }
.hero-zarate-strings span:nth-child(3) { animation-delay: 0.08s; }

.hero-zarate-shadow {
    position: absolute;
    bottom: -2%;
    left: 50%;
    width: 72%;
    height: 14%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, transparent 72%);
    filter: blur(6px);
    z-index: 0;
}

.hero-zarate-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.55))
            drop-shadow(0 0 40px rgba(255, 140, 50, 0.12));
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                filter 0.55s ease;
}

.hero-zarate-hint {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0a0a0a;
    background: #c8ff00;
    border: 2px solid #0a0a0a;
    border-radius: 999px;
    box-shadow: 0 0 20px rgba(200, 255, 0, 0.45);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    animation: heroZarateHintPop 0.6s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards,
               heroZarateHintPulse 2.5s ease-in-out 2.8s infinite;
    z-index: 3;
}

.hero-zarate-hint::before {
    content: '♪';
    font-size: 0.85em;
}

.hero-zarate-pulse {
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid rgba(200, 255, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.hero-zarate-trigger:has(.hero-zarate-hitbox:hover) .hero-zarate-img,
.hero-zarate-trigger:focus-visible .hero-zarate-img {
    transform: scale(1.04) translateY(-6px);
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.6))
            drop-shadow(0 0 60px rgba(200, 255, 0, 0.25));
}

.hero-zarate-trigger:has(.hero-zarate-hitbox:hover) .hero-zarate-hint,
.hero-zarate-trigger:focus-visible .hero-zarate-hint {
    background: #fff;
    box-shadow: 0 0 28px rgba(200, 255, 0, 0.65);
}

.hero-zarate-trigger.is-rippling .hero-zarate-pulse {
    animation: heroZarateRipple 0.7s ease-out forwards;
}

/* Ocultar visual abstracto anterior */
.hero-visual-container {
    display: none !important;
}

/* ── Modal promo ── */

.zarate-promo-modal {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 4vw, 2.5rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.zarate-promo-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.zarate-promo-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 2, 1, 0.92);
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.zarate-promo-modal.is-open .zarate-promo-backdrop {
    opacity: 1;
}

.zarate-promo-stage {
    position: relative;
    width: fit-content;
    max-width: calc(100vw - 2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0.82) rotateY(12deg) translateY(40px);
    opacity: 0;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s ease;
    perspective: 1200px;
}

.zarate-promo-modal.is-open .zarate-promo-stage {
    transform: scale(1) rotateY(0deg) translateY(0);
    opacity: 1;
}

.zarate-promo-modal.is-closing .zarate-promo-stage {
    transform: scale(0.9) rotateY(-8deg) translateY(24px);
    opacity: 0;
    transition-duration: 0.35s;
}

.zarate-promo-particles {
    position: absolute;
    inset: -20%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.zarate-promo-particles::before,
.zarate-promo-particles::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1.5px 1.5px at 10% 20%, rgba(200, 255, 0, 0.7) 50%, transparent 50%),
        radial-gradient(1px 1px at 80% 30%, rgba(0, 212, 255, 0.6) 50%, transparent 50%),
        radial-gradient(1.5px 1.5px at 45% 70%, rgba(255, 107, 107, 0.5) 50%, transparent 50%),
        radial-gradient(1px 1px at 65% 15%, rgba(200, 255, 0, 0.5) 50%, transparent 50%),
        radial-gradient(1px 1px at 25% 85%, rgba(0, 212, 255, 0.4) 50%, transparent 50%);
    animation: zaratePromoParticlesDrift 12s linear infinite;
}

.zarate-promo-particles::after {
    animation-direction: reverse;
    animation-duration: 16s;
    opacity: 0.6;
}

.zarate-promo-visual {
    position: relative;
    z-index: 2;
    width: fit-content;
    max-width: 100%;
}

.zarate-promo-frame {
    position: relative;
    width: fit-content;
    max-width: 100%;
    line-height: 0;
    border-radius: clamp(12px, 2vw, 20px);
    overflow: hidden;
    border: 2px solid rgba(200, 255, 0, 0.75);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.65),
        0 0 60px rgba(200, 255, 0, 0.18);
    transform-style: preserve-3d;
}

.zarate-promo-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 212, 255, 0.06) 100%
    );
}

.zarate-promo-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.18) 48%,
        rgba(255, 255, 255, 0.28) 50%,
        rgba(255, 255, 255, 0.18) 52%,
        transparent 70%
    );
    animation: zaratePromoShine 2.8s ease-in-out 0.6s forwards;
}

.zarate-promo-img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(92vw, 500px);
    max-height: min(88vh, 920px);
    object-fit: contain;
    vertical-align: top;
    background: transparent;
    transform: scale(1);
    animation: zaratePromoImgReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

.zarate-promo-share {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    z-index: 30;
    width: 44px;
    height: 44px;
    font-size: 0.95rem;
    background: #c8ff00;
    color: #0a0a0a;
    border-color: #0a0a0a;
    box-shadow: 0 0 20px rgba(200, 255, 0, 0.55);
}

.zarate-promo-share i {
    color: inherit;
    font-size: inherit;
    line-height: 1;
}

.zarate-promo-close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.85);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    z-index: 20;
    pointer-events: auto;
    touch-action: manipulation;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    -webkit-tap-highlight-color: transparent;
}

.zarate-promo-close:hover,
.zarate-promo-close:focus-visible {
    transform: scale(1.1) rotate(90deg);
    border-color: #c8ff00;
    background: rgba(20, 20, 20, 0.95);
    outline: none;
}

.zarate-promo-eyebrow {
    margin-bottom: 1rem;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c8ff00;
    text-align: center;
    opacity: 0;
    animation: zaratePromoEyebrowIn 0.5s ease 0.4s forwards;
}

.zarate-promo-caption {
    margin: 0.85rem 0 0;
    max-width: min(92vw, 500px);
    font-size: 0.92rem;
    line-height: 1.45;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    text-wrap: balance;
    opacity: 0;
    animation: zaratePromoEyebrowIn 0.5s ease 0.55s forwards;
}

.zarate-promo-caption[hidden] {
    display: none;
}

/* ── Keyframes ── */

@keyframes heroZarateEntrance {
    from {
        opacity: 0;
        transform: translateX(var(--zarate-x, -32%)) translateY(60px) scale(0.92);
    }
    to {
        opacity: 1;
        transform: translateX(var(--zarate-x, -32%)) translateY(0) scale(1);
    }
}

@keyframes heroZarateFloat {
    0%, 100% { transform: translateX(var(--zarate-x, -32%)) translateY(0); }
    50% { transform: translateX(var(--zarate-x, -32%)) translateY(-10px); }
}

@keyframes heroZarateSpotSweep {
    0%, 100% { opacity: 0.85; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-48%) scale(1.05); }
}

@keyframes heroZarateAuraPulse {
    0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.15); }
}

@keyframes heroZarateRingExpand {
    0% {
        opacity: 0.7;
        transform: translate(-50%, 50%) scale(0.6);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 50%) scale(2.2);
    }
}

@keyframes heroZarateNoteRise {
    0% { opacity: 0; transform: translateY(0) rotate(0deg); }
    15% { opacity: 0.9; }
    85% { opacity: 0.5; }
    100% { opacity: 0; transform: translateY(-80px) rotate(15deg); }
}

@keyframes heroZarateStringVibe {
    from { transform: scaleX(0.92); opacity: 0.25; }
    to { transform: scaleX(1.08); opacity: 0.55; }
}

@keyframes heroZarateHintPop {
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@keyframes heroZarateHintPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(200, 255, 0, 0.45); }
    50% { box-shadow: 0 0 32px rgba(200, 255, 0, 0.75); }
}

@keyframes heroZarateRipple {
    0% { opacity: 0.75; transform: scale(0.98); }
    100% { opacity: 0; transform: scale(1.03); }
}

@keyframes zaratePromoParticlesDrift {
    from { transform: translateY(0) rotate(0deg); }
    to { transform: translateY(-30px) rotate(3deg); }
}

@keyframes zaratePromoShine {
    0% { left: -100%; }
    100% { left: 150%; }
}

@keyframes zaratePromoImgReveal {
    from { transform: scale(1.06); filter: blur(8px); opacity: 0.5; }
    to { transform: scale(1); filter: blur(0); opacity: 1; }
}

@media (min-width: 769px) {
    .zarate-promo-eyebrow {
        display: none;
    }

    .zarate-promo-stage {
        max-width: min(92vw, 520px);
    }

    .zarate-promo-img {
        max-width: min(88vw, 480px);
        max-height: min(90vh, 960px);
    }
}

@keyframes zaratePromoEyebrowIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ── Desktop ── */

@media (min-width: 769px) {
    .hero-zarate-wrap {
        --zarate-h: clamp(460px, 82vh, 820px);
        --zarate-x: -10%;
        left: clamp(54%, 58vw, 66%);
        right: auto;
        bottom: 0;
        max-height: calc(100% - var(--desktop-nav-clearance, 8rem) - 0.5rem);
    }

    .hero-zarate-share {
        top: 40%;
        left: 66%;
        right: auto;
        width: clamp(30px, 2vw, 36px);
        height: clamp(30px, 2vw, 36px);
    }

    .hero-zarate-hint {
        bottom: 18%;
        left: auto;
        right: -2%;
        transform: translateX(0) translateY(0);
        animation: heroZarateHintPopSide 0.6s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards,
                   heroZarateHintPulse 2.5s ease-in-out 2.8s infinite;
    }

    .hero-content {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }
}

@media (min-width: 1200px) {
    .hero-zarate-wrap {
        --zarate-h: clamp(500px, 86vh, 880px);
        --zarate-x: -8%;
        left: clamp(56%, 60vw, 68%);
    }
}

@media (min-width: 769px) and (max-height: 820px) {
    .hero-zarate-wrap {
        --zarate-h: clamp(320px, 62vh, 520px);
        --zarate-x: -12%;
        left: clamp(52%, 56vw, 62%);
        bottom: 0;
    }
}

@keyframes heroZarateHintPopSide {
    from {
        opacity: 0;
        transform: translateX(12px) translateY(0);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }
}

/* ── Mobile ── */

@media (max-width: 768px) {
    .hero-zarate-wrap {
        --zarate-h: clamp(240px, 42vh, 320px);
        --zarate-x: -58%;
        left: 50%;
        right: auto;
        bottom: 0;
        transform: translateX(var(--zarate-x));
        animation-name: heroZarateEntrance, heroZarateFloat;
    }

    .hero-zarate-share {
        top: 65%;
        left: 28%;
        right: auto;
        bottom: auto;
        width: 28px;
        height: 28px;
        font-size: 0.52rem;
    }

    .hero-zarate-hint {
        top: 42%;
        bottom: auto;
        left: 58%;
        right: auto;
        font-size: 0.5rem;
        padding: 0.26rem 0.55rem;
        letter-spacing: 0.1em;
        transform: translateY(-50%);
        animation: heroZarateHintPopShoulder 0.6s cubic-bezier(0.22, 1, 0.36, 1) 2s forwards,
                   heroZarateHintPulse 2.5s ease-in-out 2.8s infinite;
    }

    .hero-zarate-notes {
        display: none;
    }

    .zarate-promo-stage {
        width: fit-content;
        max-width: calc(100vw - 1.5rem);
        transform: none !important;
        perspective: none;
        opacity: 1;
    }

    .zarate-promo-modal:not(.is-open) .zarate-promo-stage {
        opacity: 0;
    }

    .zarate-promo-modal.is-open .zarate-promo-stage {
        transform: none !important;
        opacity: 1;
    }

    .zarate-promo-modal.is-closing .zarate-promo-stage {
        transform: none !important;
        opacity: 0;
    }

    .zarate-promo-img {
        max-width: min(94vw, 420px);
        max-height: 72vh;
    }

    .zarate-promo-share {
        top: 0.75rem;
        left: 0.75rem;
        width: 46px;
        height: 46px;
        font-size: 1rem;
    }

    .zarate-promo-close {
        top: 0.75rem;
        right: 0.75rem;
        width: 46px;
        height: 46px;
        z-index: 30;
    }
}

@keyframes heroZarateHintPopTop {
    to { opacity: 1; transform: translateX(0) translateY(0); }
}

@keyframes heroZarateHintPopShoulder {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

@media (max-width: 480px) {
    .hero-zarate-wrap {
        --zarate-h: clamp(210px, 38vh, 280px);
        --zarate-x: -62%;
        bottom: 0;
    }

    .hero-zarate-share {
        top: 63%;
        left: 26%;
    }
}

@media (max-width: 768px) and (max-height: 700px) {
    .hero-zarate-wrap {
        --zarate-h: clamp(190px, 34vh, 250px);
        bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-zarate-wrap,
    .hero-zarate-trigger,
    .hero-zarate-note,
    .hero-zarate-ring,
    .hero-zarate-aura,
    .hero-zarate-spotlight,
    .hero-zarate-strings span,
    .hero-zarate-hint,
    .zarate-promo-particles::before,
    .zarate-promo-particles::after,
    .zarate-promo-shine,
    .zarate-promo-img {
        animation: none !important;
    }

    .hero-zarate-wrap {
        opacity: 1;
        transform: translateX(var(--zarate-x, -32%));
    }

    .hero-zarate-trigger {
        opacity: 1;
    }

    .hero-zarate-hint {
        opacity: 1;
        transform: translateX(0) translateY(0);
    }

    @media (max-width: 768px) {
        .hero-zarate-wrap {
            transform: translateX(var(--zarate-x, -58%));
        }

        .hero-zarate-hint {
            transform: translateY(-50%);
        }
    }

    .hero-zarate-trigger:hover .hero-zarate-img {
        transform: none;
    }
}
