/* ============================================================================
   FLAIG LAW FIRM — THEME "NAVY BRASS"  (CSS-only override)
   ----------------------------------------------------------------------------
   The navy of "Live Colors" with the orange taken out. Navy + saturated orange
   is a team-colours pairing: two loud hues at full strength, which reads sports
   rather than counsel. This keeps the navy dominance exactly and swaps the
   accent to a muted antique brass, desaturated enough that it reads as a metal
   rather than as a second team colour. Brass carries dark text, not white, the
   way a private bank or a chambers plate does.
   Per direction: photos stay FULL COLOR (only Graphite goes black & white).
   Preview: append ?v=6  (or ?theme=brass).
   ========================================================================== */

/* ---- 1. tokens: the Live navy, a brass accent ----------------------------- */
:root{
  --paper:#FFFFFF;          /* white: light sections + text on the navy grounds */
  --paper-2:#EDEFF3;        /* cool light grey — cards / tinted surfaces */
  --line:#DCDFE6;

  --ink:#222938;            /* navy text on the light sections */
  --ink-soft:#4A5260;
  --muted:#656B77;          /* Live's #9FA2A8 fails on the cool tint; this clears 4.5 */

  --forest:#242A36;         /* navy = masthead / hero / dark bands / footer */
  --forest-2:#2F3542;
  --sage:#9FA6B2;

  /* the accent: antique brass. Dark text rides on it, never white. */
  --clay:#B08D57;
  --clay-deep:#7A5E2B;      /* accent text on light grounds + button hover */
  --marigold:#D8BE8E;       /* champagne — the "pops on dark" */
}

/* ---- 2. CTAs: brass fill, NAVY text (white on brass is under bar) --------- */
.pill{color:#1B2230}
.pill:hover{color:#FFFFFF}            /* hover deepens the brass, so flip to white */
.pill.ghost{color:var(--paper)}       /* on navy, unchanged */
.pill.ghost:hover{color:var(--paper)}
.grbox-btn{color:#1B2230}
.grbox-btn:hover{color:#FFFFFF}

/* ---- 3. navy grounds: accent words and eyebrows go champagne -------------- */
.masthead::before{background:radial-gradient(74% 80% at 90% -12%,rgba(216,190,142,.13),transparent 58%)!important}
.huge em,.huge .c,.convert h2 em{color:#D8BE8E}
.sec-dark .sec-eyebrow{color:#D8BE8E;border-bottom-color:rgba(255,255,255,.20)}
.world.biz .tag,.world.biz .go,.rec-quote cite{color:#D8BE8E}

/* ---- 4. hardcoded values repainted by selector ---------------------------- */
.sec-sage{background:#EDEFF3;color:var(--ink)}     /* was the sage-green band */
.drop-inner{background:#FFFFFF}                     /* was warm cream */
.grbox,.svcbox{background:#2F3542}                  /* navy info cards */
.grbox-stars{color:#D8BE8E}                         /* champagne review stars */
.hero-media .vidframe{background-color:#242A36}     /* navy poster fallback */
.site-foot{background:#1C2130}                      /* deepest navy */
