/* ========================================
   PAGES RÉALISATIONS — Resets communs archive & single

   Le socle `.cinematic-grid` / `.card-cinematic` vit dans
   components/realisation-cards.css.
   ======================================== */

/* ========================================
   RESETS SPÉCIFIQUES PAGES RÉALISATIONS
   ======================================== */
.archive-hero h1,
.realisation-details-section h2,
.realisation-coulisses-section h2,
.realisation-infos__title,
.realisation-description__title {
    margin-top: 0;
}

.archive-hero p,
.realisation-description p {
    margin-top: 0;
}

/* NOTE
   Le CSS Realisation a été splitté pour ne charger que le nécessaire :
   - components/realisation-cards.css (cards partagées archive + related single)
   - page-realisation-archive.css (archive/tax)
   - page-realisation-single.css (single)
*/
