.evee-products-hero{background:var(--brand-bg-alt);padding:96px 0 64px;border-bottom:1px solid var(--brand-border)}.evee-products-hero h1{font-size:max(2rem, min(4vw, 3.5rem));margin-bottom:14px}.evee-products-hero p{max-width:760px;color:var(--brand-text-secondary)}.evee-featured-product{background:var(--brand-bg)}.featured-storage{display:grid;grid-template-columns:1.1fr 0.9fr;grid-gap:32px;gap:32px;align-items:center;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;margin-bottom:56px;background:#fff}.featured-storage img{width:100%;aspect-ratio:31/21;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.featured-storage .section-kicker{margin-bottom:8px}.featured-storage h2{font-size:1.6rem;margin-bottom:14px}.featured-storage p{color:var(--brand-text-secondary);font-size:.95rem;line-height:1.7;margin-bottom:20px}.category-block{margin-top:42px}.category-block h2{font-size:1.5rem;margin-bottom:8px}.category-desc{max-width:760px;color:var(--brand-text-secondary);margin-bottom:24px}.product-card{border:1px solid var(--brand-border);background:#fff;border-radius:var(--brand-radius);transition:transform var(--brand-transition),box-shadow var(--brand-transition);overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:var(--brand-shadow-md)}.product-card a{color:var(--brand-text);display:block;height:100%;-webkit-text-decoration:none;text-decoration:none}.product-card a:hover{color:var(--brand-text)}.product-image{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-body{padding:20px}.product-body h3{font-size:1.05rem;margin-bottom:8px}.product-body p{color:var(--brand-text-secondary);font-size:.9rem;margin-bottom:12px;line-height:1.6}.product-body span{color:var(--brand-secondary);font-weight:800;font-size:.88rem}@media (max-width:991.98px){.featured-storage{grid-template-columns:1fr}}@media (max-width:767.98px){.evee-products-hero{padding:80px 0 48px}.product-card .product-body{padding:16px}}