/* ==========================================================================
   LOCATIONS SUB-PROJECT — MASTER STYLESHEET
   Same pattern as the main site's assets/css/styles.css shim: this file
   has no rules of its own, it just @imports the modular stylesheets that
   live alongside it. Every /locations page links to THIS file (not the
   main site's styles.css) so the sub-project's CSS stays fully
   self-contained and can be deployed independently if needed.

     variables.css      -> brand colors, fonts, spacing tokens (copy of main site's)
     base.css           -> resets, buttons, badges, utility classes (copy)
     header-footer.css  -> the shared header/nav and footer (copy)
     layout.css         -> hero, cards, grids, forms, FAQ, CTA bands (copy)
     responsive.css     -> leftover small-screen edge cases (copy)
     locations.css      -> NEW: footer-block, banner, breadcrumb, hub grid,
                            at-a-glance box, process steps, nearby chips —
                            everything specific to this sub-project

   CACHE-BUSTING: bump every "?v=N" below together whenever any of these
   files changes, same reasoning as the main site's styles.css.
   ========================================================================== */

@import url('variables.css?v=4');
@import url('base.css?v=4');
@import url('header-footer.css?v=4');
@import url('layout.css?v=4');
@import url('responsive.css?v=4');
@import url('locations.css?v=5');
