/* ==========================================================================
   Opus Advisors client layer
   ==========================================================================
   Cascade order on every page:

     styles.css          base tokens + all layout
     brand-opus.css      this file -- client-wide overrides
     <site>/brand-<x>.css  per-event overrides

   Right now this file is deliberately almost empty, and that is honest
   rather than lazy: styles.css was written as the generic Opus backup, so
   the base tokens ALREADY carry the Opus palette (teal frame, brown button,
   Opus campus aesthetic). There is nothing for a client layer to override.

   It exists anyway for two reasons:

   1. The cascade is then the same three files on every page of every client,
      so a new client is "add brand-<client>.css" rather than "work out where
      this one differs structurally".
   2. When Opus-wide branding changes -- and it will, the recap flags
      quarterly template drift -- it changes HERE, once, instead of being
      edited into styles.css where it would silently become every other
      client's default too.

   When the Blue Cross layer lands it will be a real file, and the asymmetry
   between the two will make the point better than this comment does.
   ========================================================================== */

/* Intentionally no declarations yet. See above. */
