/*
 * NOMOI brand theme — legacy-blackgold
 * PUBLISHED. Immutable by convention: do NOT edit color values in this file
 * once it has been live. A palette change is a NEW theme (bump the filename,
 * e.g. legacy-blackgold-v2.css), never an in-place edit — this is what makes
 * long browser caching on this URL safe (see brand-flip / themes.json).
 *
 * Default register (consumer/full-warmth). This is the near-black + warm
 * gold identity that shipped 2026-05 through 2026-08. It is also the
 * standing ROLLBACK target for the coral flip.
 *
 * Grounded in the actual hex values most-used across nomoi-web (grep sweep
 * 2026-08-12): #c4976b (gold, 69 hits), #0c0a08 (near-black bg, 35 hits),
 * #f4f1ea (warm off-white text, 29 hits), #e2bb8f / #d4aa7e (gold highlights),
 * #a09888 / #6b665c (muted text/border tones).
 */
:root,
[data-nomoi-theme="legacy-blackgold"] {
  /* primary family (the wordmark / CTA / hero-accent color) */
  --brand-primary: #c4976b;
  --brand-primary-hi: #d4aa7e;
  --brand-primary-deep: #a07c56;

  /* accent family (secondary thread/highlight color — same as primary here,
     legacy identity only ever had the one warm-gold hue) */
  --brand-accent: #c4976b;
  --brand-accent-hi: #e2bb8f;

  /* text placed ON a primary/accent fill (buttons, badges) */
  --brand-ink-on-primary: #0c0a08;

  /* bg / surface family */
  --brand-bg: #0c0a08;
  --brand-surface: #161411;
  --brand-surface-hi: #1d1a15;

  /* text family */
  --brand-text: #f4f1ea;
  --brand-text-muted: #a09888;
  --brand-border: #6b665c;

  /* wordmark variant selector — read by the shared wordmark component/CSS,
     not a color. See CLAUDE.md "Brand typography". */
  --brand-wordmark-font: 'DM Mono', 'Menlo', monospace;
  --brand-wordmark-variant: 'legacy';
}
