/*
 * Print stylesheet for Rising Peaks Living.
 * Per legal-footer-disclaimers.md §C.2 print variant.
 */
@media print {
	body { background: #fff; color: #000; font-size: 11pt; }
	.site-header, .nav-toggle, .primary-nav, .header-phone,
	.footer-bottom .footer-links, .skip-link, .cta-band, .hero-ctas,
	.contact-form-wrap, .form-status { display: none !important; }
	a { color: #000; text-decoration: underline; }
	.section { padding: 0.5rem 0; }
	.footer-disclaimers { border-top: 1px solid #000; margin-top: 1rem; padding-top: 0.5rem; }
	h1, h2, h3 { color: #000 !important; page-break-after: avoid; }
	img { max-width: 100% !important; }
	.draft-banner, .draft-notice, .footer-draft-line { border: 1px solid #000; }
}
