/*
 * FILE: assets/css/print.css
 * PURPOSE: Clean, ink-friendly print styles. Loaded with media="print".
 */

* { background: #fff !important; color: #111 !important; box-shadow: none !important; }

.site-header, .site-footer .footer-legal, .nav-toggle, .mobile-drawer,
.header-ctas, .cookie-notice, .cta-banner, .breadcrumbs, .orb,
.hero-actions, .cta-actions, .search-form, .skip-link {
  display: none !important;
}

a { text-decoration: underline; }
a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.85em; color: #555 !important; }

body { font-size: 12pt; line-height: 1.5; }
h1, h2, h3 { color: #000 !important; page-break-after: avoid; }
img, figure, .card, .service-row, .post-card { page-break-inside: avoid; }

.section { padding-block: 1rem !important; }
.container { max-width: none; padding: 0; }

/* Keep the crisis notice visible on print — it matters. */
.crisis-bar { display: block !important; border: 1px solid #000 !important; padding: 0.5rem !important; }
