/* 770 Garage Door Repair - brand tokens.
   Extracted from the live site bundle (assets/desktop + assets/mobile of
   garage-770-v2). Every value below is a real value taken out of that build,
   except --cta / --cta-2, which are the bundle orange darkened until white text
   clears WCAG AA. 13 tokens, limit is 13. Never pure black. */
:root{
  --ink:#313131;      /* body text on light             13.01:1 on paper      */
  --ink-2:#5b6472;    /* secondary text, placeholders    5.98:1 on paper      */
  --paper:#ffffff;    /* page ground, cards                                   */
  --paper-2:#f2f4f8;  /* alternate section ground                             */
  --line:#e2e2e2;     /* hairlines and input borders only, never text         */
  --brand:#1053d4;    /* royal blue: h2, links, primary   6.54:1 on paper     */
  --brand-2:#22365c;  /* navy nav band, hero left, bullets 12.0:1 vs white    */
  --brand-3:#234992;  /* blue band sections                8.61:1 vs white    */
  --ftr:#333539;      /* footer ground                    12.29:1 vs white    */
  --cta:#cf4310;      /* orange CTA ground, white text     4.70:1             */
  --cta-2:#a93509;    /* orange CTA hover + orange TEXT    6.56:1 on paper    */
  --accent:#fd7146;   /* bundle orange, non-text only: icons, rules, focus    */
  --on-brand:#ffffff; /* text on brand, brand-2, brand-3, ftr, cta, cta-2     */
}
