/* ==========================================================================
   Intro V4 — Animation zoom yeux → dézoom → affiche complète
   ========================================================================== */

.intro-v4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  background: #f8f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.intro-v4__stage {
  height: 90vh;
  width: calc(90vh * 0.667);
  position: relative;
}

.intro-v4__stage svg {
  width: 100%;
  height: 100%;
  display: block;
}
