/* Slide 7 — After Party (unified group reveal + original loop animations) */

.slide[data-slide="7"] {
  overflow: hidden;
  perspective: 1400px;
}

.slide[data-slide="7"] .s7-bg {
  opacity: 0;
  filter: blur(8px);
}

.slide[data-slide="7"] .s7-scene-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(-160px);
  will-change: transform, opacity;
  pointer-events: none;
}

.slide[data-slide="7"] .s7-design {
  z-index: 2;
}

.slide[data-slide="7"] .s7-frame {
  z-index: 3;
}

.slide[data-slide="7"] .s7-couple {
  z-index: 4;
  transform-origin: 50% 85%;
}

.slide[data-slide="7"] .s7-butterfly-wrap,
.slide[data-slide="7"] .s7-hand-wrap,
.slide[data-slide="7"] .s7-mask-wrap {
  position: absolute;
  z-index: 6;
}

.slide[data-slide="7"] .s7-butterfly,
.slide[data-slide="7"] .s7-hand-champion,
.slide[data-slide="7"] .s7-mask {
  display: block;
  width: 100%;
  height: 100%;
}

.slide[data-slide="7"] .s7-hand-wrap {
  transform-origin: 60% 80%;
}

.slide[data-slide="7"] .s7-mask-wrap {
  transform-origin: 50% 50%;
}

.slide[data-slide="7"] .s7-disco-hand {
  z-index: 5;
  transform-origin: 50% 100%;
}

.slide[data-slide="7"] .s7-title {
  z-index: 7;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}

.slide[data-slide="7"] .s7-copy {
  position: absolute;
  z-index: 8;
  left: 293px;
  top: 1388px;
  width: 496px;
  pointer-events: none;
}

.slide[data-slide="7"] .s7-content-reveal {
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}

.slide[data-slide="7"] .s7-content-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

/* ── Keyframes ── */

@keyframes s7BgIn {
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes s7GroupSlideIn {
  from {
    opacity: 0;
    transform: translateY(-160px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes s7CoupleBreathe {
  0%,
  100% {
    transform: translateY(0) scale(0.8);
  }

  50% {
    transform: translateY(0) scale(1);
  }
}

@keyframes s7ButterflyFloat {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(6px, -10px) rotate(6deg);
  }
}

@keyframes s7HandShake {
  0%,
  100% {
    transform: rotate(-2.5deg) translateX(0);
  }

  50% {
    transform: rotate(2.5deg) translateX(2px);
  }
}

@keyframes s7DiscoSway {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-14px);
  }
}

@keyframes s7RevealDown {
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@keyframes s7MaskFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-9px) rotate(-3deg);
  }
}

/* ── Play state ── */

.slide[data-slide="7"].s7-play .s7-bg {
  animation: s7BgIn 1.1s ease-out forwards;
}

.slide[data-slide="7"].s7-play .s7-scene-wrap {
  animation: s7GroupSlideIn 1.55s ease-out 0.45s forwards;
}

.slide[data-slide="7"].s7-play .s7-title,
.slide[data-slide="7"].s7-play .s7-content-reveal {
  animation: s7RevealDown 1.55s ease-out 0.45s forwards;
}

.slide[data-slide="7"].s7-play .s7-couple {
  animation: s7CoupleBreathe 4s ease-in-out infinite;
  animation-delay: 5.2s;
}

.slide[data-slide="7"].s7-play .s7-butterfly-wrap {
  animation: s7ButterflyFloat 2.6s ease-in-out infinite;
  animation-delay: 7.1s;
}

.slide[data-slide="7"].s7-play .s7-mask-wrap {
  animation: s7MaskFloat 2.8s ease-in-out infinite;
  animation-delay: 7.1s;
}

.slide[data-slide="7"].s7-play .s7-hand-wrap {
  animation: s7HandShake 2.8s ease-in-out infinite;
  animation-delay: 7.1s;
}

.slide[data-slide="7"].s7-play .s7-disco-hand {
  animation: s7DiscoSway 3.5s ease-in-out infinite;
  animation-delay: 7.1s;
}

@media (prefers-reduced-motion: reduce) {
  .slide[data-slide="7"] .s7-bg,
  .slide[data-slide="7"] .s7-scene-wrap {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .slide[data-slide="7"] .s7-title,
  .slide[data-slide="7"] .s7-content-reveal {
    clip-path: none !important;
    -webkit-clip-path: none !important;
  }

  .slide[data-slide="7"].s7-play .s7-bg,
  .slide[data-slide="7"].s7-play .s7-scene-wrap,
  .slide[data-slide="7"].s7-play .s7-title,
  .slide[data-slide="7"].s7-play .s7-content-reveal,
  .slide[data-slide="7"].s7-play .s7-couple,
  .slide[data-slide="7"].s7-play .s7-butterfly-wrap,
  .slide[data-slide="7"].s7-play .s7-hand-wrap,
  .slide[data-slide="7"].s7-play .s7-disco-hand,
  .slide[data-slide="7"].s7-play .s7-mask-wrap {
    animation: none !important;
    opacity: 1;
    transform: none;
    clip-path: none;
    -webkit-clip-path: none;
  }
}
