/* Print styles — render-blocking on all devices because no media attr on the link. */
@page { margin: 1cm; }
body { font-size: 11pt; line-height: 1.4; color: #000; background: #fff; }
.site-header, .site-footer, .nav-links, .cta, .hero-image { display: none; }
.hero { min-height: auto; background: none; }
.hero-overlay { position: static; padding: 0; color: #000; }
.hero-title { font-size: 22pt; }
.hero-sub { font-size: 11pt; }
.section { padding: 18pt 0; }
.section-title { font-size: 16pt; }
.card { box-shadow: none; border: 1px solid #ccc; }
.card-img { display: none; }
a { color: #000; text-decoration: none; }
a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
