/*
 * National Shifting - style.css
 * Non-critical styles loaded async after critical CSS in header.php
 * Add custom overrides here — critical CSS is already inlined in header.php
 */

/* ── PRINT STYLES ───────────────────────────────────────────── */
@media print {
  .hero, .page-hero { background: #fff !important; color: #000 !important; }
  .btn, nav, footer, .inquiry-card { display: none !important; }
  .content-sidebar { display: none !important; }
  .content-main { grid-column: 1 / -1 !important; }
}