/* ─── 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). */
/* DELIVERY (v1.11.10): the sibling sheet(s) this file used to @import are now
   enqueued as real handles, in the same order, by
   hzostudio_component_sidecar_sheets() in includes/component-loader.php — so any
   "@imported here" wording above describes the old path. DO NOT re-add one: the
   CSS bundler could not resolve an @import carrying the ?ver= that
   scripts/zip_builder.py stamps on at build time, and 37 sheets shipped dark
   fleet-wide on v1.11.8/9 as a result. check_css_delivery.py fails the build. */
