.ml-products-hero{background:var(--ml-bg-alt);padding:176px 0 64px;text-align:center}.ml-products-hero h1{color:var(--ml-primary-dark);margin-bottom:14px}.ml-products-sub{color:var(--ml-text);max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.ml-product-category{margin-bottom:68px}.ml-product-category-head{display:flex;align-items:center;gap:16px;margin-bottom:28px}.ml-product-category-title{font-size:1.55rem;color:var(--ml-primary-dark);margin:0;white-space:nowrap}.ml-product-category-rule{flex:1;height:1px;background:var(--ml-border)}.ml-product-card{background:var(--ml-bg);border:1px solid var(--ml-border);border-radius:var(--ml-radius);overflow:hidden;cursor:pointer;transition:box-shadow .25s,transform .25s,border-color .25s;height:100%}.ml-product-card:hover{box-shadow:0 16px 34px rgba(74,47,24,.14);transform:translateY(-4px);border-color:var(--ml-primary-light)}.ml-product-img{aspect-ratio:4/5;background:var(--ml-neutral-light);overflow:hidden}.ml-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s}.ml-product-card:hover .ml-product-img img{transform:scale(1.04)}.ml-product-info{padding:18px 18px 20px}.ml-product-name{font-size:1.05rem;font-weight:600;color:var(--ml-text);margin:0 0 8px;line-height:1.35}.ml-product-cta{display:inline-block;color:var(--ml-primary);font-size:.85rem;font-weight:600;letter-spacing:.02em}