ADVERTISEMENT

Global cuisine as comfort food: Sunae Asian Cantina

Published Feb 23, 2021 11:18 am

Southeast Asian flavors swirl with ingenious twists and tweaks

It’s a completely unassuming eating establishment found on the 2nd floor View Deck of One Bonifacio High Street Mall. But thanks to the culinary wizardry and rich lineage of chef Christina Sunae, the Sunae Asian Cantina packs plenty of surprises, and repositions the oft-used and tired term of "comfort food" into something adventurous and exciting. It’s got dishes that can only be found here. Menu options that while familiar at first reading, are bursting with flavorful tweaking that speaks well of Christina’s kitchen-improvising skills.

You have to first understand Christina’s provenance to appreciate where all this "magic" is coming from. Born to American and Korean parents, Christina grew up in Pampanga when her father remarried a Filipina, and she was exposed to her Lola’s cooking. It’s here that she got hooked on Southeast Asian cuisines, embarked on a formal culinary journey in the US, and moved to Buenos Aires, Argentina. That's where she "found" a husband, and set up restaurants offering Asian dishes.

Coming to Manila then is like a full circle being closed and the Sunae Asian Cantina can boast of food that’s inspired by Thai, Malaysian, Vietnamese, and Filipino dishes, as refracted by Christina’s kitchen prowess. The menu is a plethora of scrumptious small dishes featuring intriguing entrees, exciting cocktails, and drinks, plus bountiful desserts. And as can be expected, the proof is in the eating!

The lunch I had with my two sons, who both like spicy food, was a mix of various small dishes (eaten tapas style), a couple of entrees that we similarly shared. We started with the roti canai, and had the option to choose from the sweet peanut curry, pumpkin yellow furry, or the braised pork red curry as the dipping sauce. I loved the spicier red curry. We also had the Lola’s tinola dumpling soup, and my youngest now swears by the broth, and I loved the twist of having malunggay dumplings in the tinola.

The paos followed and they were yummy! The prawn tempura pao was my favorite, with papaya salad, sweet chili sauce, and peanut, while my two boys raved about the rendang pao, beef brisket with aioli sauce, peanuts, cilantro, and chili oil. The Thai cuadril rolls are slices of US wagyu flank steak, rolled, and stuffed with green lettuce, cilantro, mint, red onion, scallions, and a garlic-cilantro dressing. The Sunae kinilaw sa pipinu has morsels of lapu-lapu, with cucumber, pomegranate, fresh ginger, dill, coconut milk, powdered shiso, and chili peanut.

Our foray into the entrees section of the menu had us trying the Sunae’s sisig, which is the traditional pork belly, ear, and snout in a hot skillet with egg, but sprinkled with chicharon. The escabeche red snapper is a filet of snapper, with tumeric, escabeche, ginger, and red bell pepper, and don’t be surprised by the roll of fish skin that’s served with your snapper. It’s a welcome surprise that my boys dug into, leaving nothing for me!

From spying the menu, while I know it may not be photogenic, I know my next visit will have us ordering the burnt coconut curry. It’s braised beef ribs, burnt coconut sauce, with lemongrass, turmeric, ginger, chilies, cucumber, red onion, and parsley. Sounds truly interesting, and if it wasn’t for the fact that we were full.

Escabeche red snapper

To end the meal, we had the carioca pop: fried sticky rice balls, mixed with mango, sesame, coconut shavings, and sweet potato ice cream. The other dessert option is called Not Your Ordinary halo-halo, her deconstructed version of the very familiar halo-halo. The fresh juices include a mango cinnamon combination, a pineapple berry that mixes strawberries with the pineapple, and a tamarind drink.

Carioca pop with sweet potato ice cream

Sunae Asian Cantina opened about a week before lockdown last year. But beyond that rocky "birth," it reopened its doors as the quarantine eased. I’m really happy to have finally tried the food. It’s the expected and traditional, mixed with the unexpected and unique. It’s Christina's Sunae version of 'coming home," something we should all be thankful for. I know I’ll be back to discover what her interpretations of other comfort food is all about.

Related Tags

Sunae Asian Cantina food
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.