/* Print stylesheet. The screen styles are inlined in the page head so the site
   renders in a single request. --accent is also read by ogimages.py. */
:root{--accent:#F0A13A;}

@media print{
  .site,.skip,.cta-row,.chips,.hero-bg,.ambition img.bg{display:none !important}
  body{background:#fff !important; color:#000 !important; font-size:11pt}
  .hero,.ambition{background:#fff !important; color:#000 !important}
  .hero h1,.ambition h2,.ambition p,.hero .lede,.quote-card,.quote-card blockquote{color:#000 !important}
  .quote-card{background:#fff !important; border-left:3px solid #000}
  .hero::after,.ambition::after{display:none}
  .hero-in{padding:0 0 1rem}
  section{padding:1rem 0; break-inside:avoid}
  .kicker,.eyebrow,.tl .when,.entry time,.cards .num{color:#000 !important}
  a{color:#000 !important; text-decoration:underline}
  .contact-card,.cards li{border:1px solid #999 !important; background:#fff !important}
}
