ADVERTISEMENT

UP stages dramatic comeback against FEU to snare men's football crown

Published Feb 24, 2026 10:05 am

At A Glance

  • Lobitaña's composure, Bation III's eye for goals, and the Fighting Maroons' never-say-die attitude powered a dramatic comeback as UP stunned Far Eastern University, 2–1, in extra time in the final of the UAAP Season 88 Collegiate Men's Football Tournament, Monday, Feb. 23, at the Rizal Memorial Stadium.
(UAAP Media)
(UAAP Media)
University of the Philippines rose to the occasion just when the pressure threatened to boil over.
Behind the timely goals of Charles Lobitaña and Ramil Bation III, the Fighting Maroons reclaimed a title that seemed destined to slip through their fingers for another year.
Lobitaña’s composure, Bation III’s eye for goals, and the Fighting Maroons’ never-say-die attitude powered a dramatic comeback as UP stunned Far Eastern University, 2–1, in extra time in the final of the UAAP Season 88 Collegiate Men’s Football Tournament, Monday, Feb. 23, at the Rizal Memorial Stadium.
Top-seeded Fighting Maroons (29 points) rode their elimination round momentum all the way to a 20th men’s division championship.
After a 1–0 Final Four win over De La Salle University, UP overcame FEU to secure its first title since Season 86, repeating history against the same opponent they defeated two seasons ago in this competition.
“These guys deserve all the credit here,” said UP coach Popoy Clarino after guiding his team to victory in the tournament, held in partnership with the Philippine Sports Commission.
“They worked together for the whole year. They made sacrifices. It was a hard year, but because of the sacrifice and the love that they gave each other, they deserved to win this. They deserved to have this. What a final. I thank FEU for giving us a game that brought out the best in us," he added.
To claim the championship, the Fighting Maroons had to dig deep against the Tamaraws, who came agonizingly close to pulling off an upset in a second straight final that went into extra time.
Tamaraws midfielder Karl Absalon gave FEU a dream start, heading the ball home in the 45+2nd minute after Lobitaña miscleared Czam Acueta’s cross.
UP intensified their attack in the second half, hunting for an equalizer with urgency.
Bation III, Shaun Saludez, and Joseph Garces each tested the Tamaraws’ defense, but the leveler remained elusive. The Fighting Maroons came close with a strike that rattled the woodwork and a goalmouth scramble that FEU eventually cleared.
It took the depths of stoppage time for UP to finally draw level.
Florenz Tacardon attacked the FEU box, earning a foul from Tamaraws defender Francis Sambaan. Lobitaña then redeemed his earlier mistake by calmly slotting home the spot-kick in the 90+9th minute.
Riding the momentum of Lobitaña’s equalizer, the Fighting Maroons carried their energy into the first half of extra time.
This time, it was Bation III’s turn to shine, converting a close-range cross in the 104th minute to secure the title for UP.
This victory, perhaps the sweetest of the bunch, completed a season sweep for the Fighting Maroons against the Tamaraws.
UP prevailed in all three encounters during Season 88, beginning with a convincing 3–1 win on September 25, 2025, followed by a gritty 1–0 shutout on January 15.
“For me, it’s just giving credit to these guys,” said Clarino. “All those fifth-year players decided to stay and help this team. It feels good to be back, but after today, we have to work on the next season. Learning doesn’t stop, and we’re very grateful to God for the opportunity to be in this final.”
Thanks to their pivotal roles in UP’s title run, Tacardon and Lobitaña were named co-Most Valuable Player awardees.
The Fighting Maroons also claimed the Fair Play Award for accruing the fewest cautions, while Fonzy Gonzalez and Lobitaña were named Best Goalkeeper and Best Defender, respectively, after helping UP keep seven clean sheets and concede only eight goals.
Selwyn Mamon, who missed the final due to suspension, took home the Best Striker and Golden Boot awards after scoring 10 goals for FEU.
Freshman Kean Niu earned Rookie of the Year honors following his consistent midfield performances for the Tamaraws.
Representing Ateneo de Manila University, Dov Cariño claimed Best Midfielder after scoring five goals and providing seven assists this season.
Completing the podium finishers, University of Santo Tomas secured the bronze medal for the first time since Season 86.
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.