/* Homepage-only privacy and visual cleanup. */
.hero-scroll-progress {
  display: none !important;
}

.post-hero-world::before {
  background:
    radial-gradient(circle at 14% 14%, rgba(131, 200, 238, 0.28), transparent 27rem),
    radial-gradient(circle at 86% 38%, rgba(199, 160, 91, 0.18), transparent 34rem),
    linear-gradient(180deg, #fbf7ef 0%, #edf5f8 46%, #f7f0e5 100%);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transform: none;
}
