@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .site-header,
  .mobile-nav,
  .mobile-menu-toggle,
  .header-cta,
  .scroll-indicator,
  .back-to-top,
  .footer-col,
  .cta-banner,
  .skip-link,
  .no-print {
    display: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.75rem;
    font-weight: normal;
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  .site-footer {
    padding-top: 2rem;
    border-top: 1px solid #ccc;
  }

  .footer-brand .footer-logo,
  .footer-address,
  .footer-copy {
    display: block !important;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-bg {
    display: none;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  h1, h2, h3, h4 {
    page-break-after: avoid;
  }

  p, li {
    orphans: 3;
    widows: 3;
  }

  .container,
  .container-sm,
  .container-md {
    max-width: 100%;
    padding: 0 1rem;
  }
}
