.hero-visual {
  background: #f5f0e7;
}

.hero-visual .animated-logo {
  display: block;
  width: min(68%, 480px);
  aspect-ratio: 2556.98 / 2489.08;
  filter: drop-shadow(0 20px 35px rgba(7, 27, 54, 0.18));
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.hero-visual .animated-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
