/* IUSP Partners — Case Study Base Stylesheet
   Each case page contains its own complete <style> block.
   This file provides shared resets / print styles only.
*/

/* Print: hide nav, show full content */
@media print {
  .topbar { display: none; }
  .cta-strip { display: none; }
  body { background: #fff; color: #000; }
  a { color: #000; }
}
