ADVERTISEMENT

Of non-fathers and un-sons: Virgin Labfest's 'Elehiya'

Published Jun 6, 2026 12:09 pm

This year’s edition of the Virgin Labfest is upon us, and the twenty-first VLF iteration is called “Hubo’t Hubad,” running from June 3 up to June 28. As per its DNA and identity, the Virgin Labfest is all about untried, untested, unstaged plays—acting as a petri dish and incubator for playwrights and their new works. It is where creators expose their work to test audiences, then proceed to fine-tune their stage plays—or even turn them into screenplays. It is being held at the Tanghalang Ignacio Gimenez (CCP Black Box Theater), and even this early, I’ve heard there is strong demand for tickets, so booking ahead is advised.

On the afternoon of June 5, I made time to watch the first play of Set C: “Balat Kalabaw.” Written by Dustin Celestino and directed by Ron Capinding, “Elehiya” features a five-man cast. There is Yan Yuzon as Lalaki, the meta-narrator; and two sets of fathers and sons.

First, we are introduced to Dennis Marasigan as Gardo, and his son Ed, portrayed by John Sanchez. The second pair consists of film director Carlitos Siguion-Reyna as Nick, and his real-life son Rafa, who takes on the role of Nick’s son, Kulas.

What Celestino has created structurally is a series of monologues, though from the outset there is a playful and whimsical take on what a monologue can be. As Lalaki opens the play, he immediately breaks the fourth wall, goes meta, and speaks directly to us, the audience. It is more a one-sided conversation than a monologue in its strict sense. This is a smart device, as Lalaki takes us into his confidence, almost treating us as close friends.

Gardo and Ed are introduced through a cryptic opening, and what gradually unfolds is a letter being written by Ed to his father. The narrative explores fatherhood, parenting, toxic masculinity, and the culture of silence that often pervades Filipino households—especially the emotional restraint between father and son. It highlights how expressing love can feel almost taboo, as though it risks exposing too much vulnerability.

A second father-son pairing is then introduced: Nick and Kulas. We are immediately made aware that Nick belongs to a different social class—a business owner, unlike Gardo, who is clearly a wage earner. Yet the same emotional dynamics are examined through a different lens. In this strand, both characters are revealed to be speaking to the same therapist, albeit at different times.

What is brilliant in both the text and direction is how the monologues begin to intersect, overlap, and collapse into each other—playing off one another, teasing and illuminating the emotional landscape shared by these four individuals. Together, they form a fuller picture of the difficulty Filipino fathers and sons face when it comes to genuine emotional communication.

Celestino clearly understands his material well, crafting relationships that are distinct yet deeply resonant. The acting is top-notch, and the blocking, lighting, and movement all serve the material effectively. If anything, the ending tends to overemphasize its point, and could benefit from some trimming, as the message is already clear.

If there is a ringing endorsement of how well the drama resonated with its audience, it came after the show: while waiting in line at the men’s restroom, I overheard a man cursing because he had cried—and hated that he did. In a nutshell, that is why this Celestino piece matters, and why it works.

Virgin Labfest has always been a journey of discovery, delight, and surprise. I hope to catch more of the plays before the run ends—and you should as well.

Related Tags

Virgin lab fest Elehiya
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.