/* Shop Marshal - minimal print stylesheet (AC25).
   Dark ink on white paper, chrome hidden. The reference genre is a
   tool catalogue; catalogues print. */
@media print {
  * { background:transparent !important; }
  html,body { background:#FFFFFF !important; color:#000000 !important; }
  a { color:#000000 !important; text-decoration:underline; }

  .site-header, .btn, .hero-cta, .eyebrow, .ladder, .skip-link,
  .nav-toggle, .cta, .footer-rule, .rung-note { display:none !important; }

  .hero, .band, .section { border:0 !important; padding:0 0 18pt !important; }
  .hero-inner { display:block !important; padding:0 0 18pt !important; }
  .wrap { padding:0 !important; max-width:none !important; }

  .card, .plate, .term, .rd, .scr-frame { border:1pt solid #000 !important; }

  a[href]::after { content:" (" attr(href) ")"; font-size:9pt; font-weight:400; }
  a[href^="#"]::after { content:""; }

  img { max-width:100% !important; page-break-inside:avoid; }
  h1,h2,h3 { page-break-after:avoid; }
  .section, .card, .scr, .rd, .term { page-break-inside:avoid; }
}
