/* ─── Story band (aggregator) ──────────────────────────────────────────
   The component loader enqueues ONLY <name>.css, so the actual styles — which
   live in media-band.css (root class .hzo-media-band; the historical filename
   is kept so the legacy primitives.css fallback @import keeps resolving) —
   are @imported here to ride the same request. This is the component's load
   path in component-loader mode. Shortcode: story-band.php [hzo_story_band].
   Zero JS.

   No trailing reduced-motion transition-kill block: media-band.css declares no
   transitions or animations of its own (the .hzo-reveal hook's motion is owned
   by _base/scroll-reveal.css, which carries its own reduced-motion guard). */
/* ── ONE COMPOSITION (Wave S) ────────────────────────────────────────────
   This component ships exactly ONE composition: a rounded photo panel with a scrimmed copy panel pinned to one side.

   That is a feature. One composition is why it is responsive, accessible and
   identical on two hundred sites, and why a client build can place it without
   re-deciding anything. It is also a hard limit: the component cannot express
   a SECOND composition, and making it try — nesting it, stacking modifiers on
   it, overriding its grid from a client sheet — is how a page ends up fighting
   its own components and still looking generic.

   FOR AN AMPLIFY OR ELEVATE SECTION, DO NOT BEND THIS COMPONENT. Take one of:
     • RAW mode — author the section's markup directly, or
     • hand-author to the class contract on the spatial utilities:
       .hzo-grid + .hzo-span-* / .hzo-rowspan-* / --hzo-grid-template,
       .hzo-bleed, .hzo-pull-* / .hzo-z-*, .hzo-section--edge-*, .hzo-measure-*.
   Both are the STANDARD route for a high-intensity section, not an escape
   hatch, and the composition plan is what says which sections those are.

   PLUMBING AND PROOF COMPONENTS ARE UNAFFECTED. Every JS widget and every
   proof/data component (reviews, credentials, ratings, schema) stays
   mandatory — never hand-roll those. This note is about LAYOUT only.
   ────────────────────────────────────────────────────────────────────────── */

@import './media-band.css?ver=1787769613';
