/* Декоративные ноты, анимации, скелетоны, дополнительные эффекты */
.ambient-notes{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.ambient-note{position:absolute;font-size:1.6rem;color:rgba(180,150,110,0.06);user-select:none;animation:driftUp 28s infinite linear}
.ambient-note:nth-child(1){left:6%;animation-duration:32s}
.ambient-note:nth-child(2){left:20%;animation-duration:40s;animation-delay:6s;font-size:2rem}
.ambient-note:nth-child(3){left:36%;animation-duration:36s;animation-delay:14s}
.ambient-note:nth-child(4){left:52%;animation-duration:44s;animation-delay:3s;font-size:1.8rem}
.ambient-note:nth-child(5){left:68%;animation-duration:34s;animation-delay:20s}
.ambient-note:nth-child(6){left:82%;animation-duration:48s;animation-delay:10s;font-size:2.1rem}
.ambient-note:nth-child(7){left:93%;animation-duration:38s;animation-delay:26s}
@keyframes driftUp{0%{transform:translateY(105vh) rotate(0deg);opacity:0}8%{opacity:0.5}88%{opacity:0.5}100%{transform:translateY(-15vh) rotate(270deg);opacity:0}}
@keyframes shimmerBg{0%{background-position:200% 0}100%{background-position:-200% 0}}
.poster-img,.gallery-img{background:linear-gradient(110deg,#1c1814 30%,#2a241e 50%,#1c1814 70%);background-size:200% 100%;animation:shimmerBg 1.5s infinite}
.poster-img.loaded,.gallery-img.loaded{animation:none}