html.theme-strategic-monochrome {
  --bg-color: #000000;
  --surface-color: rgba(12, 12, 12, 0.9);
  --text-color: #ffffff;
  --muted-color: rgba(255, 255, 255, 0.7);
  --accent-color: #ff5c35;
  --accent-secondary: rgba(255, 92, 53, 0.7);
  --heading-font: 'Space Grotesk', 'Roboto', sans-serif;
  --body-font: 'Space Grotesk', 'Inter', sans-serif;
  --border-radius: 8px;
  --shadow-style: 0 20px 50px rgba(0, 0, 0, 0.7);
  --transition-speed: 500ms;
  --glass-effect: blur(14px);
}

html.theme-strategic-monochrome body {
  background-image: linear-gradient(#080808 1px, transparent 1px), linear-gradient(90deg, #080808 1px, transparent 1px);
  background-size: 80px 80px;
  background-color: #020202;
}

html.theme-strategic-monochrome .hero {
  border-top: 2px solid #ff5c35;
  border-bottom: 2px solid #ff5c35;
}

html.theme-strategic-monochrome .card {
  border: 1px solid rgba(255, 92, 53, 0.35);
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
