@media print {
  html { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  html, body { margin: 0; padding: 0; background: #fff; }
  body { background: #fff; }
  .doc {
    max-width: none !important; margin: 0 !important; box-shadow: none !important;
    padding: 0 var(--pad-x) !important;
  }
  /* repeating per-page top/bottom breathing room */
  .pad-top, .pad-bottom { display: table-cell; height: 0.6in; }

  /* Full-bleed heroes take their own page, edge to edge */
  .hero { break-before: page; break-after: page; break-inside: avoid; }
  .cover { break-before: avoid; }         /* first page */
  .divider { min-height: 9.0in; }
  .cover { min-height: 9.4in; }
  .backcover { min-height: 9.0in; }

  .sec, .sub, .mini { break-after: avoid; }
  figure, pre, blockquote, img, svg, tr,
  .note, .specbox, .cmp, .usecase, .pullquote, .mini-card, .prompt-bubble { break-inside: avoid; }
  p, li { orphans: 3; widows: 3; }
  .contents { break-after: page; }
  .screen-only { display: none !important; }
  .toc-row:hover .toc-title { color: var(--coa-navy); }
}

@page { size: letter; margin: 0; }