/* =============================================================
   HEROES/INDEX.CSS — Hero block barrel import
   Replaces css/blocks/heroes.css on the heroes page.

   LOAD ORDER (within this barrel):
   1. _hero-shared.css — .bh-block base hook
   2. hero-diagonal.css — H1 diagonal split
   3. hero-typo.css     — H2 typographic number
   4. hero-stat.css     — H3 stat-led with pills

   In HTML:
     <link rel="stylesheet" href="css/blocks/heroes/index.css">

   In Astro (future):
     Each hero-*.css becomes a scoped <style> inside its component.
     This barrel file is not needed in Astro.
   ============================================================= */

@import './_hero-shared.css';
@import './hero-diagonal.css';
@import './hero-typo.css';
@import './hero-stat.css';
@import './hero-image.css';
@import './hero-minimal.css';
@import './hero-video.css';
