/* ═══════════════════════════════════════════════════════════════
   SAPERE PLUS · Print Stylesheet
   Formatta ogni articolo come una pagina di rivista cartacea.
   Incluso con: <link rel="stylesheet" href="/css/print.css" media="print">
   ═══════════════════════════════════════════════════════════════ */

@media print {

  /* ── Nascondi tutto ciò che non è contenuto ──────────── */
  .site-header,
  .reading-progress,
  .mobile-nav,
  .mobile-nav-overlay,
  .sp-lightbox,
  .journal-pdf-header-btn,
  .journal-pdf-viewer,
  .journal-pdf-actions,
  .journal-toc,
  .journal-link-card__url,
  .site-footer,
  body::after {
    display: none !important;
  }

  /* ── Reset pagina ─────────────────────────────────────── */
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body {
    background: #ffffff !important;
    color: #18140f !important;
    font-family: "EB Garamond", Georgia, serif !important;
    font-size: 10.5pt;
    line-height: 1.65;
  }

  /* ── Intestazione di stampa — Testata rivista ─────────── */
  .print-masthead {
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 0.6rem;
    margin-bottom: 1.8rem;
    border-bottom: 0.75pt solid #8c3a1c;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 7.5pt;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #5c5449;
  }
  .print-masthead .pm-title {
    font-weight: 600;
    color: #8c3a1c;
    letter-spacing: 0.22em;
  }

  /* ── Layout articolo ─────────────────────────────────── */
  .journal-layout {
    background: #ffffff !important;
    color: #18140f !important;
    padding: 0 !important;
    max-width: none !important;
  }

  .journal-header {
    page-break-after: avoid;
    text-align: center;
    max-width: none;
    margin: 0 0 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.5pt solid #c8c2b6;
  }

  .journal-tag {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 7pt;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8c3a1c;
    margin-bottom: 1rem;
  }

  .journal-title {
    font-size: 26pt !important;
    line-height: 1.1 !important;
    font-weight: normal;
    color: #18140f !important;
    margin-bottom: 0.6rem;
  }

  .journal-subtitle {
    font-size: 13pt !important;
    color: #5c5449 !important;
    font-style: italic;
  }

  .journal-divider {
    width: 20pt;
    height: 0.5pt;
    background: #18140f;
    margin: 1rem auto;
  }

  .journal-meta {
    font-size: 8pt !important;
    color: #5c5449 !important;
    gap: 0.3rem !important;
  }

  /* ── Testo ───────────────────────────────────────────── */
  .journal-text {
    max-width: none;
    font-size: 10.5pt;
    line-height: 1.65;
    text-align: justify;
    margin-bottom: 1.5rem;
  }

  .journal-text p {
    margin-bottom: 0.6rem;
    orphans: 3;
    widows: 3;
  }

  .journal-text h3 {
    font-size: 13pt !important;
    page-break-after: avoid;
    color: #4e7a52 !important;
    margin: 2rem 0 0.8rem !important;
  }

  /* ── Immagini ───────────────────────────────────────── */
  .journal-plate {
    page-break-inside: avoid;
    margin: 1.5rem 0;
  }

  .journal-hero-plate {
    page-break-before: avoid;
  }

  .journal-plate img,
  .journal-hero-plate img {
    max-height: 16cm;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .journal-plate-large img {
    max-height: 20cm;
  }

  figcaption {
    font-size: 7.5pt !important;
    color: #7a7268 !important;
    text-align: center;
    margin-top: 0.35rem;
    font-style: italic;
    letter-spacing: 0.04em;
  }

  /* ── Diptico ─────────────────────────────────────────── */
  .journal-diptych {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    page-break-inside: avoid;
    margin: 1.5rem 0;
  }

  .journal-diptych .journal-plate img {
    max-height: 10cm;
  }

  /* ── Pullquote ───────────────────────────────────────── */
  .journal-quote {
    page-break-inside: avoid;
    border-left: 1.5pt solid #8c3a1c !important;
    padding: 0.5rem 0 0.5rem 1.2rem;
    margin: 1.5rem 0;
  }

  .journal-quote blockquote {
    font-size: 12pt !important;
    color: #312c25 !important;
  }

  .journal-quote cite {
    font-size: 8pt !important;
    color: #5c5449 !important;
  }

  /* ── Nota editoriale ─────────────────────────────────── */
  .journal-note {
    page-break-inside: avoid;
    border: 0.5pt solid #c8c2b6 !important;
    border-left: 2pt solid #8c3a1c !important;
    background: #f9f7ed !important;
    padding: 0.6rem 0.8rem;
    margin: 1.2rem 0;
  }

  .journal-note__label {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 7.5pt;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8c3a1c;
    margin-bottom: 0.3rem;
  }

  .journal-note__text {
    font-size: 9pt;
    color: #312c25;
  }

  /* ── Link card — mostra URL completo ─────────────────── */
  .journal-link-card {
    page-break-inside: avoid;
    border: 0.5pt solid #c8c2b6 !important;
    padding: 0.5rem 0.8rem;
    margin: 1rem 0;
    background: #f9f7ed !important;
  }

  .journal-link-card__title {
    font-size: 9pt;
    font-weight: 500;
    display: block;
    color: #18140f;
  }
  .journal-link-card__url {
    display: block !important;
    font-size: 7pt;
    color: #5c5449;
    word-break: break-all;
    margin-top: 0.2rem;
  }
  .journal-link-card__arrow {
    display: none;
  }

  /* ── Video — non stampabile, mostra avviso ───────────── */
  .journal-video-plate .journal-video-frame {
    display: none !important;
  }
  .journal-video-plate::before {
    content: "[ Contenuto video — disponibile nella versione digitale ]";
    display: block;
    border: 0.5pt dashed #c8c2b6;
    padding: 1rem;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 8pt;
    letter-spacing: 0.1em;
    color: #7a7268;
  }

  /* ── Conclusione e FINIS ────────────────────────────── */
  .journal-conclusion {
    page-break-before: auto;
  }

  .journal-finis {
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 10pt;
    letter-spacing: 0.5em;
    color: #8c3a1c;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 0.5pt solid #c8c2b6;
  }

  /* ── Regole di pagina ────────────────────────────────── */
  @page {
    size: A4 portrait;
    margin: 2cm 2.5cm 2.5cm 2.5cm;
  }

  @page :first {
    margin-top: 1.5cm;
  }

}
