@media print {
  :root {
    color: #000;
    background: #fff;
  }

  body {
    color: #000;
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 10pt;
  }

  .site-header,
  .site-footer,
  .gallery-section,
  .resource-list,
  .button,
  .skip-link {
    display: none !important;
  }

  .hero {
    color: #000;
    background: none;
  }

  .hero::after {
    display: none;
  }

  .hero-content,
  .page-content {
    padding-block: 1rem;
  }

  .hero h1,
  h1,
  h2,
  h3 {
    color: #000;
  }

  .content-grid {
    display: block;
  }

  .sidebar {
    display: block;
  }

  .info-card {
    margin-top: 1rem;
    padding: 0;
    border: 0;
    box-shadow: none;
    break-inside: avoid;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    overflow-wrap: anywhere;
    font-size: 8pt;
  }
}