/* Skin: Toolbox — industrial slate & safety orange (bold, rugged) */
.skin-toolbox {
  --bg: #ffffff;
  --surface: #f1f3f5;
  --text: #1f2933;
  --muted: #6b7280;
  --accent: #f0932b;
  --accent-2: #d97b0f;
  --on-accent: #ffffff;
  --header-bg: #1f2933;
  --header-text: #ffffff;
  --border: #e2e6ea;
  --radius: 8px;
  --shadow: 0 6px 20px rgba(31,41,51,.12);
  --font-head: "Arial Black", "Segoe UI", Impact, sans-serif;
  --font-body: "Segoe UI", Roboto, Arial, sans-serif;
  --hero-bg:
    linear-gradient(rgba(20,28,36,.78), rgba(20,28,36,.86)),
    repeating-linear-gradient(45deg, #f0932b 0 22px, #1f2933 22px 44px);
  --hero-text: #ffffff;
}
.skin-toolbox .section h2 { text-transform: uppercase; letter-spacing: .02em; }
.skin-toolbox .cta { text-transform: uppercase; letter-spacing: .04em; }
.skin-toolbox .logo { letter-spacing: .01em; }
