/* ═══ WORDMARK (D-CC2-WATCHLIST-UI-BATCH-1 item 1) — the ONE "DISCIPLES OF
   CLAUDE" masthead treatment, extracted VERBATIM from the live weekly-report
   header (index.html's old local .mark — the deployed standard; LAUREL §0
   trap 5: the live site wins). Satoshi 900 with the 100deg cream→sage→bronze
   text-clip gradient; the word OF opts out into --text-3.

   Every surface links this file and puts class="wordmark" on its masthead:
   index.html, briefings (briefings.js masthead h1), the live watchlist shell
   (lib/watchlist_tab/render_shared.js page()) and /member profiles
   (lib/member/render_profile.js shell()). NO local copy of this gradient may
   exist anywhere else — tests/wordmark_parity.test.js pins the consumers and
   bans stray background-clip:text, so the headers can never drift again.

   Token bridging: the legacy weekly :root ships --amber/--gold, LAUREL roots
   ship --accent/--accent-2 — the var() fallback chains resolve to the same
   sage/cream on both (same trick tabs.css uses). Requires --font-hero,
   --bronze, --text-3 in scope. ═══ */
.wordmark{font-family:var(--font-hero);font-weight:900;font-size:clamp(26px,7vw,38px);
  letter-spacing:0.04em;line-height:1.05;text-decoration:none;
  background:linear-gradient(100deg,var(--accent-2,var(--gold)),var(--accent,var(--amber)) 55%,var(--bronze));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.wordmark .of{color:var(--text-3);-webkit-text-fill-color:var(--text-3);font-weight:500;font-size:0.62em;letter-spacing:0.22em}
