@media print {
  .site-header, .site-footer, .prototype-pill, .mobile-cta, .back-to-top, .cookie-banner, .quote-box, .hero__actions, .tour-card__footer, .guide-toc, .mobile-guide-toc, .reading-progress { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .tour-hero, .page-hero { background: #fff; color: #000; padding: 1rem 0; }
  .tour-hero h1, .page-hero h1 { color: #000; }
  .accordion-panel, .activity-panel, .season-panel { display: block !important; }
  .tour-detail, .guide-layout, .policy-layout { display: block; }
  .guide-layout { grid-template-columns: 1fr; }
  a { text-decoration: none; }
  .policy-contact { background: #f5f5f5 !important; color: #000 !important; }
}
