.products-module__KJcT4W__hero{padding:calc(var(--nav-height) + var(--space-4xl)) 0 var(--space-3xl);background:var(--bg);position:relative;overflow:hidden}.products-module__KJcT4W__heroBg{pointer-events:none;background:linear-gradient(135deg,#1b5e200a 0%,#0000 50%);position:absolute;inset:0}.products-module__KJcT4W__heroContent{max-width:720px;position:relative}.products-module__KJcT4W__heroTitle{margin-bottom:var(--space-lg);letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.25rem);font-weight:900}.products-module__KJcT4W__heroDesc{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.products-module__KJcT4W__listing{padding-top:0}.products-module__KJcT4W__filterWrap{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);display:flex;position:relative}.products-module__KJcT4W__filterBar{gap:var(--space-sm);background:var(--bg-alt);border-radius:var(--radius-full);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0;padding:6px;display:flex;overflow-x:auto}.products-module__KJcT4W__filterBar::-webkit-scrollbar{display:none}.products-module__KJcT4W__filterBtn{font-family:var(--font-heading);color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:10px 24px;font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.products-module__KJcT4W__filterBtn:hover{color:var(--primary)}.products-module__KJcT4W__filterActive{color:var(--primary);font-weight:600}.products-module__KJcT4W__filterIndicator{background:var(--bg-card);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);z-index:-1;position:absolute;inset:0}.products-module__KJcT4W__scrollArrow{background:var(--bg-card);border:1.5px solid var(--border);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;opacity:0;pointer-events:none;box-shadow:var(--shadow-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .25s,background .2s,color .2s;display:flex}.products-module__KJcT4W__scrollArrow.products-module__KJcT4W__arrowVisible{opacity:1;pointer-events:auto}.products-module__KJcT4W__scrollArrow:hover{background:var(--primary);color:#fff;border-color:var(--primary)}@media (min-width:900px){.products-module__KJcT4W__scrollArrow{display:none}.products-module__KJcT4W__filterWrap{gap:0;width:fit-content}.products-module__KJcT4W__filterBar{flex-wrap:wrap;flex:unset;overflow-x:visible}.products-module__KJcT4W__filterBtn{white-space:normal}}.products-module__KJcT4W__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.products-module__KJcT4W__cardSkeleton{background:var(--bg-alt);border-radius:var(--radius-lg);border:1px solid var(--border-light);height:340px;animation:1.5s ease-in-out infinite products-module__KJcT4W__skeletonPulse}@keyframes products-module__KJcT4W__skeletonPulse{0%,to{opacity:1}50%{opacity:.5}}.products-module__KJcT4W__card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);transition:all .4s var(--ease-out);height:100%;text-decoration:none;display:block;overflow:hidden}.products-module__KJcT4W__card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-200);transform:translateY(-6px)}.products-module__KJcT4W__card:hover .products-module__KJcT4W__imagePlaceholder,.products-module__KJcT4W__card:hover .products-module__KJcT4W__productImg{transform:scale(1.05)}.products-module__KJcT4W__card:hover .products-module__KJcT4W__viewMore{color:var(--primary);gap:var(--space-sm)}.products-module__KJcT4W__cardImage{aspect-ratio:16/10;position:relative;overflow:hidden}.products-module__KJcT4W__imagePlaceholder{background:linear-gradient(135deg, var(--primary-50) 0%, var(--bg-alt) 100%);width:100%;height:100%;transition:transform .6s var(--ease-out);justify-content:center;align-items:center;display:flex}.products-module__KJcT4W__placeholderEmoji{filter:drop-shadow(0 4px 8px #0000001a);font-size:3.5rem}.products-module__KJcT4W__productImg{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out)}.products-module__KJcT4W__categoryBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;background:#ffffffe6;padding:4px 14px;font-size:.72rem;font-weight:600;position:absolute;top:12px;left:12px}.products-module__KJcT4W__cardBody{padding:var(--space-lg) var(--space-xl) var(--space-xl)}.products-module__KJcT4W__cardTitle{margin-bottom:2px;font-size:1.2rem;font-weight:700}.products-module__KJcT4W__cardTagline{font-family:var(--font-accent);color:var(--secondary-dark);margin-bottom:var(--space-sm);font-size:.85rem;font-style:italic}.products-module__KJcT4W__cardDesc{color:var(--text-secondary);margin-bottom:var(--space-md);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.products-module__KJcT4W__viewMore{font-family:var(--font-heading);color:var(--primary-light);align-items:center;gap:4px;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}@media (max-width:900px){.products-module__KJcT4W__grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.products-module__KJcT4W__grid{grid-template-columns:1fr}.products-module__KJcT4W__filterBtn{padding:8px 18px;font-size:.82rem}}
