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

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .nav,
  .mobile-menu,
  .back-to-top,
  .theme-toggle,
  .hero__scroll,
  .gallery-filters,
  .tabs__nav {
    display: none !important;
  }

  .hero {
    min-height: auto;
    padding: 2cm 0;
  }

  .hero__overlay {
    background: none !important;
  }

  .section {
    padding: 1cm 0;
    page-break-inside: avoid;
  }

  .container {
    max-width: 100%;
    padding: 0;
  }

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

  table {
    page-break-inside: avoid;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #555;
  }

  .nav-card,
  .news-card,
  .stat-card {
    border: 1px solid #ccc !important;
    page-break-inside: avoid;
  }

  .tabs__panel {
    display: block !important;
    margin-bottom: 1cm;
  }

  .reveal,
  .reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
  }

  .footer {
    border-top: 1px solid #ccc;
  }
}
