@media print {
  :root{ --bg:#fff; --text:#111; --muted:#333; --line:#ddd; --accent:#000; }
  body{ background: #fff !important; color:#111 !important; }
  .site-header, .site-footer, .btn-row, .nav, .search { display:none !important; }
  .hero, .card, .kv, .callout, .notice { box-shadow:none !important; background:#fff !important; border:1px solid #ddd !important; }
  a{ text-decoration:none !important; }
  .container{ width: 100% !important; margin:0 !important; }
}