/* Print: readable, ink-light */
@media print {
  .site-header, .mobile-menu, .scroll-cue, .cookie-banner,
  .social-circles, .sigstage__cue { display: none !important; }
  body, body[data-page="home"] { background: #fff !important; color: #000; }
  .sigstage { height: auto !important; }
  .sigstage__sticky { position: static !important; height: auto !important; }
  .sigstage__overlay { position: static !important; transform: none !important; opacity: 1 !important; }
  .sigstage__peak-line { transform: none !important; }
  .num-row, .flip-card { opacity: 1 !important; transform: none !important; }
  a::after { content: ""; }
}
