/* Print: ink-on-paper, no chrome. */
@media print {
  .site-header, .site-footer, .hero__actions, .filter, .pagination,
  .skip-link, .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
  .container { max-width: 100%; padding: 0; }
  .card, .prose pre { box-shadow: none; }
}
