/* Print styles — spec §51. Expanded in Phase 1 for article and framework content. */
@media print {
  .skip-link,
  .site-header,
  .site-footer,
  .final-cta,
  .mobile-nav,
  .mobile-nav-toggle { display: none !important; }

  body { color: #000; background: #fff; font-size: 11pt; line-height: 1.5; }
  a { color: #000; }
  a[href^="http"]::after { content: " <" attr(href) ">"; font-size: 0.85em; word-break: break-all; }
  h1, h2, h3 { page-break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
  .container { max-width: 100%; padding: 0; }
}
