Newvelle Glow Factor Serum — Vegan Serum for Melanin-Rich Skin | Reveal Your Glow
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
--ink:#1a1714;--dusk:#2c2620;--amber:#b8762a;--gold:#d4943e;
--glow:#e8b86d;--parchment:#f5efe4;--linen:#ede5d8;
--warm-mid:#c9b99f;--muted:#8a7d6e;--cream:#faf6f0;
}
html{scroll-behavior:smooth;}
body{background:var(--ink);color:var(--parchment);font-family:"Lora",serif;font-weight:400;overflow-x:hidden;}
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;justify-content:space-between;align-items:center;padding:1.3rem 3.5rem;background:linear-gradient(to bottom,rgba(26,23,20,0.95),transparent);}
.nav-logo{font-family:"Playfair Display",serif;font-size:1rem;letter-spacing:0.4em;text-transform:uppercase;color:var(--parchment);text-decoration:none;}
.nav-links{display:flex;gap:2.5rem;list-style:none;}
.nav-links a{color:var(--warm-mid);text-decoration:none;font-family:"Jost",sans-serif;font-size:0.68rem;letter-spacing:0.2em;text-transform:uppercase;transition:color 0.3s;}
.nav-links a:hover{color:var(--parchment);}
.hero{min-height:100vh;position:relative;display:flex;align-items:flex-end;overflow:hidden;}
.hero-bg{position:absolute;inset:0;background-image:url("https://newvelle.com/wp-content/uploads/2026/06/PXL_20260628_1729490733-scaled.jpg");background-size:cover;background-position:center 30%;transform:scale(1.05);animation:subtle-zoom 16s ease-in-out infinite alternate;}
@keyframes subtle-zoom{from{transform:scale(1.05);}to{transform:scale(1.0);}}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,12,10,0.96) 0%,rgba(15,12,10,0.55) 38%,rgba(15,12,10,0.12) 100%);}
.particles{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1;}
.particle{position:absolute;border-radius:50%;background:var(--glow);opacity:0;animation:drift linear infinite;}
.particle:nth-child(1){width:2px;height:2px;left:10%;animation-duration:11s;animation-delay:0s;}
.particle:nth-child(2){width:3px;height:3px;left:26%;animation-duration:15s;animation-delay:2s;}
.particle:nth-child(3){width:2px;height:2px;left:50%;animation-duration:9s;animation-delay:5s;}
.particle:nth-child(4){width:3px;height:3px;left:72%;animation-duration:13s;animation-delay:1s;}
.particle:nth-child(5){width:2px;height:2px;left:88%;animation-duration:10s;animation-delay:4s;}
@keyframes drift{0%{bottom:-8px;opacity:0;transform:translateX(0);}20%{opacity:0.6;}80%{opacity:0.2;}100%{bottom:108%;opacity:0;transform:translateX(18px);}}
.hero-content{position:relative;z-index:2;padding:0 6rem 6rem;max-width:700px;}
.hero-eyebrow{font-family:"Jost",sans-serif;font-size:0.62rem;letter-spacing:0.42em;text-transform:uppercase;color:var(--glow);margin-bottom:1.4rem;display:flex;align-items:center;gap:0.9rem;}
.hero-eyebrow::before{content:"";display:block;width:32px;height:1px;background:var(--amber);opacity:0.7;}
.hero-headline{font-family:"Playfair Display",serif;font-size:clamp(3rem,6.5vw,6rem);font-weight:400;line-height:1.01;color:var(--parchment);margin-bottom:1.2rem;}
.hero-headline em{font-style:italic;color:var(--glow);}
.hero-sub{font-family:"Lora",serif;font-size:1rem;line-height:1.85;color:rgba(245,239,228,0.82);max-width:440px;margin-bottom:2.5rem;}
.hero-cta-row{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem;}
.btn-primary{background:var(--amber);color:var(--ink);border:none;padding:1.05rem 3rem;font-family:"Jost",sans-serif;font-size:0.7rem;font-weight:500;letter-spacing:0.26em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.3s,transform 0.2s;}
.btn-primary:hover{background:var(--glow);transform:translateY(-2px);}
.btn-ghost{font-family:"Jost",sans-serif;font-size:0.7rem;letter-spacing:0.16em;text-transform:uppercase;color:rgba(245,239,228,0.6);text-decoration:none;border-bottom:1px solid rgba(245,239,228,0.25);padding-bottom:2px;transition:color 0.3s,border-color 0.3s;}
.btn-ghost:hover{color:var(--parchment);border-color:var(--parchment);}
.hero-badges{display:flex;gap:2rem;flex-wrap:wrap;}
.badge{display:flex;align-items:center;gap:0.5rem;font-family:"Jost",sans-serif;font-size:0.64rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(245,239,228,0.45);}
.band{height:3px;background:linear-gradient(to right,transparent,var(--amber),var(--glow),var(--amber),transparent);opacity:0.45;}
.urgency-bar{background:var(--dusk);text-align:center;padding:0.85rem 1rem;font-family:"Jost",sans-serif;font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--glow);border-bottom:1px solid rgba(212,148,62,0.12);}
.urgency-bar span{color:var(--warm-mid);}
.video-section{background:var(--ink);padding:5rem 6rem;text-align:center;}
.section-label{font-family:"Jost",sans-serif;font-size:0.62rem;letter-spacing:0.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;}
.section-title{font-family:"Playfair Display",serif;font-size:clamp(2rem,3.2vw,3rem);font-weight:400;line-height:1.12;margin-bottom:1.2rem;}
.section-title em{font-style:italic;color:var(--amber);}
.video-wrapper{max-width:800px;margin:2rem auto 0;border:1px solid rgba(212,148,62,0.15);overflow:hidden;background:var(--dusk);}
.video-placeholder{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#2c2620,#1a1714);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;}
.play-icon{width:64px;height:64px;border-radius:50%;border:1px solid rgba(212,148,62,0.35);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--gold);}
.video-placeholder p{font-family:"Lora",serif;font-style:italic;font-size:1rem;color:var(--warm-mid);}
.story-wrap{background:var(--cream);}
.story{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:0 auto;padding:7rem 6rem;align-items:center;gap:5rem;color:var(--ink);}
.label{font-size:0.6rem;letter-spacing:0.4em;text-transform:uppercase;color:var(--amber);margin-bottom:1.1rem;font-family:"Jost",sans-serif;}
.dark-title{color:var(--ink);}
.dark-title em{font-style:italic;color:var(--amber);}
.section-body{font-family:"Lora",serif;font-size:0.88rem;line-height:1.9;color:#4a3f35;margin-bottom:1.2rem;}
.story-img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center;display:block;}
.story-img-frame{position:relative;}
.story-img-frame::before{content:"";position:absolute;top:-14px;left:-14px;width:70px;height:70px;border:1px solid rgba(184,118,42,0.3);z-index:1;pointer-events:none;}
.pain-section{background:var(--dusk);padding:6rem 6rem;text-align:center;color:var(--parchment);}
.pain-intro{font-family:"Playfair Display",serif;font-size:clamp(1.3rem,2.5vw,1.9rem);font-style:italic;color:var(--warm-mid);max-width:640px;margin:0 auto 3.5rem;line-height:1.65;}
.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:940px;margin:0 auto;}
.pain-card{padding:2rem 1.5rem;border:1px solid rgba(212,148,62,0.1);background:rgba(255,255,255,0.02);text-align:left;}
.pain-q{font-family:"Playfair Display",serif;font-size:1.05rem;font-style:italic;color:var(--glow);margin-bottom:0.7rem;line-height:1.4;}
.pain-a{font-family:"Lora",serif;font-size:0.8rem;color:var(--warm-mid);line-height:1.7;}
.story-b{background:var(--linen);}
.story-b-inner{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;margin:0 auto;align-items:center;gap:0;}
.story-b-img{height:520px;background-image:url("https://newvelle.com/wp-content/uploads/2026/06/PXL_20260628_1729490732-scaled.jpg");background-size:cover;background-position:center;}
.story-b-text{padding:5rem 4rem;color:var(--ink);}
.values-strip{background:var(--linen);border-top:1px solid rgba(184,118,42,0.14);border-bottom:1px solid rgba(184,118,42,0.14);display:flex;justify-content:center;}
.value-item{flex:1;max-width:240px;text-align:center;padding:2.6rem 1.2rem;border-right:1px solid rgba(184,118,42,0.1);color:var(--ink);}
.value-item:last-child{border-right:none;}
.value-icon{font-size:1.4rem;margin-bottom:0.6rem;display:block;}
.value-name{font-family:"Playfair Display",serif;font-size:0.98rem;font-weight:400;color:var(--ink);margin-bottom:0.3rem;}
.value-desc{font-family:"Jost",sans-serif;font-size:0.72rem;color:var(--muted);line-height:1.55;}
.formula-wrap{background:var(--cream);}
.formula{padding:7rem 6rem;max-width:1200px;margin:0 auto;}
.formula-header{text-align:center;margin-bottom:4rem;}
.formula-sub{font-family:"Lora",serif;font-size:0.92rem;color:#4a3f35;max-width:440px;margin:0 auto;line-height:1.8;}
.formula-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;}
.formula-card{padding:1.8rem 2rem;border:1px solid rgba(184,118,42,0.16);background:var(--parchment);display:flex;gap:1.1rem;align-items:flex-start;transition:border-color 0.3s,box-shadow 0.3s;color:var(--ink);}
.formula-card:hover{border-color:rgba(184,118,42,0.45);box-shadow:0 4px 20px rgba(184,118,42,0.07);}
.f-icon{font-size:1.5rem;flex-shrink:0;margin-top:2px;}
.f-name{font-family:"Playfair Display",serif;font-size:1.1rem;font-weight:400;margin-bottom:0.2rem;}
.f-benefit{font-family:"Lora",serif;font-size:0.8rem;font-style:italic;color:var(--amber);margin-bottom:0.3rem;}
.f-desc{font-family:"Lora",serif;font-size:0.78rem;color:var(--muted);line-height:1.65;}
.lifestyle-img-section{height:55vh;min-height:340px;background-image:url("https://newvelle.com/wp-content/uploads/2026/06/Photoroom-20260628_1911190602-1.jpg");background-size:cover;background-position:center 40%;background-attachment:fixed;position:relative;}
.lifestyle-img-section::after{content:"";position:absolute;inset:0;background:rgba(15,12,10,0.45);}
.lifestyle-quote{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:2;text-align:center;width:90%;max-width:580px;}
.lifestyle-quote p{font-family:"Playfair Display",serif;font-size:clamp(1.5rem,3.5vw,2.5rem);font-style:italic;color:var(--parchment);line-height:1.35;text-shadow:0 2px 20px rgba(0,0,0,0.5);}
.ritual{background:var(--dusk);color:var(--parchment);padding:7rem 6rem;text-align:center;}
.ritual-title{font-family:"Playfair Display",serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;color:var(--parchment);margin-bottom:0.6rem;line-height:1.1;}
.ritual-title em{color:var(--glow);font-style:italic;}
.ritual-intro{font-family:"Lora",serif;font-size:0.92rem;font-style:italic;color:var(--warm-mid);max-width:420px;margin:0 auto 4rem;line-height:1.8;}
.ritual-steps{display:flex;justify-content:center;max-width:860px;margin:0 auto;}
.r-step{flex:1;padding:2.5rem 2rem;border-right:1px solid rgba(212,148,62,0.1);}
.r-step:last-child{border-right:none;}
.r-num{font-family:"Playfair Display",serif;font-size:4rem;font-weight:400;color:rgba(212,148,62,0.1);line-height:1;margin-bottom:0.5rem;}
.r-title{font-family:"Playfair Display",serif;font-size:1.2rem;font-style:italic;color:var(--glow);margin-bottom:0.6rem;}
.r-desc{font-family:"Lora",serif;font-size:0.8rem;color:var(--warm-mid);line-height:1.7;}
.testimonials{background:var(--cream);padding:7rem 6rem;color:var(--ink);text-align:center;}
.t-grid{max-width:640px;margin:3rem auto 0;}
.t-card{padding:2.2rem 2rem;border:1px solid rgba(184,118,42,0.15);background:var(--parchment);text-align:left;}
.t-stars{color:var(--amber);font-size:0.85rem;margin-bottom:0.5rem;}
.t-reviewer{font-family:"Jost",sans-serif;font-size:0.7rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--amber);margin-bottom:0.9rem;}
.t-text{font-family:"Lora",serif;font-style:italic;font-size:1rem;color:var(--ink);line-height:1.75;margin-bottom:1.1rem;}
.t-author{font-family:"Jost",sans-serif;font-size:0.65rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--muted);}
.t-note{font-family:"Lora",serif;font-size:0.85rem;font-style:italic;color:var(--muted);margin-top:2rem;text-align:center;}
.shop-cta{display:grid;grid-template-columns:1fr 1fr;min-height:580px;}
.shop-img{background-image:url("https://newvelle.com/wp-content/uploads/2026/06/PXL_20260628_1730023313-scaled.jpg");background-size:cover;background-position:center;}
.shop-content{background:var(--ink);display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem;position:relative;}
.shop-content::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:radial-gradient(ellipse at bottom left,rgba(184,118,42,0.15),transparent 70%);pointer-events:none;}
.cta-label{font-family:"Jost",sans-serif;color:var(--glow);font-size:0.6rem;letter-spacing:0.4em;text-transform:uppercase;margin-bottom:1rem;}
.cta-title{font-family:"Playfair Display",serif;font-size:clamp(2.2rem,3.5vw,3.5rem);font-weight:400;line-height:1.05;margin-bottom:1rem;color:var(--parchment);}
.cta-title em{font-style:italic;color:var(--glow);}
.cta-body{font-family:"Lora",serif;font-size:0.92rem;color:var(--warm-mid);line-height:1.8;margin-bottom:0.8rem;}
.cta-price{font-family:"Playfair Display",serif;font-size:2.2rem;color:var(--glow);display:block;margin-bottom:2rem;}
.cta-note{font-family:"Jost",sans-serif;font-size:0.65rem;color:var(--muted);letter-spacing:0.1em;margin-top:1rem;display:block;}
.flatlay-section{height:50vh;min-height:300px;background-image:url("https://newvelle.com/wp-content/uploads/2026/06/PXL_20260628_1718257612-scaled.jpg");background-size:cover;background-position:center 60%;position:relative;}
.flatlay-section::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(15,12,10,0.1),rgba(15,12,10,0.5));}
.flatlay-text{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:2;text-align:center;}
.flatlay-text p{font-family:"Playfair Display",serif;font-size:clamp(1rem,2.5vw,1.6rem);font-style:italic;color:var(--parchment);text-shadow:0 2px 16px rgba(0,0,0,0.5);}
.join-ritual{background:var(--linen);padding:5rem 6rem;text-align:center;color:var(--ink);border-top:1px solid rgba(184,118,42,0.1);}
.join-title{font-family:"Playfair Display",serif;font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:400;color:var(--ink);margin-bottom:0.6rem;}
.join-sub{font-family:"Lora",serif;font-size:0.9rem;font-style:italic;color:var(--muted);margin-bottom:2rem;line-height:1.7;}
.join-form{display:flex;justify-content:center;max-width:460px;margin:0 auto;}
.join-input{flex:1;padding:0.95rem 1.2rem;border:1px solid rgba(184,118,42,0.28);border-right:none;background:var(--cream);color:var(--ink);font-family:"Lora",serif;font-size:0.85rem;outline:none;}
.join-input::placeholder{color:var(--muted);}
.join-btn{padding:0.95rem 1.8rem;background:var(--ink);color:var(--parchment);border:none;font-family:"Jost",sans-serif;font-size:0.68rem;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;cursor:pointer;transition:background 0.3s;white-space:nowrap;}
.join-btn:hover{background:var(--amber);color:var(--ink);}
footer{background:var(--ink);padding:2.5rem 3.5rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(212,148,62,0.07);}
.footer-logo{font-family:"Playfair Display",serif;font-size:0.88rem;letter-spacing:0.42em;text-transform:uppercase;color:var(--warm-mid);}
.footer-links{display:flex;gap:2rem;list-style:none;}
.footer-links a{font-family:"Jost",sans-serif;font-size:0.64rem;color:var(--muted);text-decoration:none;letter-spacing:0.15em;text-transform:uppercase;transition:color 0.3s;}
.footer-links a:hover{color:var(--parchment);}
.footer-copy{font-family:"Jost",sans-serif;font-size:0.61rem;color:rgba(138,125,110,0.4);}
@media(max-width:860px){
nav{padding:1.2rem 1.5rem;}
.nav-links{display:none;}
.hero-content{padding:0 1.5rem 4rem;}
.video-section{padding:4rem 1.5rem;}
.story{grid-template-columns:1fr;padding:4rem 1.5rem;gap:2.5rem;}
.story-img-frame{order:-1;}
.story-img-frame::before{display:none;}
.pain-section{padding:4rem 1.5rem;}
.pain-grid{grid-template-columns:1fr;}
.story-b-inner{grid-template-columns:1fr;}
.story-b-img{height:300px;}
.story-b-text{padding:3rem 1.5rem;}
.values-strip{flex-wrap:wrap;}
.value-item{min-width:50%;border-bottom:1px solid rgba(184,118,42,0.1);}
.value-item:nth-child(odd){border-right:1px solid rgba(184,118,42,0.1);}
.formula{padding:4rem 1.5rem;}
.formula-grid{grid-template-columns:1fr;}
.lifestyle-img-section{background-attachment:scroll;}
.ritual{padding:4rem 1.5rem;}
.ritual-steps{flex-direction:column;}
.r-step{border-right:none;border-bottom:1px solid rgba(212,148,62,0.1);padding:1.8rem 0.8rem;}
.r-step:last-child{border-bottom:none;}
.testimonials{padding:4rem 1.5rem;}
.shop-cta{grid-template-columns:1fr;}
.shop-img{min-height:300px;}
.shop-content{padding:3.5rem 1.5rem;}
.join-ritual{padding:4rem 1.5rem;}
.join-form{flex-direction:column;max-width:320px;}
.join-input{border-right:1px solid rgba(184,118,42,0.28);border-bottom:none;}
footer{flex-direction:column;gap:1rem;text-align:center;padding:2rem 1.5rem;}
.footer-links{display:none;}
}
@media(prefers-reduced-motion:reduce){
.hero-bg,.particle{animation:none;}
.lifestyle-img-section{background-attachment:scroll;}
}
Newvelle
Our Story
Formula
The Ritual
Shop
Newvelle Glow Factor Serum
The slow artof glowing.
You deserve more than a routine, sis. You deserve a ritual — and skin that shows it.
Yes, I Want This Glow
Our Story
🌿 Vegan
🐇 Cruelty-Free
✦ Melanin-First
🍃 Botanical
✦ Limited stock available · Free shipping over $50 · Made for melanin-rich skin ✦
See the Ritual
Watch her transform.
Your browser does not support the video tag.
For You, Sis
You were never meantto just get through the day.
You wake up early. You hold everything together. You pour into everyone around you. But when was the last time you poured into yourself?
Newvelle was born from that question. Glow Factor Serum is not just another product on your shelf — it is the moment you choose yourself. Vegan, cruelty-free, and made specifically for melanin-rich skin that deserves to shine.
Yes, I Want This Glow
"I was spending money on serum after serum. Nothing was made for skin like mine. Until this."
Struggling with dark spots and uneven skin tone?
Vitamin C targets hyperpigmentation directly — fading dark spots and evening your complexion so your natural glow can finally come through.
Skin feeling dry, dull, or dehydrated?
Hyaluronic Acid pulls moisture into every layer of your skin. No heaviness, no grease — just soft, plump, luminous skin from the very first drop.
Tired of serums that sit on top or break you out?
Glow Factor absorbs in seconds — lightweight, breathable, and made to layer beautifully under your moisturizer or SPF. No pilling. No residue.
Slow Living
Skincare that feels likecoming home.
On a rainy evening. In the quiet before the world wakes up. In that small, sacred window that belongs only to you — that is where Glow Factor lives.
We believe skincare should feel intentional. Not rushed. Not robotic. A ritual you actually look forward to.
🌿Vegan FormulaNo animal products. Ever.
🐇Cruelty-FreeNever tested on animals.
✦Slow LivingBuilt for intentional ritual.
☀️Summer-ReadyFast-absorbing. Never greasy.
Inside the Bottle
Every ingredienthas a purpose.
No fillers. No fluff. Four actives chosen for skin that glows.
✦Vitamin CFades dark spots · Brightens skin toneTargets melanin overproduction at the source — so your even, radiant complexion finally gets to show up.
💧Hyaluronic AcidDeep hydration · Plumps fine linesLocks lasting moisture into your skin without a trace of heaviness. Soft, plump, and glowing — every single day.
🌸NiacinamideMinimizes pores · Calms rednessStrengthens your skin barrier, evens your tone, and keeps your complexion looking smooth and clear over time.
🌙RetinolRenews skin · Smooths texture overnightA gentle, effective percentage that works while you sleep — so you wake up softer, clearer, and glowing.
"She stopped rushing her skin.Her skin started glowing."
The Ritual
Three small acts,one slow glow.
Morning and night. This moment is yours. Nobody else's.
IWarmPress three drops between your palms. Breathe in once, slowly. This is your moment.
IIPressPress into damp skin, moving from the centre of your face outward. Feel it absorb.
IIIPauseSit for a moment. Let the day fall away. Let your skin drink it in.
Real Women. Real Glow.
She slowed down.Her skin responded.
★★★★★
Brooke — June 12, 2026
"I've been using this consistently and my skin looks so much brighter and more even. It feels lightweight, doesn't irritate my skin, and gives me a healthy glow. Definitely repurchasing ✨"
— Verified Buyer
More glow stories on the way — be one of the first to share yours.
Glow Factor Serum — 30mL
Your glow is nota luxury. It is a right.
Vegan. Cruelty-free. Made for melanin-rich skin that deserves to shine — every single day.
$48.00 USD
Yes, I Want This Glow
Free shipping over $50 · Made for melanin-rich skin · Limited stock
"The ritual begins with a single drop."
Stay in the Circle
Join the ritual.Get 10% off your first order.
Slow living tips, skincare rituals, and exclusive offers — for women who choose themselves first.
Join the Ritual
Newvelle
Instagram
TikTok
Contact
© 2026 Newvelle Skin Care · Vegan · Cruelty-Free · For Melanin-Rich Skin