/* ── PRINT STYLES — Dr. Turkson Club ── */
@media print {
  /* hide non-essential chrome */
  .site-nav, .nav-drawer, .burger,
  .marquee-wrap, .hero-canvas, .gallery-hero-canvas,
  .speak-hero-canvas, .contact-canvas,
  .back-to-top, .reading-progress,
  .lb-overlay, .qt-track-wrap,
  .hero-scroll-hint, .mosaic-overlay,
  .btn-solid, .btn-outline { display: none !important; }

  /* reveal all hidden content */
  .reveal, .reveal-l, .reveal-r {
    opacity: 1 !important;
    transform: none !important;
  }

  body { font-family: Georgia, serif; font-size: 11pt; color: #000; background: #fff; }
  .page-body { padding-top: 0; }

  /* Hero: print as a simple header block */
  .hero {
    min-height: auto;
    background: #fff;
    padding: 24px 0;
    border-bottom: 2px solid #C9A84C;
  }
  .hero-h1 { color: #000; font-size: 28pt; }
  .hero-h1 em { color: #C9A84C; }
  .hero-sub { color: #333; }
  .hero-portrait { display: none; }
  .hero-inner { grid-template-columns: 1fr; }

  /* Book pages */
  .book-full { grid-template-columns: 120px 1fr; gap: 24px; }
  .book-full-cover { position: static !important; max-width: 120px; }

  /* Typography */
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; color: #666; }

  /* Sections */
  .section { padding: 24px 0; }
  .stats-bar { background: #f5f5f5; padding: 16px 0; }
  .stat-num { color: #C9A84C; }
  .pull-quote { background: #f5f5f5; padding: 24px 0; }
  .pq-inner blockquote { color: #000; }
  .site-footer { background: #f5f5f5; padding: 24px 0; }
  .footer-links a, .social-row { color: #333; }
  .footer-copy { color: #555; }

  /* Gallery: just show first row */
  .mosaic { columns: 3; }
  .g-panel { display: block !important; }
  .g-tabs { display: none; }

  /* Page breaks */
  .book-full-wrap { page-break-inside: avoid; }
  .testi-item { page-break-inside: avoid; }
  .topic-card { page-break-inside: avoid; }
}
