/* Industrialny/techniczny — grafit + akcent bursztynowy, karta katalogowa produktu */
:root {
  --bg: #1a1a1a;
  --surface: #242424;
  --surface2: #2c2c2c;
  --border: #3a3a3a;
  --text: #eee;
  --text-muted: #999;
  --accent: #ff8c1a;
  --accent2: #ff8c1a;
  --accent-contrast: #1a1a1a;
  --radius: 4px;
  --font-heading: 'JetBrains Mono', ui-monospace, 'Courier New', monospace;
  --font-body: system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;
}

.brand { color: var(--accent); }
.info h1 { text-transform: uppercase; letter-spacing: .02em; }
.spec-table th { font-family: var(--font-mono); text-transform: uppercase; font-size: 11px; letter-spacing: .04em; }
.variant-price { color: var(--accent); }
