ADVERTISEMENT

Michael Leyva presents 2026 couture collection dubbed 'Memoria ng Hardin’

The noted Filipino fashion designer spotlights form and texture while shying away from traditional heavy beadwork

Published Apr 14, 2025 01:02 am

Michael Leyva is one of the few fashion designers who puts women at the heart of his creative process. His goal is to make pieces that enhance the wearer’s natural beauty. But that doesn’t mean his designs are one-dimensional. Through his eye for detail, penchant for dramatic forms, and love of vivid colors, he brings his muses’ fantasies to life—crafting a world that is nothing short of spectacular.

Photo 16.jpg
The Peninsula Manila Managing Director Kevin Tsang, First Lady Liza Araneta Marcos, Michael Leyva and The Peninsula Manila Hotel Manager Mike Yutuc

That’s exactly what he delivered with his 2026 couture runway collection, dubbed “Memoria ng Hardin.” Presented on April 6, 2025, the show served as the grand finale of the “Weddings at The Peninsula and More” fair. Much like his previous collections, the couture line is a celebration of Michael’s craftsmanship and timeless style, as well as an ode to his late brother Brian.

The “Memoria ng Hardin” runway experience treated the audience to a sweeping view of Michael’s design range—from bridal pieces and modern takes on the Filipiniana, to statement-making couture creations. Michael shared that it was originally meant to be just a bridal collection, but as the creative process unfolded, it naturally evolved into something bigger.

491001616_2104674766672971_5838048169169851810_n.jpg

490999688_463064830165983_6370649855793592321_n.jpg

“We introduced color, explored Filipino heritage, and segmented the collection into three parts: bridal, Filipiniana, and couture,” Michael told Manila Bulletin Lifestyle. “Our goal was to present not just wedding pieces, but a celebration of love, culture, and individuality through fashion.”

One of the most notable aspects of this collection is that Michael challenged himself to step away from designs heavy on beadwork. Instead, he leaned into fabric manipulation, three-dimensional design elements, and bold silhouettes to make the collection truly shine.

491277720_1397498268050989_6882779558440299022_n.jpg

“We focused on hand-appliquéd flowers, which became a central theme across the looks,” Michael said. “The process allowed us to highlight craftsmanship in a different way—celebrating texture, volume, and artistry without relying on embellishments. It was a bold shift for me and something I truly enjoyed experimenting with.”

First to grace the runway were his bridal pieces, the very definition of ethereal. Michael played with ruching, ruffles, and floral appliqués to bring texture to luxurious fabrics. What followed was a medley of designs in traditional Filipino form. His black-and-white terno pieces got a contemporary twist through graphic lines and modern tailoring.

482709372_709631124825781_8044881676556812586_n.jpg

483313331_1382629042893902_3410619678040405219_n.jpg

Witnessing the final segment of the show, his couture line, felt like stepping into an “Alice in Wonderland” garden, where the flowers don’t just bloom; they speak. In Michael’s case, the creations shout in volumes through book leaf design elements, rose appliqués, and vine-like motifs. Adding to the drama were maximalist accessories and sculptural metal pieces, evoking the strength of brotherly love and grounding the collection’s emotional core in a powerful visual language.

“For the accessories, we had the privilege of collaborating with local artist and stylist Rey Santos,” Michael said. “His artistry brought another layer of narrative to the collection and complemented the pieces beautifully. It was important to me that every detail—from silhouette to accessory—felt cohesive and intentional.”

In attendance were many of Michael’s muses, led by actress and fashion icon Heart Evangelista. Also there to support him were First Lady Liza Araneta Marcos, as well as The Peninsula Manila’s manager Mike Yutuc and managing director Kevin Tsang.

“Designing this collection for The Peninsula show allowed me to pour my heart into each piece,” Michael said. “It’s more than just fashion—it’s a celebration of love, dreams, and timeless beauty.”

See the collection in motion below:

Hello, readers! Do you have a story you want us to feature? Send us a message on Facebook, Instagram, Tiktok, and X and let’s talk about it.

Related Tags

Fashion and Beauty Michael Leyva
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.