@media print {
  :root { color-scheme: light; }
  * { box-shadow: none !important; text-shadow: none !important; }
  body { background: #fff !important; color: #111 !important; font-size: 10pt; }
  .site-header, .hero-ambient, .depth-scene, .scroll-cue, .hero-actions, .contact-arrow, .monkey-glow { display: none !important; }
  main, .section, .hero { min-height: auto !important; padding: 24pt 0 !important; }
  .container { width: 100%; padding: 0 24pt; }
  h1, h2, h3, p, .eyebrow, .meta-label, .case-meta, .process-number { color: #111 !important; }
  h1 { font-size: 32pt; }
  h2 { font-size: 24pt; }
  a { color: #111 !important; text-decoration: underline; }
  .bridge-stage, .profile-grid, .services-grid, .process-list, .case-content, .monkey-feature, .contact-heading, .footer-grid { display: block !important; height: auto !important; }
  .bridge-card, .service-card, .case-card, .monkey-feature, .certification-card { position: relative !important; top: auto !important; break-inside: avoid; margin: 12pt 0 !important; border: 1px solid #bbb !important; background: #fff !important; }
  .monkey-brand { display: none; }
}
