.hero-carousel{background:var(--bg);width:100%;height:100dvh;position:relative;overflow:hidden}.hero-carousel-slide{will-change:transform;transition:transform .7s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.hero-carousel-slide img{object-fit:contain;object-position:center;width:100%;height:100%}.hero-slide-center{z-index:1;transform:translate(0)}.hero-slide-hidden{z-index:0;transition:none;transform:translate(100%)}.hero-slide-enter-left{z-index:2;animation:.7s cubic-bezier(.4,0,.2,1) forwards slide-in-from-right}.hero-slide-exit-left{z-index:1;animation:.7s cubic-bezier(.4,0,.2,1) forwards slide-out-to-left}.hero-slide-enter-right{z-index:2;animation:.7s cubic-bezier(.4,0,.2,1) forwards slide-in-from-left}.hero-slide-exit-right{z-index:1;animation:.7s cubic-bezier(.4,0,.2,1) forwards slide-out-to-right}@keyframes slide-in-from-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-to-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slide-in-from-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-out-to-right{0%{transform:translate(0)}to{transform:translate(100%)}}.hero-carousel-overlay{pointer-events:none;z-index:3;background:linear-gradient(#0000004d 0%,#00000026 60%,#000000bf 100%);position:absolute;inset:0}.hero-carousel-info{z-index:4;animation:.5s ease-out hero-fade-in;position:absolute;bottom:48px;left:48px;right:200px}.hero-carousel-label{letter-spacing:.3em;text-transform:uppercase;color:#ffffff59;font-size:10px;font-family:var(--font-body,inherit);margin-bottom:12px}.hero-carousel-title{font-family:var(--font-display,"Cormorant Garamond", Georgia, serif);color:#ffffffeb;margin:0 0 8px;font-size:clamp(1.5rem,4vw,3.2rem);font-weight:300;line-height:1.15;transition:color .3s}.hero-carousel-title:hover{color:var(--accent,#c9a96e)}.hero-carousel-artist{font-family:var(--font-body,inherit);color:#fff9;letter-spacing:.03em;margin:0;font-size:clamp(.8rem,1.5vw,1rem)}.hero-carousel-museum{letter-spacing:.2em;text-transform:uppercase;color:#fff6;z-index:4;font-size:11px;font-family:var(--font-body,inherit);position:absolute;bottom:48px;right:48px}.hero-carousel-dots{z-index:5;gap:10px;display:flex;position:absolute;bottom:48px;left:50%;transform:translate(-50%)}.hero-carousel-dot{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .3s,transform .3s}.hero-carousel-dot:hover{background:#ffffff80}.hero-carousel-dot-active{background:#ffffffe6;transform:scale(1.25)}.hero-carousel-progress{z-index:5;background:#ffffff0f;height:2px;position:absolute;bottom:0;left:0;right:0}.hero-carousel-progress-bar{background:#ffffff40;height:100%;animation:6s linear forwards hero-progress}@keyframes hero-progress{0%{width:0}to{width:100%}}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.hero-carousel-info{bottom:80px;left:16px;right:16px}.hero-carousel-museum{display:none}.hero-carousel-dots{bottom:40px}.hero-carousel-label{margin-bottom:8px}}
