.stig-gradient-hero{min-height:560px;display:flex;align-items:center;color:var(--brand-text-inverse);background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-dark));position:relative;overflow:hidden}.stig-gradient-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(122,215,240,.16),transparent 50%),radial-gradient(circle at 85% 20%,rgba(255,255,255,.18),transparent 28%)}.compact-hero{min-height:430px}.compact-hero .container{position:relative;z-index:1;max-width:820px}.compact-hero h1{color:var(--brand-text-inverse);font-size:max(2.2rem, min(5vw, 4rem));line-height:1.06;font-weight:900;margin:12px 0 18px}.compact-hero p{color:rgba(255,255,255,.9);font-size:1.08rem}.products-grid-section{padding:82px 0}.product-category-block+.product-category-block{margin-top:64px}.category-heading{margin-bottom:26px;max-width:760px}.category-heading h2{font-weight:900}.category-heading p{color:var(--brand-text-secondary)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);box-shadow:var(--shadow-soft);cursor:pointer;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px)}.product-media{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.product-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-body{padding:22px}.product-body h3{font-weight:800;font-size:1.1rem}.product-body p{color:var(--brand-text-secondary);min-height:76px}