/* ─── Testimonial ─────────────────────────────────────────────────────
   Section pattern: one featured pull-quote with an author row, or a
   multi-up grid of quote cards. Composes always-loaded pieces —
   .hzo-pullquote (_base/emphasis-decoration), .hzo-card, .hzo-grid
   (_base/responsive-content-grid), .hzo-avatar, .hzo-rating — and owns
   only the testimonial-specific author row, split into its own sheet.

   The loader enqueues ONLY <name>.css, so this file @imports the split
   sheet to give it a load path on the same request (the wave-4 video.css
   lesson: a variant sheet without an @import here is dead CSS in
   components mode; only the no-components primitives.css fallback would
   ever load it).

   .hzo-testimonial / .hzo-testimonial--quote / .hzo-testimonial--grid on
   the [hzo_testimonial] shortcode root are structural hooks (unstyled by
   design — the pieces above carry all the visuals). */
@import './testimonial-author.css?ver=1787935322';
