/* ====================================================================
   Home & Build category accent — industrial amber.
   Loaded by header.php after style.css when $category === 'home-and-build'.
   These values match the style.css :root defaults, so this file is the
   canonical source of the Home & Build palette.
   ==================================================================== */

:root {
  --accent:        #D97706;
  --accent-strong: #B45309;
  --accent-soft:   #FEF3E2;
  --on-accent:     #FFFFFF;
}

[data-theme="dark"] {
  --accent:        #F59E0B;
  --accent-strong: #FBBF24;
  --accent-soft:   #2E2410;
  --on-accent:     #1A1A1A;
}
