/* =====================================================================
   AFRO BUFFET — Feuille d'impression (fiche recette)
   ===================================================================== */
@media print{
  :root{--c-creme:#fff}
  body{background:#fff;color:#000;font-size:12pt}

  .site-header,.site-nav,.meta-row__actions,.see-also,.alt-recipe,.toast,.swipe-hint{display:none !important}
  .site-footer{background:none;color:#000}

  .recipe-hero{background:none !important;border:0}
  .recipe-hero__inner{padding-block:6px;min-height:0}
  .recipe-hero__img{width:120px;height:120px;filter:none;box-shadow:none;padding:0;margin:0}
  .recipe-hero__title span{background:none;color:#000;padding:0;box-shadow:none;-webkit-print-color-adjust:exact}

  .stat-band,.ustensiles,.step,.anecdote{box-shadow:none;border:1px solid #999;background:#fff !important;color:#000 !important}
  .anecdote,.anecdote__title{color:#000 !important}
  .ingredient{background:#fff;color:#000;border:1px solid #999}
  .block__title,.stat .ic,.meta-chip .ic,.step__num{color:#000 !important}

  .step,.stat-band,.anecdote,.block__title{break-inside:avoid;page-break-inside:avoid}
  h1,h2{page-break-after:avoid}
  a[href]::after{content:""}
}
