.products-hero{background:var(--brand-bg-alt);padding:80px 0 56px}.products-hero__grid{display:grid;grid-template-columns:1fr 0.9fr;grid-gap:42px;gap:42px;align-items:center}.products-hero h1{font-size:max(2rem, min(4vw, 3.5rem));margin:12px 0 16px}.products-hero p{color:var(--brand-text);max-width:680px}.products-hero img{width:100%;height:360px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);box-shadow:var(--shadow-soft)}.products-grid-section{background:var(--brand-bg)}.product-category{margin-bottom:56px}.product-category h2{font-size:max(1.5rem, min(2.6vw, 2.1rem));margin-bottom:8px}.category-desc{color:var(--brand-text);max-width:760px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:22px}.product-card{position:relative;display:flex;flex-direction:column;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-card a{display:block;color:var(--brand-text)}.product-card__image{display:block;background:var(--brand-neutral-light);aspect-ratio:4/3}.product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:18px}.product-card__body{display:block;padding:20px}.product-card h3{font-size:1.05rem;margin:0 0 8px}.product-card__meta{display:inline-flex;color:var(--brand-text);font-size:.86rem}.product-card .btn{margin:auto 20px 20px}@media (max-width:991px){.product-grid,.products-hero__grid{grid-template-columns:1fr 1fr}}@media (max-width:575px){.product-grid,.products-hero__grid{grid-template-columns:1fr}}