.collections_collectionsGrid__P2Gmb{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;padding:2rem 1rem;max-width:1440px;margin:0 auto;justify-items:center}.collections_forgeContainer__kq0Tu{max-width:1400px;margin:0 auto;padding:3rem 1rem;position:relative;z-index:2}.collections_collectionCard__NXVQ6{background-color:var(--color-bg-elevated);border-radius:16px;box-shadow:var(--shadow-base);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid var(--color-border)}.collections_collectionCard__NXVQ6:hover{transform:translateY(-6px);box-shadow:0 0 16px var(--text-black-900)}.collections_collectionImageWrapper__oUYXj{width:100%;height:auto;overflow:hidden;background:var(--color-surface)}.collections_collectionImage__wf1_M{width:100%;height:auto;object-fit:cover;display:block}.collections_collectionTitle__1K8dB{font-size:1.1rem;font-weight:600;margin:1rem 0 .5rem;color:var(--text-black-900)}.collections_btn__E0SI7,.collections_collectionTitle__1K8dB{text-transform:uppercase;font-family:var(--font-tech);letter-spacing:1.2px}.collections_btn__E0SI7{margin:1rem 0 1.5rem;font-size:1rem;font-weight:500;padding:10px 25px;border-radius:32px;border:2px solid var(--text-black-900);background:transparent;color:var(--text-black-700);cursor:pointer;transition:all .3s ease}.collections_btn__E0SI7:hover{background:var(--text-black-900);color:var(--color-bg-base);box-shadow:0 0 12px var(--text-black-900)}@media screen and (max-width:480px){.collections_collectionsGrid__P2Gmb{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem .5rem}.collections_collectionTitle__1K8dB{font-size:1rem}.collections_btn__E0SI7{font-size:.95rem;padding:8px 20px}}@media screen and (min-width:481px) and (max-width:767px){.collections_collectionsGrid__P2Gmb{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px) and (max-width:1024px){.collections_collectionsGrid__P2Gmb{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px) and (max-width:1440px){.collections_collectionsGrid__P2Gmb{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1441px){.collections_collectionsGrid__P2Gmb{grid-template-columns:repeat(4,1fr)}}