/* Basalt Roofing — dark, documentary */
:root {
  --bg: #151719; --bg-2: #1c1f22; --surface: #212427;
  --ink: #f2f1ed; --ink-2: #b7b9b4; --ink-3: #82857f; --line: #2e3236;
  --accent: #e0742f; --accent-ink: #14110d; --accent-soft: #2a1f16;
  --dark: #0d0e10; --dark-ink: #f2f1ed; --dark-muted: #9a9d97;
  --shadow: 0 24px 60px rgba(0,0,0,.45);
  --font-head: "Sora", system-ui, sans-serif;
  --hero-focus: 55% 40%;
}
.hero-full .hero-media::after { background: linear-gradient(180deg, rgba(21,23,25,.2), rgba(21,23,25,.05) 30%, rgba(21,23,25,.92) 100%); }
