/*
 * @jagtech/brand — Jagtech identity, DARK surface
 * Use for: jagtech.io web pages, any digital/screen surface with dark bg.
 * Do NOT use for print (Moo digital offset + soft-touch matte cannot hold
 * fine reversed light-on-dark text — see BRAND-STANDARDS.md "Surface rules").
 *
 * v2 Alexandrite Balanced (Variant C) — LIVE as of commit 6a2bf1a.
 * Extracted verbatim from jagtech-landing.html (2026-08-30) — values unchanged.
 */
:root[data-brand="jagtech"][data-surface="dark"] {
  --bg-base:    #07080a;
  --bg-surface: #0d0f12;
  --bg-raise:   #121518;
  --bg-card:    #161a1f;

  --ink-primary: #f0ece4;
  --ink-mid:     #9a9490;
  --ink-dim:     #524e4a;

  /* Alexandrite color-shift pair: teal (daylight) <-> raspberry (incandescent) */
  --accent-a:    #1a8a6a;  /* alexandrite daylight — lapidary arm, CTAs, success */
  --accent-b:    #9b2d5a;  /* alexandrite incandescent — services arm, links, fire */
  --accent-grad: linear-gradient(135deg, #1a8a6a 0%, #6a8a50 50%, #9b2d5a 100%);

  /* legacy gem-* aliases kept for backward compat with existing markup —
     prefer --accent-a/-b/-olive in new code */
  --gem-sapphire: #1a8a6a;
  --gem-emerald:  #9b2d5a;
  --gem-ruby:     #9b2d5a;
  --gem-aqua:     #6a8a50;
  --gem-topaz:    #c97316;  /* gem dice product line — unchanged across palette versions */

  --accent-olive: #6a8a50;  /* gradient pivot, tertiary */
  --shadow-teal:      #1a5a46;  /* deep teal — shadow/glow under teal fills */
  --shadow-raspberry: #6a1a3a;  /* deep raspberry — shadow/glow under raspberry fills */
  --accent-rose:      #c94070;  /* lifted raspberry, digital legibility */

  --border-dim:  rgba(255,255,255,0.06);
  --border-glow: rgba(26,138,106,0.3);
}
