/* Shared abstract hero artwork */
.hero,
.about-hero,
.interior-hero {
  isolation: isolate;
}

/* Interior pages: the same restrained orbit language used across the redesign. */
.hero-abstracts-interior::before {
  top: -160px;
  right: -70px;
}

.hero-abstracts-interior .abstract-orbit-one {
  top: -360px;
  right: -210px;
  width: 650px;
  height: 650px;
}

.hero-abstracts-interior .abstract-orbit-two {
  bottom: -390px;
  left: -260px;
  width: 520px;
  height: 520px;
  opacity: 0.5;
}

.hero-abstracts-interior .abstract-line-left {
  top: 32%;
  left: -36px;
  transform: rotate(-16deg);
}

.hero-abstracts-interior .abstract-line-right {
  right: 8%;
  bottom: 18%;
  transform: rotate(18deg);
}

.hero-abstracts-interior .abstract-diamond {
  top: 22%;
  right: 18%;
}

.hero-abstracts-interior .abstract-dot-one {
  top: 24%;
  left: 8%;
}

.hero-abstracts-interior .abstract-dot-two {
  right: 7%;
  bottom: 19%;
}

.hero-abstracts {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-abstracts::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.12), transparent 68%);
  filter: blur(2px);
}

.abstract-orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 50%;
}

.abstract-orbit::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: inherit;
}

.abstract-line {
  position: absolute;
  display: block;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.32), transparent);
}

.abstract-diamond {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(201, 168, 76, 0.45);
  transform: rotate(45deg);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.14);
}

.abstract-dot {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-light, #c9a84c);
  box-shadow: 0 0 0 5px rgba(201, 168, 76, 0.08);
  opacity: 0.72;
}

/* Home: centered celestial rings echo the Faith Formation hero. */
.hero-abstracts-home::before {
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-abstracts-home .abstract-orbit-one {
  top: -365px;
  left: 50%;
  width: 620px;
  height: 620px;
  transform: translateX(-50%);
}

.hero-abstracts-home .abstract-orbit-two {
  right: -150px;
  bottom: -310px;
  width: 410px;
  height: 410px;
  opacity: 0.55;
}

.hero-abstracts-home .abstract-line-left {
  top: 42%;
  left: -32px;
  transform: rotate(-18deg);
}

.hero-abstracts-home .abstract-line-right {
  right: -24px;
  bottom: 24%;
  transform: rotate(16deg);
}

.hero-abstracts-home .abstract-diamond {
  top: 28%;
  right: 10%;
}

.hero-abstracts-home .abstract-dot-one {
  top: 22%;
  left: 13%;
}

.hero-abstracts-home .abstract-dot-two {
  right: 18%;
  bottom: 18%;
}

/* About: asymmetric rings frame the image collage without competing with it. */
.hero-abstracts-about::before {
  top: -100px;
  right: -80px;
}

.hero-abstracts-about .abstract-orbit-one {
  top: -270px;
  right: -190px;
  width: 570px;
  height: 570px;
}

.hero-abstracts-about .abstract-orbit-two {
  bottom: -390px;
  left: -260px;
  width: 540px;
  height: 540px;
  opacity: 0.6;
}

.hero-abstracts-about .abstract-line-left {
  top: 24%;
  left: -30px;
  transform: rotate(-15deg);
}

.hero-abstracts-about .abstract-line-right {
  right: 6%;
  bottom: 16%;
  transform: rotate(20deg);
}

.hero-abstracts-about .abstract-diamond {
  top: 16%;
  left: 46%;
}

.hero-abstracts-about .abstract-dot-one {
  top: 22%;
  right: 8%;
}

.hero-abstracts-about .abstract-dot-two {
  bottom: 16%;
  left: 7%;
}

/* Ministries: a compact centered halo supports the shorter hero. */
.hero-abstracts-ministries::before {
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-abstracts-ministries .abstract-orbit-one {
  top: -410px;
  left: 50%;
  width: 700px;
  height: 700px;
  transform: translateX(-50%);
}

.hero-abstracts-ministries .abstract-orbit-two {
  top: -275px;
  left: 50%;
  width: 430px;
  height: 430px;
  transform: translateX(-50%);
  opacity: 0.7;
}

.hero-abstracts-ministries .abstract-line-left {
  bottom: 24%;
  left: 4%;
  transform: rotate(12deg);
}

.hero-abstracts-ministries .abstract-line-right {
  right: 4%;
  bottom: 24%;
  transform: rotate(-12deg);
}

.hero-abstracts-ministries .abstract-diamond {
  top: 24%;
  right: 15%;
}

.hero-abstracts-ministries .abstract-dot-one {
  top: 30%;
  left: 14%;
}

.hero-abstracts-ministries .abstract-dot-two {
  right: 22%;
  bottom: 18%;
}

@media (max-width: 640px) {
  .hero-abstracts {
    opacity: 0.78;
  }

  .abstract-line {
    width: 100px;
  }

  .hero-abstracts-home .abstract-orbit-one,
  .hero-abstracts-ministries .abstract-orbit-one {
    width: 480px;
    height: 480px;
    top: -300px;
  }

  .hero-abstracts-about .abstract-orbit-one {
    top: -210px;
    right: -230px;
    width: 440px;
    height: 440px;
  }

  .hero-abstracts-about .abstract-diamond {
    left: auto;
    right: 12%;
  }

  .hero-abstracts-about .abstract-dot-one,
  .hero-abstracts-home .abstract-dot-two,
  .hero-abstracts-ministries .abstract-dot-two {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-abstracts * {
    animation: none !important;
  }
}
