/* ==========================================================================
   NAKÔBIO & BIOSAIN — REGLES D'IMPRESSION & EXPORT PDF (PRINT)
   Optimisé pour fiches techniques, rapports, storyboards et documents A4
   ========================================================================== */

@page {
  size: A4 portrait;
  margin: 15mm 15mm 20mm 15mm;
  @bottom-right {
    content: counter(page) "/" counter(pages);
    font-family: "Inter", sans-serif;
    font-size: 8pt;
    color: #6B684E;
  }
  @bottom-left {
    content: "Nakôbio × Biosain — Pédagogie maraîchère";
    font-family: "Newsreader", serif;
    font-style: italic;
    font-size: 8pt;
    color: #6B684E;
  }
}

@page :first {
  @bottom-left { content: none; }
  @bottom-right { content: none; }
}

@media print {
  /* Économie d'encre et netteté */
  *, *::before, *::after {
    background-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    background: #FFFFFF !important;
    color: #1B2318 !important;
    font-size: 10pt;
    line-height: 1.45;
  }

  /* Préservation des fonds légers essentiels (surfaces de données) */
  .surface-sunken,
  .step-badge,
  .callout,
  .table-header,
  th {
    background-color: #F7F4EA !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  /* Titrage Newsreader pour le print */
  h1, h2, h3 {
    font-family: "Newsreader", Georgia, serif !important;
    color: #1B2318 !important;
    page-break-after: avoid;
    break-after: avoid;
  }

  h1 { font-size: 22pt; line-height: 1.2; margin-bottom: 8mm; }
  h2 { font-size: 15pt; line-height: 1.25; margin-top: 6mm; margin-bottom: 4mm; }
  h3 { font-size: 12pt; line-height: 1.3; }

  /* Éviter les orphelins et coupures maladroites */
  p, blockquote {
    orphans: 3;
    widows: 3;
  }

  /* Blocs insécables */
  .card,
  .step-card,
  .callout,
  .diagram-container,
  figure,
  table,
  tr {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  /* Masquer les éléments purement web/interactifs */
  nav,
  .site-header,
  .site-footer,
  .no-print,
  button,
  .video-player,
  .interactive-control {
    display: none !important;
  }

  /* Affichage des liens utiles si nécessaire */
  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    color: #6B684E;
  }
  
  a[href^="#"]:after {
    content: "";
  }

  /* Tableaux techniques */
  table {
    width: 100% !important;
    border-collapse: collapse !important;
  }

  th, td {
    border: 0.5pt solid rgba(27, 35, 24, 0.2) !important;
    padding: 3mm 4mm !important;
    font-size: 9pt;
  }

  /* Numérotation d'étapes print */
  .step-number {
    font-family: "Newsreader", serif !important;
    font-size: 16pt !important;
    font-weight: bold !important;
    color: #2F4A34 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}
