/* ============================================================
   JACQUARD — Raw palette
   The full brand swatch set (from console PHX-173). These are the
   only literal hex values in the system; every semantic token in
   colors.css is assigned from this list. Don't reference raw values
   in product code — use the semantic aliases instead.
   ============================================================ */

:root {
  /* Base / rich-black ink — warm near-black through warm greys to white */
  --c-base-white: #ffffff;
  --c-base-50:  #e2dfe1;
  --c-base-100: #c5c0c2;
  --c-base-200: #9f989c;
  --c-base-300: #847b80;
  --c-base-400: #5e5559;
  --c-base-500: #3d3438;
  --c-base-600: #231a1f;
  --c-base-700: #15020c;   /* rich-black — the brand's true "black" */

  /* Gold — the brand canvas. gold-100 is the default page colour. */
  --c-gold-50:  #fbf7f0;
  --c-gold-100: #f6efe0;
  --c-gold-200: #efe2c8;
  --c-gold-300: #e7d4af;
  --c-gold-400: #e0c797;
  --c-gold-500: #a89163;
  --c-gold-600: #897245;
  --c-gold-700: #605030;

  /* Maroon — the primary ink & key affordance colour */
  --c-maroon-50:  #ffeef2;
  --c-maroon-100: #e8c8dc;
  --c-maroon-200: #ca99b7;
  --c-maroon-300: #af6693;
  --c-maroon-400: #95336f;
  --c-maroon-500: #7a004b;   /* maroon-400 mapped to --primary */
  --c-maroon-600: #670041;
  --c-maroon-700: #540037;
  --c-maroon-800: #2a001c;

  /* Engine-type accents — the generative highlight family */
  --c-pink-300: #ff94ed;
  --c-pink-400: #ff7ae9;
  --c-pink-500: #cc4fb8;
  --c-pink-600: #993387;

  --c-coral-300: #ff887c;
  --c-coral-400: #ff6051;
  --c-coral-500: #cc3729;

  --c-yellow-100: #fff9d8;
  --c-yellow-200: #fff3b0;
  --c-yellow-300: #ffec89;
  --c-yellow-400: #ffe661;   /* the single CTA "pop" */
  --c-yellow-500: #e6c830;
  --c-yellow-600: #c1a300;

  --c-crimson-400: #d11d1d;

  /* RAG status hues */
  --c-rag-red:   #e0284a;
  --c-rag-amber: #f1a33c;
  --c-rag-green: #2eb886;
}
