ADVERTISEMENT

PROTEGERI, Art with a purpose—transforming waste into symbols of sustainability

Ayala Foundation and OFF! unite through art for the benefit of education programs in El Nido and Makati

By MBrand
Published Oct 23, 2025 03:16 pm
Photos by Lennon Group, Inc.
Protecting the future and fostering sustainable practices are expressed through art that turns waste into wonder. Featuring world-renowned Filipino artists—Leeroy New, Vito Selma, and Solenn Heussaff—the exhibit showcases their collaboration with communities and students to give new life to discarded objects and everyday waste. Using salvaged wood, scrap paper, and various plastics, these materials are transformed into striking works of contemporary art.

Through PROTEGERI, a fundraising exhibit by the Ayala Foundation that champions art and sustainability in collaboration with OFF!—and for the benefit of the foundation—the Gallery at Greenbelt 5 in Makati City was transformed into a vibrant space where creativity aligns with purpose. It brings together artists, communities, and audiences to celebrate innovative art and support initiatives that promote environmental awareness and sustainable living. This serves as a lead to encourage viewers and visitors to adopt eco-friendly practices, as evident in how the pieces exhibited are made from repurposed materials including upcycled OFF! sachets and spray bottles.

More than just a collection of artworks, the project underscores the power of collaboration in turning a meaningful vision into reality. The artists generously devoted their time to visiting communities and engaging residents through workshops and art-making sessions. The partnership between Ayala Foundation and OFF! further enriches the exhibit’s purpose, as their shared mission focuses on building thriving communities and fostering a more sustainable, prosperous future.

As expressed by Paul Mercado, Senior Director of Marketing and External Relations of Ayala Foundation, "OFF!’s mission to protect the future aligns with Ayala Foundation’s commitment to build thriving communities towards shared prosperity. Where OFF! safeguards individuals and families from harm, we work to nurture and strengthen the communities where they live, work, and create. Today’s exhibit has made a meaningful impact on both the artists and the community members – especially the students – of El Nido and Makati,” he said.
Collaborative effort and a shared purpose
Communities supported by the Ayala Foundation in Makati and El Nido were among the beneficiaries of the fundraising auction, where artists collaborated with them through an art workshop, encouraging participants to use their creativity to transform trash into beauty and discover new purposes.
Partner artists worked hand in hand with students and community members, empowering them to repurpose discarded materials and transform waste into works of beauty and meaning. The experience nurtured creativity, encouraged participants to see value in what was once overlooked, and deepened their appreciation for sustainability and collective environmental action—leaving a lasting impression on all who took part. During the exhibit launch, the artists added the final touches to their collaborative piece called “Vinta,” signing the piece once it was complete live.
The exhibit demonstrates how art can transcend aesthetics—serving as a platform for awareness, collaboration, and action. It reminds the world that creativity can spark meaningful change, transforming discarded materials into powerful symbols of hope and sustainability.
On top of this, the very heart of its theme revolves around protection. Filipinos are known to have long carried symbols of protection– the agimat and anting-anting, are some to mention. In the same spirit, Protegeri, with the Latin translation of “Protection” is positioned as a modern-day incantation of that primeval instinct to protect, moving across mediums.
It becomes a channel of fostering a world where protecting the future of our children and envisioning a sustainable way of life for generations to come has become an initiative embraced by all. It stands as a beacon of hope, a reminder that through collective action, creativity, and care, the world can remain a beautiful, nurturing, and comforting place to live in—one where nature and humanity coexist in harmony, and every effort, no matter how small, contributes to a brighter future for all. 


Check the exhibit out and bid for the benefit of the Ayala Foundation communities, and visit https://www.ayalafoundation.org/ for more information.
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.