/* Print styles — Japan Ready Life
   Applied via <link media="print"> and .print-only helpers. */
@media print {
  .site-header, .site-footer, .emergency-bar, .nav-toggle, .header-tools,
  .to-top, .ad-slot, .donation, .hero-search, .search-results,
  .tool-actions, .btn, .cookie-consent, .breadcrumb, .affiliate-disclosure { display: none !important; }

  html, body { background: #fff !important; color: #000 !important; font-size: 12pt; }
  a { color: #000 !important; text-decoration: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #444; }
  .container, .article-container { max-width: 100%; padding: 0; }
  .card, .phase, .tool-result, .emergency-card, .sources { break-inside: avoid; box-shadow: none !important; border: 1px solid #ccc !important; }
  .toc { border: 1px solid #ccc; }
  .prose h2, .step, .checklist-cat { break-inside: avoid; }
  .print-only { display: block !important; }
}
.print-only { display: none; }
