/* ─── Stat block (headline metric row) ──────────────────────────────────
   Aggregator sheet — the component loader enqueues ONLY <name>.css, so the
   component's own stat.css is @imported here to ride the same request (this
   is its only load path in components mode — same fix as video.css in Wave
   4; in fallback mode primitives.css @imports stat.css directly):
     stat.css   .hzo-stat — centers a number/label pair within a grid cell

   Everything else is composition, no styling of its own: the metric grid is
   the _base responsive .hzo-grid--2/--3/--4, the .hzo-stat-number /
   .hzo-stat-label typography lives in stats/stats.css (always-loaded), the
   count-up is the cross-cutting data-hzo-countup contract in stats/stats.js,
   and .hzo-reveal is the _base scroll-reveal hook. The .hzo-stat-block root
   class emitted by the shortcode is an unstyled, stable hook.

   Static content — no transitions of its own to kill under reduced motion
   (the count-up/reveal reduced-motion gating lives with their owners).
   Shortcode: stat-block.php [hzo_stat_block]. */
@import './stat.css?ver=1787769613';
