/* print.css — printable citation-friendly output for archival and review use. */
@media print {
  :root { --ink: #000; --ink-2: #222; --muted: #444; --accent: #000; --bg: #fff; --panel: #fff; --rule: #999; }
  body { background: #fff; color: #000; font-size: 10.5pt; line-height: 1.45; }
  .site-header, .site-footer, .nav, .crumbs, .btn-row, .filters, .cite-btn, .hero__art, .skip-link { display: none !important; }
  main { padding: 0; }
  .wrap { max-width: none; padding: 0; }
  h1 { font-size: 20pt; }
  h2 { font-size: 14pt; margin-top: 18pt; }
  h3 { font-size: 12pt; }
  h1, h2, h3 { page-break-after: avoid; }
  p, li, .pub, .timeline li { page-break-inside: avoid; }
  a { color: #000; text-decoration: underline; }
  /* Print the destination of every link so a paper copy remains verifiable. */
  main a[href^="http"]::after { content: " <" attr(href) ">"; font-size: 8.5pt; color: #444; word-break: break-all; }
  .card, .note, table, .table-scroll { border: 1px solid #999; }
  thead th { background: #eee !important; }
  .pub { border-bottom: 1px solid #ccc; }
  .badge { border: 1px solid #999; background: #fff !important; color: #000 !important; }
  .monogram { border: 1px solid #999; }
  @page { margin: 18mm; }
}
