.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 100%;
  height: 3px;
  background: #dda15e;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
}

.hero-visual {
  isolation: isolate;
}

.hero-canvas {
  position: absolute;
  inset: -8%;
  z-index: 1;
  width: 116%;
  height: 116%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  -webkit-mask-image: radial-gradient(circle at 52% 48%, #000 38%, transparent 76%);
  mask-image: radial-gradient(circle at 52% 48%, #000 38%, transparent 76%);
}

.hero-visual.has-three .hero-canvas {
  opacity: 0.82;
}

.hero-visual.has-three .visual-card {
  z-index: 3;
}

.hero-visual.has-three .shape {
  opacity: 0.74;
}

@media (max-width: 768px), (prefers-reduced-motion: reduce) {
  .hero-canvas {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress {
    display: none;
  }
}
