/* One physical drawing is shared by the screen preview and both print pages. */
.print-page .guide-wrap { max-width: 1000px; }
.print-page .guide-hero { padding-bottom: 1rem; }
.print-page .guide-content { padding-bottom: 3rem; }
.reference-sheet { background: white; color: #111; padding: clamp(1rem, 4vw, 2.5rem); margin-block: 2rem; border-radius: 4px; }
.reference-sheet h2 { color: #111; font-size: 1.4rem; margin-bottom: .5rem; }
.reference-sheet p { margin-block: .8rem; }
.reference-art { display: block; width: 100%; height: auto; margin-block: 1.5rem; }
.scale-ruler { display: block; width: 53%; height: auto; margin-block: 1.2rem; }
.print-only { display: none; }
.print-page .reference-sheet .sheet-source { color: #333; font-size: .85rem; }
@page { size: A4 landscape; margin: 12mm; }
@media print {
  html, body.print-page { margin: 0; padding: 0; min-height: 0; height: auto; background: white; color: #000; font: 11pt/1.45 sans-serif; }
  .print-page::before, .print-page::after, .print-page .screen-only,
  .print-page .site-nav, .print-page .staff-rail, .print-page .skip-link,
  .print-page .site-footer { display: none !important; }
  .print-page .page-wrap, .print-page .guide-content { max-width: none; margin: 0; padding: 0; }
  .print-page .reference-sheet { margin: 0; padding: 0; background: white; border: 0; border-radius: 0; break-inside: avoid; }
  .print-page .reference-art { width: 200mm; height: 40mm; max-width: none; margin: 8mm 0; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .print-page .scale-ruler { width: 106mm; height: 14mm; max-width: none; margin: 4mm 0; }
  .print-page .reference-sheet h2 { font: bold 18pt/1.3 sans-serif; }
  .print-page .reference-sheet p { margin: 3mm 0; }
  .print-only { display: block; }
}
