.collections-hero{position:relative;min-height:560px;display:grid;align-items:center;overflow:hidden;background:var(--brand-primary-dark);padding:120px 0 96px}.collections-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.collections-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(36,84,49,.82),rgba(36,84,49,.48));z-index:1}.collections-hero .container{position:relative;z-index:2}.collections-hero__copy{max-width:760px}.collections-hero .soja-eyebrow,.collections-hero h1,.collections-hero p{color:var(--brand-text-inverse)}.collections-statement{background:#fff}.collections-statement .container{max-width:880px}.collections-goals{background:var(--brand-bg-alt)}.collections-goal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.collections-goal-grid article{background:#fff;border:1px solid var(--brand-border);padding:24px}.collections-goal-grid span{display:inline-flex;margin-bottom:12px;color:var(--brand-primary-dark);font-weight:800}.collections-progress{background:#fff}.collections-bars{display:grid;grid-gap:18px;gap:18px}.collections-bars div{display:grid;grid-gap:8px;gap:8px}.collections-bars span{color:var(--brand-text);font-weight:700}.collections-bars div::after{content:"";display:block;height:10px;background:var(--brand-bg-alt);border:1px solid var(--brand-border);grid-row:2}.collections-bars strong{display:block;height:10px;background:var(--brand-primary);grid-row:2;z-index:1}.collections-note{margin-top:18px}.collections-proof{background:var(--brand-bg-alt)}.collections-proof-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.collections-proof-row div{display:grid;grid-gap:8px;gap:8px;background:#fff;border:1px solid var(--brand-border);padding:18px}.collections-proof-row span,.collections-proof-row strong{color:var(--brand-text)}.collections-cta{background:#fff}@media (max-width:991px){.collections-goal-grid,.collections-proof-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.collections-goal-grid,.collections-proof-row{grid-template-columns:1fr}}