/* Premios — primera sección: campaña, anuncio y texto introductorio. */
.premios-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-bottom: 1.75rem;
    background: linear-gradient(180deg, #c1008c 0%, #b5008a 38%, #aa0b8e 64%, #981993 84%, #842696 100%);
    font-family: "Avenir Next Condensed Custom", sans-serif;
    font-style: italic;
    text-align: center;
}

.premios-hero__confetti {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.premios-hero__confetti img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.premios-hero__inner {
    width: min(100%, var(--phase2-page-width));
    margin-inline: auto;
}

.premios-hero__kicker {
    padding: 1.25rem 0.5rem;
    background: rgb(125 38 149 / 45%);
    font-size: clamp(1.8rem, 9.3vw, 3.1rem);
    font-weight: 900;
    line-height: 0.98;
    text-transform: uppercase;
}

.premios-hero__branding {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.8rem 0 1.9rem;
}

.premios-hero__fiestononon {
    width: 59%;
    max-width: 20rem;
}

.premios-hero__merco {
    width: 39%;
    max-width: 13rem;
    margin-top: -0.35rem;
}

.premios-hero__banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 0.5rem 0.8rem;
    background: #63318a;
    box-shadow: 0 -0.2rem 0.65rem rgb(64 12 76 / 20%);
    font-size: clamp(1.5rem, 7.2vw, 2.4rem);
    font-weight: 800;
    line-height: 1;
}

.premios-hero__award {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}

.premios-hero__award strong {
    position: relative;
    isolation: isolate;
    padding: 0.05rem 0.7rem 0.12rem;
    font-weight: 900;
    text-transform: uppercase;
}

.premios-hero__award strong::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--phase2-pink);
    transform: skewX(-13deg);
    box-shadow: 0.15rem 0.2rem 0.2rem rgb(63 15 70 / 35%);
}

.premios-hero__award img {
    width: 1.2rem;
    height: auto;
}

.premios-hero__description {
    margin: 0.85rem auto 0;
    padding-inline: 0.6rem;
    font-size: clamp(1.05rem, 5.6vw, 1.9rem);
    font-weight: 800;
    line-height: 1.08;
}

.premios-hero__description span {
    display: block;
}

.premios-hero__description strong {
    font-weight: 900;
}

@media (min-width: 64rem) {
    .premios-hero {
        padding: 1.25rem var(--phase2-gutter) 2.5rem;
    }

    .premios-hero__inner {
        max-width: 54rem;
    }

    .premios-hero__intro {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
        margin-bottom: 1.5rem;
    }

    .premios-hero__kicker {
        margin-top: 4rem;
        padding: 1rem 0.5rem;
        font-size: 2.65rem;
        transform: rotate(-8deg);
    }

    .premios-hero__branding {
        padding: 0;
    }

    .premios-hero__fiestononon {
        width: 95%;
        max-width: 23rem;
    }

    .premios-hero__merco {
        width: 63%;
        max-width: 15rem;
        margin-top: -1rem;
    }

    .premios-hero__banner {
        margin-inline: 1.5rem;
        padding-block: 0.85rem;
        border-radius: 0.2rem;
        font-size: 2.7rem;
        gap: 0.7rem;
    }

    .premios-hero__award img {
        width: 1.75rem;
    }

    .premios-hero__award strong {
        padding-inline: 1.4rem;
    }

    .premios-hero__description {
        margin-top: 1.1rem;
        font-size: 2.1rem;
    }
}
