/* ============================================================
 * Alcedo Productions — branch accent override
 *
 * The Alcedo foundation (css/tokens/, copied verbatim from brand/tokens/)
 * is NOT edited. This file moves the accent role off the foundation's
 * default (amber) and onto the accent of Alcedo Productions: a muted
 * moss green. The `--amber*` custom-property names are the foundation's
 * accent slots, kept as-is so the token files stay untouched.
 *
 * Only the accent role moves — brand, action, focus, brackets, selection.
 * Cream text, the dark stage, the square shapes, the hairlines and the
 * sparse-accent rule are untouched. The bright signal green #7CC97A keeps
 * its own job (live / ready / ok) and stays clearly separate from this
 * muted, warm-leaning moss.
 *
 * Loaded AFTER css/tokens/*.css and BEFORE css/site.css.
 * ============================================================ */
:root {
  /* The accent triad — muted moss/olive. Pulled a few degrees toward yellow
   * from a plain green so it reads warm and organic next to the cream, and
   * so it never gets mistaken for the bright signal green #7CC97A (which is
   * both purer in hue and much lighter). */
  --amber: #849B62;
  --amber-soft: #A3B784;
  --amber-deep: #5C7042;

  /* Washes keep the foundation's 6% / 12% alpha pattern. */
  --amber-wash: rgba(132, 155, 98, 0.07);
  --amber-wash-strong: rgba(132, 155, 98, 0.14);

  /* Status-dot halo for accent dots (the foundation's only allowed glow). */
  --glow-amber: 0 0 8px rgba(132, 155, 98, 0.55);
}
