/*
 * BIOVIA MINDSET G HERO
 * ============================================================================
 * Hero full-bleed con texto contenido y lectura elegante.
 */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.biovia-mindset-g-hero,
.biovia-mindset-g-hero * {
    box-sizing: border-box;
}

.biovia-mindset-g-hero {
    --biovia-mindset-g-hero-poster: none;
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 390px;
    height: clamp(420px, 55svh, 580px);
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(72, 111, 64, 0.12) 0%, rgba(9, 21, 18, 0.34) 72%),
        #091613;
    isolation: isolate;
}

.biovia-mindset-g-hero__placeholder,
.biovia-mindset-g-hero__video,
.biovia-mindset-g-hero__veil,
.biovia-mindset-g-hero__shape {
    position: absolute;
    inset: 0;
}

.biovia-mindset-g-hero__placeholder {
    z-index: -4;
    background-image:
        linear-gradient(180deg, rgba(7, 15, 12, 0.07) 0%, rgba(7, 15, 12, 0.14) 100%),
        var(--biovia-mindset-g-hero-poster);
    background-size: cover;
    background-position: center 44%;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.45s ease;
}

.biovia-mindset-g-hero__video {
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 44%;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}

.biovia-mindset-g-hero__veil {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(7, 18, 17, 0.3) 0%, rgba(8, 18, 17, 0.14) 46%, rgba(8, 18, 17, 0.16) 100%),
        linear-gradient(180deg, rgba(8, 17, 14, 0.1) 0%, rgba(8, 17, 14, 0.2) 100%);
}

.biovia-mindset-g-hero__shape {
    pointer-events: none;
}

.biovia-mindset-g-hero__shape--top {
    z-index: 2;
    inset: 0 0 auto 0;
    height: clamp(18px, 4vw, 48px);
    background: #040404;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
    opacity: 0.96;
}

.biovia-mindset-g-hero__shape--bottom {
    z-index: 2;
    inset: auto 0 0 0;
    height: clamp(24px, 5vw, 62px);
    background: #040404;
    clip-path: polygon(0 0, 100% 28%, 100% 100%, 0 100%);
    opacity: 0.96;
}

.biovia-mindset-g-hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    height: 100%;
    width: min(100%, 1320px);
    margin: 0 auto;
    padding: clamp(120px, 13vw, 168px) 5vw clamp(80px, 9vw, 112px);
}

.biovia-mindset-g-hero__headline {
    display: inline-block;
    max-width: 760px;
    margin: 0;
    padding: 0.4rem 0.65rem;
    border-radius: 22px;
    font-family: var(--bio-font-main), 'Montserrat', sans-serif !important;
    font-size: clamp(1.75rem, 2.3vw, 2.8rem);
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: #efe3cf;
    text-wrap: balance;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
    background: linear-gradient(180deg, rgba(7, 17, 14, 0.28) 0%, rgba(7, 17, 14, 0.16) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.biovia-mindset-g-hero.is-video-ready .biovia-mindset-g-hero__video {
    opacity: 1;
}

.biovia-mindset-g-hero.is-video-ready .biovia-mindset-g-hero__placeholder {
    opacity: 0;
}

@media (max-width: 767px) {
    .biovia-mindset-g-hero {
        min-height: 410px;
        height: clamp(430px, 64svh, 620px);
    }

    .biovia-mindset-g-hero__placeholder {
        background-position: 58% 44%;
    }

    .biovia-mindset-g-hero__video {
        object-position: 58% 44%;
    }

    .biovia-mindset-g-hero__veil {
        background:
            linear-gradient(180deg, rgba(7, 17, 14, 0.16) 0%, rgba(7, 17, 14, 0.26) 100%),
            linear-gradient(90deg, rgba(8, 17, 14, 0.18) 0%, rgba(8, 17, 14, 0.05) 100%);
    }

    .biovia-mindset-g-hero__shape--top {
        height: 10px;
        clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
    }

    .biovia-mindset-g-hero__shape--bottom {
        height: 24px;
        clip-path: polygon(0 22%, 50% 0, 100% 22%, 100% 100%, 0 100%);
    }

    .biovia-mindset-g-hero__content {
        justify-content: center;
        padding: 152px 10% 84px;
    }

    .biovia-mindset-g-hero__headline {
        padding: 0.8rem 0.95rem;
        border-radius: 18px;
        font-size: clamp(1.2rem, 5vw, 1.58rem);
        line-height: 1.16;
        background: linear-gradient(180deg, rgba(7, 17, 14, 0.42) 0%, rgba(7, 17, 14, 0.24) 100%);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
        letter-spacing: 0.5px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .biovia-mindset-g-hero {
        min-height: 500px;
        height: clamp(500px, 63svh, 760px);
    }

    .biovia-mindset-g-hero__placeholder {
        background-position: center 44%;
    }

    .biovia-mindset-g-hero__video {
        object-position: center 44%;
    }

    .biovia-mindset-g-hero__content {
        padding: 156px 9vw 96px;
    }

    .biovia-mindset-g-hero__headline {
        max-width: 360px;
        font-size: clamp(1.9rem, 3.3vw, 2.4rem);
    }
}
