Home

:root { –neon-cyan: #00f0ff; –neon-magenta: #ff00aa; –neon-red: #ff1744; –deep-void: #020108; –dark-panel: rgba(8, 4, 28, 0.85); –panel-border: rgba(0, 240, 255, 0.15); –text-primary: #e8e6f0; –text-muted: #7a7890; –warning-gold: #ffd740; –classified-red: #ff3d00; –safe-green: #00e676; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: ‘Rajdhani’, sans-serif; background: var(–deep-void); color: var(–text-primary); overflow-x: hidden; min-height: 100vh; } /* === STAR FIELD BACKGROUND === */ .starfield { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: radial-gradient(ellipse at 20% 50%, rgba(0, 240, 255, 0.03) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(255, 0, 170, 0.03) 0%, transparent 50%), var(–deep-void); } .starfield::before, .starfield::after { content: ”; position: absolute; width: 100%; height: 100%; } .starfield::before { background-image: radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.6), transparent), radial-gradient(1px 1px at 25% 40%, rgba(0,240,255,0.5), transparent), radial-gradient(1.5px 1.5px at 50% 10%, rgba(255,255,255,0.7), transparent), radial-gradient(1px 1px at 70% 65%, rgba(255,0,170,0.4), transparent), radial-gradient(1px 1px at 85% 30%, rgba(255,255,255,0.5), transparent), radial-gradient(1.5px 1.5px at 15% 80%, rgba(0,240,255,0.3), transparent), radial-gradient(1px 1px at 60% 85%, rgba(255,255,255,0.4), transparent), radial-gradient(1px 1px at 40% 55%, rgba(255,255,255,0.3), transparent), radial-gradient(2px 2px at 90% 80%, rgba(0,240,255,0.6), transparent), radial-gradient(1px 1px at 35% 20%, rgba(255,255,255,0.5), transparent); animation: drift 60s linear infinite; } .starfield::after { background-image: radial-gradient(1px 1px at 5% 50%, rgba(255,255,255,0.4), transparent), radial-gradient(1.5px 1.5px at 20% 70%, rgba(0,240,255,0.4), transparent), radial-gradient(1px 1px at 45% 30%, rgba(255,255,255,0.5), transparent), radial-gradient(1px 1px at 75% 45%, rgba(255,0,170,0.3), transparent), radial-gradient(1px 1px at 95% 60%, rgba(255,255,255,0.6), transparent), radial-gradient(1px 1px at 55% 90%, rgba(0,240,255,0.3), transparent); animation: drift 90s linear infinite reverse; } @keyframes drift { from { transform: translateY(0); } to { transform: translateY(-20px); } } /* === SCANLINES OVERLAY === */ .scanlines { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; background: repeating-linear-gradient( 0deg, transparent, transparent 2px, rgba(0, 240, 255, 0.008) 2px, rgba(0, 240, 255, 0.008) 4px ); } /* === MAIN CONTENT === */ .content { position: relative; z-index: 2; } /* === HERO SECTION === */ .hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2rem; position: relative; } .hero::before { content: ”; position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: linear-gradient(to top, var(–deep-void), transparent); z-index: 1; } .nexus-badge { font-family: ‘Source Code Pro’, monospace; font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(–neon-cyan); padding: 6px 20px; border: 1px solid rgba(0, 240, 255, 0.3); background: rgba(0, 240, 255, 0.05); margin-bottom: 2rem; animation: flicker 4s ease-in-out infinite; position: relative; z-index: 2; } @keyframes flicker { 0%, 100% { opacity: 1; } 50% { opacity: 0.8; } 52% { opacity: 1; } 54% { opacity: 0.6; } 56% { opacity: 1; } } .hero-title { font-family: ‘Orbitron’, monospace; font-size: clamp(2.5rem, 8vw, 6rem); font-weight: 900; letter-spacing: 0.1em; line-height: 1.1; margin-bottom: 0.5rem; position: relative; z-index: 2; background: linear-gradient(135deg, var(–neon-cyan), #fff, var(–neon-magenta)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.3)); animation: titleGlow 3s ease-in-out infinite alternate; } @keyframes titleGlow { from { filter: drop-shadow(0 0 30px rgba(0, 240, 255, 0.3)); } to { filter: drop-shadow(0 0 50px rgba(255, 0, 170, 0.3)); } } .hero-subtitle { font-family: ‘Orbitron’, monospace; font-size: clamp(0.8rem, 2vw, 1.2rem); font-weight: 400; letter-spacing: 0.5em; color: var(–text-muted); margin-bottom: 2rem; position: relative; z-index: 2; } .hero-tagline { font-family: ‘Rajdhani’, sans-serif; font-size: clamp(1rem, 2.5vw, 1.4rem); font-weight: 300; color: var(–text-primary); max-width: 700px; line-height: 1.6; margin-bottom: 3rem; position: relative; z-index: 2; opacity: 0.9; } .hero-tagline em { color: var(–neon-cyan); font-style: normal; font-weight: 600; } .cta-row { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; position: relative; z-index: 2; } .cta-btn { font-family: ‘Orbitron’, monospace; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 14px 36px; border: none; cursor: pointer; text-decoration: none; transition: all 0.3s ease; position: relative; overflow: hidden; } .cta-btn.primary { background: linear-gradient(135deg, var(–neon-cyan), var(–neon-magenta)); color: var(–deep-void); } .cta-btn.primary:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(0, 240, 255, 0.4), 0 0 80px rgba(255, 0, 170, 0.2); } .cta-btn.secondary { background: transparent; color: var(–neon-cyan); border: 1px solid rgba(0, 240, 255, 0.4); } .cta-btn.secondary:hover { background: rgba(0, 240, 255, 0.08); box-shadow: 0 0 30px rgba(0, 240, 255, 0.2); transform: translateY(-2px); } /* === SECTION STYLING === */ section { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; } .section-header { text-align: center; margin-bottom: 4rem; } .section-badge { font-family: ‘Source Code Pro’, monospace; font-size: 0.7rem; letter-spacing: 3px; color: var(–neon-magenta); text-transform: uppercase; display: block; margin-bottom: 1rem; } .section-title { font-family: ‘Orbitron’, monospace; font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 700; letter-spacing: 0.05em; background: linear-gradient(90deg, var(–neon-cyan), var(–text-primary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .section-line { width: 80px; height: 2px; background: linear-gradient(90deg, var(–neon-cyan), transparent); margin: 1rem auto 0; } /* === EPISODE CARDS === */ .episodes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 2rem; } .episode-card { background: var(–dark-panel); border: 1px solid var(–panel-border); padding: 1.8rem; position: relative; transition: all 0.3s ease; overflow: hidden; } .episode-card::before { content: ”; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(–neon-cyan), var(–neon-magenta)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; } .episode-card:hover::before { transform: scaleX(1); } .episode-card:hover { border-color: rgba(0, 240, 255, 0.3); transform: translateY(-4px); box-shadow: 0 8px 40px rgba(0, 240, 255, 0.08); } .ep-number { font-family: ‘Orbitron’, monospace; font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; color: var(–neon-cyan); margin-bottom: 0.5rem; } .ep-title { font-family: ‘Orbitron’, monospace; font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #fff; } .ep-arc { font-family: ‘Source Code Pro’, monospace; font-size: 0.7rem; color: var(–neon-magenta); letter-spacing: 1px; margin-bottom: 1rem; } .ep-synopsis { font-size: 0.9rem; line-height: 1.6; color: var(–text-muted); margin-bottom: 1.2rem; } .ep-rating { font-family: ‘Orbitron’, monospace; font-size: 0.8rem; color: var(–warning-gold); } .ep-status { display: inline-block; font-family: ‘Source Code Pro’, monospace; font-size: 0.65rem; letter-spacing: 1px; padding: 3px 10px; margin-top: 0.8rem; } .ep-status.aired { border: 1px solid var(–safe-green); color: var(–safe-green); } .ep-status.upcoming { border: 1px solid var(–warning-gold); color: var(–warning-gold); animation: pulse 2s ease-in-out infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } /* === CHARACTER CARDS === */ .characters-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; } .char-card { background: var(–dark-panel); border: 1px solid var(–panel-border); padding: 1.5rem; position: relative; transition: all 0.3s ease; } .char-card:hover { border-color: rgba(255, 0, 170, 0.3); box-shadow: 0 0 30px rgba(255, 0, 170, 0.08); } .char-codename { font-family: ‘Source Code Pro’, monospace; font-size: 0.65rem; letter-spacing: 3px; color: var(–neon-magenta); text-transform: uppercase; margin-bottom: 0.5rem; } .char-name { font-family: ‘Orbitron’, monospace; font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; } .char-role { font-size: 0.85rem; color: var(–neon-cyan); margin-bottom: 1rem; font-weight: 500; } .char-bio { font-size: 0.85rem; line-height: 1.6; color: var(–text-muted); margin-bottom: 1rem; } .char-threat { font-family: ‘Source Code Pro’, monospace; font-size: 0.65rem; letter-spacing: 1px; padding: 3px 10px; display: inline-block; } .threat-s { border: 1px solid var(–warning-gold); color: var(–warning-gold); } .threat-a { border: 1px solid var(–safe-green); color: var(–safe-green); } .threat-ss { border: 1px solid var(–classified-red); color: var(–classified-red); } .threat-omega { border: 1px solid var(–classified-red); color: var(–classified-red); animation: pulse 1.5s ease-in-out infinite; } .threat-classified { border: 1px solid var(–text-muted); color: var(–text-muted); } /* === MYSTERIES SECTION === */ .mysteries-list { display: flex; flex-direction: column; gap: 1.5rem; } .mystery-card { background: var(–dark-panel); border: 1px solid var(–panel-border); border-left: 3px solid var(–classified-red); padding: 2rem; transition: all 0.3s ease; } .mystery-card:hover { border-left-color: var(–neon-cyan); box-shadow: 0 0 30px rgba(0, 240, 255, 0.05); } .mystery-classification { font-family: ‘Source Code Pro’, monospace; font-size: 0.65rem; letter-spacing: 2px; color: var(–classified-red); text-transform: uppercase; margin-bottom: 0.5rem; } .mystery-title { font-family: ‘Orbitron’, monospace; font-size: 1.2rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; } .mystery-danger { font-family: ‘Source Code Pro’, monospace; font-size: 0.65rem; letter-spacing: 1px; color: var(–warning-gold); margin-bottom: 1rem; } .mystery-desc { font-size: 0.9rem; line-height: 1.7; color: var(–text-muted); margin-bottom: 1.2rem; } .mystery-clues { list-style: none; padding: 0; } .mystery-clues li { font-family: ‘Source Code Pro’, monospace; font-size: 0.75rem; color: var(–neon-cyan); padding: 4px 0; padding-left: 16px; position: relative; } .mystery-clues li::before { content: ‘▸’; position: absolute; left: 0; color: var(–neon-magenta); } .mystery-status { font-family: ‘Orbitron’, monospace; font-size: 0.7rem; letter-spacing: 1px; margin-top: 1rem; padding: 4px 12px; display: inline-block; border: 1px solid var(–classified-red); color: var(–classified-red); } /* === COUNTDOWN / NEXT EPISODE === */ .next-episode { text-align: center; padding: 4rem 2rem; background: linear-gradient(180deg, transparent, rgba(0, 240, 255, 0.02), transparent); border-top: 1px solid var(–panel-border); border-bottom: 1px solid var(–panel-border); max-width: 100%; margin: 0 auto; } .next-ep-label { font-family: ‘Source Code Pro’, monospace; font-size: 0.7rem; letter-spacing: 4px; color: var(–neon-magenta); text-transform: uppercase; margin-bottom: 1rem; } .next-ep-title { font-family: ‘Orbitron’, monospace; font-size: clamp(1.5rem, 4vw, 2.5rem); font-weight: 800; color: #fff; margin-bottom: 0.5rem; } .next-ep-date { font-family: ‘Rajdhani’, sans-serif; font-size: 1.1rem; color: var(–neon-cyan); margin-bottom: 2rem; } .countdown { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; } .countdown-unit { text-align: center; } .countdown-number { font-family: ‘Orbitron’, monospace; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; background: linear-gradient(135deg, var(–neon-cyan), var(–neon-magenta)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; line-height: 1; } .countdown-label { font-family: ‘Source Code Pro’, monospace; font-size: 0.6rem; letter-spacing: 2px; color: var(–text-muted); text-transform: uppercase; margin-top: 0.5rem; } /* === QUOTE SECTION === */ .quote-section { text-align: center; padding: 5rem 2rem; max-width: 800px; margin: 0 auto; } .quote-text { font-family: ‘Rajdhani’, sans-serif; font-size: clamp(1.2rem, 3vw, 1.8rem); font-weight: 300; font-style: italic; color: var(–text-primary); line-height: 1.6; margin-bottom: 1.5rem; opacity: 0.9; } .quote-source { font-family: ‘Source Code Pro’, monospace; font-size: 0.75rem; letter-spacing: 2px; color: var(–neon-magenta); } /* === FOOTER === */ .site-footer { text-align: center; padding: 4rem 2rem 2rem; border-top: 1px solid var(–panel-border); } .footer-logo { font-family: ‘Orbitron’, monospace; font-size: 1rem; font-weight: 700; letter-spacing: 0.1em; background: linear-gradient(135deg, var(–neon-cyan), var(–neon-magenta)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1rem; } .footer-tagline { font-family: ‘Source Code Pro’, monospace; font-size: 0.7rem; letter-spacing: 2px; color: var(–text-muted); margin-bottom: 2rem; } .footer-copy { font-size: 0.75rem; color: var(–text-muted); opacity: 0.5; } /* === NAV === */ .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; background: rgba(2, 1, 8, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(–panel-border); } .nav-logo { font-family: ‘Orbitron’, monospace; font-size: 0.85rem; font-weight: 800; letter-spacing: 0.1em; background: linear-gradient(135deg, var(–neon-cyan), var(–neon-magenta)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: none; } .nav-links { display: flex; gap: 2rem; list-style: none; } .nav-links a { font-family: ‘Rajdhani’, sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 1px; color: var(–text-muted); text-decoration: none; text-transform: uppercase; transition: color 0.3s ease; } .nav-links a:hover { color: var(–neon-cyan); } .nav-status { font-family: ‘Source Code Pro’, monospace; font-size: 0.6rem; color: var(–safe-green); letter-spacing: 1px; display: flex; align-items: center; gap: 6px; } .status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(–safe-green); animation: blink 2s ease-in-out infinite; } @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } } /* === RESPONSIVE === */ @media (max-width: 768px) { .nav-links { display: none; } .episodes-grid { grid-template-columns: 1fr; } .characters-grid { grid-template-columns: 1fr; } .countdown { gap: 1rem; } } /* === ENTRANCE ANIMATIONS === */ .fade-in { opacity: 0; transform: translateY(30px); animation: fadeIn 0.8s ease forwards; } @keyframes fadeIn { to { opacity: 1; transform: translateY(0); } } .delay-1 { animation-delay: 0.2s; } .delay-2 { animation-delay: 0.4s; } .delay-3 { animation-delay: 0.6s; } .delay-4 { animation-delay: 0.8s; } /* === GLITCH EFFECT === */ .glitch { position: relative; } .glitch:hover { animation: glitch 0.3s ease; } @keyframes glitch { 0% { transform: translate(0); } 20% { transform: translate(-2px, 1px); } 40% { transform: translate(2px, -1px); } 60% { transform: translate(-1px, -1px); } 80% { transform: translate(1px, 2px); } 100% { transform: translate(0); } } /* WordPress Theme Overrides */ body, html { background: var(–deep-void) !important; } .wp-site-blocks { padding: 0 !important; max-width: 100% !important; } .entry-content, .wp-block-post-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; } .page .entry-content { max-width: 100% !important; } header.wp-block-template-part, .wp-block-template-part.site-header { display: none !important; } footer.wp-block-template-part, .wp-block-template-part.site-footer { display: none !important; } .has-global-padding { padding: 0 !important; } .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) { max-width: 100% !important; }
⚠ DEEP-SEA TRANSMISSION DETECTED — SEASON 1 NOW STREAMING

SILVER FALCON
ZERO

SCI-FI · ADVENTURE · MYSTERY · ANIME

When marine biologist Frank Hale and deep-sea explorer Ned Calder discover a massive alien structure hidden beneath the ocean, they uncover room after room of impossible technology — gardens, hangars, medical bays, a bridge. But the greatest discovery lies in a cryo-chamber: Velara, the last survivor of an extinct civilization. In the silence of the deep… something has been waiting.

Season 1 — The Discovery Arc

EPISODES

EPISODE 01
The Ocean Discovery
THE DISCOVERY ARC

Marine biologist Frank Hale and explorer Ned Calder detect anomalous acoustic readings deep beneath the ocean. Following the signal, they discover an enormous underwater structure — and make the decision to investigate.

★ 9.4
RELEASED
EPISODE 02
Entering the Chamber
THE DISCOVERY ARC

Frank and Ned dive into the structure and discover a vast, otherworldly chamber. Bioluminescent surfaces, impossible geometry, and an atmosphere that sustains human life. The chamber responds to their presence.

★ 9.1
RELEASED
EPISODE 03
The Activation
THE DISCOVERY ARC

A control panel activates when Frank sits in an alien chair. Holographic displays illuminate. Their first encounter with ORBIX, a robot helper. An icon system reveals multiple locked rooms throughout the vessel.

★ 9.6
RELEASED
EPISODE 04
The Garden Icon
THE EXPLORATION ARC

The first icon activates a vast botanical chamber filled with alien plant life. Bioluminescent flora creates an otherworldly ecosystem. Some plants respond to touch, others emit harmonic frequencies.

★ 9.3
RELEASED
EPISODE 05
The Core
THE EXPLORATION ARC

The energy heart of the structure reveals a contained power source of incomprehensible magnitude. The core seems alive, responding to emotional states. This isn’t just a structure — it’s something far more significant.

★ 9.5
RELEASED
Silver Falcon Crew — Personnel Files

CHARACTERS

The Reckless Visionary
Ned Calder
Captain / Adventurer / Explorer of the Unknown

Age 38. Pacific American with Polynesian heritage. Former deep-sea engineer who broke protocol to prove the ocean was alive. Fearless, defiant, haunted by a past failure. The soul of the ocean’s rebellion — drawn to danger the way others are drawn to safety.

CLASS-S EXPLORER
The Reluctant Genius
Frank Hale
Marine Biologist / Acoustic Scientist / Analyst

Age 34. Canadian-British. Former marine biologist who decoded whale songs until he discovered sounds deep beneath the ocean that no natural phenomenon could explain. Rational, empathetic, guarded — loyal to logic, but irresistibly drawn to mystery.

CLASS-A SCIENTIST
The Seductive Cosmic Sovereign
Velara
Last Survivor of the Velaris Civilization

Luminous blue skin, deep red hair, piercing bright eyes. Discovered in cryo-stasis in Episode 20. She does not enter a scene — she alters the atmosphere. Intelligence, emotional control, strategic awareness. Moves like gravity, not like a human.

OMEGA — BEYOND CLASSIFICATION
The Telepathic Sovereign AI
ORIXA
Synthetic Cognitive Entity / Guardian Intelligence

Quantum-Neural Hybrid Intelligence from the Velaris Galaxy. Sleek silver form with Neural Crown horn for telepathic interface. She does not express emotion, yet viewers feel authority and quiet dominance. Speaks like someone who has already simulated all possibilities.

OMEGA — QUANTUM INTELLIGENCE
The Silent Guardian Vessel
Nexara — Ship Avatar
Vessel-Bound Synthetic Consciousness

Not the ship’s interface — the ship’s consciousness given form. Holographic sovereign presence in deep blue and silver tones. Thinks in trajectories, threat matrices, and survival probabilities. Cares about mission continuity above individuals.

CLASSIFIED — CIVILIZATIONAL ASSET
⚠ Classified Intelligence Files

MYSTERIES & LORE

OMEGA — CIVILIZATIONAL COLLAPSE
The Velaris Extinction
DANGER LEVEL: EXTINCTION-CLASS

An advanced alien civilization that spanned galaxies — completely destroyed. Velara is the sole survivor. Memory fragments suggest the extinction was engineered, not natural. Transformation events preceded the collapse.

  • Velara is the last of her kind (E20)
  • Memory fragments suggest engineered extinction
  • The Velaris Experiment mythology
  • Crystal Room may hold complete memories (E10)
UNSOLVED — ANCIENT MYSTERY
PARADIGM-SHIFTING REVELATION
The True Nature of the Structure
DANGER LEVEL: CRITICAL

What Frank and Ned believed was an underwater laboratory is revealed in Episode 23 to be a massive alien spaceship. Every room they explored — gardens, hangars, bridges — was a section of a vessel designed for deep-space travel.

  • Hangar room contains small ships (E09)
  • Bridge with Helm, Science, Defense stations (E22)
  • Engine room has a living heartbeat (E21)
  • Observatory shows cosmic star maps (E16)
REVEALED — EPISODE 23
PERSONAL — PSYCHOLOGICAL
Velara’s Hidden Truth
DANGER LEVEL: HIGH — EMOTIONAL GRAVITY

Beneath Velara’s composed exterior lies extinction trauma. Memory fragments surface involuntarily: the Experiment, transformation events, terrible beauty and terrible loss. She may have been involved in whatever destroyed her people.

  • Dual-layer psychology: composed exterior, haunted interior
  • Involuntary memory fragments
  • Connection to “The Experiment”
  • Crystal Room may unlock full memories (E10)
PARTIALLY REVEALED — ONGOING

“People think the ocean hides its secrets… but it’s not hiding. It’s daring us to look.”

— Ned Calder, Episode 01
⚡ Dynamic Chemistry

FIRE & FREQUENCY

Together, Frank and Ned embody duality — instinct and intellect, emotion and reason. Their chemistry drives the story: Ned pushes forward into chaos, while Frank grounds him in reality. They clash, challenge, and ultimately complete each other.

“One dives for redemption. The other listens for truth. Together, they’ll uncover what sleeps beneath.”

✨ Alien Intelligence Pairing

VELARA + ORIXA

Not master and servant, but Cognitive Symbiosis. Velara feels — Orixa calculates. Velara desires — Orixa predicts. Velara influences emotion — Orixa influences probability. Together they represent Instinct + Probability, an extremely strong cinematic pairing.

“Your emotional reaction was statistically predictable.” — ORIXA

// Countdown to May 3, 2026 function updateCountdown() { const target = new Date(‘2026-05-03T00:00:00’).getTime(); const now = new Date().getTime(); const diff = target – now; if (diff { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.style.opacity = ‘1’; entry.target.style.transform = ‘translateY(0)’; } }); }, { threshold: 0.1 }); document.querySelectorAll(‘.episode-card, .char-card, .mystery-card’).forEach(el => { el.style.opacity = ‘0’; el.style.transform = ‘translateY(20px)’; el.style.transition = ‘opacity 0.6s ease, transform 0.6s ease’; observer.observe(el); }); // Countdown to May 3, 2026 function updateCountdown() { const target = new Date(‘2026-05-03T00:00:00’).getTime(); const now = new Date().getTime(); const diff = target – now; if (diff { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.style.opacity = ‘1’; entry.target.style.transform = ‘translateY(0)’; } }); }, { threshold: 0.1 }); document.querySelectorAll(‘.episode-card, .char-card, .mystery-card’).forEach(el => { el.style.opacity = ‘0’; el.style.transform = ‘translateY(20px)’; el.style.transition = ‘opacity 0.6s ease, transform 0.6s ease’; observer.observe(el); });