.products-page{background:var(--brand-bg)}.products-title-band{padding:96px 0 40px;background:linear-gradient(180deg,var(--brand-bg-alt),#fff)}.products-title-band h1{font-size:max(2rem, min(4vw, 3.5rem));margin:0 0 14px}.products-title-band p{max-width:680px;color:var(--brand-text);line-height:1.7;margin:0}.products-tabs-section{padding:40px 0 88px}.product-tabs{gap:10px;margin-bottom:32px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--radius-brand);color:var(--brand-text);font-weight:800;background:#fff}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.products-category-heading{margin-bottom:24px}.products-category-heading h2{font-size:max(1.5rem, min(3vw, 2.2rem))}.products-category-heading p{max-width:720px;color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.dynamic-product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--radius-brand);overflow:hidden;background:#fff;transition:transform 180ms,box-shadow 180ms}.dynamic-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.dynamic-product-card a{display:grid;color:var(--brand-text)}.dynamic-product-card__image{display:block;aspect-ratio:1;background:var(--brand-bg-alt)}.dynamic-product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dynamic-product-card__body{display:grid;grid-gap:8px;gap:8px;padding:18px}.dynamic-product-card h3{margin:0;font-size:1.05rem}.dynamic-product-card__meta{color:var(--brand-primary);font-size:.86rem;font-weight:800}@media (max-width:1199px){.dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.dynamic-product-grid{grid-template-columns:1fr}}