.collection-container{background:radial-gradient(circle at top,#2a2a2a 0%,#111 80%);flex-direction:column;align-items:center;min-height:100vh;padding-bottom:50px;display:flex}.collection-grid{grid-template-columns:repeat(2,1fr);gap:3rem 4rem;width:90%;max-width:1200px;display:grid}.collection-card{flex-direction:column;align-items:center;text-decoration:none;transition:transform .3s;display:flex}.collection-card:hover{transform:translateY(-5px)}.card-image-wrapper{aspect-ratio:1;background:#333;border-radius:4px;width:100%;position:relative;overflow:hidden;box-shadow:0 15px 30px #0009}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s,opacity .3s}.collection-card:hover .card-image{opacity:.9;transform:scale(1.05)}.card-title{color:#ccc;letter-spacing:.15rem;text-transform:uppercase;margin-top:1.5rem;font-size:1rem;font-weight:500;transition:color .3s}.collection-card:hover .card-title{color:#fff}@media (max-width:768px){.collection-grid{grid-template-columns:1fr;gap:2.5rem}.collection-container{padding-top:150px}}
