/* Migrated page-specific styles. */
:root {
        --or-text: #d4af37;
        --bg-accent: rgba(212, 175, 55, 0.08);
    }

    .doc-container {
        padding-top: 40px;
        padding-bottom: 80px;
        color: #ddd;
        position: relative;
        z-index: 1;
    }

    /* --- CHAPEAU INTRODUCTIF --- */
    .doc-intro-lead {
        background: var(--bg-accent);
        border-right: 4px solid var(--or-text);
        padding: 40px;
        margin-bottom: 50px;
        border-radius: 2px;
    }

    .doc-intro-lead p {
        font-family: 'Playfair Display', serif;
        font-size: 1.4rem;
        line-height: 1.6;
        color: #fff;
        margin: 0;
        font-style: italic;
    }

    .video-wrapper {
        position: relative;
        width: 100%;
        background: #000;
        margin-bottom: 50px;
        box-shadow: 0 30px 60px rgba(0,0,0,0.6);
        /* Ratio 16:9 pour éviter le saut de page */
        padding-bottom: 56.25%; 
        height: 0;
        overflow: hidden;
    }

    /* Style "Blindé" pour la vidéo qui prend toute la place du wrapper */
    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; /* Garde les proportions sans déformer */
        display: block;
    }

    .doc-content {
        max-width: 900px;
        margin: 0 auto;
    }

    .doc-header {
        border-left: 2px solid var(--or-text); 
        padding-left: 30px;
        margin-bottom: 40px;
        position: relative;
    }

    .doc-header h1 {
        font-family: 'Playfair Display', serif;
        font-size: 2.8rem;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 5px;
        line-height: 1.1;
    }

    .doc-header h2 {
        font-size: 1.2rem;
        color: var(--or-text);
        font-weight: 300;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .section-title-alt {
        font-family: 'Playfair Display', serif;
        color: var(--or-text);
        font-size: 2rem;
        margin: 50px 0 25px 0;
        border-bottom: 1px solid rgba(212, 175, 55, 0.2);
        padding-bottom: 10px;
    }

    .synopsis {
        font-size: 1.15rem;
        line-height: 1.9;
        margin-bottom: 40px;
        color: #ccc;
        text-align: justify;
    }

    .credits {
        background: rgba(255,255,255,0.02);
        padding: 35px;
        border: 1px solid rgba(212, 175, 55, 0.15);
        margin: 40px 0;
    }

    .credits-title {
        color: var(--or-text);
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 2px;
        margin-bottom: 20px;
        display: block;
        font-weight: bold;
    }

    .credits p {
        font-size: 1rem;
        margin-bottom: 10px;
        color: #bbb;
    }

    .pg-word {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: 1.25rem;
        line-height: 2;
        color: #eee;
    }

    .pg-word h3 {
        font-family: 'Lato', sans-serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 1rem;
        color: var(--or-text);
        letter-spacing: 2px;
        margin-top: 45px;
        margin-bottom: 15px;
        border-left: 3px solid var(--or-text);
        padding-left: 15px;
    }

    .pg-word p {
        margin-bottom: 25px;
        text-align: justify;
    }

    .cta-section {
        margin-top: 80px;
        text-align: center;
        padding: 70px 30px;
        background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.05));
        border-top: 1px solid rgba(212, 175, 55, 0.1);
    }

    .cta-title {
        font-family: 'Playfair Display', serif;
        font-size: 2rem;
        color: #fff;
        margin-bottom: 35px;
        letter-spacing: 1px;
    }

    .btn-gold {
        display: inline-block;
        padding: 20px 50px;
        background-color: #d4af37 !important;
        color: #000 !important;
        text-decoration: none !important;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 0.95rem;
        transition: all 0.4s ease;
        border: none;
    }

    .btn-gold:hover {
        background-color: #fff !important;
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.5);
    }

    .footer-note {
        margin-top: 60px;
        padding: 40px;
        border-top: 1px solid rgba(255,255,255,0.05);
        font-size: 0.95rem;
        color: #777;
        text-align: center;
        line-height: 1.6;
    }

    @media (max-width: 768px) {
        .doc-header h1 { font-size: 2rem; }
        .doc-header { padding-left: 20px; margin-bottom: 30px; }
        .doc-content { padding: 0 20px; }
        .doc-intro-lead { padding: 25px; }
        .doc-intro-lead p { font-size: 1.1rem; }
        .section-title-alt { font-size: 1.6rem; }
        /* Ajustement hauteur vidéo mobile */
        .video-wrapper { padding-bottom: 56.25%; height: 0; }
    }

.legacy-video-le-regard-de-gassin-001 { color: #fff; text-align: center; padding-top: 20px; }

.legacy-video-le-regard-de-gassin-002 { color: #d4af37; font-weight: bold; text-decoration: underline; }
