/* ==========================================================================
   Southern Select Baseball — brand overrides.

   Loaded after /shared/store.css, so anything set here wins. Nothing is
   overridden: the store runs on the shared palette, which is the Nebo blue.
   This file exists so rebranding never means editing the file the other stores
   also load.

   This store DID carry the team grey #939393 for a while. It was reverted on
   request — and it is worth knowing why it was more than a one-line change,
   in case it ever comes back. The shared stylesheet puts WHITE text on the
   accent (the Checkout button, the cart count badge, the logo fallback
   roundel), which works for a saturated blue but lands at 3.07:1 on a mid
   grey, under the 4.5:1 WCAG AA needs for normal text. Carrying that grey
   therefore also meant flipping that text to #1a1a1a, inverting the hover to
   lighten rather than darken, and nudging the focus ring to #878787 to clear
   the 3:1 a focus indicator needs. All of that is gone now, correctly: on the
   shared blue, white text is right again and those rules would be the bug.

   To rebrand, uncomment and change. Set the dark-mode block too — a light-only
   accent goes muddy against the dark surface — and re-check white-on-accent
   before settling on anything light.
   ========================================================================== */

/*
:root {
  --accent: #0f6d92;
  --accent-hot: #0b5878;
  --accent-wash: #e4f1f7;
}

@media (prefers-color-scheme: dark) {
  :root {
    --accent: #4bb8dd;
    --accent-hot: #6fcbea;
    --accent-wash: #12303f;
  }
}
*/

/* The header mark is the SS monogram, padded to a square, so it fits the
   shared 52px box as-is. No .brand-logo override is needed here — unlike the
   wide Goldusters lockup. */
