@media print {
  @page {
    margin: 1.5cm;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  .site-header,
  .menu-toggle,
  .btn,
  .reach-cta,
  .community-panel,
  .privacy-actions,
  .footer-bottom,
  .offline-notice,
  .hero-media,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .site-header,
  .reach-cta,
  .community-panel,
  .privacy-actions,
  .offline-notice {
    display: none !important;
  }

  .hero {
    min-height: 0;
    padding: 1cm 0;
    color: #000;
    background: #fff;
  }

  .hero::after,
  .vision-panel::after,
  .contact-panel::after {
    display: none;
  }

  .hero-copy,
  .section {
    padding: 0.7cm 0;
  }

  .hero-copy p,
  .vision-panel,
  .contact-panel {
    color: #000;
  }

  .crisis-card,
  .contact-info,
  .disclaimer,
  .notice {
    break-inside: avoid;
    border: 2px solid #000;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    overflow-wrap: anywhere;
    font-size: 9pt;
  }

  .footer-grid {
    display: block;
  }
}
