ADVERTISEMENT

A love story rooted in laughter, beauty, and everyday romance

Lesley and Bea on beauty that grows with you

Published Jun 20, 2025 08:10 am
For marketing manager Lesley Ann Guevarra and performance marketing director Bea Besa, love grew quietly over laughter, shared playlists, and small gestures that added up over time. Twelve years later, they’ve nurtured a relationship, grounded in comfort, care, and a shared love for beauty.
Lesley Ann Guevarra and Bea Besa
Lesley Ann Guevarra and Bea Besa
What sparked your relationship—and did it start with love at first sight or something that developed over time?
Lesley and Bea: It’s something that grew over time.
Lesley: With Bea, it’s her talent with musical instruments, especially when she plays the guitar or piano. It’s one of those things that never fails to get me and makes me kilig every time.
Bea: I love Lesley’s sassiness and sense of humor. She’s quick-witted and has a playful sarcastic charm that always makes me laugh in her own way. But underneath it all is her soft side. She may come off strong, and mataray (intimidating) but she’s incredibly caring, thoughtful, and deep-loving.
What do you remember most about your first date—and did your personal style or beauty routine reflect how you were feeling?
Lesley and Bea: On our first date, we watched Safe House at the cinema. It also happened to be the first movie we saw together. It was such a random pick but that’s when we discovered we both enjoy action and thriller films. And since we knew we’d be sitting close to each other, we made sure we smelled good!
As your relationship evolved, did your personal beauty styles shift as well?
Lesley: It has become more grounded and mature, much like how our beauty styles have evolved. I’ve moved on from hot pink and purple lipsticks to more muted pinks and nude tones. Bea, on the other hand, has traded her lower lash line black eyeliner for a more polished upper lid look and ditched the colored contacts too!
Lesley Ann Guevarra
Lesley Ann Guevarra
Are there any beauty staples—fragrances, lip colors, or skincare favorites—that take you back to a memorable moment in your relationship?
Lesley: For me, it’s Estée Lauder Advanced Night Repair, my ultimate skincare staple, which I’ve probably been using for as long as we’ve been together, and something Bea has also grown to love. For Bea, it’s MAC Russian Red, her signature bold red lipstick that’s been a constant through the years. And most recently, Le Labo Another 13 has become extra special to us because it reminds us of our anniversary trip to Japan.
How do you show each other love and appreciation, with or without makeup on?
Lesley: We make each other feel beautiful through genuine compliments. Whether it’s noticing a nice outfit before work, appreciating a makeup look for date night, or simply saying, “you look good” even post-workout with no makeup. We never miss a chance to make each other feel seen and appreciated.
Can you share a romantic gesture that involved beauty—perhaps getting ready together, sharing a signature scent, or curating a special product for each other?
Lesley: It’s the effort we put into getting ready for each other. Most of the time, we even end up matching. Bea always asks what I’m wearing and what color so she can match with me. And even on our usual date nights, we still do our hair and makeup like it’s something special. It’s our way of showing that we want to feel good about ourselves and still look good for each other, even after all these years.
Bea: I find it really sweet that Lesley always brings her A-game, especially when I have to attend formal events. She preps all her skincare and makeup products with a full range of brushes just to make sure I look my best. It’s one of the things I love most about her.
Bea Besa
Bea Besa
How do you help each other feel grounded and confident during challenging or low days?
Lesley: It’s as simple as asking how our days went, then convincing each other to go on a spontaneous dinner or movie date to lift each others’ spirits.
Bea: It always makes me smile when, after the date, she says, “Thank you for today, that’s exactly what I needed.” It’s in those little moments that I know sumakses ako (it was a success).
What moments or activities make an ordinary day together feel especially beautiful to you both?
Lesley and Bea: Honestly, it depends on our mood. A beautiful day could mean trying a new restaurant or simply lounging on the couch with our little furbaby, Chelsea, watching movies and snacking on popcorn. Whether we’re out exploring something new or just doing nothing at all, as long as we’re together, it’s a beautiful day.
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.