ADVERTISEMENT

This skin clinic now offers expert hair and scalp care

Bench Hair and Skin Expert brings advanced, personalized treatments to help save and restore hair with confidence

Published Jul 16, 2025 11:10 am
“Hair loss has always been taboo, especially for men. But we’re seeing more patients open up because they realize it’s normal—and treatable,” shares guest speaker and certified dermatologist and hair specialist Dr. Corazon Mella tells Manila Bulletin Lifestyle in an exclusive interview. “You don’t wait until you’re bald. The earlier you consult, the more hair you can save.”
Suyen Corporation (SC) vice president for Business Development Bryan Lim, chairman and chief executive officer Ben Chan, certified dermatologist and hair specialist Dr. Corazon Mella, and SC president Virgilio Lim
Suyen Corporation (SC) vice president for Business Development Bryan Lim, chairman and chief executive officer Ben Chan, certified dermatologist and hair specialist Dr. Corazon Mella, and SC president Virgilio Lim
This is exactly what Bench Hair and Skin Expert aims to provide at its flagship clinic, which officially launched on July 11, 2025 at The Curve, Bonifacio Global City in Taguig. The clinic combines medical expertise with modern aesthetics to offer science-backed treatments tailored to each client’s needs.
“If there’s one thing we want our clients to feel, it’s that they’re truly cared for on their self-care day. We want Bench Hair and Skin Expert to be top of mind—not just for those dealing with hair and scalp concerns, but also for anyone looking to maintain healthy hair and skin,” says Suyen Corporation vice president for Business Development Bryan Lim.
During the program, it was revealed that over 50 percent of people aged 50 and above experience hair loss primarily due to genetics and hormonal sensitivity. “People often think hair loss is caused by stress or wearing caps,” explained Dr. Corazon. “But the most common cause is actually androgenetic alopecia. Hair restoration isn’t just about looking good—it’s about restoring confidence. With advanced techniques like Follicular Unit Extraction (FUE), we can achieve results that look completely natural and truly last.”
Stylist and creative Ton Lao shares how FUE helped him with his hair loss concerns.
Stylist and creative Ton Lao shares how FUE helped him with his hair loss concerns.
Stylist and creative director Ton Lao joined her on stage to share his personal experience with FUE. “You don’t realize how much confidence hair gives you until you start losing it. What surprised me was how quick and easy the entire process was. In just a few sessions, I felt like myself again. Hair restoration isn’t just for aesthetics—it gives people like me the chance to face the world with renewed self-assurance.”
Other services offered are Platelet-Rich Plasma (PRP) Therapy which uses the body’s own growth factors to stimulate hair regrowth, Celluma Light Therapy LED (light-emitting diode) treatment for cellular regeneration and improved scalp health via enhanced blood flow and follicle activation, Mesotherapy via microinjections of Exosomes and Dutasteride that promotes thicker and healthier hair.
For clients like SM Supermalls president Steven Tan, transparency and patient-first care stood out, “They won’t recommend something you don’t need. That honesty builds real trust.” After his consultation, Steven was advised against undergoing invasive treatments, and was offered non-invasive hydration and rejuvenation services. “You don’t have to wait for your skin—or hair—to deteriorate. Start maintenance early.”
“There’s a critical window where hair can still be saved. But once that’s gone, your only option might be surgery,” Dr Corazon notes. “The minute you start shedding, don’t shrug it off. Seek expert advice. You may still have options—while you still have your hair.”
With a pool of experienced doctors that are certified by the International Society of Hair Restoration Surgery (ISHRS), clients can expect the best recommendations and treatments for hair restoration and scalp care concerns.
Suyen Corporation’s chairman and CEO Ben Chan adds, “Bench Hair and Skin Expert is more than just a brand, it’s a haven for wellness and innovation. We want our clients to feel empowered and confident in their own skin, and we are proud to offer state-of-the-art treatments that are both effective and accessible.”

Related Tags

Health and Wellness Health and Wellbeing hair loss
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.