/* =============================================================================
   nk-hero-premium.css  —  PROJECT (Nooktails)
   -----------------------------------------------------------------------------
   Lot A (ancien hero texte-sur-image .nt-pillar-hero--editorial) SUPPRIMÉ 2026-07-16
     → règle hero UNIQUE dans components/pillar.css.
   Lot B (CTA boutons hero home .nk-hero .nk-btn*) SUPPRIMÉ 2026-07-17 : MORT — aucun
     hero du site n'utilise nk-btn (tous en .nk-hero__cta, lien éditorial) ; portait 4
     !important inutiles. Fichier réduit aux 2 règles scroll encore vivantes.
   ============================================================================= */

/* Ancre douce du CTA vers le contenu (offset header) — gated reduced-motion */
#thematiques{ scroll-margin-top:90px; }
@media (prefers-reduced-motion:no-preference){
  html{ scroll-behavior:smooth; }
}
