ADVERTISEMENT

How Raiza Contawi turned years of artistry, resilience, and creativity into Enigma

Building beauty from the base up

Published May 11, 2026 12:51 pm
Professional makeup artist and Enigma creative director Raiza Contawi (Photo: Raiza/Instagram)
Professional makeup artist and Enigma creative director Raiza Contawi (Photo: Raiza/Instagram)
While many makeup brands debut with bold palettes and statement colors, makeup artist and creative director of local beauty brand Enigma, Raiza Contawi, chose to begin with what she believes is the heart of every look: a flawless base. In 2025, she launched her brand with a foundation line that quickly earned cult-favorite status among professional makeup artists and beauty enthusiasts alike. More than just another beauty label, it is deeply personal to Raiza. Built from years of experience, hard work, setbacks, and passion, it reflects her commitment to creating products that deliver both artistry and performance.
In an interview with Manila Bulletin Lifestyle, the professional makeup artist, OG beauty YouTuber, and now one of the industry’s emerging beauty movers, looked back on her journey, sharing how her love for makeup evolved into a brand that many now swear by.

Down the memory lane
For Raiza, makeup was never simply about cosmetics. It was always connected to art.
“Ever since I was young, I’ve always been drawn to the creative arts, especially portraiture and makeup,” she shares. “There was something about faces, expression, and transformation that naturally intrigued me.”
Long before becoming a recognizable figure in the beauty industry, Raiza was working a corporate job in 2014 while searching for a creative outlet. Makeup artistry started as a side hustle, but it quickly became something more meaningful. The idea of translating her love for portraiture into makeup fascinated her.
At the time, the beauty industry looked very different from today’s highly digitized landscape. Social media was still developing as a marketing tool, and aspiring artists relied heavily on referrals and personal networks. Raiza promoted her services on Facebook, reached out to local salons, and accepted on-call makeup jobs whenever possible.
The early years were not glamorous. There were days when an empty schedule felt discouraging, and moments when she questioned if she was moving forward at all. Yet those same experiences became her training ground.
“It was a period of trial and error,” she recalls. “I made mistakes, faced discomfort, and had to grow through it.”
Unforgettable trouble
Working with clients also taught her lessons that extended far beyond makeup techniques. Since she often met clients for the first time on the day of their appointments, she learned to think quickly, adapt to different personalities, and remain calm under pressure.
One memory still stands out to her. During her early years, she handled both hair and makeup for a client who openly expressed dissatisfaction with the hairstyle she created and even walked away from the chair. Instead of reacting emotionally, Raiza chose to pause and reassess the situation.
“I focused on her emotions rather than reacting to my own,” she says. “I quickly revised the look while making sure she felt heard and comfortable.”
The experience reinforced an important realization. In beauty, technical skill alone is not enough. Emotional intelligence matters just as much.

Finding her signature style
Over the years, Raiza developed a signature style rooted in enhancement rather than transformation for the sake of spectacle. In her client work, she gravitated toward natural glam looks designed to appear beautiful both on camera and in real life. She often incorporated soft, smoky eyes to add dimension while keeping the overall look wearable.
As a content creator and creative director, however, her artistry evolved into something more experimental. She became known for transformation looks inspired by celebrities, although she avoids relying on heavy face painting. Instead, her work focuses on precision and subtle details that create striking visual impact while remaining realistic and approachable.

The birth of Enigma
Her transition from artist to beauty brand founder happened through a collaboration built on trust. According to Raiza, Rosette Yu Alangilan, CEO of Enigma and a close friend, believed in her vision and gave her the creative freedom to shape the brand. From there, Raiza helped build Enigma’s identity, vision, and product direction from scratch.
The decision to launch with foundation products reflected her philosophy as a makeup artist. For Raiza, complexion products are the backbone of every look. A strong base creates confidence and allows artistry to shine naturally.
“The vision for Enigma has always been to create a complete experience for our users,” she says. “Not just individual products, but a full world they can step into.”
Today, Enigma is gradually expanding beyond complexion products. The brand has already introduced lip products, including the Liplore Fixing Matte Lipstick, with more launches currently in development.

For the next big names
For aspiring makeup artists hoping to enter the industry, Raiza offers advice grounded in patience and consistency. She acknowledges that the beginning can feel isolating, but believes growth happens quietly through repetition and perseverance.
“Every time you pick up a makeup brush and work on someone, you’re learning,” she says. “Consistency is what builds confidence and eventually, it builds opportunity.”
And for someone who transformed curiosity into a career, and artistry into a beauty brand, that consistency has already proven its power.

Related Tags

Raiza Contawi Enigma Beauty Makeup
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.