/* Print styles — clean, ink-saving */
@media print {
  .site-header, .site-footer, .quiet-support, .nav-toggle, .lightbox, .cycle__svg { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: #000; text-decoration: underline; }
  .hero, .page-head, .panel--ink, .panel--teal, .panel--ochre { background: #fff !important; color: #000 !important; }
  .hero h1, .page-head h1 { color: #000 !important; }
  .card, .guardian, .panel { border: 1px solid #999; box-shadow: none; break-inside: avoid; }
}
