/* Bright Home Solutions — brand theme variables.
   Edit this file per client; style.css never hardcodes brand values. */

:root {
  /* Brand — gold / gray / dark neutral (per client handoff) */
  --color-primary: #211f1c;        /* dark charcoal neutral */
  --color-primary-dark: #161512;
  --color-accent: #b9862f;         /* premium gold */
  --color-accent-soft: #d9b978;
  --color-text: #201e1a;
  --color-text-muted: #635f57;
  --color-bg: #faf8f4;             /* warm ivory */
  --color-bg-alt: #f1ede5;
  --color-on-dark: #f5f1e9;
  --color-on-dark-muted: #b3ada1;
  --color-line: #e4ddd0;

  /* Type */
  --font-heading: "Fraunces", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;

  /* Spacing scale */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6rem;

  /* Shape */
  --radius: 6px;
  --shadow-soft: 0 4px 24px rgba(33, 31, 28, 0.08);
  --shadow-lift: 0 12px 32px rgba(33, 31, 28, 0.12);

  /* Motion */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration: 0.4s;
}
