/* Export PDF / stampa — mostra tutto il contenuto senza animazioni */
@media print {
  .curtain,
  .menu-toggle,
  .subnav,
  .grain {
    display: none !important;
  }

  .header {
    position: static !important;
    background: #080a0d !important;
  }

  .reveal,
  .reveal.visible {
    opacity: 1 !important;
    transform: none !important;
  }

  body.is-loading {
    overflow: visible !important;
  }

  .hero__bg-img,
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  .space,
  .experience-card,
  .invest-panel,
  .plan-figure,
  .brand-hero,
  figure {
    page-break-inside: avoid;
  }

  .section {
    page-break-before: auto;
  }

  a[href^="#"]::after {
    content: none;
  }
}
