/* ============================================================
   HEADER STICKY — Alias Child Theme
   Cible le premier groupe du template-part header.
   ============================================================ */

.wp-block-template-part[data-type="core/template-part"] > .wp-block-group:first-child,
header.wp-block-template-part > .wp-block-group:first-child {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Fallback : cibler directement le <header> généré par le FSE */
header.has-global-padding,
header.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Ombre subtile au scroll (ajoutée par le JS) */
.alias-header-scrolled {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}
