Naomi Lucia Founder

"I sought these tools when I needed them most — and couldn't find them. So I built them."

Naomi Lucia, founder of innerbalance101

Naomi Lucia has climbed high — and fallen hard. She has built and run physical businesses, launched a fast-growing tech startup, and navigated the kind of public and private failures that strip away every performance mask you have.

She was always highly functional. Driven. Capable. And those qualities made it easy to keep going — even when the internal cost was mounting. The failures didn't break her. They taught her that emotional management isn't soft. It's the skill that determines everything else.

Today she manages real estate investments and leads as an executive VP in deep tech. She created innerbalance101 because this was the resource she searched for when she needed it most — and it didn't exist.

She uses these practices daily — not as a remedy she reaches for when things fall apart, but as a routine she honours the same way she honours her physical health. She calls them rituals. You can call them whatever works for you. Starting does.

She is not the brand. But she is proof the work is real.

display: grid; grid-template-columns: 1fr 1fr; padding-top: 72px; position: relative; overflow: hidden; } .hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 60px 80px 60px; } .hero-eyebrow { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 28px; display: flex; align-items: center; gap: 12px; animation: fadeUp 0.6s ease 0.1s both; } .hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--clay); } .hero-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 4.5vw, 5rem); font-weight: 300; line-height: 1.1; color: var(--deep); margin-bottom: 32px; animation: fadeUp 0.6s ease 0.25s both; } .hero-headline em { font-style: italic; color: var(--clay-deep); } .hero-sub { font-size: 1.05rem; font-weight: 300; line-height: 1.75; color: var(--mid); margin-bottom: 48px; max-width: 480px; animation: fadeUp 0.6s ease 0.4s both; } .hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; animation: fadeUp 0.6s ease 0.55s both; } .btn-primary { font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--warm-white); background: var(--deep); padding: 16px 36px; text-decoration: none; transition: background 0.3s, transform 0.2s; display: inline-block; } .btn-primary:hover { background: var(--clay-deep); transform: translateY(-1px); } .btn-ghost { font-size: 0.8rem; font-weight: 400; letter-spacing: 0.06em; color: var(--soft); text-decoration: none; border-bottom: 1px solid var(--clay-light); padding-bottom: 2px; transition: color 0.3s, border-color 0.3s; } .btn-ghost:hover { color: var(--clay-deep); border-color: var(--clay-deep); } /* HERO IMAGE */ .hero-right { position: relative; overflow: hidden; animation: fadeUp 0.7s ease 0.35s both; } .hero-img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.7) brightness(0.96); } .hero-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(250,247,242,0.3) 0%, transparent 40%); } .hero-img-caption { position: absolute; bottom: 40px; right: 40px; background: var(--warm-white); border-left: 3px solid var(--clay); padding: 20px 24px; max-width: 260px; } .hero-caption-text { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 300; font-style: italic; color: var(--deep); line-height: 1.5; } /* RECOGNITION */ .recognition { background: var(--linen); padding: 80px 60px; } .recognition-intro { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 300; font-style: italic; color: var(--deep); max-width: 760px; margin: 0 auto 56px; line-height: 1.4; text-align: center; } .recognition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 960px; margin: 0 auto; } .recog-item { padding: 40px 32px; border-right: 1px solid rgba(196,168,130,0.3); } .recog-item:last-child { border-right: none; } .recog-icon { font-size: 1.4rem; margin-bottom: 16px; opacity: 0.7; } .recog-text { font-size: 0.95rem; font-weight: 300; line-height: 1.7; color: var(--mid); } /* HOW IT WORKS */ .how { padding: 0; } .how-inner { display: grid; grid-template-columns: 1fr 1fr; } .how-image { position: relative; overflow: hidden; min-height: 600px; } .how-img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.75); } .how-img-overlay { position: absolute; inset: 0; background: linear-gradient(to left, rgba(250,247,242,0.15) 0%, transparent 50%); } .how-content { padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; } .section-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; } .section-label::before { content: ''; width: 24px; height: 1px; background: var(--clay); } .section-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 300; line-height: 1.2; color: var(--deep); margin-bottom: 24px; } .section-body { font-size: 1rem; font-weight: 300; line-height: 1.8; color: var(--mid); margin-bottom: 40px; } .steps { display: flex; flex-direction: column; gap: 32px; } .step { display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: start; } .step-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--clay); line-height: 1; padding-top: 4px; } .step-content-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; } .step-content-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 500; color: var(--deep); margin-bottom: 6px; } .step-content-desc { font-size: 0.88rem; font-weight: 300; line-height: 1.7; color: var(--soft); } /* LIBRARY */ .library { background: var(--deep); padding: 100px 60px; } .library-header { margin-bottom: 64px; } .library-header .section-label { color: var(--clay); } .library-header .section-label::before { background: var(--clay); } .library-header .section-headline { color: var(--warm-white); } .library-header .section-body { color: rgba(250,247,242,0.6); } .guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-bottom: 48px; } .guide-tile { background: rgba(250,247,242,0.04); border: 1px solid rgba(196,168,130,0.15); padding: 36px 32px; transition: background 0.3s, border-color 0.3s; cursor: default; } .guide-tile:hover { background: rgba(196,168,130,0.08); border-color: rgba(196,168,130,0.35); } .guide-num { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay); margin-bottom: 20px; opacity: 0.7; } .guide-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--warm-white); margin-bottom: 12px; line-height: 1.2; } .guide-transform { font-size: 0.78rem; font-weight: 300; color: rgba(196,168,130,0.8); margin-bottom: 16px; font-style: italic; } .guide-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; } .guide-tag { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,247,242,0.4); background: rgba(250,247,242,0.05); border: 1px solid rgba(250,247,242,0.1); padding: 4px 10px; } .guide-price { font-size: 0.85rem; font-weight: 500; color: var(--clay); } .bundle-banner { background: var(--clay); padding: 36px 48px; display: flex; justify-content: space-between; align-items: center; gap: 32px; } .bundle-text-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(44,36,32,0.6); margin-bottom: 8px; } .bundle-text-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 500; color: var(--deep); } .bundle-text-sub { font-size: 0.85rem; font-weight: 300; color: rgba(44,36,32,0.7); margin-top: 4px; } .bundle-right { display: flex; align-items: center; gap: 32px; } .bundle-pricing { text-align: right; } .bundle-was { font-size: 0.8rem; text-decoration: line-through; color: rgba(44,36,32,0.5); } .bundle-now { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 500; color: var(--deep); } .btn-bundle { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay); background: var(--deep); padding: 14px 28px; text-decoration: none; white-space: nowrap; transition: background 0.3s; } .btn-bundle:hover { background: #1a0f0c; } /* FOUNDER */ .founder { padding: 0; } .founder-inner { display: grid; grid-template-columns: 1fr 1fr; } .founder-image { position: relative; overflow: hidden; min-height: 640px; } .founder-img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.6) brightness(0.88); } .founder-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, transparent 50%, rgba(250,247,242,0.15) 100%); } .founder-quote-block { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(44,36,32,0.85) 0%, transparent 100%); padding: 60px 40px 40px; } .founder-quote-text { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 300; font-style: italic; color: var(--warm-white); line-height: 1.5; margin-bottom: 12px; } .founder-attribution { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay); } .founder-content { padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; background: var(--warm-white); } .founder-content .section-label { margin-bottom: 20px; } .founder-story p { font-size: 1rem; font-weight: 300; line-height: 1.85; color: var(--mid); margin-bottom: 20px; } .founder-story p strong { color: var(--deep); font-weight: 500; } .founder-story p em { color: var(--accent); } /* PROOF STRIP */ .proof-strip { background: var(--deep); padding: 64px 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; } .proof-item { padding: 0 48px; border-right: 1px solid rgba(196,168,130,0.2); } .proof-item:first-child { padding-left: 0; } .proof-item:last-child { border-right: none; } .proof-num { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 300; color: var(--clay); line-height: 1; margin-bottom: 8px; } .proof-label { font-size: 0.75rem; font-weight: 300; color: rgba(250,247,242,0.55); letter-spacing: 0.06em; line-height: 1.6; } /* LEAD MAGNET */ .lead-magnet { padding: 0; } .lead-magnet-inner { display: grid; grid-template-columns: 1fr 1fr; } .lm-image { position: relative; overflow: hidden; min-height: 560px; } .lm-img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.65) brightness(0.92); } .lm-img-overlay { position: absolute; inset: 0; background: rgba(44,36,32,0.45); } .lm-img-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 60px 48px; } .lm-img-label { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--clay); margin-bottom: 16px; } .lm-img-title { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: var(--warm-white); line-height: 1.2; margin-bottom: 12px; } .lm-img-sub { font-size: 0.85rem; font-weight: 300; color: rgba(250,247,242,0.65); margin-bottom: 32px; } .lm-items { display: flex; flex-direction: column; gap: 12px; } .lm-item { font-size: 0.85rem; font-weight: 300; color: rgba(250,247,242,0.75); display: flex; align-items: flex-start; gap: 12px; line-height: 1.5; } .lm-item::before { content: '–'; color: var(--clay); flex-shrink: 0; margin-top: 1px; } .lm-form-side { padding: 80px 60px; display: flex; flex-direction: column; justify-content: center; background: var(--linen); } .lm-form-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 2.8vw, 2.6rem); font-weight: 300; color: var(--deep); margin-bottom: 16px; line-height: 1.2; } .lm-form-sub { font-size: 0.9rem; font-weight: 300; line-height: 1.7; color: var(--mid); margin-bottom: 36px; } .form-row { display: flex; flex-direction: column; gap: 12px; } .form-input { font-family: 'Jost', sans-serif; font-size: 0.9rem; font-weight: 300; background: var(--warm-white); color: var(--deep); border: 1px solid rgba(196,168,130,0.4); border-radius: 0; padding: 14px 18px; outline: none; width: 100%; transition: border-color 0.3s; } .form-input::placeholder { color: var(--soft); } .form-input:focus { border-color: var(--clay); } .form-submit { font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; background: var(--deep); color: var(--warm-white); border: none; padding: 16px; cursor: pointer; width: 100%; transition: background 0.3s; } .form-submit:hover { background: var(--clay-deep); } .form-disclaimer { font-size: 0.7rem; font-weight: 300; color: var(--soft); margin-top: 10px; line-height: 1.5; } /* FOOTER */ footer { background: var(--deep); padding: 48px 60px; display: flex; justify-content: space-between; align-items: center; gap: 24px; } .footer-left { display: flex; flex-direction: column; gap: 8px; } .footer-logo { display: flex; align-items: center; gap: 10px; } .footer-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; color: var(--warm-white); letter-spacing: 0.06em; } .footer-tagline { font-size: 0.8rem; font-weight: 300; color: rgba(250,247,242,0.35); font-style: italic; padding-left: 32px; } .footer-links { display: flex; gap: 24px; } .footer-link { font-size: 0.7rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,247,242,0.4); text-decoration: none; transition: color 0.3s; } .footer-link:hover { color: var(--clay); } @keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } /* RESPONSIVE */ @media (max-width: 960px) { nav { padding: 18px 24px; } .hero { grid-template-columns: 1fr; min-height: auto; } .hero-left { padding: 100px 24px 48px; } .hero-right { min-height: 50vw; } .hero-img-caption { bottom: 20px; right: 20px; max-width: 200px; padding: 14px 18px; } .how-inner, .founder-inner, .lead-magnet-inner { grid-template-columns: 1fr; } .how-image, .founder-image, .lm-image { min-height: 280px; } .how-content, .founder-content, .lm-form-side { padding: 60px 24px; } .recognition, .library { padding: 60px 24px; } .recognition-grid { grid-template-columns: 1fr; } .recog-item { border-right: none; border-bottom: 1px solid rgba(196,168,130,0.2); } .recog-item:last-child { border-bottom: none; } .guides-grid { grid-template-columns: 1fr; } .bundle-banner { flex-direction: column; align-items: flex-start; padding: 28px 24px; } .bundle-right { flex-direction: column; align-items: flex-start; } .bundle-pricing { text-align: left; } .proof-strip { grid-template-columns: 1fr; gap: 32px; padding: 48px 24px; } .proof-item { padding: 0; border-right: none; border-bottom: 1px solid rgba(196,168,130,0.15); padding-bottom: 32px; } .proof-item:last-child { border-bottom: none; padding-bottom: 0; } footer { flex-direction: column; align-items: flex-start; padding: 40px 24px; } .footer-tagline { padding-left: 0; } }
Emotional Regulation for High Achievers

From performing
fine to actually
being fine.

A digital library of science-backed practices for the emotional states that high performance creates — and almost never addresses.

Stillness

"You're not broken. You're overloaded."

"I'm doing everything right. Why do I still feel like this?"

You're high-functioning, externally successful — and quietly exhausted in a way you can't quite explain to anyone around you.

You've tried the productivity systems. You exercise, you sleep, you do the things. Something essential still feels like it's missing.

The gap between who you want to be and how you're actually showing up is wider than it should be. And you're tired of not knowing why.

Morning practice

Structure for the internal work you've been putting off.

Each practice is a guided sequence — built for analytical minds who need a clear process, not an invitation to "just breathe." Ten to twelve minutes. Science-backed. Self-paced.

1
Identify what's actually happening
Thought work and journaling to name the emotional state precisely — not just "stressed" but what it is, where it lives, and what it's doing.
2
Shift it at the body level
Breathwork, EFT tapping, somatic movement, or proprioceptive grounding — depending on the practice. The nervous system responds to the body first.
3
Emerge with clarity, not just calm
Integration practices that reconnect you to your own judgment, values, and inner knowing — so you move forward grounded.

Choose what you need, when you need it.

No program. No timeline. No accountability group. You take the guide that meets you where you are — and you work it at your own pace.

Practice 01
The Overwhelm Practice
Overwhelm → Grounded
Thought Work EFT Tapping Gratitude
$17
Practice 02
The Pressure Practice
Pressure → Self-Assurance
Thought Work Breathwork Somatic Release
$17
Practice 03
The Self-Doubt Practice
Self-Doubt → Self-Trust
Journaling Chest Opening Nervous System
$17
Practice 04
The Uncertainty Practice
Uncertainty → Grounded Presence
Journaling Proprioceptive Integration
$17
Practice 05
The Guilt Practice
Guilt → Release
Thought Work Qi Gong Shake Reframe
$17
Coming Soon
The Disappointment Practice
Disappointment → Acceptance
Journaling Somatic Release Integration
Coming soon
Best Value
The Full Library Bundle
All 5 guides — one for every emotional state that slows high achievers down.
$85 separately
$57
Get the Full Library
10–12
minutes per practice
Short enough to actually do.
3
modalities per practice
Body, mind, and nervous system — simultaneously.
times you can return
Download once. Use it as a daily discipline.
Founder

"I sought these tools when I needed them most — and couldn't find them. So I built them."

Naomi Lucia, founder of innerbalance101

Naomi Lucia has climbed high — and fallen hard. She has built and run physical businesses, launched a fast-growing tech startup, and navigated the kind of public and private failures that strip away every performance mask you have.

She was always highly functional. Driven. Capable. And those qualities made it easy to keep going — even when the internal cost was mounting. The failures didn't break her. They taught her that emotional management isn't soft. It's the skill that determines everything else.

Today she manages real estate investments and leads as an executive VP in deep tech. She created innerbalance101 because this was the resource she searched for when she needed it most — and it didn't exist.

She uses these practices daily — not as a remedy she reaches for when things fall apart, but as a routine she honours the same way she honours her physical health. She calls them rituals. You can call them whatever works for you. Starting does.

She is not the brand. But she is proof the work is real.

Assessment
Free · 8 Minutes

The Emotional Load Assessment

Find out exactly what your nervous system is carrying — and where to start.
Name exactly what you're carrying and why it hasn't shifted
Identify whether you're in overload, depletion, or disconnection
Get a recommended starting practice based on your specific pattern
Understand the science behind why high achievers get stuck here

Start here.
It's free.

Most people who find innerbalance101 already know something is off. The assessment gives you language for it — and a place to begin.

No spam. One welcome sequence. Unsubscribe any time.

Or take it now — no email required →