:root{
/* ---- Brandsheet palette (exact hex from Sharon Moerman Brandsheet.pdf) ---- */
--sm-olive:#7d895b;
--sm-forest:#0f3520;
--sm-gold:#dba82e;
--sm-amber:#ffcb6f;
--sm-cream:#eae4cc;

/* ---- Tonal ramps, derived in oklch from the five brand hexes ---- */
--forest-900:#081d12;
--forest-800:#0f3520;
--forest-700:#164630;
--forest-600:#215a3f;
--forest-500:#357354;
--forest-300:#87ab97;
--forest-100:#cfe0d6;
--forest-050:#e8f1eb;

--olive-800:#4e5636;
--olive-700:#636e45;
--olive-600:#7d895b;
--olive-500:#93a072;
--olive-400:#aab591;
--olive-300:#c3cbb2;
--olive-100:#e4e8da;
--olive-050:#f2f4ec;

--gold-800:#9a7318;
--gold-700:#bd8f21;
--gold-600:#dba82e;
--gold-500:#e8b94c;
--gold-400:#ffcb6f;
--gold-300:#ffdb9c;
--gold-100:#fdedd0;
--gold-050:#fef7e9;

--cream-500:#d6cdac;
--cream-400:#e0d8bd;
--cream-300:#eae4cc;
--cream-200:#f1ecda;
--cream-100:#f7f4e9;
--cream-050:#fbf9f2;

/* Warm neutrals — never pure grey, always tinted toward the cream */
--paper:#fdfcf8;
--paper-white:#ffffff;
--sand-100:#f4f1e8;
--sand-200:#e7e2d4;
--sand-300:#d3ccb9;
--stone-500:#8d8b7d;
--stone-600:#6d6c60;
--stone-700:#4d4d44;

/* ---- Semantic aliases: use these in components ---- */
--text-strong:var(--forest-800);
--text-body:#31402f;
--text-muted:var(--stone-600);
--text-subtle:var(--stone-500);
--text-on-dark:var(--cream-200);
--text-on-dark-strong:var(--paper);
--text-on-gold:var(--forest-900);
--text-accent:var(--olive-700);

--surface-page:var(--paper);
--surface-page-alt:var(--cream-100);
--surface-card:var(--paper-white);
--surface-card-alt:var(--cream-050);
--surface-inset:var(--sand-100);
--surface-dark:var(--forest-800);
--surface-dark-deep:var(--forest-900);
--surface-accent:var(--sm-cream);
--surface-gold:var(--sm-gold);
--surface-gold-soft:var(--gold-100);
--surface-olive:var(--sm-olive);

--border-hairline:var(--sand-200);
--border-soft:var(--sand-300);
--border-strong:var(--olive-500);
--border-on-dark:rgba(234,228,204,.24);

--action-primary:var(--forest-800);
--action-primary-hover:var(--forest-700);
--action-primary-active:var(--forest-900);
--action-primary-text:var(--cream-200);
--action-accent:var(--sm-gold);
--action-accent-hover:var(--gold-500);
--action-accent-active:var(--gold-700);
--action-accent-text:var(--forest-900);
--action-quiet-hover:var(--cream-100);

--focus-ring:var(--olive-600);

/* Semantic status — kept inside the brand hue family, no stock red/green/blue */
--positive:#3d7a52;
--positive-soft:#e3efe6;
--caution:var(--gold-700);
--caution-soft:var(--gold-050);
--critical:#a4432c;
--critical-soft:#f7e8e2;
--info:var(--olive-700);
--info-soft:var(--olive-050);

/* Flat grounds only — this brand uses no gradients. */
--surface-warm:var(--cream-200);
--surface-sun:var(--gold-300);
--overlay-veil-dark:rgba(8,29,18,.72);
}
[data-theme="grove"]{
--text-strong:var(--paper);
--text-body:var(--cream-200);
--text-muted:var(--olive-300);
--text-subtle:var(--olive-400);
--surface-page:var(--forest-800);
--surface-page-alt:var(--forest-900);
--surface-card:var(--forest-700);
--surface-card-alt:rgba(234,228,204,.06);
--surface-inset:rgba(8,29,18,.4);
--border-hairline:rgba(234,228,204,.16);
--border-soft:rgba(234,228,204,.28);
--border-strong:var(--olive-500);
--action-primary:var(--sm-cream);
--action-primary-hover:var(--cream-200);
--action-primary-active:var(--cream-400);
--action-primary-text:var(--forest-900);
--action-quiet-hover:rgba(234,228,204,.1);
}
