/* ─── Team / bio grid ─────────────────────────────────────────────────
   Section pattern: a multi-up grid of team/bio cards — avatar, name,
   role, short bio, optional social links. Composes always-loaded
   pieces — .hzo-card (components/card), .hzo-avatar (components/avatar),
   .hzo-social-icons (components/social-icons), .hzo-grid
   (_base/responsive-content-grid), .hzo-eyebrow / .hzo-visual-h2 /
   .hzo-meta (base type) — and owns only the centered bio-card
   alignment, split into bio-team-card.css.

   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; before this file existed, bio-team-card.css
   never loaded at all).

   .hzo-team-grid on the [hzo_team_grid] shortcode root is a structural
   hook (unstyled by design — the pieces above carry all the visuals). */
@import './bio-team-card.css?ver=1787769613';
