.collections-index{background:var(--brand-bg)}.collection-statement{background:var(--brand-bg-alt);text-align:center}.collection-statement p{color:var(--brand-text);font-size:max(1.2rem, min(2vw, 1.6rem));margin:0 auto;max-width:880px}.collection-goal-grid,.collection-product-grid,.proof-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.collection-goal-grid article,.collection-product-grid article,.proof-grid article{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px}.collection-product-grid article{padding:0;overflow:hidden}.collection-product-grid img{aspect-ratio:4/3;background:var(--brand-bg-alt);-o-object-fit:cover;object-fit:cover;width:100%}.collection-product-grid div{padding:24px}.collection-progress{background:var(--brand-bg-alt)}.progress-list{display:grid;grid-gap:18px;gap:18px}.progress-row{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:20px}.progress-row header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.progress-track{background:var(--brand-border);height:10px;overflow:hidden}.progress-track span{background:var(--brand-primary);display:block;height:100%}@media (max-width:991px){.collection-goal-grid,.collection-product-grid,.proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.collection-goal-grid,.collection-product-grid,.proof-grid{grid-template-columns:1fr}}