@media print {
  .site-header,
  .site-footer,
  .skip-link,
  .button,
  .nav-toggle,
  .tab-list,
  .modal {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .section,
  .page-hero,
  .hero,
  .quote-band {
    padding: 1rem 0;
  }

  .essay-page .essay-layout {
    max-width: none;
    column-count: 2;
    column-gap: 2rem;
  }

  .essay-page .essay-header,
  .essay-page .essay-chapter,
  .essay-page .essay-notes {
    break-inside: avoid;
  }
}
