.world-location-why-dew {
  width: clamp(92px, 12vw, 132px);
  z-index: 5;
}
.world-location-why-dew .world-building { filter: drop-shadow(0 8px 8px rgba(35, 62, 51, .2)); }
.why-dew-world-shadow { fill: rgba(32, 53, 44, .2); }
.why-dew-world-ripples ellipse { fill: none; stroke: rgba(223, 255, 242, .68); stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: whyDewWorldRipple 5.5s ease-out infinite; }
.why-dew-world-ripples ellipse + ellipse { animation-delay: 2.2s; }
.why-dew-world-monk { transform-box: fill-box; transform-origin: center bottom; animation: whyDewWorldBreathe 5.8s ease-in-out infinite; }
.why-dew-world-plinth { fill: #72786f; }
.why-dew-world-robe, .why-dew-world-head { fill: #b8b9ad; stroke: #6c736b; stroke-width: 2; }
.why-dew-world-fold, .why-dew-world-face { fill: none; stroke: #697168; stroke-width: 2.4; stroke-linecap: round; }
.why-dew-world-hands { fill: #9fa198; stroke: #697168; stroke-width: 1.5; }
.why-dew-world-lotus { fill: #d5aeb9; }
.world-location-why-dew .world-place-label { background: rgba(246, 246, 232, .91); border-color: rgba(73, 99, 82, .2); }
@keyframes whyDewWorldRipple { 0% { transform: scale(.76); opacity: 0; } 20% { opacity: .9; } 100% { transform: scale(1.22); opacity: 0; } }
@keyframes whyDewWorldBreathe { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(1.012); } }
@media (max-width: 820px) { .world-location-why-dew { width: 100px; } }
@media (max-width: 480px) { .world-location-why-dew { width: 88px; --world-y: 10.5% !important; } .world-location-why-dew .world-place-label small { display: none; } }
@media (prefers-reduced-motion: reduce) { .why-dew-world-ripples ellipse, .why-dew-world-monk { animation: none !important; } }
