/* Safety responsive overrides */
@media (max-width: 559px) {
  .stats-grid { gap: 18px; }
  .stat-item { padding: 8px 0; border-bottom: 1px solid var(--border); padding-bottom: 14px; }
  .stat-item:last-child { border-bottom: 0; padding-bottom: 0; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Tiny safety: no horizontal scroll, max body-width */
html, body { max-width: 100vw; }
img, iframe, video { max-width: 100%; }

/* Reduce hero height on very small screens */
@media (max-height: 700px) and (max-width: 560px) {
  .hero-immersif { min-height: 92vh; }
}

/* wf-noxoverflow : reveal vertical (le slide horizontal deborde la largeur sur mobile) */
[data-reveal]:not(.in){ transform: translateY(18px) !important; }
