/* Daelus Capital — brand tokens (Gunmetal palette, locked)
   Import once at the root of the site. Brass is decorative: keep it under ~3% of any view. */

:root{
  /* ── surfaces ── */
  --daelus-steel:      #E8EBEE; /* page surface */
  --daelus-zinc:       #D5DBE0; /* cards, table stripes */
  --daelus-rule:       #C9D0D6; /* hairlines inside a ledger block */
  --daelus-rule-strong:#191E24; /* the top/bottom rules that bound a ledger block */

  /* ── ink ── */
  --daelus-gunmetal:   #191E24; /* primary text, dark panels, footer */
  --daelus-slate:      #46525C; /* secondary text, labels */
  --daelus-on-dark:    #8B949D; /* secondary text on gunmetal */
  --daelus-slate-light:#5C6871; /* meta strips, figure captions */
  --daelus-on-dark-hi: #E8EBEE; /* primary text on gunmetal */

  /* ── accent ── */
  --daelus-brass:      #B8923D; /* the delta, one underline, one label per view */
  --daelus-brass-ink:  #7A5E1E; /* brass when it must carry small text (AA on steel) */

  /* ── type ── */
  --daelus-font-display: 'Lora', Georgia, 'Times New Roman', serif;
  --daelus-font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --daelus-font-mono:    'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;

  --daelus-track-name:  0.16em; /* DAELUS in the lockup */
  --daelus-track-caps:  0.50em; /* CAPITAL + mono eyebrows */
  --daelus-track-label: 0.22em; /* mono section labels */

  /* ── type scale (desktop) ── */
  --daelus-size-hero:   96px;  /* Lora 600, line-height 1.0, tracking -0.022em, max-width 900px */
  --daelus-size-hero-lede: 17px;/* Inter 400, line-height 1.6, max-width 540px */
  --daelus-size-h2:     44px;
  --daelus-size-h3:     26px;
  --daelus-size-lede:   16.5px;/* Inter 400, line-height 1.6 */
  --daelus-size-body:   15px;
  --daelus-size-small:  13px;
  --daelus-size-label:  9.5px; /* mono, uppercase */

  /* ── geometry ── */
  --daelus-radius:      0px;   /* nothing is rounded. ever. */
  --daelus-gutter:      56px;  /* page side margin at >=1280px */
  --daelus-hairline:    1px;

  /* ── hero watermark (locked hero 5a) ── */
  --daelus-watermark-opacity: 0.12; /* brass delta behind the ledger block */
}
