ADVERTISEMENT

Remembering Gaita Forés and her culinary legacy

A tribute to the visionary chef whose passion and creativity shaped Italian cuisine in the Philippines

Published Feb 13, 2025 11:50 pm
MARGARITA FORES Chef, restaurateur, who brought Filipino taste and cuisine to new heights, passed away Feb. 11.jpg
MARGARITA FORES Chef, restaurateur, who brought Filipino taste and cuisine to new heights, passed away Feb. 11.

Many decades ago, I was at a party hosted by my dear friends Tina and Boy Forés. It was all about food, fun, and laughter. Among the spread of dishes on the table was a simple tuna pasta with cream sauce. It caught my eye, and after taking a bite, I ignored all the other dishes. When I asked who had cooked it, I was surprised to learn it was a 10-year-old girl named Gaita. That was where I first met Margarita “Gaita” Forés.

Many years passed, and I didn’t see her again. But I heard she had gone to Italy to study Italian cuisine. Fast forward to her return—she opened the doors of her restaurant, Cibo. It was the first time I had tasted authentic and delicious Italian cuisine. Many foreign chefs in hotels had Italian restaurants or outlets, but none of them truly impressed me except Caruso, an Italian restaurant in the Reposo area. Gaita’s cuisine made such an impact on me that I kept going back. Of course, I wrote about her restaurant and fine food.

I noticed something, though—wherever Gaita was cooking, the food was excellent. In her absence, the dishes were not the same. And I wrote this in my article. Through common friends, I heard she was irked at me. I should have told her directly instead of mentioning it in my piece. She was right. Today, at any Cibo location, the food is consistent. And authentic. I love her tuna sandwich with sea salt.

I have been to many of her catered events, and I must say she was one of the top caterers with her creative dishes (how sad to even use the word was). At one of her buffets, she served baked brie topped with crumbled peanut brittle from Baguio. It was not only brilliant—it was outstandingly delicious. At a Christmas gathering of cooking show hosts on Metro Channel, I remember she made a dome of red pasta with a simple yet incredibly flavorful sauce. She loved to create and surprise everyone with her cooking. A culinary genius—that’s what I loved to call her. Super galing!

We judged many culinary competitions around the country together. The last one was with Chef Tibong in Iloilo. We Manila chefs were invited to a culinary event hosted by Chef Tibong. In these events, we had a brief time for the function, but mostly, we were taken around to explore new dining establishments. Super fun. I remember asking Gaita how many Cibo restaurants she had at the time. "Thirty-two," she answered. Cibo is everywhere. In my mind, I asked myself, When do you rest? And she was very hands-on.

Gaita always surprised me with her food. Every time I watched a basketball game at Araneta Coliseum, no fail—it had to be Gaita’s Café Bola. I loved her food and creativity. Lusso is her upscale restaurant. Truffle burger! Who could think of a dish that, from the title alone, you would already be eager to devour? Only Gaita. Galing!

I will miss her culinary surprises. I will miss her simplicity and humility, even when she had all the credentials to boast about—her accomplishments and the wealth that backed her up. She was one of a kind. I will miss Margarita “Gaita” Araneta Forés. She is someone who will never be forgotten.

Thank you for being a friend.

Related Tags

MB Lifestyle Online Margarita Forés
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.