/* ─── Area Parallax ─── */

.area--para {
  position: relative;
  overflow: hidden;
}

.area--para__bg {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: -20%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  will-change: transform;
}
