A vanished android and a broken dream

The Missing Head

TITLE
The Missing Head
PRODUCED BY
Cromo Studio
YEAR
2027
FORMAT
1 x 85′ & 52′
CATEGORY

In the early 2000´s, two innovators created a lifelike Philip K. Dick android that became a cultural sensation – until it mysteriously disappeared, shattering their partnership. Twenty years later, the film brings them back together to revisit the dream, the fallout, and the questions their AI still raises.

Contact Sales to request a Pitch Deck

Screening room content.

or

to watch.

SIMILAR TITLES

Breaking Through

Sacrifice, Resilience, Resistance

The Secret Lives of the Ancients

Uncovering the hidden links between ancient worlds

Paradise in Hel

Treasure, mystique, and the cult of Ior Bock

White, White North

Uncovering Canada’s neo-Nazi past and present

❤️ List

document.addEventListener('DOMContentLoaded', function() { const headingContainer = document.querySelector('.animated-heading-trigger'); if (!headingContainer) return; const heading = headingContainer.querySelector('.elementor-heading-title'); if (!heading) return; const textContent = heading.textContent.trim(); heading.setAttribute('data-text', textContent); function updateHeadingColor() { const rect = heading.getBoundingClientRect(); const windowHeight = window.innerHeight; const startPoint = windowHeight * 0.75; const endPoint = 0; const elementTop = rect.top; let fillPercentage = 0; if (elementTop <= startPoint && elementTop >= endPoint) { fillPercentage = ((startPoint - elementTop) / (startPoint - endPoint)) * 100; } else if (elementTop < endPoint) { fillPercentage = 100; } document.documentElement.style.setProperty('--heading-fill-width', fillPercentage + '%'); } let ticking = false; window.addEventListener('scroll', function() { if (!ticking) { window.requestAnimationFrame(function() { updateHeadingColor(); ticking = false; }); ticking = true; } }); updateHeadingColor(); });