/* Ambient additions only: preserve the approved horse path and all page geometry. */
.living-weather{position:absolute;inset:0;pointer-events:none;overflow:hidden}.mist{position:absolute;background:url('../img/living-mist.webp') center/100% 100% no-repeat;pointer-events:none;will-change:transform;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.mist-far{left:-30%;top:51%;width:150%;height:26%;opacity:.29;animation:mist-east 19s ease-in-out infinite alternate}.mist-near{left:-30%;top:67%;width:155%;height:33%;opacity:.2;animation:mist-west 25s ease-in-out infinite alternate}.meadow-breeze{position:absolute;inset:0;background:url('../img/blue-hour-landscape.webp') 50% 55%/cover no-repeat;mask-image:linear-gradient(transparent 78%,#000 94%);transform-origin:center bottom;animation:meadow-wind 5.5s ease-in-out infinite alternate;will-change:transform}.living-weather.ambient-idle *{animation-play-state:paused}.motion-paused .living-weather{display:none}.film-showing .living-weather{opacity:0}
@keyframes mist-east{from{transform:translate3d(-9%,0,0) scaleY(.94)}to{transform:translate3d(12%,-3%,0) scaleY(1.08)}}
@keyframes mist-west{from{transform:translate3d(10%,2%,0) scaleY(1.04)}to{transform:translate3d(-12%,-2%,0) scaleY(.92)}}
@keyframes meadow-wind{from{transform:scale(1.025) skewX(-.3deg) translateX(-.12%)}to{transform:scale(1.03) skewX(.4deg) translateX(.2%)}}
@media(max-width:600px){.mist-far{top:57%;height:22%;opacity:.24}.mist-near{top:75%;height:25%;opacity:.17}.meadow-breeze{background-position:65% center}}
@media(prefers-reduced-motion:reduce){.living-weather{display:none}}
