/* ==========================================================================
   HERO — bandeau d'en-tête de page. Variantes utilisées sur l'ensemble des
   pages (fullphoto sur l'accueil/la marque, split sur produit/saveurs,
   iconside sur revendeurs/contact/faq, simple sur mentions légales).
   ========================================================================== */

.hero {
    position: relative;
    padding: 150px 0 90px;
    overflow: hidden
}

.hero.full {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 72px
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(50% 60% at 16% 86%, rgba(120, 135, 150, .07), transparent 60%)
}

.hero-bg.cool {
    background: radial-gradient(50% 60% at 16% 86%, rgba(120, 135, 150, .07), transparent 60%)
}

.hero-mouse {
    display: none
}

.hero .wrap {
    position: relative;
    width: 100%
}

.hero.split .wrap {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 24px;
    align-items: center
}

.hero.split.wide .wrap {
    max-width: 1670px;
    grid-template-columns: 1fr 1.15fr;
    gap: 60px
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 22px
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--lime)
}

.hero h1 {
    font-size: clamp(46px, 7.6vw, 100px);
    margin-bottom: 20px
}

.hero h1 .o {
    -webkit-text-stroke: 1.6px var(--blanc);
    color: transparent
}

.hero .sub {
    font-size: clamp(16px, 1.3vw, 19px);
    color: #d2d2ce;
    max-width: 460px;
    line-height: 1.55;
    margin-bottom: 30px
}

.hero .sub b {
    color: var(--blanc)
}

.hero-prod {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px
}

.hero-prod .ring {
    position: absolute;
    border: 1px solid #101014;
    border-radius: 50%
}

.hero-prod .r1 {
    width: 460px;
    height: 460px
}

.hero-prod .r2 {
    width: 660px;
    height: 660px;
    border-color: #0b0b0e
}

.hero-prod img {
    width: min(98%, 860px)
}

.hero-meta {
    display: flex;
    gap: 30px;
    margin-top: 34px
}

.hero-meta .m b {
    font-family: var(--disp);
    font-style: italic;
    font-size: 32px;
    display: block
}

.hero-meta .m span {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--gris)
}

/* HERO FULL PHOTO (accueil / marque) */
.hero.fullphoto {
    min-height: 94vh;
    display: flex;
    align-items: center;
    padding: 112px 0 64px;
    overflow: hidden
}

.hero-photo {
    position: absolute;
    inset: 0;
    z-index: 0
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% 28%
}

.hero-photo video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#page-marque .hero-photo img {
    object-position: 62% 30%
}

.hero-photo .hp-mobile {
    display: none
}

.hero-photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #000 0%, #000 28%, rgba(0, 0, 0, .88) 41%, rgba(0, 0, 0, .42) 54%, rgba(0, 0, 0, .06) 66%, transparent 76%),
        linear-gradient(180deg, rgba(0, 0, 0, .32), transparent 24%, transparent 76%, rgba(0, 0, 0, .55))
}

.hero.fullphoto .wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1670px
}

.hero-copy {
    max-width: 540px
}

.hero-meta .m {
    padding-left: 0
}

.hero-meta .m+.m {
    padding-left: 26px;
    border-left: 1px solid var(--ligne)
}

.hero-meta .micon {
    display: none
}

/* HERO ICON SIDE (revendeurs / contact / faq) */
.hero.iconside .wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 70px;
    max-width: 1670px
}

.hero.iconside .wrap>div:first-child {
    max-width: 620px;
    flex: 0 1 auto
}

.hero-icon {
    display: flex;
    align-items: center
}

.hero-icon img {
    height: 100%;
    max-height: 460px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 40px rgba(148, 163, 178, .12))
}

.hero-icon.shift-contact img {
    transform: translate(-34px, 26px)
}

@media(max-width:900px) {
    .hero.split .wrap {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .hero.split.wide .wrap {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .hero-prod {
        min-height: 340px;
        order: -1
    }

    .hero-prod .r1,
    .hero-prod .r2 {
        display: none
    }

    .hero-meta {
        gap: 20px
    }

    .hero.fullphoto {
        min-height: auto;
        display: block;
        padding: 66px 0 0;
        overflow: visible
    }

    .hero-photo {
        position: relative;
        inset: auto;
        height: 82vw;
        max-height: 560px;
        border-radius: 0 0 26px 26px;
        overflow: hidden;
        margin-bottom: 26px
    }

    .hero-photo .hp-desktop {
        display: none
    }

    .hero-photo .hp-mobile {
        display: block
    }

    .hero-photo:after {
        background: linear-gradient(180deg, rgba(0, 0, 0, .1) 0%, transparent 42%, transparent 70%, rgba(0, 0, 0, .55) 92%, var(--noir) 100%)
    }

    .hero-copy {
        max-width: none
    }

    .hero-meta {
        justify-content: space-between
    }

    .hero-meta .m {
        flex: 1;
        padding-left: 0 !important;
        border-left: none !important;
        text-align: left
    }

    .hero-meta .micon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        color: var(--lime);
        margin-bottom: 8px;
        font-size: 17px
    }

    .hero.iconside .wrap {
        flex-direction: column;
        gap: 0
    }

    .hero.iconside .wrap>div:first-child {
        max-width: none
    }

    .hero-icon {
        display: none
    }
}
