/* ============================================================
   cc-v2-palette.css — keep the BRAND colours, adopt the v2 system.
   ------------------------------------------------------------
   Mom deliberately matched the brand blue to the hexagon logo (#407090) and
   chose the warm brand gold. The v2 handoff proposed a deeper steel blue
   (#325d79) + a restrained antique gold; owner (2026-07-02) chose to KEEP the
   logo blue + current gold. So this file re-anchors the whole v2 primary scale
   on the logo blue and pins gold to the current brand tone. Everything else the
   v2 system brings — type scale, warm-cream neutrals, spacing, radii, component
   chrome (cards, chips, buttons, forms) — is untouched by this file.

   Loaded LAST under the ?cc_ds=v2 flag so it wins over the v2 base defaults.
============================================================ */
:root {
  /* Brand blue = the logo blue. Re-anchor the v2 primary scale on #407090 so
     v2 components (which reference --cc-primary-*) render in mom's brand blue. */
  --cc-primary-400: #2d789a; /* restrained link tint */
  --cc-primary-500: #0b4f71; /* PRIMARY · high-contrast action blue */
  --cc-primary-600: #083e59; /* hover */
  --cc-primary-700: #062f43; /* press */
  --cc-primary-800: #052636;
  --cc-primary-900: #041a25; /* dark footer / catalogue-cover field */
  --cc-primary: var(--cc-primary-500);
  --cc-primary-hover: var(--cc-primary-600);
  --cc-primary-press: var(--cc-primary-700);
  --cc-link-hover: var(--cc-primary-500);

  /* Keep the current warm brand gold (mom's), not v2's antique tone. */
  --cc-metal-gold: #c9a85a;
  --cc-metal-gold-bright: #e3c77f;
  --cc-metal-gold-deep: #a8863f;
  --cc-accent-gold: #c9a85a;
  --cc-accent-gold-bright: #e3c77f;

  /* Legacy var names used by markup not yet on v2 classes — hold the logo blue. */
  --cc-logo-blue: #0b4f71;
  --cc-logo-blue-deep: #062f43;
  --cc-brand-bg: #0b4f71; /* dark brand sections stay the action blue */
}
