/* Print styles */
@media print {
  @page { margin: 2cm; }

  body {
    font-size: 11pt;
    line-height: 1.6;
    color: #000;
    background: #fff;
  }

  .site-header,
  .toc-sidebar,
  .chapter-navigation,
  .site-footer,
  .dark-mode-toggle,
  .mobile-menu-toggle,
  .reading-progress-bar,
  .header-anchor { display: none; }

  .chapter-layout { grid-template-columns: 1fr; padding: 0; }
  .prose { max-width: 100%; }

  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
  p, li { page-break-inside: avoid; orphans: 3; widows: 3; }

  a { text-decoration: underline; color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.9em; }

  .footnotes { border-top: 2px solid #000; }
}
