.theme-scene--norway {
  isolation: isolate;
}

.theme-scene--norway .theme-layer--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 42, 72, 0.2) 0%, rgba(24, 42, 72, 0) 22%, rgba(24, 42, 72, 0) 78%, rgba(24, 42, 72, 0.2) 100%),
    linear-gradient(180deg, rgba(16, 30, 54, 0.14) 0%, rgba(16, 30, 54, 0) 36%, rgba(10, 18, 32, 0.18) 100%);
}

.theme-scene--norway .theme-layer--foliage {
  overflow: hidden;
}

.theme-scene--norway .theme-foliage {
  position: absolute;
  top: -3%;
  height: 106%;
  width: clamp(60px, 18vw, 360px);
  opacity: 0.96;
}

.theme-scene--norway .theme-layer--foliage img.theme-foliage {
  height: 106%;
}

.theme-scene--norway .theme-foliage--left {
  left: -5vw;
  object-position: left center;
}

.theme-scene--norway .theme-foliage--right {
  right: -5vw;
  object-position: right center;
}

.theme-scene--norway .theme-sprite--butterfly {
  filter: drop-shadow(0 5px 9px rgba(20, 42, 80, 0.26));
}

@media (prefers-reduced-motion: reduce) {
  .theme-scene--norway .theme-layer--sprites {
    display: none !important;
  }
}
