/* Lightning Consulting — Brand Color Tokens
 * Source palette (Adobe Color). Import this file first; styles.css builds on these.
 * Hex reference:
 *   sage     #C1CDBC
 *   gold     #E4C84E
 *   olive    #99934B
 *   lavender #9890A7
 *   plum     #4E4047
 */

:root {
  --brand-sage: #c1cdbc;
  --brand-gold: #e4c84e;
  --brand-olive: #99934b;
  --brand-lavender: #9890a7;
  --brand-plum: #4e4047;

  --ink: var(--brand-plum);
  --ink-soft: #5c4f56;
  --muted: #6f6778;
  --line: rgba(78, 64, 71, 0.12);
  --paper: #ffffff;
  --paper-deep: #f3f5f1;
  --paper-tint: color-mix(in srgb, var(--brand-sage) 55%, white);
  --gold: var(--brand-gold);
  --gold-deep: var(--brand-olive);
  --accent: var(--brand-lavender);
  --surface-dark: var(--brand-plum);
  --surface-dark-soft: #5a4a52;
  --white: #ffffff;
  --hero-overlay: linear-gradient(105deg, rgba(48, 38, 42, 0.9) 0%, rgba(48, 38, 42, 0.62) 42%, rgba(48, 38, 42, 0.28) 72%, rgba(48, 38, 42, 0.12) 100%);
}
