/* =========================================
   SECTION STORIES — Quartier
   ========================================= */

#q-section-stories {
    width: 100%;
    box-sizing: border-box;
    background: #03001e; /* charte bleu */
    padding: 4rem 1.5rem;
    margin: 0;
}

/* Wrapper interne si présent */
#q-section-stories .q-section-inner {
    max-width: 900px;
    margin: 0 auto;
}

/* TITRE */
#q-section-stories h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    margin: 0 0 1rem;
}

/* SOUS-TITRE */
#q-section-stories .q-stories-subtitle {
    font-size: 1rem;
    opacity: .85;
    margin-bottom: 2rem;
}

/* Texte */
#q-section-stories p {
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 .9rem;
}

/* Lien CTA */
#q-section-stories a {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1rem;
    color: #fef8f0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#q-section-stories a:hover {
    opacity: .8;
}

/* =========================================
   MOBILE
   ========================================= */
@media (max-width: 768px) {
    #q-section-stories {
        padding: 3rem 1.25rem;
    }

    #q-section-stories h2 {
        font-size: 1.9rem;
    }

    #q-section-stories p,
    #q-section-stories .q-stories-subtitle {
        font-size: .95rem;
        line-height: 1.6;
    }
}
