/* Soft, clean sculpture art direction — deliberately without smoke or haze. */
.hero-bg {
  background-image: url('assets/blindfold-statue-background.png');
  background-position: center;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(5, 8, 7, .98) 0%, rgba(5, 8, 7, .76) 38%, rgba(5, 8, 7, .02) 76%),
    linear-gradient(0deg, rgba(5, 8, 7, .65), transparent 42%);
}

.artist-statue {
  background-image: url('assets/blindfold-statue-background.png');
  background-position: center;
  background-size: cover;
  filter: saturate(.78);
}

.work-card img.ink-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(4, 7, 6, .96) 0%, rgba(4, 7, 6, .12) 60%, transparent 82%);
}

@media (max-width: 900px) {
  .hero-bg { background-position: 62% center; }
  .hero::after {
    background: linear-gradient(0deg, #050807 4%, rgba(5, 8, 7, .7) 56%, rgba(5, 8, 7, .08));
  }
}
