.bd-wrap {
font-family: ‘Inter’, system-ui, sans-serif;
color: #2e2b3a;
max-width: 860px;
margin: 0 auto;
padding: 0 0 3rem;
}
.bd-section { margin-bottom: 3rem; }
.bd-label {
display: inline-block;
background: #401579;
color: #ffffff;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 0.25rem 0.8rem;
border-radius: 2px;
margin-bottom: 0.75rem;
}
.bd-heading {
font-family: ‘Playfair Display’, Georgia, serif;
font-size: clamp(1.4rem, 2.5vw, 1.8rem);
color: #401579;
line-height: 1.25;
margin: 0 0 1.25rem;
}
.bd-lead {
font-size: 1rem;
line-height: 1.8;
color: #2e2b3a;
margin: 0 0 1rem;
}
.bd-callout {
background: #eae6f5;
border-left: 4px solid #401579;
border-radius: 0 10px 10px 0;
padding: 1.25rem 1.5rem;
margin: 1.75rem 0 0;
}
.bd-callout p { margin: 0; font-size: 0.95rem; line-height: 1.7; color: #2e2b3a; }
.bd-divider { border: none; border-top: 2px solid #eae6f5; margin: 2.5rem 0; }
/* PRICING CARDS */
.bd-pricing {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
margin-top: 1.5rem;
}
.bd-price-card {
border-radius: 10px;
border: 2px solid #eae6f5;
padding: 1.75rem 1.5rem;
position: relative;
background: #ffffff;
}
.bd-price-card.featured {
border-color: #401579;
background: #f7f5fc;
}
.bd-price-card.featured::before {
content: ‘Most Popular’;
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background: #401579;
color: #ffffff;
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 0.2rem 0.75rem;
border-radius: 999px;
white-space: nowrap;
}
.bd-price-duration {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #0095b0;
margin-bottom: 0.5rem;
}
.bd-price-title {
font-family: ‘Playfair Display’, Georgia, serif;
font-size: 1.2rem;
color: #401579;
margin-bottom: 0.5rem;
line-height: 1.2;
}
.bd-price-amount {
font-size: 2rem;
font-weight: 700;
color: #250537;
line-height: 1;
margin-bottom: 0.75rem;
}
.bd-price-amount span {
font-size: 1rem;
font-weight: 400;
color: #9d8dbd;
}
.bd-price-desc {
font-size: 0.88rem;
color: #4a4660;
line-height: 1.6;
margin: 0;
}
/* FEATURE GRID */
.bd-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.25rem;
margin-top: 1.5rem;
}
.bd-card {
background: #f7f5fc;
border-radius: 10px;
border-top: 3px solid #401579;
padding: 1.5rem 1.25rem;
}
.bd-card-icon { font-size: 1.5rem; margin-bottom: 0.6rem; display: block; }
.bd-card-title { font-size: 0.92rem; font-weight: 700; color: #401579; margin-bottom: 0.4rem; }
.bd-card-text { font-size: 0.88rem; color: #4a4660; line-height: 1.6; margin: 0; }
/* FIT GRID */
.bd-fit-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
margin-top: 1.5rem;
}
.bd-fit-box { border-radius: 10px; padding: 1.25rem; }
.bd-fit-box.yes { background: #edf7f0; border-top: 3px solid #27ae60; }
.bd-fit-box.no { background: #f9f0f0; border-top: 3px solid #c0392b; }
.bd-fit-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.85rem; }
.bd-fit-box.yes .bd-fit-label { color: #27ae60; }
.bd-fit-box.no .bd-fit-label { color: #c0392b; }
.bd-fit-box ul { list-style: none; padding: 0; margin: 0; }
.bd-fit-box ul li { font-size: 0.88rem; color: #2e2b3a; padding: 0.35rem 0; border-bottom: 1px solid rgba(0,0,0,0.06); display: flex; gap: 0.5rem; align-items: flex-start; line-height: 1.5; }
.bd-fit-box ul li:last-child { border-bottom: none; }
.bd-fit-box.yes ul li::before { content: ‘✓’; color: #27ae60; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.bd-fit-box.no ul li::before { content: ‘✕’; color: #c0392b; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
/* FAQ */
.bd-faq-item { padding: 1.1rem 0; border-bottom: 1px solid #eae6f5; }
.bd-faq-item:last-child { border-bottom: none; }
.bd-faq-q { font-size: 0.95rem; font-weight: 700; color: #401579; margin-bottom: 0.4rem; }
.bd-faq-a { font-size: 0.9rem; color: #4a4660; line-height: 1.65; margin: 0; }
/* CROSSSELL */
.bd-crosssell {
background: #250537;
border-radius: 10px;
padding: 1.75rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
flex-wrap: wrap;
position: relative;
overflow: hidden;
}
.bd-crosssell::before {
content: ”;
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 90% 50%, rgba(0,149,176,0.15) 0%, transparent 60%);
pointer-events: none;
}
.bd-crosssell > * { position: relative; z-index: 1; }
.bd-crosssell-text { flex: 1 1 280px; }
.bd-crosssell-eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #9d8dbd; margin-bottom: 0.4rem; display: block; }
.bd-crosssell-title { font-family: ‘Playfair Display’, Georgia, serif; font-size: 1.1rem; color: #ffffff; margin-bottom: 0.4rem; line-height: 1.3; }
.bd-crosssell-desc { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.6; margin: 0; }
.bd-crosssell-btn { display: inline-block; background: #0095b0; color: #ffffff; font-family: ‘Inter’, sans-serif; font-weight: 700; font-size: 0.88rem; padding: 0.75rem 1.5rem; border-radius: 6px; text-decoration: none; white-space: nowrap; flex-shrink: 0; transition: background 0.2s ease; }
.bd-crosssell-btn:hover { background: #401579; color: #ffffff; }
@media (max-width: 580px) {
.bd-pricing, .bd-grid, .bd-fit-grid { grid-template-columns: 1fr; }
.bd-crosssell { flex-direction: column; }
}
What It Is
Sometimes You Just Need Someone Else in the Room
Body doubling is one of the most effective — and most underrated — tools for ADHD brains. The simple act of working alongside another person makes it dramatically easier to start, stay on task, and actually finish things. You already know how to do the work. You just need a presence to anchor you to it.
Focus Mode is quiet coworking. No conversation, no check-ins, no interruptions. We show up, we work, we get things done. It’s the digital equivalent of sitting at a coffee shop where the ambient presence of another person keeps your brain from drifting into the void of literally anything else.
🎧 How it works: We join a video call, cameras on, and work silently alongside each other for the duration of the session. No talking, no agenda, no pressure — just focused parallel work.
Session Options
Pick Your Session Length
25 Minutes
Quick Sprint
$15 / session
Perfect for one specific task, a quick work burst, or when you only have a short window and need to make it count.
50 Minutes
Deep Work Session
$25 / session
A full focused work session for bigger tasks, longer projects, or when you need sustained momentum to actually get somewhere.
Every Session Includes
What to Expect
🎯
Cameras On
Both cameras stay on for the session. The visual presence is the point — it’s what makes body doubling work.
🔇
Silent Coworking
No talking, no check-ins, no interruptions. Just two people doing their work in the same digital space.
📅
Recurring Friendly
Book as often as you need. Many people find a regular weekly rhythm is what makes the biggest long-term difference.
🧠
ADHD-Aware
No judgment, no “just focus” advice. This space understands how your brain works and meets you there.
Is This For You?
Let’s Be Honest About It
This is for you if…
- You work fine when someone’s nearby but fall apart working alone
- You have a task you’ve been avoiding and need to just start
- You want accountability without conversation or coaching
- You need a quiet, judgment-free space to get things done
- Every productivity hack has failed you — this one actually works
This is NOT for you if…
- You want to talk through your work or get feedback — try Supported Mode
- You need strategy or consulting — that’s a different session
- You’re looking for someone to do the work with you, not alongside you
FAQ
Quick Answers
How do I book after purchase?
After checkout you’ll receive a confirmation email with your booking link. Click it to schedule your session directly on my calendar.
Do I have to have my camera on?
Yes — cameras on is what makes body doubling work. The visual presence of another person is the whole mechanism. If that’s not comfortable, this might not be the right fit.
What should I work on during the session?
Anything you need to get done — email, writing, admin tasks, client work, studying, creative projects. Come with a task in mind so you can start immediately.
Can I book recurring sessions?
Yes — many people find a regular rhythm works best. Check available slots in the booking link after purchase.
What if I need to reschedule?
Give at least 24 hours notice via your booking confirmation link. Less than 24 hours or no-shows forfeit the session.
Need a little more support?
Try Supported Mode
Same concept — but with light check-ins, space to think out loud, and an accountability partner who’s actively present, not just technically there.
View Supported Mode →