ADVERTISEMENT

A mix of Filipino artistry with global luxury

Moda Interni celebrates Filipino artistry and emerging trends in luxury

Published Dec 23, 2024 08:35 am

The launch of The Luxe Collective marks the beginning of Moda Interni’s showcase of local creativity coupled with renowned Italian furniture brands. As the premier provider of luxury contemporary kitchen furniture in the Philippines, Moda Interni is committed to integrating Filipino creativity and global luxury design into everyday modern living.

“Luxury isn’t just about aesthetics, it’s about creating spaces that tell who we are,” said Goldwin Sison, President and CEO of Moda Interni.  “We selected these incredible Filipino artists because their crafts reflect a unique blend of artistry, culture, and personal storytelling. By showcasing their work with brands like Turri, Opera Contemporary, and Pedini, we aim to inspire Filipinos to see their homes as more than just spaces—they’re sanctuaries of personal expression,” he added.

In its inaugural event, ‘The Collective: Celebrating Art, Design, and Community’ gathered design enthusiasts, art lovers, and lifestyle advocates at its showroom and introduced visual artist Rachel Ngan Duenas, fashion designer Yumi Christina, and chocolatíer Christian Valdes. Their crafts were paired with curated brand pieces from Moda Interni’s portfolio to show how art, culture, and design can transform homes into personal sanctuaries.

1 - Rachel-Ngan-Duenas.jpeg
Visual artist Rachel Ngan Duenas

Rachel Ngan Duenas made headlines when her art piece, Come Into Life”, was featured at the Carousel de Louvre in Paris. Now, it is displayed at the Moda Interni showroom together with Turri’s refined and versatile designs. For Duenas, true luxury lies in creating a space that tells a story. “Collectors of art or furniture are storytellers at heart,” she explained. “The furnishings you choose should complement your narrative, inviting others into your world and allowing your space to reflect who you are.” Her Louvre-featured artwork will remain at Moda Interni, with half of its proceeds pledged to the Philippine Cancer Society.

1 - Come Into Life - Rachel Ngan Duenas.jpeg
'Come to Life' artpiece
2 - Yumi-Christina.jpeg
Japanese-Filipino designer Yumi Christina

Japanese-Filipino designer Yumi Christina, founder of EDYA1929, brought vintage kimonos that were transformed into contemporary fashion, infused with her take on a modern twist to the Moda showroom. Paired with Opera Contemporary’s refined furniture, Yumi showcased a shared dedication to preserving tradition while embracing modern luxury. “Kimono fabrics are more than just materials. They're a tapestry of stories, blending tradition and craftsmanship to symbolize virtues or seasons,” Yumi explained. “By transforming them into modern fashion, I give these stories new life while respecting their heritage,” she added.

2 - EDYA Photo - Yumi Christina.jpeg
Vintage kimonos turned into contemporary fashion pieces
3 - Christian-Valdes.jpeg
Chocolatier Christian Valdes

Founder of CMV Txokolat Christian Valdes champions glocal cuisine by presenting his luxurious confections infused with Filipino ingredients. For the chocolatier, luxury chocolate represents the elevation of a basic ingredient through exceptional materials, refined craftsmanship, and thoughtful preparation. He also emphasized the importance of heritage in his work, using flavors, ingredients, and stories that reflect Philippine culture. “Each truffle or bar carries the soul of our traditions, turning local ingredients into a global experience. Filipino cuisine is gaining international recognition, and it’s our responsibility to champion its richness and make it sustainable by supporting local producers and establishments,” he explained. A well-designed kitchen, he added, plays a crucial role in this journey. “As a person who works in the food industry, kitchen design is very important. It enhances accessibility, functionality, and even morale, creating the perfect space for culinary creativity to thrive.” With Pedini, you’re not just designing a workspace—you’re building a platform for expression, supporting the artistry behind every creation.

3 - CMV-TXOKOLAT.jpeg
Luxurious chocolate confections infused with Filipino ingredients.

With The Luxe Collective series, Moda Interni is committed to highlighting the union of Filipino creativity and global luxury design in the contemporary scene.

Related Tags

MBPropertyLiving Moda Interni
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.