@media print {
  *,
  *::before,
  *::after {
    color: #000 !important;
    background: #fff !important;
    border-color: #999 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 12pt !important;
    line-height: 1.5 !important;
  }

  /* Hide all images, figures, SVGs */
  img,
  figure,
  svg,
  picture,
  video,
  iframe,
  .article-figure,
  .lander-figure,
  .study-hero-img,
  .study-hero-fade,
  .hero-image-wrap,
  .hero-overlay {
    display: none !important;
  }

  /* Hide chrome */
  .site-header,
  .site-footer,
  .search-overlay,
  .skip-link,
  .breadcrumbs,
  .upvote-btn,
  .share-buttons,
  .article-actions,
  .footer-social,
  .video-container,
  .lander-cta,
  .hook,
  .deeper-links,
  .lesson-further,
  .section-num {
    display: none !important;
  }

  /* Reset backgrounds on cards/boxes */
  .test-card,
  .cta-card,
  .deeper-card,
  .instruction-box,
  .question-list li,
  blockquote {
    background: none !important;
    border: 1pt solid #999 !important;
  }

  blockquote {
    border-left: 2pt solid #000 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
  }

  /* Links: black, no decoration in body, show URLs for external */
  a {
    color: #000 !important;
    text-decoration: none !important;
  }
  a[href^="http"]::after {
    content: " (" attr(href) ")" !important;
    font-size: 0.8em !important;
    color: #555 !important;
  }

  /* Typography overrides */
  h1, h2, h3, h4 {
    color: #000 !important;
  }
  em {
    color: #000 !important;
    font-style: italic !important;
  }
  strong {
    color: #000 !important;
  }
  .eyebrow,
  .verse-ref,
  .section-label,
  .test-card h3,
  .deeper-label {
    color: #000 !important;
  }
  .hero-dek,
  .lesson-dek,
  .article-dek,
  .lander-dek,
  .section-context,
  .test-question,
  .deeper-desc,
  figcaption {
    color: #333 !important;
  }

  /* Layout: full width, no padding waste */
  .study-hero {
    min-height: auto !important;
    padding: 0 !important;
  }
  .study-hero-text {
    padding: 0 !important;
  }
  .container {
    max-width: 100% !important;
    padding: 0 !important;
  }

  /* Page breaks */
  h2, h3 { break-after: avoid !important; }
  .lesson-section { break-inside: avoid !important; }
  .test-card { break-inside: avoid !important; }
  .question-list li { break-inside: avoid !important; }
}
