/**
 * Vanta Background Styles
 */

.vanta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Ensure hero content is above Vanta */
.hero__content,
.hero__background,
.hero__orbs {
  position: relative;
  z-index: 1;
}
