window.addEventListener('load', function () { /* ========== Drawer Logic ========== */ var backdrop = document.getElementById('as-drawer-backdrop'); var menuBtn = document.getElementById('as-menu-btn'); var closeBtn = document.getElementById('as-drawer-close'); if (menuBtn && backdrop) { menuBtn.onclick = () => backdrop.classList.add('is-open'); } if (closeBtn && backdrop) { closeBtn.onclick = () => backdrop.classList.remove('is-open'); } if (backdrop) { backdrop.onclick = (e) => { if (e.target === backdrop) backdrop.classList.remove('is-open'); }; } /* Close drawer when any link is clicked */ document.querySelectorAll('.as-drawer-nav a, .as-drawer-bottom a, .as-nav a').forEach(a => { a.addEventListener('click', () => { if (backdrop) backdrop.classList.remove('is-open'); }); }); /* ========== HERO FADE SLIDESHOW ========== */ var images = [ 'https://artscience-design.crd.co/assets/images/image09.jpg?v=ba4a25a1', 'https://artscience-design.crd.co/assets/images/image10.jpg?v=ba4a25a1', 'https://artscience-design.crd.co/assets/images/image01.jpg?v=a7beae0a', 'https://artscience-design.crd.co/assets/images/image08.jpg?v=a7beae0a' ]; var heroA = document.getElementById('heroA'); var heroB = document.getElementById('heroB'); if (!heroA || !heroB || !images.length) return; var current = 0; var usingA = true; heroA.style.backgroundImage = `url('${images[0]}')`; heroA.classList.add('visible'); function nextSlide() { var next = (current + 1) % images.length; if (usingA) { heroB.style.backgroundImage = `url('${images[next]}')`; heroB.classList.add('visible'); heroA.classList.remove('visible'); } else { heroA.style.backgroundImage = `url('${images[next]}')`; heroA.classList.add('visible'); heroB.classList.remove('visible'); } usingA = !usingA; current = next; } setInterval(nextSlide, 3500); });

Art & Science Design Café

Art & Science Design Café is a showroom and meeting space where interior design, furniture, and curated lifestyle pieces come together in a quiet corner of Makati.Located on the third floor of Windsor Square, the café is designed as a calm, light–filled interior that highlights materials, texture, and proportion. Warm wood, soft textiles, and carefully placed lighting create a serene atmosphere where each piece can be appreciated slowly.The space serves both as a gallery for finished projects and a working studio for new concepts, reflecting our focus on sophisticated, minimalist design and high-quality craftsmanship.

Address
Windsor Square (Windsor Residences), 3rd Floor, Unit 305
1030 A. Arnaiz Avenue corner Ponce St
San Lorenzo Village, Makati City
Approx. 5 minutes walk from nearby Greenbelt / Glorietta area.