/**
 * Brookstone brand color tokens — shared palette, matched to the approved
 * winterize mockup (2026-08-23). Single source of truth for the brand colors;
 * the winterize page uses them and the site-wide CSS is being migrated onto them.
 *
 * NOTE on accents: these are the MOCKUP values so /winterize matches the design
 * pixel-for-pixel. The CorelDraw Pantone-corrected accents you supplied differ
 * slightly (orange #CB6015 / green #007A33 / blue #62B5E5) — swap the three
 * accent tokens below to those if you prefer the print-brand values; everything
 * inherits from here.
 */
:root {
  --bo-paper: #FAF7F2;        /* warm page background */
  --bo-sand: #F2E9DC;         /* form band */
  --bo-card: #FFFDFA;         /* form card / field background */
  --bo-hero: #FFFFFF;         /* hero band — pure white for the fade seam */
  --bo-ink: #1A1613;          /* primary text + dark footer */

  --bo-orange: #CB6015;       /* Pantone 159 C — CTA, accents, accordion + */
  --bo-orange-hover: #A54E10;
  --bo-green: #007A33;        /* Pantone 356 C — stats + step icons */
  --bo-blue: #62B5E5;         /* Pantone 2915 C — secondary accent */

  --bo-prose: #3B322A;        /* body prose on light */
  --bo-text-2: #4A3F35;       /* secondary body */
  --bo-muted: #6B5D4F;        /* labels, captions */
  --bo-muted-2: #8A7A69;      /* faint helper text */
  --bo-footer-text: #C9BCAA;  /* body text on the dark footer */
  --bo-footer-strong: #F5EFE6;/* headings on the dark footer */

  --bo-hairline: #E2D7C7;     /* section dividers */
  --bo-border-card: #DFD2BF;  /* card border */
  --bo-field-border: #D6C9B6; /* input border */
}
