/* steampunk-foundry — copper + brass + soot. Industrial Victorian,
   gauges + leather + rivets. Warm but hard-edged. */
[data-theme="steampunk-foundry"] {
  --bg:               #1A120E;
  --bg-overlay:       rgba(204, 130, 60, 0.04);
  --panel:            #241813;
  --panel-edge:       rgba(204, 130, 60, 0.40);
  --ink:              #F0DCC0;
  --ink-soft:         rgba(240, 220, 192, 0.80);
  --ink-dim:          rgba(240, 220, 192, 0.55);
  --accent:           #CC823C;        /* hammered copper */
  --accent-2:         #6BC3D6;        /* steam-gauge teal */
  --rule:             rgba(204, 130, 60, 0.32);
  --ornament-fill:    #CC823C;
  --shadow-panel:     0 16px 44px rgba(0, 0, 0, 0.70), inset 0 1px 0 rgba(204, 130, 60, 0.12);
  --radius-panel:     2px;
  --btn-bg:           linear-gradient(180deg, #322117 0%, #241813 100%);
  --btn-ink:          #F0DCC0;
  --btn-edge:         #CC823C;
  --btn-hover-bg:     linear-gradient(180deg, #45291C 0%, #322117 100%);
  --focus-ring:       #6BC3D6;
  --font-display:     'Cinzel', 'Cormorant Garamond', Georgia, serif;
  --font-body:        'Spectral', -apple-system, BlinkMacSystemFont, Georgia, serif;
  --font-mono:        'JetBrains Mono', ui-monospace, monospace;
  --tracking-display: 0.10em;
  --weight-display:   500;
  --texture-panel:    none;
  --texture-hero-veil: linear-gradient(180deg, rgba(26,18,14,0.55) 0%, rgba(26,18,14,0.90) 100%);
}
