LumenCore Atelier

Return to your studio notes

Forgot password? Reset here

Start your LumenCore profile

By joining you agree to our Terms and Privacy.

About the atelier / 2018—2025

We teach the decisions behind the glow.

01

A material-first beginning

LumenCore Atelier began as a shared worktable where makers compared wax behavior, wick tests, and fragrance notes instead of hiding the process.

Our curriculum grew from those notebooks into clear courses for people who want a more considered relationship with making.

Mission

Make craft knowledge generous, precise, and usable.

We believe a beautiful candle is the result of attention: to temperature, proportion, scent, safety, and the person who will light it.

Clear instruction

Short demonstrations become repeatable studio habits.

Honest testing

We welcome imperfect batches as evidence, not failure.

Human scale

Classes leave room for questions, critique, and personal style.

The people at the table

Mara Ellis

Founder and wax educator

Jon Bell

Fragrance curriculum lead

Nia Okafor

Studio practice mentor

Explore the courses Talk to the studio
`; const footerHTML = ``; document.querySelector('header').innerHTML = headerHTML; document.querySelector('footer').innerHTML = footerHTML; // theme + menu + modals const themeBtn = document.getElementById('themeToggle'); if (themeBtn) { themeBtn.addEventListener('click', () => { document.body.classList.toggle('bg-white'); document.body.classList.toggle('text-stone-950'); document.body.classList.toggle('bg-stone-950'); document.body.classList.toggle('text-stone-100'); }); } const menuBtn = document.getElementById('menuToggle'); const nav = document.getElementById('siteNav'); if (menuBtn && nav) { menuBtn.addEventListener('click', () => nav.classList.toggle('hidden')); } document.querySelectorAll('[data-modal]').forEach(btn => { btn.addEventListener('click', () => { const modal = document.getElementById(btn.dataset.modal); if (modal) modal.showModal(); }); }); })();