@media print {
  *, *::before, *::after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  body { font: 12pt/1.5 Georgia, serif; padding: 0; }
  .topnav, .site-footer, .hero__dots, .hero__arrows, .cta-band, .glass-btn, .glass-btn--solid, nav, video, iframe { display: none !important; }
  .hero, .page-header { background: none !important; color: #000 !important; padding: 1rem 0 !important; margin: 0 !important; min-height: auto !important; }
  .hero h1, .page-header h1 { color: #000 !important; }
  h1, h2, h3 { page-break-after: avoid; color: #000 !important; }
  p, li, blockquote { orphans: 3; widows: 3; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 90%; color: #555 !important; }
  a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  .container { max-width: none; padding: 0; }
  .section { padding: 1rem 0; }
}
