/*  SOAR-GC — DESIGN TOKENS
    THE ONLY FILE YOU EDIT TO RE-BRAND A POD.
    Change these values and every page re-themes. Nothing else references a raw hex.
    Source: recovered verbatim from AAA_page124_bathroom_flagship_FINAL.html (the shipped `.kx` system).
    ⚠️ UNRESOLVED (U-01): four candidate systems exist. This file holds the one that SHIPPED.
       Swapping to another candidate is a change to this file only. */

/*  SCOPE (v1.0.9). Declared on :root as well as .kx.

    These tokens were originally .kx-only. That broke any rule targeting an
    ANCESTOR of .kx -- e.g. #main-content, which Divi paints white and which
    wraps the SOAR body. var(--bg) is unresolvable on an ancestor, so the whole
    declaration was silently dropped and the white showed through.

    Declaring both keeps this file the single place a Pod is re-branded while
    making the tokens usable anywhere on the page (footer, body, containers).  */
:root,.kx{
  --bg:#0a0e14; --bg2:#0d1420; --panel:#111a28; --line:rgba(255,255,255,.10);
  --ink:#f4f7fb; --muted:#9fb0c6; --dim:#67788f;
  --pri:#3078f0; --pri-2:#5f97f5; --brass:#c9a86a; --brass-2:#e4c98f;
  --paper:#fff;
  --fh:"Fraunces","Iowan Old Style",Georgia,serif;
  --fb:"Inter",ui-sans-serif,-apple-system,"Segoe UI",Arial,sans-serif;
  --wrap:1240px; --gutter:clamp(20px,5vw,80px); --rad:10px;
  --ease:cubic-bezier(.19,1,.22,1); --ease2:cubic-bezier(.16,.84,.44,1);
}
