.products-hero{padding:88px 0 76px;background:var(--brand-bg-alt)}.products-hero .container{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);grid-gap:44px;gap:44px;align-items:center}.products-hero__copy h1{margin-bottom:18px}.products-hero__media img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.products-grid-section{padding:76px 0 92px}.products-intro{max-width:760px;margin:0 auto 42px;text-align:center}.product-category{padding:34px 0;border-top:1px solid var(--brand-border)}.product-category h2{margin-bottom:8px}.product-category__desc{max-width:760px;margin-bottom:24px}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.product-card-grid:has(> :nth-child(5):last-child),.product-card-grid:has(> :nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(42,39,36,.06);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-card a{display:grid;color:var(--brand-text)}.product-card__image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light)}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__body{display:grid;grid-gap:12px;gap:12px;padding:20px}.product-card h3{margin:0;font-family:var(--font-body);font-size:1.06rem}.product-card__cta{color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.products-hero .container{grid-template-columns:1fr}.product-card-grid,.product-card-grid:has(> :nth-child(4):last-child),.product-card-grid:has(> :nth-child(5):last-child),.product-card-grid:has(> :nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid{grid-template-columns:1fr}}