.collection-grid__grid{grid-template-rows:repeat(2,21em);grid-template-columns:2fr 1fr 1fr;grid-template-areas:"one two three""one two four";gap:1em;display:grid}.collection-grid__item{border-radius:var(--border-radius);z-index:1;padding:1.5em;position:relative;overflow:hidden}.collection-grid__item *{color:inherit}.collection-grid__item .content{height:100%}.collection-grid__header{gap:4em;margin-bottom:6rem}.collection-grid__header h2{max-width:8em}@media screen and (min-width:1024px){.collection-grid__title{flex-shrink:0;max-width:25rem}.collection-grid__blurb{max-width:40em;margin-left:2em}.collection-grid__row-blurb{max-width:28em;padding:0 2em}.collection-grid__item:first-child{grid-area:one}.collection-grid__item:nth-child(2){grid-area:two}.collection-grid__item:nth-child(3){grid-area:three}.collection-grid__item:nth-child(4){grid-area:four}}@media screen and (max-width:1024px){.collection-grid__header{flex-wrap:wrap;gap:0;margin-bottom:2rem}.collection-grid__grid{grid-template:repeat(4,25vh) auto/1fr}}
