
/* ==========================================================
   GLOBAL VIBES STUDIOS — JOURNAL
   HERO PREMIUM — VERSION NETTOYÉE
   ========================================================== */


/* ----------------------------------------------------------
   1. SECTION PRINCIPALE
---------------------------------------------------------- */

.gvs-journal-hero {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: clamp(720px, 100vh, 1080px);

    overflow: hidden;

    isolation: isolate;

    background-color: #050505;

    color: #ffffff;
}


/* Neutralisation de certains espacements Divi */

.gvs-journal-hero,
.gvs-journal-hero * {
    box-sizing: border-box;
}

.gvs-journal-hero p,
.gvs-journal-hero h1 {
    padding: 0;
}


/* ----------------------------------------------------------
   2. MÉDIA DE FOND
---------------------------------------------------------- */

.gvs-journal-hero__media {
    position: absolute;
    inset: 0;

    z-index: -3;

    overflow: hidden;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}


/*
 * Cette classe fonctionnera également lorsqu’une vidéo
 * sera ajoutée ultérieurement dans le conteneur.
 */

.gvs-journal-hero__media video,
.gvs-journal-hero__media img {
    position: absolute;
    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;
}


/* ----------------------------------------------------------
   3. OVERLAY CINÉMATOGRAPHIQUE
---------------------------------------------------------- */

.gvs-journal-hero__overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .94) 0%,
            rgba(0, 0, 0, .80) 27%,
            rgba(0, 0, 0, .40) 55%,
            rgba(0, 0, 0, .20) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .30) 0%,
            rgba(0, 0, 0, .05) 46%,
            rgba(0, 0, 0, .80) 100%
        ),
        radial-gradient(
            ellipse at center,
            transparent 25%,
            rgba(0, 0, 0, .70) 100%
        );
}


/* Grain cinématographique très léger */

.gvs-journal-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: -1;

    pointer-events: none;

    opacity: .13;

    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");

    mix-blend-mode: soft-light;
}


/* Fine ligne dorée en bas */

.gvs-journal-hero::after {
    content: "";

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 6;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(212, 175, 55, .20) 18%,
            #d4af37 50%,
            rgba(212, 175, 55, .20) 82%,
            transparent 100%
        );
}


/* ----------------------------------------------------------
   4. CONTENU
---------------------------------------------------------- */

.gvs-journal-hero__content {
    position: relative;

    z-index: 3;

    width: min(100%, 1440px);

    margin: 0 auto;

    padding:
        clamp(150px, 15vh, 210px)
        clamp(28px, 7vw, 110px)
        clamp(130px, 14vh, 180px);

    text-align: left;
}


/* Halo discret derrière le texte */

.gvs-journal-hero__content::before {
    content: "";

    position: absolute;

    top: 42%;
    left: 11%;

    z-index: -1;

    width: 520px;
    height: 440px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(212, 175, 55, .10) 0%,
            rgba(212, 175, 55, .025) 44%,
            transparent 72%
        );

    filter: blur(58px);

    pointer-events: none;
}


/* ----------------------------------------------------------
   5. EYEBROW
---------------------------------------------------------- */

.gvs-journal-eyebrow {
    display: flex;
    align-items: center;

    gap: 20px;

    margin-bottom: 42px;

    color: #d4af37;

    animation:
        gvs-journal-fade-up .9s ease .12s both;
}

.gvs-journal-eyebrow span {
    display: block;

    width: clamp(54px, 7vw, 120px);
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #d4af37
        );
}

.gvs-journal-eyebrow span:last-child {
    width: clamp(42px, 5vw, 80px);

    background:
        linear-gradient(
            90deg,
            #d4af37,
            transparent
        );
}

.gvs-journal-eyebrow p {
    margin: 0;

    color: #d4af37;

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(13px, 1vw, 17px);

    font-weight: 600;

    line-height: 1;

    letter-spacing: .42em;

    text-transform: uppercase;
}


/* ----------------------------------------------------------
   6. TITRE PRINCIPAL
---------------------------------------------------------- */

.gvs-journal-hero__content h1 {
    max-width: 790px;

    margin: 0;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(58px, 5.7vw, 94px);

    font-weight: 400;

    line-height: .98;

    letter-spacing: -.045em;

    text-wrap: balance;

    text-shadow:
        0 5px 30px rgba(0, 0, 0, .58);

    animation:
        gvs-journal-fade-up 1s ease .24s both;
}

.gvs-journal-hero__content h1 em {
    color: #d4af37;

    font-style: normal;
    font-weight: inherit;
}


/* Petite ligne décorative sous le titre */

.gvs-journal-hero__content h1::after {
    content: "";

    display: block;

    width: 98px;
    height: 2px;

    margin-top: 34px;

    background:
        linear-gradient(
            90deg,
            #d4af37,
            rgba(212, 175, 55, .08)
        );
}


/* ----------------------------------------------------------
   7. TEXTE D’INTRODUCTION
---------------------------------------------------------- */

.gvs-journal-hero__text {
    max-width: 550px;

    margin: 30px 0 0 !important;

    color: rgba(255, 255, 255, .83);

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(16px, 1.25vw, 20px);

    font-weight: 400;

    line-height: 1.75;

    text-shadow:
        0 3px 18px rgba(0, 0, 0, .75);

    animation:
        gvs-journal-fade-up 1s ease .38s both;
}


/* ----------------------------------------------------------
   8. BOUTON PRINCIPAL
---------------------------------------------------------- */

.gvs-journal-button {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 34px;

    min-height: 66px;

    margin-top: 44px;

    padding: 0 30px 0 34px;

    overflow: hidden;

    border: 1px solid rgba(212, 175, 55, .90);
    border-radius: 0;

    background:
        rgba(0, 0, 0, .38);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    color: #d4af37;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: .18em;

    text-decoration: none;
    text-transform: uppercase;

    box-shadow:
        0 18px 50px rgba(0, 0, 0, .30),
        inset 0 0 0 1px rgba(255, 255, 255, .02);

    transition:
        color .35s ease,
        background-color .35s ease,
        border-color .35s ease,
        transform .35s ease,
        box-shadow .35s ease;

    animation:
        gvs-journal-fade-up 1s ease .52s both;
}


/* Fond animé du bouton */

.gvs-journal-button::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: -1;

    background:
        linear-gradient(
            110deg,
            transparent 0%,
            rgba(212, 175, 55, .14) 48%,
            rgba(212, 175, 55, .30) 100%
        );

    transform: translateX(-105%);

    transition: transform .48s ease;
}

.gvs-journal-button:hover {
    color: #080808;

    background: #d4af37;

    border-color: #d4af37;

    transform: translateY(-4px);

    box-shadow:
        0 22px 58px rgba(212, 175, 55, .18);
}

.gvs-journal-button:hover::before {
    transform: translateX(0);
}

.gvs-journal-button span {
    position: relative;
    z-index: 2;
}

.gvs-journal-button span:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: transform .35s ease;
}

.gvs-journal-button:hover span:last-child {
    transform: translateX(7px);
}

.gvs-journal-button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 5px;
}


/* ----------------------------------------------------------
   9. INDICATION DE SCROLL
---------------------------------------------------------- */

.gvs-journal-scroll {
    position: absolute;

    bottom: 42px;
    left: 50%;

    z-index: 5;

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 11px;

    transform: translateX(-50%);

    color: #d4af37;

    animation:
        gvs-journal-fade-in 1s ease 1s both;
}

.gvs-scroll-circle {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    border: 1px solid rgba(212, 175, 55, .90);
    border-radius: 50%;

    color: #d4af37;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 24px;

    line-height: 1;

    animation:
        gvs-journal-scroll-bounce 2s ease-in-out infinite;
}

.gvs-journal-scroll > span {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: .30em;

    text-transform: uppercase;
}

.gvs-journal-scroll::after {
    content: "";

    width: 34px;
    height: 1px;

    background: #d4af37;
}


/* ----------------------------------------------------------
   10. ANIMATIONS
---------------------------------------------------------- */

@keyframes gvs-journal-fade-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gvs-journal-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes gvs-journal-scroll-bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}



/* ----------------------------------------------------------
   11. ÉCRANS INTERMÉDIAIRES
---------------------------------------------------------- */

@media (max-width: 1180px) {

    .gvs-journal-hero__content {
        padding-right: 50px;
        padding-left: 50px;
    }

    .gvs-journal-hero__content h1 {
        max-width: 720px;
    }
}


/* ----------------------------------------------------------
   12. TABLETTE
---------------------------------------------------------- */

@media (max-width: 980px) {

    .gvs-journal-hero {
        min-height: 820px;
    }

    .gvs-journal-hero__media {
        background-position: 62% center;
    }

    .gvs-journal-hero__overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, .91) 0%,
                rgba(0, 0, 0, .66) 60%,
                rgba(0, 0, 0, .40) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 0, 0, .28) 0%,
                rgba(0, 0, 0, .18) 45%,
                rgba(0, 0, 0, .84) 100%
            );
    }

    .gvs-journal-hero__content {
        padding:
            150px
            38px
            150px;
    }

    .gvs-journal-hero__content h1 {
        max-width: 690px;

        font-size: clamp(54px, 8vw, 76px);
    }

    .gvs-journal-hero__text {
        max-width: 540px;
    }

    .gvs-journal-scroll {
        bottom: 32px;
    }
}


/* ----------------------------------------------------------
   13. MOBILE
---------------------------------------------------------- */

@media (max-width: 600px) {

    .gvs-journal-hero {
        align-items: flex-end;

        min-height: 760px;
    }

    .gvs-journal-hero__media {
        background-position: 67% center;

    }

    .gvs-journal-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, .28) 0%,
                rgba(0, 0, 0, .46) 30%,
                rgba(0, 0, 0, .94) 74%,
                #050505 100%
            ),
            linear-gradient(
                90deg,
                rgba(0, 0, 0, .64) 0%,
                rgba(0, 0, 0, .20) 100%
            );
    }

    .gvs-journal-hero__content {
        width: 100%;

        padding:
            130px
            24px
            120px;
    }

    .gvs-journal-eyebrow {
        gap: 12px;

        margin-bottom: 25px;
    }

    .gvs-journal-eyebrow span {
        width: 38px;
    }

    .gvs-journal-eyebrow span:last-child {
        width: 28px;
    }

    .gvs-journal-eyebrow p {
        font-size: 11px;

        letter-spacing: .30em;
    }

    .gvs-journal-hero__content h1 {
        max-width: 100%;

        font-size: clamp(43px, 12vw, 60px);

        line-height: 1;

        letter-spacing: -.038em;
    }

    .gvs-journal-hero__content h1 br {
        display: none;
    }

    .gvs-journal-hero__content h1::after {
        width: 72px;

        margin-top: 25px;
    }

    .gvs-journal-hero__text {
        max-width: 100%;

        margin-top: 24px !important;

        font-size: 15px;

        line-height: 1.68;
    }

    .gvs-journal-button {
        width: 100%;

        min-height: 60px;

        gap: 18px;

        margin-top: 34px;

        padding: 0 20px;

        font-size: 11px;

        letter-spacing: .13em;
    }

    .gvs-journal-scroll {
        bottom: 22px;

        gap: 7px;
    }

    .gvs-scroll-circle {
        width: 40px;
        height: 40px;

        font-size: 20px;
    }

    .gvs-journal-scroll > span {
        display: none;
    }

    .gvs-journal-scroll::after {
        display: none;
    }
}


/* ----------------------------------------------------------
   14. TRÈS PETITS ÉCRANS
---------------------------------------------------------- */

@media (max-width: 390px) {

    .gvs-journal-hero__content {
        padding-right: 18px;
        padding-left: 18px;
    }

    .gvs-journal-button {
        font-size: 10px;

        letter-spacing: .09em;
    }
}


/* ----------------------------------------------------------
   15. ACCESSIBILITÉ
---------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .gvs-journal-hero *,
    .gvs-journal-hero *::before,
    .gvs-journal-hero *::after {
        animation: none !important;
        transition: none !important;
    }

}

/* ==========================================================
   16. HERO DYNAMIQUE — IMAGE, MP4, VIMEO ET YOUTUBE
   ========================================================== */

/*
 * Le conteneur média occupe toujours tout le Hero.
 * Aucune animation ni transformation ne doit être appliquée
 * au conteneur lui-même : elles limiteraient ou déplaceraient
 * les lecteurs Vimeo et YouTube.
 */

.gvs-journal-hero__media {
    position: absolute;
    inset: 0;

    z-index: -3;

    width: 100%;
    height: 100%;

    overflow: hidden;

    background-color: #050505;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ----------------------------------------------------------
   IMAGE ET VIDÉO MP4
---------------------------------------------------------- */

.gvs-journal-image,
.gvs-journal-video {
    position: absolute;
    inset: 0;

    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;
}


/* Zoom cinématographique réservé uniquement aux images */

.gvs-journal-hero--image .gvs-journal-image {
    animation:
        gvs-journal-media-zoom 18s ease-in-out infinite alternate;
}

@keyframes gvs-journal-media-zoom {
    from {
        transform: scale(1.01);
    }

    to {
        transform: scale(1.07);
    }
}


/* ----------------------------------------------------------
   VIMEO ET YOUTUBE
---------------------------------------------------------- */

/*
 * L’iframe est volontairement agrandie afin de fonctionner
 * comme un vrai background-size: cover.
 *
 * La variable peut être ajustée :
 * 1.00 = aucun zoom
 * 1.25 = zoom léger
 * 2.00 = double largeur / hauteur
 */

.gvs-journal-hero--vimeo,
.gvs-journal-hero--youtube {
    --gvs-video-cover-scale: 2.20;
}

.gvs-journal-iframe {
    position: absolute;
    top: 50%;
    left: 50%;

    z-index: 1;

    display: block;

    /*
     * Technique 16:9 "cover" validée lors des tests.
     * Vimeo et YouTube remplissent réellement toute la surface du Hero.
     */
    width: 100vw;
    height: 56.25vw;

    min-width: 177.78vh;
    min-height: 100vh;

    border: 0;

    transform:
        translate(-50%, -50%)
        scale(var(--gvs-video-cover-scale, 2.20));

    transform-origin: center center;

    pointer-events: none;
}


/*
 * Suppression de l’image de poster lorsque la vidéo externe
 * est effectivement affichée, afin d’éviter qu’elle reste
 * visible sur une partie du Hero.
 */

.gvs-journal-hero--vimeo .gvs-journal-hero__media,
.gvs-journal-hero--youtube .gvs-journal-hero__media {
    background-image: none !important;
}


/* ----------------------------------------------------------
   CALQUES
---------------------------------------------------------- */

.gvs-journal-hero__overlay {
    position: absolute;
    inset: 0;

    z-index: 2;

    pointer-events: none;
}

.gvs-journal-hero__content {
    position: relative;
    z-index: 5;
}

.gvs-journal-scroll {
    z-index: 5;
}


/* ----------------------------------------------------------
   TEXTE GÉNÉRÉ PAR ACF
---------------------------------------------------------- */

.gvs-journal-hero__text p {
    margin: 0;
    padding: 0;

    color: inherit;

    font: inherit;
    line-height: inherit;
}


/* ----------------------------------------------------------
   RESPONSIVE VIDÉO
---------------------------------------------------------- */

@media (max-width: 980px) {

    .gvs-journal-hero--vimeo {
        --gvs-video-cover-scale: 2.20;
    }

    .gvs-journal-hero--youtube {
        --gvs-video-cover-scale: 1.55;
    }
}

@media (max-width: 600px) {

    .gvs-journal-hero--image .gvs-journal-image {
        animation: none;
    }

    .gvs-journal-hero--vimeo {
        --gvs-video-cover-scale: 2.65;
    }

    .gvs-journal-hero--youtube {
        --gvs-video-cover-scale: 1.90;
    }
}

@media (prefers-reduced-motion: reduce) {

    .gvs-journal-image {
        animation: none !important;
    }
}
/* ==========================================================
   JOURNAL — SECTION LE PROJET
   PLAYER PRINCIPAL + PLAYLIST MAKING OF
   ========================================================== */

.gvs-journal-making {
    position: relative;
    width: 100%;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(212, 175, 55, 0.045),
            transparent 34%
        ),
        #0b0b0b;
    color: #fff;
    padding: 84px 0 96px;
}

.gvs-journal-making__inner {
    width: min(92%, 1480px);
    margin: 0 auto;
}


/* ==========================================================
   TITRE DE SECTION
   ========================================================== */

.gvs-journal-section-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.gvs-journal-section-title__line {
    display: block;
    width: 42px;
    height: 1px;
    background: #d4af37;
}

.gvs-journal-section-title__text {
    color: #d4af37;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


/* ==========================================================
   LAYOUT PLAYER + PLAYLIST
   ========================================================== */

.gvs-making-layout {
    display: grid;
    grid-template-columns: minmax(0, 3.15fr) minmax(300px, 1fr);
    gap: 4px;
    align-items: stretch;
}


/* ==========================================================
   PLAYER PRINCIPAL
   ========================================================== */

.gvs-making-player {
    position: relative;
    min-width: 0;
    overflow: hidden;

    background: #000;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px 0 0 8px;

    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.48);

    aspect-ratio: 16 / 9;
}


/* MP4 */

.gvs-making-player > .gvs-mo-video,
.gvs-making-player video {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    background: #000;
}


/* Vimeo / YouTube */

.gvs-making-player .gvs-mo-embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.gvs-making-player .gvs-mo-embed iframe {
    position: absolute;
    inset: 0;

    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: none !important;

    border: 0;
}


/* Certains embeds WordPress ajoutent un wrapper */
.gvs-making-player .wp-video,
.gvs-making-player .wp-video-shortcode,
.gvs-making-player .fluid-width-video-wrapper {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
}


/* ==========================================================
   PLAYLIST
   ========================================================== */

.gvs-making-playlist {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 22px 18px 18px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.025),
            rgba(255,255,255,0.01)
        ),
        #111;

    border:
        1px solid rgba(255,255,255,0.10);

    border-left: 0;

    border-radius: 0 8px 8px 0;

    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.38);
}


/* Titre playlist */

.gvs-making-playlist__title {
    margin-bottom: 18px;

    color: #d4af37;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 0.10em;
    text-transform: uppercase;
}


/* Liste */

.gvs-making-playlist__items {
    display: flex;
    flex-direction: column;
    gap: 8px;

    flex: 1;

    min-height: 0;
}


/* ==========================================================
   ÉLÉMENT PLAYLIST
   ========================================================== */

.gvs-making-playlist__item {
    appearance: none;

    width: 100%;
    min-width: 0;

    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 13px;
    align-items: center;

    padding: 8px;

    margin: 0;

    color: #fff;
    text-align: left;

    background: transparent;

    border: 1px solid transparent;
    border-radius: 5px;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.gvs-making-playlist__item:hover {
    background: rgba(255,255,255,0.035);
    border-color: rgba(212,175,55,0.24);
}

.gvs-making-playlist__item.is-active {
    background:
        linear-gradient(
            90deg,
            rgba(212,175,55,0.11),
            rgba(212,175,55,0.025)
        );

    border-color: #d4af37;
}


/* ==========================================================
   VIGNETTE PLAYLIST
   ========================================================== */

.gvs-making-playlist__thumb {
    position: relative;

    display: block;

    width: 108px;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #050505;

    border-radius: 3px;
}

.gvs-making-playlist__thumb img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.35s ease;
}

.gvs-making-playlist__item:hover
.gvs-making-playlist__thumb img {
    transform: scale(1.045);
}


/* Petit bouton play */

.gvs-making-playlist__play {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    color: #111;

    font-size: 10px;

    background: #d4af37;

    border-radius: 50%;

    box-shadow:
        0 4px 18px rgba(0,0,0,0.35);

    opacity: 0;

    transition: opacity 0.25s ease;
}

.gvs-making-playlist__item:hover
.gvs-making-playlist__play,
.gvs-making-playlist__item.is-active
.gvs-making-playlist__play {
    opacity: 1;
}


/* ==========================================================
   TEXTE PLAYLIST
   ========================================================== */

.gvs-making-playlist__content {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.gvs-making-playlist__name {
    display: block;

    margin-bottom: 4px;

    overflow: hidden;

    color: #fff;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.28;

    text-overflow: ellipsis;
}

.gvs-making-playlist__label {
    display: block;

    margin-bottom: 2px;

    color: rgba(255,255,255,0.55);

    font-size: 10px;
    line-height: 1.35;
}

.gvs-making-playlist__duration {
    display: block;

    color: rgba(255,255,255,0.74);

    font-size: 10px;
    line-height: 1.35;
}


/* ==========================================================
   BOUTON VOIR TOUS
   ========================================================== */

.gvs-making-playlist__all {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;

    margin-top: 18px;
    padding: 11px 16px;

    color: #d4af37 !important;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;

    border: 1px solid #d4af37;
    border-radius: 2px;

    background: transparent;

    text-decoration: none !important;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

.gvs-making-playlist__all:hover {
    color: #0a0a0a !important;
    background: #d4af37;
}


/* ==========================================================
   NEUTRALISATION DIVI / EMBEDS
   ========================================================== */

.gvs-journal-making p,
.gvs-journal-making figure,
.gvs-journal-making iframe,
.gvs-journal-making video {
    margin-top: 0;
    margin-bottom: 0;
}

.gvs-journal-making iframe {
    max-width: none;
}


/* ==========================================================
   TABLETTE
   ========================================================== */

@media (max-width: 1100px) {

    .gvs-journal-making {
        padding: 70px 0 82px;
    }

    .gvs-journal-making__inner {
        width: min(94%, 1100px);
    }

    .gvs-making-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .gvs-making-player {
        border-radius: 8px 8px 0 0;
    }

    .gvs-making-playlist {
        border-left:
            1px solid rgba(255,255,255,0.10);

        border-top: 0;

        border-radius: 0 0 8px 8px;
    }

    .gvs-making-playlist__items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 680px) {

    .gvs-journal-making {
        padding: 54px 0 64px;
    }

    .gvs-journal-making__inner {
        width: calc(100% - 30px);
    }

    .gvs-journal-section-title {
        gap: 12px;
        margin-bottom: 20px;
    }

    .gvs-journal-section-title__line {
        width: 28px;
    }

    .gvs-journal-section-title__text {
        font-size: 11px;
    }

    .gvs-making-player {
        border-radius: 6px 6px 0 0;
    }

    .gvs-making-playlist {
        padding: 18px 14px 14px;
    }

    .gvs-making-playlist__title {
        margin-bottom: 14px;
    }

    .gvs-making-playlist__items {
        display: flex;
        flex-direction: column;
    }

    .gvs-making-playlist__item {
        grid-template-columns: 98px minmax(0, 1fr);
        padding: 7px;
    }

    .gvs-making-playlist__thumb {
        width: 98px;
    }

    .gvs-making-playlist__name {
        font-size: 12px;
    }

}
/* ==========================================================
   JOURNAL — INFORMATIONS DU PROJET
   ========================================================== */

.gvs-making-project-info {
    position: relative;
    margin-top: 42px;
}


/* ==========================================================
   TITRE DE SECTION
   ========================================================== */

.gvs-making-project-info .gvs-journal-section-title {
    margin-bottom: 22px;
}


/* ==========================================================
   GRILLE INFORMATIONS
   ========================================================== */

.gvs-making-info-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));

    width: 100%;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.025),
            rgba(255,255,255,0.008)
        ),
        #101010;

    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 7px;

    box-shadow:
        0 22px 60px rgba(0,0,0,0.26);
}


/* ==========================================================
   ITEM
   ========================================================== */

.gvs-making-info-item {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    min-width: 0;
    min-height: 132px;

    padding: 22px 24px;

    border-right: 1px solid rgba(255,255,255,0.09);
}

.gvs-making-info-item:last-child {
    border-right: 0;
}


/* Petit trait doré supérieur */

.gvs-making-info-item::before {
    content: "";

    position: absolute;
    top: 0;
    left: 24px;

    width: 34px;
    height: 2px;

    background: #d4af37;

    opacity: 0;
    transform: scaleX(0.5);
    transform-origin: left center;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.gvs-making-info-item:hover::before {
    opacity: 1;
    transform: scaleX(1);
}


/* ==========================================================
   ICÔNE
   ========================================================== */

.gvs-making-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;

    margin-bottom: 12px;

    color: #d4af37;

    font-size: 19px;
    line-height: 1;

    opacity: 0.95;
}


/* ==========================================================
   LABEL
   ========================================================== */

.gvs-making-info-label {
    display: block;

    margin-bottom: 7px;

    color: #d4af37;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.11em;
    text-transform: uppercase;
}


/* ==========================================================
   VALEUR
   ========================================================== */

.gvs-making-info-value {
    display: block;

    min-width: 0;

    color: #fff;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;

    overflow-wrap: anywhere;
}


/* Valeur vide */

.gvs-making-info-value:empty::after {
    content: "—";
    color: rgba(255,255,255,0.28);
}


/* ==========================================================
   HOVER PREMIUM
   ========================================================== */

.gvs-making-info-item {
    transition:
        background-color 0.25s ease;
}

.gvs-making-info-item:hover {
    background: rgba(255,255,255,0.025);
}


/* ==========================================================
   TABLETTE
   ========================================================== */

@media (max-width: 1100px) {

    .gvs-making-project-info {
        margin-top: 34px;
    }

    .gvs-making-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gvs-making-info-item {
        min-height: 118px;
        padding: 20px 22px;
    }

    .gvs-making-info-item:nth-child(3n) {
        border-right: 0;
    }

    .gvs-making-info-item:nth-child(-n+3) {
        border-bottom: 1px solid rgba(255,255,255,0.09);
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 680px) {

    .gvs-making-project-info {
        margin-top: 28px;
    }

    .gvs-making-project-info .gvs-journal-section-title {
        margin-bottom: 16px;
    }

    .gvs-making-info-grid {
        grid-template-columns: 1fr 1fr;
        border-radius: 5px;
    }

    .gvs-making-info-item {
        min-height: 108px;

        padding: 17px 16px;

        border-right: 1px solid rgba(255,255,255,0.08);
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .gvs-making-info-item:nth-child(2n) {
        border-right: 0;
    }

    .gvs-making-info-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .gvs-making-info-icon {
        width: 22px;
        height: 22px;

        margin-bottom: 9px;

        font-size: 16px;
    }

    .gvs-making-info-label {
        margin-bottom: 5px;

        font-size: 9px;
        letter-spacing: 0.09em;
    }

    .gvs-making-info-value {
        font-size: 13px;
    }

}
/* ==========================================================
   JOURNAL — L'HISTOIRE + FILM COMPLET
   ========================================================== */

.gvs-making-story {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.7fr);
    gap: 58px;
    align-items: stretch;

    margin-top: 62px;
    padding-top: 8px;
}


/* ==========================================================
   COLONNE HISTOIRE
   ========================================================== */

.gvs-making-story__content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    min-width: 0;
    padding: 18px 0;
}

.gvs-making-story__content .gvs-journal-section-title {
    margin-bottom: 28px;
}

.gvs-making-story__summary {
    max-width: 520px;

    margin-bottom: 20px;

    color: #fff;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}

.gvs-making-story__summary p {
    margin: 0;
}

.gvs-making-story__intro {
    max-width: 560px;

    color: rgba(255,255,255,0.68);

    font-size: 15px;
    line-height: 1.8;
}

.gvs-making-story__intro p {
    margin: 0 0 16px;
}

.gvs-making-story__intro p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   BOUTON RÉSUMÉ COMPLET
   ========================================================== */

.gvs-making-story__more {
    appearance: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    min-height: 46px;

    margin-top: 30px;
    padding: 12px 22px;

    color: #d4af37;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    background: transparent;

    border: 1px solid #d4af37;
    border-radius: 2px;

    cursor: pointer;

    transition:
        color 0.25s ease,
        background-color 0.25s ease;
}

.gvs-making-story__more:hover {
    color: #0b0b0b;
    background: #d4af37;
}


/* ==========================================================
   CARTE FILM COMPLET
   ========================================================== */

.gvs-making-full-film {
    position: relative;

    min-width: 0;
    min-height: 420px;

    overflow: hidden;

    background: #0f0f0f;

    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 7px;

    box-shadow:
        0 28px 70px rgba(0,0,0,0.35);
}

.gvs-making-full-film::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.02) 35%,
            rgba(0,0,0,0.82) 100%
        );
}


/* ==========================================================
   POSTER
   ========================================================== */

.gvs-making-full-film__poster {
    position: absolute;
    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.45s ease,
        filter 0.45s ease;
}

.gvs-making-full-film:hover
.gvs-making-full-film__poster {
    transform: scale(1.025);
    filter: brightness(0.9);
}


/* ==========================================================
   BOUTON PLAY
   ========================================================== */

.gvs-making-full-film__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 82px;
    height: 82px;

    transform: translate(-50%, -50%);

    color: #fff !important;

    font-size: 27px;
    line-height: 1;

    text-decoration: none !important;

    background: rgba(0,0,0,0.38);

    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 50%;

    backdrop-filter: blur(5px);

    box-shadow:
        0 12px 38px rgba(0,0,0,0.4);

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.gvs-making-full-film__play:hover {
    transform: translate(-50%, -50%) scale(1.07);

    color: #0b0b0b !important;

    background: #d4af37;
    border-color: #d4af37;
}


/* ==========================================================
   MÉTA FILM
   ========================================================== */

.gvs-making-full-film__meta {
    position: absolute;
    right: 26px;
    bottom: 24px;
    left: 26px;
    z-index: 3;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gvs-making-full-film__meta strong {
    color: #fff;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.gvs-making-full-film__meta span {
    margin-top: 5px;

    color: rgba(255,255,255,0.7);

    font-size: 11px;
    line-height: 1.2;
}


/* ==========================================================
   PETIT ACCENT DORÉ
   ========================================================== */

.gvs-making-full-film::before {
    content: "";

    position: absolute;
    top: 0;
    left: 28px;
    z-index: 4;

    width: 56px;
    height: 2px;

    background: #d4af37;
}


/* ==========================================================
   SI AUCUNE IMAGE N'EST RENSEIGNÉE
   ========================================================== */

.gvs-making-full-film:not(:has(.gvs-making-full-film__poster)) {
    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at center,
            rgba(212,175,55,0.05),
            transparent 45%
        ),
        #111;
}


/* ==========================================================
   TABLETTE
   ========================================================== */

@media (max-width: 1100px) {

    .gvs-making-story {
        grid-template-columns: 1fr;
        gap: 34px;

        margin-top: 48px;
    }

    .gvs-making-story__content {
        padding: 0;
    }

    .gvs-making-story__summary,
    .gvs-making-story__intro {
        max-width: 760px;
    }

    .gvs-making-full-film {
        min-height: 430px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 680px) {

    .gvs-making-story {
        gap: 26px;

        margin-top: 38px;
    }

    .gvs-making-story__content .gvs-journal-section-title {
        margin-bottom: 20px;
    }

    .gvs-making-story__summary {
        margin-bottom: 15px;

        font-size: 17px;
        line-height: 1.45;
    }

    .gvs-making-story__intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .gvs-making-story__more {
        min-height: 44px;

        margin-top: 22px;
        padding: 11px 17px;

        font-size: 9px;
    }

    .gvs-making-full-film {
        min-height: 250px;
        border-radius: 5px;
    }

    .gvs-making-full-film__play {
        width: 62px;
        height: 62px;

        font-size: 21px;
    }

    .gvs-making-full-film__meta {
        right: 18px;
        bottom: 17px;
        left: 18px;
    }

    .gvs-making-full-film__meta strong {
        font-size: 11px;
    }

}
/* ==========================================================
   FILM COMPLET — PLAYER CINÉMA 16:9
   ========================================================== */

.gvs-making-full-film.is-playing {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    overflow: hidden;
    background: #000;
}

/* Conteneur Vimeo / YouTube */
.gvs-making-full-film.is-playing .gvs-making-full-film__embed {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Vimeo / YouTube */
.gvs-making-full-film.is-playing .gvs-making-full-film__embed iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    border: 0;
    display: block;
}

/* MP4 */
.gvs-making-full-film.is-playing .gvs-making-full-film__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #000;
}

/* Sécurité contre les dimensions injectées par Vimeo */
.gvs-making-full-film.is-playing iframe {
    aspect-ratio: 16 / 9;
}

/* Mobile */
@media (max-width: 767px) {

    .gvs-making-full-film.is-playing {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

}
/* ==========================================================
   FILM COMPLET — PLEINE LARGEUR MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .gvs-making-full-film {
        width: 100vw;
        max-width: none;

        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);

        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .gvs-making-full-film.is-playing {
        width: 100vw;
        max-width: none;
        aspect-ratio: 16 / 9;

        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);

        border-radius: 0;
    }

    .gvs-making-full-film.is-playing
    .gvs-making-full-film__embed,
    .gvs-making-full-film.is-playing
    .gvs-making-full-film__embed iframe,
    .gvs-making-full-film.is-playing
    .gvs-making-full-film__video {
        width: 100%;
        height: 100%;
    }
}
/* ==========================================================
   L'ÉQUIPE DU PROJET — DESIGN PREMIUM
   ========================================================== */

.gvs-making-team {
    position: relative;
    width: 100%;
    margin-top: 72px;
    padding: 0;
}


/* ----------------------------------------------------------
   GRILLE
---------------------------------------------------------- */

.gvs-making-team__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;

    width: 100%;
}


/* ----------------------------------------------------------
   CARTE MEMBRE
---------------------------------------------------------- */

.gvs-making-team__card {
    position: relative;

    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    align-items: start;

    min-width: 0;
    min-height: 190px;

    padding: 24px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.028),
            rgba(255,255,255,0.008)
        ),
        #0e0e0e;

    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 7px;

    box-shadow:
        0 22px 50px rgba(0,0,0,0.22);

    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        background-color 0.28s ease,
        box-shadow 0.28s ease;
}


/* petit accent doré */
.gvs-making-team__card::before {
    content: "";

    position: absolute;
    top: 0;
    left: 24px;

    width: 42px;
    height: 2px;

    background: #d4af37;

    opacity: 0;

    transition: opacity 0.28s ease;
}


.gvs-making-team__card:hover {
    transform: translateY(-4px);

    border-color: rgba(212,175,55,0.32);

    box-shadow:
        0 28px 65px rgba(0,0,0,0.34);
}


.gvs-making-team__card:hover::before {
    opacity: 1;
}


/* ----------------------------------------------------------
   PHOTO
---------------------------------------------------------- */

.gvs-making-team__photo {
    position: relative;

    width: 92px;
    height: 92px;

    overflow: hidden;

    border-radius: 50%;

    background: #161616;

    border: 1px solid rgba(212,175,55,0.28);

    flex-shrink: 0;
}


.gvs-making-team__photo img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.4s ease;
}


.gvs-making-team__card:hover
.gvs-making-team__photo img {
    transform: scale(1.045);
}


/* ----------------------------------------------------------
   CONTENU
---------------------------------------------------------- */

.gvs-making-team__content {
    min-width: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* fonction */
.gvs-making-team__role {
    display: block;

    margin-bottom: 7px;

    color: #d4af37;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;

    letter-spacing: 0.045em;
    text-transform: uppercase;
}


/* nom */
.gvs-making-team__name {
    margin: 0 0 9px;

    color: #fff;

    font-size: 19px;
    font-weight: 600;
    line-height: 1.18;

    letter-spacing: -0.02em;
}


/* bio */
.gvs-making-team__bio {
    color: rgba(255,255,255,0.60);

    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
}


.gvs-making-team__bio p {
    margin: 0 0 8px;
}


.gvs-making-team__bio p:last-child {
    margin-bottom: 0;
}


/* ==========================================================
   SI 1 OU 2 MEMBRES
   ========================================================== */

.gvs-making-team__grid:has(
    .gvs-making-team__card:nth-child(1):last-child
) {
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
}


.gvs-making-team__grid:has(
    .gvs-making-team__card:nth-child(2):last-child
) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* ==========================================================
   TABLETTE
   ========================================================== */

@media (max-width: 1100px) {

    .gvs-making-team {
        margin-top: 60px;
    }

    .gvs-making-team__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .gvs-making-team__card {
        grid-template-columns: 82px minmax(0, 1fr);

        min-height: 170px;

        padding: 21px;
    }

    .gvs-making-team__photo {
        width: 82px;
        height: 82px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 680px) {

    .gvs-making-team {
        margin-top: 48px;
    }

    .gvs-making-team__grid,
    .gvs-making-team__grid:has(
        .gvs-making-team__card:nth-child(2):last-child
    ),
    .gvs-making-team__grid:has(
        .gvs-making-team__card:nth-child(1):last-child
    ) {
        grid-template-columns: 1fr;
        max-width: none;
        gap: 12px;
    }

    .gvs-making-team__card {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 15px;

        min-height: 0;

        padding: 18px;

        border-radius: 5px;
    }

    .gvs-making-team__photo {
        width: 74px;
        height: 74px;
    }

    .gvs-making-team__role {
        margin-bottom: 5px;

        font-size: 10px;
    }

    .gvs-making-team__name {
        margin-bottom: 7px;

        font-size: 17px;
    }

    .gvs-making-team__bio {
        font-size: 11px;
        line-height: 1.5;
    }

}


/* ==========================================================
   TRÈS PETIT MOBILE
   ========================================================== */

@media (max-width: 420px) {

    .gvs-making-team__card {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 13px;

        padding: 16px;
    }

    .gvs-making-team__photo {
        width: 64px;
        height: 64px;
    }

}


/* ==========================================================
   ACCESSIBILITÉ
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .gvs-making-team__card,
    .gvs-making-team__photo img {
        transition: none;
    }

}
/* ==========================================================
   ÉQUIPE DU PROJET — AJUSTEMENT FINAL DES CARTES
   ========================================================== */

/* La carte n'impose plus une grande hauteur */
.gvs-making-team__card {
    min-height: 0;
    height: auto;
    align-self: start;
}


/* Présentation limitée visuellement */
.gvs-making-team__bio {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

    color: rgba(255,255,255,0.60);

    font-size: 12px;
    line-height: 1.55;
}


/* 1 seul membre :
   on conserve une carte premium,
   sans l'étirer sur toute la page */
.gvs-making-team__grid:has(
    .gvs-making-team__card:first-child:last-child
) {
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
}


/* 2 membres */
.gvs-making-team__grid:has(
    .gvs-making-team__card:nth-child(2):last-child
) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
}


/* 3 membres et + */
.gvs-making-team__grid {
    align-items: start;
}
/* ==========================================================
   ÉQUIPE DU PROJET — MOBILE
   ========================================================== */

@media (max-width: 767px) {

    /* Une seule carte par ligne */
    .gvs-making-team__grid,
    .gvs-making-team__grid:has(
        .gvs-making-team__card:nth-child(2):last-child
    ),
    .gvs-making-team__grid:has(
        .gvs-making-team__card:first-child:last-child
    ) {
        display: grid;
        grid-template-columns: 1fr;
        max-width: none;
        width: 100%;
        gap: 16px;
    }


    /* Carte */
    .gvs-making-team__card {
        width: 100%;
        min-width: 0;
        min-height: 0;
        height: auto;

        padding: 22px 18px;

        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        align-items: start;
        gap: 18px;
    }


    /* Photo */
    .gvs-making-team__photo {
        width: 82px;
        height: 82px;
        min-width: 82px;

        border-radius: 50%;
        object-fit: cover;
    }


    /* Zone texte */
    .gvs-making-team__content {
        min-width: 0;
        width: 100%;
    }


    /* Fonction */
    .gvs-making-team__role {
        font-size: 11px;
        line-height: 1.3;
        margin-bottom: 6px;
    }


    /* Nom */
    .gvs-making-team__name {
        font-size: 20px;
        line-height: 1.15;
        margin-bottom: 10px;

        overflow-wrap: normal;
        word-break: normal;
    }


    /* Présentation */
    .gvs-making-team__bio {
        font-size: 13px;
        line-height: 1.55;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

}
/* ==========================================================
   ÉQUIPE DU PROJET — BIO COMPLÈTE
   ========================================================== */

.gvs-making-team__bio {
    display: block;
    overflow: visible;

    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
}

.gvs-making-team__bio p {
    overflow: visible;
}
@media (max-width: 767px) {

    .gvs-making-team__bio {
        display: block;
        overflow: visible;

        -webkit-line-clamp: unset;
        -webkit-box-orient: initial;
    }

}
/* ==========================================================
   PHOTOS MAKING OF — GALERIE PREMIUM
   ========================================================== */

.gvs-making-gallery {
    position: relative;
    width: 100%;
    margin-top: 72px;
}

.gvs-making-gallery__inner {
    width: 100%;
}


/* ----------------------------------------------------------
   TITRE
---------------------------------------------------------- */

.gvs-making-gallery__heading {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 24px;
}

.gvs-making-gallery__line {
    display: block;

    width: 42px;
    height: 2px;

    background: #d4af37;
}

.gvs-making-gallery__heading h2 {
    margin: 0;

    color: #d4af37;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}


/* ----------------------------------------------------------
   INTRO
---------------------------------------------------------- */

.gvs-making-gallery__intro {
    max-width: 760px;

    margin-bottom: 24px;

    color: rgba(255,255,255,0.62);

    font-size: 13px;
    line-height: 1.65;
}

.gvs-making-gallery__intro p {
    margin: 0;
}


/* ----------------------------------------------------------
   MOSAÏQUE
---------------------------------------------------------- */

.gvs-making-gallery__grid {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 190px;

    gap: 6px;

    width: 100%;
}


/* ----------------------------------------------------------
   ITEM
---------------------------------------------------------- */

.gvs-making-gallery__item {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    padding: 0;

    overflow: hidden;

    border: 0;
    border-radius: 2px;

    background: #111;

    cursor: pointer;

    appearance: none;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.gvs-making-gallery__item img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.5s ease,
        filter 0.4s ease;
}


/* effet premium */
.gvs-making-gallery__item::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,0.24),
            rgba(0,0,0,0.02) 55%,
            transparent
        );

    pointer-events: none;

    opacity: 0.55;

    transition: opacity 0.3s ease;
}

.gvs-making-gallery__item:hover img {
    transform: scale(1.035);
}

.gvs-making-gallery__item:hover::after {
    opacity: 0.2;
}


/* ==========================================================
   COMPOSITION CINÉMATOGRAPHIQUE — 8 PHOTOS
   ========================================================== */

/* Photo 1 : grande horizontale */
.gvs-making-gallery__item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

/* Photo 2 : verticale */
.gvs-making-gallery__item:nth-child(2) {
    grid-row: span 2;
}

/* Photo 3 */
.gvs-making-gallery__item:nth-child(3) {
    grid-row: span 2;
}

/* Photo 4 */
.gvs-making-gallery__item:nth-child(4) {
    grid-column: span 2;
}

/* Photo 5 */
.gvs-making-gallery__item:nth-child(5) {
    grid-column: span 2;
}

/* Photos 6, 7, 8 restent standards */


/* ==========================================================
   1 À 4 PHOTOS
   ========================================================== */

.gvs-making-gallery__grid:has(
    .gvs-making-gallery__item:first-child:last-child
) {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
}

.gvs-making-gallery__grid:has(
    .gvs-making-gallery__item:first-child:last-child
)
.gvs-making-gallery__item {
    aspect-ratio: 16 / 9;
}

.gvs-making-gallery__grid:has(
    .gvs-making-gallery__item:nth-child(2):last-child
) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gvs-making-gallery__grid:has(
    .gvs-making-gallery__item:nth-child(3):last-child
) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gvs-making-gallery__grid:has(
    .gvs-making-gallery__item:nth-child(4):last-child
) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* ==========================================================
   TABLETTE
   ========================================================== */

@media (max-width: 1100px) {

    .gvs-making-gallery {
        margin-top: 60px;
    }

    .gvs-making-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 190px;
        gap: 6px;
    }

    .gvs-making-gallery__item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
    }

    .gvs-making-gallery__item:nth-child(2),
    .gvs-making-gallery__item:nth-child(3) {
        grid-row: span 1;
    }

    .gvs-making-gallery__item:nth-child(4),
    .gvs-making-gallery__item:nth-child(5) {
        grid-column: span 1;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .gvs-making-gallery {
        margin-top: 48px;
    }

    .gvs-making-gallery__heading {
        gap: 12px;
        margin-bottom: 18px;
    }

    .gvs-making-gallery__line {
        width: 34px;
    }

    .gvs-making-gallery__heading h2 {
        font-size: 13px;
    }

    .gvs-making-gallery__intro {
        margin-bottom: 18px;

        font-size: 12px;
        line-height: 1.6;
    }

    .gvs-making-gallery__grid,
    .gvs-making-gallery__grid:has(
        .gvs-making-gallery__item:nth-child(2):last-child
    ),
    .gvs-making-gallery__grid:has(
        .gvs-making-gallery__item:nth-child(3):last-child
    ),
    .gvs-making-gallery__grid:has(
        .gvs-making-gallery__item:nth-child(4):last-child
    ) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 150px;

        gap: 4px;
    }

    /* Première photo immersive */
    .gvs-making-gallery__item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
    }

    /* Toutes les autres reviennent à une case */
    .gvs-making-gallery__item:nth-child(n+2) {
        grid-column: span 1;
        grid-row: span 1;
    }

}


/* ==========================================================
   PETITS MOBILES
   ========================================================== */

@media (max-width: 420px) {

    .gvs-making-gallery__grid {
        grid-auto-rows: 125px;
    }

}


/* ==========================================================
   ACCESSIBILITÉ
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .gvs-making-gallery__item,
    .gvs-making-gallery__item img,
    .gvs-making-gallery__item::after {
        transition: none;
    }

}
/* ==========================================================
   LIGHTBOX PHOTOS MAKING OF
   ========================================================== */

.gvs-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0,0,0,0.96);

    padding: 40px;
}

.gvs-gallery-lightbox[hidden] {
    display: none;
}

.gvs-gallery-lightbox__stage {
    width: min(90vw, 1500px);
    height: min(86vh, 1000px);

    display: flex;
    align-items: center;
    justify-content: center;
}

.gvs-gallery-lightbox__image {
    max-width: 100%;
    max-height: 100%;

    width: auto;
    height: auto;

    object-fit: contain;
}

.gvs-gallery-lightbox__close,
.gvs-gallery-lightbox__prev,
.gvs-gallery-lightbox__next {
    position: absolute;

    border: 0;
    background: rgba(0,0,0,0.45);

    color: #fff;

    cursor: pointer;
}

.gvs-gallery-lightbox__close {
    top: 24px;
    right: 28px;

    width: 48px;
    height: 48px;

    font-size: 36px;
    line-height: 1;
}

.gvs-gallery-lightbox__prev,
.gvs-gallery-lightbox__next {
    top: 50%;
    transform: translateY(-50%);

    width: 56px;
    height: 72px;

    font-size: 54px;
    line-height: 1;
}

.gvs-gallery-lightbox__prev {
    left: 20px;
}

.gvs-gallery-lightbox__next {
    right: 20px;
}

.gvs-gallery-is-open {
    overflow: hidden;
}

@media (max-width: 767px) {

    .gvs-gallery-lightbox {
        padding: 16px;
    }

    .gvs-gallery-lightbox__stage {
        width: 100vw;
        height: 100vh;
    }

    .gvs-gallery-lightbox__prev,
    .gvs-gallery-lightbox__next {
        width: 42px;
        height: 58px;

        font-size: 40px;
    }

    .gvs-gallery-lightbox__close {
        top: 14px;
        right: 14px;
    }

}
/* ==========================================================
   LIGHTBOX — FERMETURE TOUJOURS VISIBLE
   ========================================================== */

.gvs-gallery-lightbox__close {
    position: fixed !important;

    top: 24px !important;
    right: 28px !important;

    z-index: 1000002 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    padding: 0;

    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 50%;

    background: rgba(0,0,0,0.72);

    color: #fff;

    font-size: 34px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;

    opacity: 1;
    visibility: visible;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.gvs-gallery-lightbox__close:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #000;

    transform: scale(1.05);
}


/* Mobile */
@media (max-width: 767px) {

    .gvs-gallery-lightbox__close {
        top: 16px !important;
        right: 16px !important;

        width: 46px;
        height: 46px;

        font-size: 30px;
    }

}
/* ==========================================================
   VISIONNEUSE — BOUTON FERMER
   ========================================================== */

#gvs-gallery-lightbox .gvs-gallery-lightbox__close {
    position: fixed !important;
    top: 100px !important;
    right: 32px !important;

    width: 52px !important;
    height: 52px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    background: rgba(0, 0, 0, 0.72) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 50% !important;

    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 300 !important;
    line-height: 1 !important;

    cursor: pointer !important;

    z-index: 9999999 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

#gvs-gallery-lightbox .gvs-gallery-lightbox__close:hover {
    background: #d4af37 !important;
    border-color: #d4af37 !important;
    color: #000000 !important;
    transform: scale(1.06);
}


/* MOBILE */

@media (max-width: 767px) {

    #gvs-gallery-lightbox .gvs-gallery-lightbox__close {
        top: 82px !important;
        right: 15px !important;

        width: 44px !important;
        height: 44px !important;

        font-size: 29px !important;
    }

}
/* ==========================================================
   LIGHTBOX — AU-DESSUS DU HEADER
   ========================================================== */

#gvs-gallery-lightbox {
    z-index: 2147483000 !important;
}

#gvs-gallery-lightbox .gvs-gallery-lightbox__close,
#gvs-gallery-lightbox .gvs-gallery-lightbox__prev,
#gvs-gallery-lightbox .gvs-gallery-lightbox__next {
    z-index: 2147483647 !important;
}
/* Masquer le header pendant la visionneuse */

body.gvs-gallery-is-open header,
body.gvs-gallery-is-open #main-header,
body.gvs-gallery-is-open .et-l--header,
body.gvs-gallery-is-open .gvs-header {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body.gvs-gallery-is-open #gvs-gallery-lightbox {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}