:root{
  /* ── base palette ───────────────────────────── */
  --gold:#C5A059;              /* single brand accent */
  --gold-bright:#D9BC82;
  --gold-deep:#9A7B3E;
  --cream:#F5EFD9;             /* primary text on dark sky */
  --muted:#cfc9b8;             /* secondary text */
  --ink:#14120d;               /* text on gold fills */

  /* ── page ground (default background — NO sky required) ── */
  --ground:#0E1015;            /* standard page background */
  --ground-deep:#080A0E;

  /* ── sky stops (OPTIONAL atmosphere; sample-only, not the brand signature) ── */
  --sky-sunset-top:#F3C08A;
  --sky-sunset-bottom:#8B7C93;
  --sky-twilight-top:#3B3568;
  --sky-twilight-bottom:#171433;
  --sky-starry-top:#141B3B;
  --sky-starry-bottom:#080A14;
  --sky-night-top:#0A0A0C;
  --sky-night-bottom:#000000;

  /* ── logo-derived earth tones (emblem only, not UI chrome) ── */
  --forest-deep:#1F3524;
  --forest:#3E5C3A;
  --wheat:#C89A6B;
  --clay:#C58A78;
  --moon:#F7E9A8;

  /* ── translucent layer fills ────────────────── */
  --glass-panel:rgba(10,12,16,.5);
  --glass-header:rgba(8,9,12,.45);
  --glass-card:rgba(255,255,255,.05);
  --hairline-gold:rgba(197,160,89,.25);
  --hairline-gold-soft:rgba(197,160,89,.2);

  /* ── semantic aliases ───────────────────────── */
  --text-heading:var(--cream);
  --text-body:var(--muted);
  --text-accent:var(--gold);
  --text-on-accent:var(--ink);
  --surface-panel:var(--glass-panel);
  --surface-card:var(--glass-card);
  --surface-header:var(--glass-header);
  --border-panel:var(--hairline-gold);
  --border-card:var(--hairline-gold-soft);
  --border-strong:var(--gold);
  --accent-fill:var(--gold);
  --rule-color:var(--gold);
  --surface-page:var(--ground);
}
