@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .header, .footer, .cookie, .cookie-modal, .nav-toggle, .nav-backdrop, .scroll-progress, .hero__particles, .hero__cta-steam, .btn, .nav { display: none !important; }
  main { padding-top: 0 !important; }
  body { font: 12pt/1.45 Georgia, "Times New Roman", serif; }
  h1, h2, h3 { page-break-after: avoid; }
  a { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; font-size: 90%; color: #555; }
  .wrap { max-width: 100%; padding: 0; }
  img { max-width: 100% !important; }
}
