/* site-overrides.css — our own intentional changes, layered on top of the
   mirrored Squarespace stylesheets.

   Put custom styling HERE rather than editing the site-*.css / static-*.css files,
   which are Squarespace's output and are painful to read or diff. This file is
   linked last, so it wins without needing !important.

   Each change should say what it targets and why. */


/* Hero CTA ("DAZZLE ME!") — purple instead of the inherited orange.
   Scoped to this one block so the newsletter "Shazam!" button is untouched.
   #9435F3 on white text is 5.17:1, which passes WCAG AA; the original
   orange (#F48847) was 2.48:1 and failed. */
#block-eee5ea7212d917d8a726 .sqs-button-element--primary {
  background-color: #9435F3;
  border-color: #9435F3;
}
