.list{position:relative;width:100%;height:100%}.item-wrapper{position:absolute;will-change:transform,width,height,opacity;padding:6px;top:0;left:0}.item-wrapper>.item-img{position:relative;background-size:cover;background-position:50%;width:100%;height:100%;text-transform:uppercase;font-size:10px;line-height:10px;border-radius:10px;box-shadow:0 10px 50px -10px rgba(0,0,0,.2)}.item-wrapper{cursor:pointer}.item-img{position:relative;width:100%;height:100%;background-size:cover;background-position:50%;border-radius:8px;overflow:hidden}.item-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:16px;opacity:0;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease;background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.15),rgba(0,0,0,0))}.item-wrapper.is-active .item-content{opacity:1;transform:translateY(0)}.item-title{margin:0;font-size:16px;line-height:1.2;color:var(--lime-green)}.item-desc{margin:0;font-size:13px;line-height:1.35;opacity:.9;color:var(--off-white)}@media (hover:hover){.item-wrapper:hover .item-content{opacity:1;transform:translateY(0)}}.color-overlay{position:absolute;inset:0;opacity:0;pointer-events:none;border-radius:8px;background:var(--hunter-green);transition:opacity 0s ease}