/* AvioneX Digital Co. — canonical design tokens (single source of truth).
   The navy palette. Both template families reference these names.
   --gold is SOLID everywhere; use --gold-tint for the 10% wash. Do NOT
   redefine these to charcoal on any page (see SITE_RULES §0). v145. */
:root{
  --void:#03060F;      /* page background (navy-black) */
  --deep:#080E20;      /* section background */
  --panel:#0D1530;     /* card background */
  --edge:#162244;      /* raised edge / subtle panel */
  --gold:#C9A84C;      /* primary accent — SOLID */
  --gold2:#E8C96A;     /* brighter gold (glow / hover) */
  --gold-solid:#C9A84C;/* alias of --gold (back-compat) */
  --gold-tint:rgba(201,168,76,.1); /* faint gold wash (was --gold in Template B) */
  --ice:#7EAFD4;       /* secondary accent */
  --ice2:#A8CDE8;
  --white:#F0F4FF;     /* body text */
  --muted:#8899BB;     /* secondary text */
  --border:rgba(126,175,212,.15);
  --border2:rgba(201,168,76,.25);
  --r:12px;
  --r2:8px;
}
