@media print {
  .site-header,
  .site-footer,
  .nav-toggle,
  .nav-links,
  .mobile-menu,
  .button,
  .hero-visual,
  .team-modal {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .section {
    padding: 1.5rem 0;
  }
}
