.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.collection-card{position:relative;min-height:350px;overflow:hidden;background:#15171c;color:#fff;border-bottom:3px solid #e2212f}.collection-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45;transition:.3s}.collection-card:hover>img{transform:scale(1.04);opacity:.58}.collection-card>div{position:absolute;inset:0;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(transparent,#08090be8)}.collection-card small{color:#e2212f;letter-spacing:.15em}.collection-card h2{font:800 37px 'Barlow Condensed';margin:8px 0}.collection-card p{color:#bbb;font-size:13px;line-height:1.5}.collection-card b{font:700 12px 'Barlow Condensed';margin-top:10px}.collection-hero{min-height:430px;position:relative;display:flex;align-items:end;background:#0c0d10;color:#fff;overflow:hidden;padding:70px 7vw}.collection-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35}.collection-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#08090bea,#08090b20)}.collection-hero>div{position:relative;z-index:1;max-width:700px}.collection-hero span{color:#e2212f;font:700 12px 'Barlow Condensed';letter-spacing:.2em}.collection-hero h1{font:800 66px 'Barlow Condensed';margin:10px 0}.collection-hero p{color:#c1c2c6;line-height:1.7}@media(max-width:900px){.collection-grid{grid-template-columns:1fr 1fr}.collection-hero h1{font-size:48px}}@media(max-width:560px){.collection-grid{grid-template-columns:1fr}.collection-card{min-height:290px}.collection-hero{min-height:350px;padding:45px 20px}.collection-hero h1{font-size:42px}}
