.products-hero{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-neutral-dark));color:var(--brand-text-inverse);padding-bottom:96px}.products-hero h1{color:var(--brand-text-inverse);font-size:max(2.4rem, min(5vw, 4.6rem));font-weight:900;line-height:1.05;margin-bottom:20px;max-width:900px}.products-hero p:last-child{color:rgba(255,255,255,.82);font-size:1.05rem;line-height:1.75;max-width:920px}.products-grid-section{background:var(--brand-bg)}.product-category-block{border-bottom:1px solid var(--brand-border);padding:0 0 54px}.product-category-block+.product-category-block{padding-top:54px}.category-heading{margin-bottom:24px;max-width:780px}.category-heading h2{font-size:max(1.6rem, min(3vw, 2.6rem));font-weight:900;margin-bottom:10px}.category-heading p{color:var(--brand-neutral-mid);line-height:1.7;margin:0}.product-grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);display:flex;flex-direction:column;gap:18px;justify-content:space-between;min-height:310px;padding:18px}.product-card:hover{border-color:var(--brand-primary-light);box-shadow:0 18px 42px rgba(36,28,25,.1)}.product-image{align-items:center;background:var(--brand-bg-alt);border-radius:var(--brand-radius);display:flex;height:170px;justify-content:center;overflow:hidden}.product-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-name{color:var(--brand-text);display:block;font-size:1.05rem;font-weight:900;line-height:1.35;margin-top:16px}.product-card .btn{width:100%}.products-guidance{background:var(--brand-bg-alt)}.products-guidance-note{color:var(--brand-neutral-mid);line-height:1.78;margin:28px 0 0;max-width:960px}.products-cta{background:var(--brand-bg)}.products-cta h2{font-size:max(1.8rem, min(4vw, 3rem));font-weight:900;line-height:1.12;margin-bottom:16px}.products-cta p:last-child{color:var(--brand-neutral-mid);line-height:1.75}