/* ABQ Asphalt — Print (lightweight) */

@media print {
  *, *::before, *::after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  body { font-size: 11pt; line-height: 1.4; }
  .site-header, .site-footer, .nav-toggle, .header-cta, .mobile-nav,
  .cta-strip, .btn, .ba-slider, .map-wrap { display: none !important; }
  a[href]::after { content: ' (' attr(href) ')'; font-size: 0.85em; color: #555 !important; }
  h1, h2, h3 { page-break-after: avoid; }
  img { max-width: 100% !important; }
}
