/* ── PRINT STYLES ── */
@media print {
  body, body::before, body::after { background: none !important; }
  body {
    animation: none !important;
    filter: none !important;
    padding-bottom: 0 !important;
  }
  body::before,
  body::after {
    display: none !important;
  }
  .journey-dock,
  .topbar,
  .hero,
  .section,
  .divider,
  footer,
  .cert-actions {
    display: none !important;
  }
  .cert-overlay { 
    position: static !important; 
    background: none !important; 
    backdrop-filter: none !important; 
    display: block !important; 
    opacity: 1 !important;
    padding: 0 !important;
  }
  .cert-overlay-inner { animation: none !important; max-width: 100%; }
  .certificate {
    box-shadow: none !important;
    border: 2px solid #c9a84c !important;
    aspect-ratio: auto;
    min-height: 560px;
    page-break-inside: avoid;
  }
  .cert-star { opacity: 1 !important; animation: none !important; }
  .cert-holo-veil {
    animation: none !important;
    opacity: 0.07 !important;
  }
  .cert-wax-seal {
    animation: none !important;
    transform: translateY(-50%) !important;
  }
  .cert-wax-seal::before {
    opacity: 0.4 !important;
  }
  .cert-input-chamber {
    animation: none !important;
    background: linear-gradient(135deg, var(--nintendo-red), var(--nintendo-secondary)) !important;
  }
}

