/* Print styles: hide chrome, keep content legible. */
@media print {
    .utility-bar, .primary-nav, .hero__actions, .site-footer__legal .site-footer__wm, .primary-nav__toggle { display: none !important; }
    body { color: #000; font-size: 11pt; }
    a { color: #000; text-decoration: underline; }
    .hero, .section--sink { background: #fff !important; color: #000 !important; }
    .hero__title, .hero__lede, .section--sink h2 { color: #000 !important; }
    .card, .lab-card, .person-card { box-shadow: none; border: 1px solid #999; }
    .wrap { max-width: 100%; }
}
