.home-hero{position:relative;min-height:680px;display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden;padding:170px 0 120px;background:var(--brand-primary-dark)}.home-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}.home-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(30,36,31,.78),rgba(49,62,39,.42))}.home-hero__copy{position:relative;z-index:2;max-width:830px;text-align:center}.home-hero .eyebrow,.home-hero h1,.home-hero p{color:#fff}.home-hero h1{margin:14px 0 20px;font-size:max(2rem, min(4vw, 3.5rem))}.home-hero p{max-width:690px;margin:0 auto;font-size:1.15rem}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px}.product-list-view{display:grid;grid-gap:16px;gap:16px}.product-list-view article{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:center;padding:18px;border:1px solid var(--brand-border);background:#fff}.product-list-view img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.product-list-view h3{margin-bottom:10px}.product-list-view p{margin-bottom:12px}.product-list-view a{font-weight:800}.feature-grid-six{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.feature-grid-six article{position:relative;padding:30px 24px;border:1px solid var(--brand-border);background:#fff;text-align:center}.feature-grid-six span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:18px;border:1px solid var(--brand-primary-light);color:var(--brand-primary-dark);font-weight:850}.feature-grid-six h3{font-size:1.12rem}.feature-grid-six p{margin-bottom:0}.compact-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.compact-product-grid article{position:relative;padding:14px;border:1px solid var(--brand-border);background:#fff}.compact-product-grid img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;margin-bottom:14px;background:var(--brand-neutral-light)}.compact-product-grid h3{font-size:1rem;margin-bottom:6px}.compact-product-grid p{margin:0;font-size:.9rem}.home-stats .container{max-width:980px}@media (max-width:991px){.product-list-view article{grid-template-columns:180px minmax(0,1fr)}.compact-product-grid,.feature-grid-six{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.home-hero{min-height:560px;padding-top:140px}.hero-actions .btn{width:100%}.compact-product-grid,.feature-grid-six,.product-list-view article{grid-template-columns:1fr}}