html { scroll-behavior: smooth; }

.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(226, 216, 194, 0.55) 0%, rgba(226, 216, 194, 0.2) 45%, transparent 70%);
  pointer-events: none;
}
