@media print {
  body { background: #fff; color: #000; }
  .site-header, .site-footer, .rail, .cursor-canvas, .hero-canvas, .nav, .nav__toggle { display: none !important; }
  a { color: #000; text-decoration: underline; }
  .page-hero { padding-top: 0; }
  .section { padding-block: 24px; page-break-inside: avoid; }
  .h-display, .hero-shell__title, .page-hero__title { font-size: 36pt; line-height: 1.05; }
}
