/* ============================================
   Header Consistency (Minimal Safety Only)
   ============================================
   This file exists to prevent edge-case rendering bugs
   without duplicating header/mobile layout logic.

   Canonical ownership:
   - Desktop/base header + navigation: `assets/css/style.css`
   - Mobile header + mobile nav + search overlay: `assets/css/responsive.css`
*/

.site-header,
.header-inner {
  box-sizing: border-box;
}

