/* ═══════════════════════════════════════════ RA OPTICS LUMINARIES — COMPLETE STYLESHEET ═══════════════════════════════════════════ */ /* FONTS */ @font-face { font-family: 'ABC Arizona Mix Variable'; src: url('https://cdn.shopify.com/s/files/1/0021/9335/8905/files/ABC_Arizona_Mix_Variable_Unlicensed_Trial.woff2?v=1749328046') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; } @font-face { font-family: 'Maison Neue'; src: url('https://cdn.shopify.com/s/files/1/0021/9335/8905/files/MaisonNeue-Book.woff2?v=1743741269') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: 'Maison Neue'; src: url('https://cdn.shopify.com/s/files/1/0021/9335/8905/files/MaisonNeue-Bold_8f8ac6d4-b3aa-4063-bffa-9f2bbda01254.woff2?v=1752541793') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; } /* VARIABLES */ :root { --cream: #FFF2DE; --cream-light: #FFFCF8; --navy: #002249; --navy-mid: #1a3a5c; --navy-muted: #4a6280; --gold: #DCAC4D; --border: rgba(0,34,73,0.09); --border-soft: rgba(0,34,73,0.06); --shadow-sm: 0 1px 4px rgba(0,34,73,0.05), 0 4px 14px rgba(0,34,73,0.04); --shadow-md: 0 2px 8px rgba(0,34,73,0.07), 0 8px 28px rgba(0,34,73,0.05); --shadow-lift: 0 4px 20px rgba(0,34,73,0.09), 0 16px 48px rgba(0,34,73,0.05); } /* BASE */ body { background: var(--cream) !important; color: var(--navy) !important; } /* TYPOGRAPHY */ .notion-header__title, .notion-h1, .notion-h2 { font-family: 'ABC Arizona Mix Variable', Georgia, serif !important; color: var(--navy) !important; font-weight: 400 !important; } body, p, span, li, .notion-text, .notion-callout, .notion-table__cell, .notion-toggle-block { font-family: 'Maison Neue', sans-serif !important; } /* PAGE TITLE */ .notion-header__title { font-size: 2.8em !important; letter-spacing: -0.01em !important; line-height: 1.15 !important; padding-top: 64px !important; } /* COVER IMAGE */ .notion-header__cover.has-cover { height: 320px !important; min-height: 320px !important; } /* NAVBAR */ .super-navbar { background: rgba(255, 247, 233, 0.82) !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; border-bottom: 1px solid rgba(0,34,73,0.06) !important; box-shadow: 0 1px 0 rgba(0,34,73,0.05), 0 6px 24px rgba(0,34,73,0.05) !important; transition: background 0.3s ease, box-shadow 0.3s ease !important; } .super-navbar__item a { font-family: 'Maison Neue', sans-serif !important; font-size: 0.85rem !important; letter-spacing: 0.04em !important; color: var(--navy) !important; text-transform: uppercase !important; font-weight: 500 !important; opacity: 0.75 !important; transition: opacity 0.2s !important; } .super-navbar__item a:hover { opacity: 1 !important; } .super-navbar__item-list { display: flex !important; flex: 1 !important; justify-content: center !important; position: static !important; } /* PAGE CONTENT WIDTH */ .notion-page-content { max-width: 720px !important; margin: 0 auto !important; padding: 0 24px 80px !important; animation: fadeUp 0.4s ease both; } @keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } /* HEADINGS */ .notion-h1 { font-size: 1.9em !important; margin-top: 2em !important; margin-bottom: 0.5em !important; padding-top: 0.5em !important; border-top: 1px solid var(--border) !important; } .notion-h2 { font-size: 1.4em !important; margin-top: 2em !important; margin-bottom: 0.4em !important; } .notion-h3 { font-family: 'Maison Neue', sans-serif !important; font-size: 0.82em !important; font-weight: 600 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; color: var(--gold) !important; margin-top: 1.6em !important; } /* DIVIDER */ .notion-divider { border: none !important; border-top: 1px solid var(--border) !important; margin: 2.5em 0 !important; opacity: 1 !important; } /* CALLOUT */ .notion-callout { background: rgba(255,255,255,0.55) !important; border: none !important; border-left: 3px solid var(--gold) !important; border-radius: 0 8px 8px 0 !important; padding: 18px 24px !important; box-shadow: var(--shadow-sm) !important; color: var(--navy) !important; margin: 1.5em 0 !important; } .notion-callout .notion-callout__icon { display: none !important; } /* TABLES */ .notion-table__wrapper { width: 100% !important; border-radius: 10px !important; overflow: hidden !important; box-shadow: var(--shadow-sm) !important; margin: 1.5em 0 !important; } .notion-table { width: 100% !important; border-collapse: collapse !important; } .notion-table tr:first-child td { background: var(--navy) !important; color: var(--cream) !important; font-size: 0.7rem !important; font-weight: 600 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; padding: 14px 18px !important; } td { background: rgba(255,255,255,0.5) !important; border-bottom: 1px solid var(--border-soft) !important; padding: 14px 18px !important; vertical-align: top !important; } .notion-table__cell { display: block !important; width: 100% !important; box-sizing: border-box !important; background: transparent !important; font-size: 0.9rem !important; color: var(--navy) !important; line-height: 1.6 !important; } td:first-child .notion-table__cell { font-weight: 600 !important; } tr:last-child td { border-bottom: none !important; } tr:hover td { background: rgba(255,255,255,0.75) !important; } /* TOGGLES */ .notion-toggle-block { background: rgba(255,255,255,0.45) !important; border: 1px solid var(--border) !important; border-left: 3px solid var(--gold) !important; border-radius: 0 8px 8px 0 !important; padding: 16px 20px !important; margin: 0.6em 0 !important; box-shadow: var(--shadow-sm) !important; transition: box-shadow 0.2s ease, background 0.2s ease !important; } .notion-toggle-block:hover { background: rgba(255,255,255,0.7) !important; box-shadow: var(--shadow-md) !important; } .notion-toggle-block > summary { font-weight: 600 !important; color: var(--navy) !important; cursor: pointer !important; } /* FOOTER */ .super-footer { background: var(--navy) !important; color: rgba(255,242,222,0.6) !important; } /* SCROLLBAR */ ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { background: var(--cream); } ::-webkit-scrollbar-thumb { background: rgba(0,34,73,0.2); border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: rgba(0,34,73,0.35); } /* ─── MOBILE ─────────────────────────────── */ @media (max-width: 768px) { .super-navbar__item-list { display: none !important; } .notion-header__title { font-size: 2.2em !important; padding-top: 48px !important; } .notion-callout { padding: 16px 20px !important; border-left-width: 3px !important; } .notion-table { width: auto !important; } .notion-table__wrapper { max-width: 100% !important; overflow-x: scroll !important; -webkit-overflow-scrolling: touch !important; } .notion-table__cell { padding: 10px 12px !important; font-size: 0.875rem !important; min-width: 90px !important; } .notion-asset-wrapper, .notion-image-block, .notion-image { display: none !important; } } @media (max-width: 480px) { .notion-header__title { font-size: 1.75em !important; } .notion-header__cover.has-cover { height: 200px !important; min-height: 200px !important; max-height: 200px !important; } }

Lumios Guide

The Problem: Modern Lighting Wasn’t Built for Humans

For most of human history, artificial light after dark came from fire — dim, warm, rich in red and near-infrared. It closely matched the biological light environment that humans evolved under for hundreds of thousands of years.

The incandescent bulb was an improvement in brightness but remained a full-spectrum light source the body recognized as warm and relatively safe. Regulators phased it out across the U.S., EU, and globally in favor of LED technology. More efficient. Better for the grid.

Worse for people.

LED technology is not inherently harmful. But the way it has been engineered — almost entirely optimized for energy efficiency — created five compounding biological problems that the lighting industry has largely ignored.

1. Excessive Blue Peaks — Standard LEDs rely heavily on short-wavelength blue light to maximize output per watt. The result: harsh, unnatural light that overstimulates the nervous system and sends a strong "daytime" signal to the brain at any hour — suppressing melatonin, disrupting sleep.

2. No Near-Infrared — Sunlight and incandescent bulbs contain near-infrared wavelengths (700–1400nm) that interact with mitochondria and support cellular energy production. Standard LEDs produce virtually none. The natural counterbalance is simply absent.

3. Flicker — Many LEDs produce imperceptible flicker at 100–120Hz from poorly smoothed AC power. Research links it to eye strain, headaches, and nervous system fatigue over time.

4. Poor Color Rendering (CRI) — Sunlight renders color at CRI 100. Standard LEDs often score 80 or below — producing washed-out environments, unnatural skin tones, and a subtle but measurable impact on mood.

5. Excessive Brightness — Standard LEDs are engineered for maximum lumen output, not biological comfort. Even at reduced settings, the spectral imbalance remains. Spaces feel overstimulating when they should feel restorative.

The Solution: Ra Incandescent LED™ Technology

After years of research and development — working closely with Dr. Alexander Wunsch, M.D., Ph.D., the world's leading expert in photobiology, and leading LED engineers — Ra Optics achieved something that previously didn't exist: a fundamentally new approach to LED light.

Using advanced phosphor technology, Lumios engineered a spectrum that:

  • Dramatically reduces harmful short-wavelength blue light
  • Expands into deep red and near-infrared
  • Maintains full, natural color rendering (≥98 CRI)
  • Eliminates flicker entirely

The result is the Ra Incandescent LED™ — a light source that begins to resemble the biological qualities of incandescent light while retaining the efficiency advantages of modern LED technology. Not a compromise. An actual solution.

"Not just protecting people from harmful light — but creating better light, from the beginning."

From the very beginning, the Ra Optics mission was greater than filtering bad light from the outside. Lumios is the fulfillment of that mission.

Why Everything Else Falls Short

The "biohacking lighting" space has products that attempt to address one or two of these problems while ignoring the rest. Most:

  • Reduce blue light using narrow-band LEDs that produce monochromatic red, orange, or yellow light — visually unpleasant and with no real color rendering
  • Remain far too bright, continuing to suppress melatonin through sheer intensity even if wavelength is addressed
  • Still exhibit flicker
  • Contain no meaningful near-infrared

One company (NIRA) claimed significant near-infrared output. Ra Optics measured it — the NIR was virtually undetectable beyond a few inches. Biologically insignificant.

The category has produced workarounds, not solutions. Lumios addresses all five problems.

The Three Bulbs

Glow — Your Everyday Light

The foundation of the system. A fully adaptable bulb for daily living — four calibrated modes that transition naturally from morning through night, controlled entirely by your wall switch. No app, no hub, no remote, no subscription.

Best spaces: Kitchen, living room, dining room, bedroom, hallways — anywhere you live day to day.

Mode
Color Temp
Brightness
Best For
Daylight
2700K
100%
Balanced daytime living
Afternoon
2200K
70%
Gentle mid-day and late afternoon transition
Evening
1800K
40%
Wind-down lighting
Candle
1200K
12%
Night — deep, warm, fully relaxed

If someone is unsure where to start, Glow is the answer. It works beautifully in almost every room and takes you from morning through night in a single fixture.

image

Sky — Energy When You Need It

Everything in Glow, plus one addition: Sky mode — a controlled blue-enriched setting designed to support alertness without the harsh spectral spikes of typical LED or SAD lamp light.

Best spaces: Bathroom, desk, home office, gym — anywhere you prepare, focus, or perform.

Mode
Color Temp
Best For
Sky
4500K
Morning wake-up, focus sessions, pre-workout — 10–15 min
Daylight
2700K
General daytime use
Evening
2000K
Wind-down
Candle
1200K
Night

Sky as a SAD lamp replacement: Sky mode was designed as a superior alternative to traditional SAD (Seasonal Affective Disorder) lamps — without the harsh, narrow spectral profile those devices use. The 4500K Sky spectrum supports circadian stimulation and alertness without the same overstimulation risk.

Important for creators: Sky mode is designed for brief, intentional use — 10 to 15 minutes for morning wake-up, pre-workout, or a focus session. Not extended all-day exposure at 4500K. That nuance is worth including when you post about it.

image

Candle — Pure Firelight for Night

A single-purpose evening and nighttime bulb. Zero blue light. Zero white light. Three brightness levels of pure 1200K firelight spectrum — the closest available approximation to natural fire.

Best spaces: Nightstand, lounge lamps, accent lighting, anywhere you want pure firelight in the evening.

Level
Spectrum
Brightness
Fire
2200K
10%
Oil Lamp
2000K
4%
Candle
1200K
8%

This is the bulb that goes next to the bed. Optimized for relaxation and sleep preparation.

image

How Mode Switching Works

No app. No remote. No Wi-Fi or Bluetooth required.

Modes cycle using your standard wall switch — a quick off/on toggles to the next mode in sequence. The bulb remembers the last mode used and returns to it when turned back on.

This is worth explaining to your audience. The simplicity is intentional — and it's a genuine differentiator from smart bulb systems that require hubs, subscriptions, and ongoing troubleshooting.

Time-of-Day Guide

Time of Day
Recommended Setup
Morning
Sky: Sky mode (10–15 min) — or Glow: Daylight
Daytime
Glow: Daylight or Sky: Daylight
Afternoon
Glow: Afternoon
Evening
Glow: Evening or Sky: Evening
Night
Glow: Candle, Sky: Candle, or Candle bulb

The simple rule: brighter and whiter as the day begins. Warmer and dimmer as night approaches.

Common Audience Questions

Do I still need Ra Optics lenses if I have Lumios?
Why is Lumios more expensive than regular LED bulbs?
How is Lumios different from "warm white" LED bulbs or biohacker amber lights?
Can I use Lumios with a dimmer switch?
Which bulb should someone start with?

What to Say — and What Not to Say

Say:

  • "Human-friendly lighting"
  • "Designed for your biology"
  • "Near-infrared enrichment"
  • "Flicker-free"
  • "Ultra-high color rendering (≥98 CRI)"
  • "Developed with Dr. Alexander Wunsch"
  • "The five problems standard LEDs ignore"

Don't say:

  • "Treats" or "cures" anything
  • "Blocks all blue light" — Lumios manages blue light by creating an optimized spectrum, balanced with infrared, and appropriate wavelengths of blue light, but does not eliminate it, intentionally
  • "Same as red light therapy" — NIR levels in Lumios are not equivalent to medical red light devices
  • "Replaces sunlight" — no artificial light can do this
→ Next: Content Angles