.products-module__KJcT4W__page{width:100%}.products-module__KJcT4W__main{width:100%;overflow-x:hidden}.products-module__KJcT4W__heroSection{background-image:url(/images/projects/villa.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:70vh;margin-top:-80px;padding:0 2rem;display:flex;position:relative}.products-module__KJcT4W__heroOverlay{z-index:1;background:#0006;position:absolute;inset:0}.products-module__KJcT4W__heroGlassBox{z-index:2;-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:24px;max-width:800px;padding:4rem 3rem;animation:1s cubic-bezier(.16,1,.3,1) forwards products-module__KJcT4W__slideUpFade;position:relative;box-shadow:0 30px 60px #0003}@keyframes products-module__KJcT4W__slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.products-module__KJcT4W__heroEyebrow{text-transform:uppercase;letter-spacing:4px;color:#fff;opacity:.9;margin-bottom:1rem;font-size:1rem;display:block}.products-module__KJcT4W__heroTitle{color:#fff;letter-spacing:-2px;margin-bottom:1.5rem;font-size:4rem;font-weight:800}.products-module__KJcT4W__heroDivider{background:var(--color-wood);width:60px;height:3px;margin:0 auto 2rem}.products-module__KJcT4W__heroText{color:#fff;opacity:.95;font-size:1.25rem;line-height:1.8}.products-module__KJcT4W__gallery{background-color:var(--color-secondary);max-width:1400px;margin:0 auto;padding:6rem 2rem 10rem}.products-module__KJcT4W__filterBar{flex-wrap:nowrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex;overflow-x:auto}.products-module__KJcT4W__filterBtn{color:var(--color-text);cursor:pointer;font-family:var(--font-family);white-space:nowrap;background:#fff;border:1px solid #0000000d;border-radius:50px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #00000008}.products-module__KJcT4W__filterBtn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.products-module__KJcT4W__filterBtn.products-module__KJcT4W__active{background:var(--color-wood);border-color:var(--color-wood);color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #654d364d}.products-module__KJcT4W__subFilterWrapper{background:#fff;border-radius:20px;margin-bottom:4rem;padding:1.5rem;box-shadow:0 10px 30px #00000005}.products-module__KJcT4W__subFilterBar{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.products-module__KJcT4W__subFilterBtn{color:var(--color-text-secondary);cursor:pointer;font-family:var(--font-family);background:0 0;border:1px solid #0000001a;border-radius:20px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.products-module__KJcT4W__subFilterBtn:hover,.products-module__KJcT4W__subFilterBtn.products-module__KJcT4W__activeSub{background:var(--color-text);border-color:var(--color-text);color:#fff}.products-module__KJcT4W__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem;display:grid}.products-module__KJcT4W__productCard{background:#fff;border-radius:16px;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000a}.products-module__KJcT4W__productCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.products-module__KJcT4W__imageContainer{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.products-module__KJcT4W__productImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.products-module__KJcT4W__productCard:hover .products-module__KJcT4W__productImage{transform:scale(1.05)}.products-module__KJcT4W__imageOverlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.products-module__KJcT4W__productCard:hover .products-module__KJcT4W__imageOverlay{opacity:1}.products-module__KJcT4W__enquireHoverBtn{color:var(--color-text);background:#fff;border-radius:50px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);transform:translateY(20px)}.products-module__KJcT4W__productCard:hover .products-module__KJcT4W__enquireHoverBtn{transform:translateY(0)}.products-module__KJcT4W__enquireHoverBtn:hover{background:var(--color-wood);color:#fff}.products-module__KJcT4W__categoryBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:1px;color:var(--color-text);background:#ffffffe6;border-radius:20px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 10px #0000001a}.products-module__KJcT4W__productInfo{flex-direction:column;flex-grow:1;padding:2.5rem 2rem;display:flex}.products-module__KJcT4W__productName{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.products-module__KJcT4W__productDesc{color:var(--color-text-secondary);flex-grow:1;margin-bottom:2rem;font-size:1rem;line-height:1.6}.products-module__KJcT4W__metadata{border-top:1px solid #0000000d;flex-direction:column;gap:1rem;padding-top:1.5rem;display:flex}.products-module__KJcT4W__metaItem{justify-content:space-between;align-items:center;display:flex}.products-module__KJcT4W__metaLabel{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.875rem;font-weight:600}.products-module__KJcT4W__metaValue{color:var(--color-text);text-align:right;font-size:1rem;font-weight:600}.products-module__KJcT4W__cardActions{gap:1rem;margin-top:2rem;display:flex}.products-module__KJcT4W__addToCartBtn{background:var(--color-wood);color:#fff;font-weight:700;font-family:var(--font-family);cursor:pointer;border:none;border-radius:8px;flex:1;padding:.75rem;transition:background .2s,transform .2s}.products-module__KJcT4W__addToCartBtn:hover{background:var(--color-primary);transform:translateY(-2px)}.products-module__KJcT4W__outlineBtn{color:var(--color-wood);border:1px solid var(--color-wood);text-align:center;background:0 0;border-radius:8px;flex:1;padding:.75rem;font-weight:700;text-decoration:none;transition:all .2s}.products-module__KJcT4W__outlineBtn:hover{background:var(--color-wood);color:#fff}.products-module__KJcT4W__emptyState{text-align:center;grid-column:1/-1;padding:6rem 0}.products-module__KJcT4W__emptyIcon{color:var(--color-text-secondary);opacity:.5;margin-bottom:1.5rem}.products-module__KJcT4W__emptyState h3{color:var(--color-text);margin-bottom:1rem;font-size:2rem;font-weight:800}.products-module__KJcT4W__emptyState p{color:var(--color-text-secondary);font-size:1.25rem}.products-module__KJcT4W__ctaSection{background:var(--color-primary);padding:8rem 2rem}.products-module__KJcT4W__ctaBox{background:var(--color-wood);text-align:center;border-radius:24px;max-width:1000px;margin:0 auto;padding:6rem 2rem;box-shadow:0 20px 40px #654d3633}.products-module__KJcT4W__ctaBox h2{color:#fff;margin-bottom:1rem;font-size:3rem;font-weight:800}.products-module__KJcT4W__ctaBox p{color:#fffc;margin-bottom:3rem;font-size:1.25rem}.products-module__KJcT4W__primaryButton{color:var(--color-wood);background-color:#fff;border-radius:50px;padding:1.25rem 3.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.products-module__KJcT4W__primaryButton:hover{transform:scale(1.05)}
