@media print {
  /* Force all content visible */
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  /* Hide non-printable elements */
  .site-nav,
  .site-footer,
  .nav-overlay,
  .scroll-indicator,
  .lightbox {
    display: none !important;
  }

  /* Reset backgrounds */
  body {
    background: white;
    color: black;
    font-size: 12pt;
  }

  .section,
  .section--blue,
  .section--alt,
  .page-hero,
  .news-strip {
    background: white !important;
    background-image: none !important;
    color: black !important;
  }

  .page-hero h1,
  .page-hero p,
  .section--blue h1,
  .section--blue h2,
  .section--blue h3,
  .section--blue p {
    color: black !important;
  }

  h1, h2, h3, h4, h5, h6 {
    color: black !important;
    page-break-after: avoid;
  }

  p {
    color: #333 !important;
  }

  /* Show link URLs */
  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }

  /* Prevent page breaks inside elements */
  .officer-card,
  .card,
  img {
    page-break-inside: avoid;
  }

  /* Remove shadows and decorative borders */
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  img {
    max-width: 100% !important;
  }
}
