.image-carousel{background:var(--bg);padding:0 0 4rem;position:relative;overflow:clip visible}.image-carousel__mascot{pointer-events:none;z-index:5;width:clamp(220px,28vw,420px);height:auto;position:absolute;bottom:0;left:0;transform:translateY(15%)}.image-carousel__track{will-change:transform;gap:1.5rem;width:max-content;padding:1.5rem 1rem;display:flex}.image-carousel__card{aspect-ratio:4/3;background:#f1ead0;border-radius:28px;flex:none;width:clamp(260px,32vw,440px);overflow:hidden;box-shadow:0 18px 40px #1414141f}.image-carousel__card img{object-fit:cover;width:100%;height:100%;display:block}.image-carousel__card.tilt-0{transform:rotate(-2.5deg)}.image-carousel__card.tilt-1{transform:rotate(0)scale(1.04)}.image-carousel__card.tilt-2{transform:rotate(2.5deg)}@keyframes image-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.image-carousel__track{animation:none}}@media (width<=720px){.image-carousel__mascot{width:240px}}
