Nik Fonseca — Director · Executive Producer

Director · Executive Producer

Bodies
in motion.

Available for high-stakes stories

Selected Work

Photography

Stills · Field work
Photo 01
Photo 02
Photo 03
Photo 04
Photo 05
Photo 06
Photo 07
Photo 08

About

Bio · CV

Director and Executive Producer. 20+ years in the field, across 25+ countries — action, adventure, and cinematic reality.

Multidisciplinary director and executive producer focused on action-driven storytelling across sports, action, and adventure. With a background in documentary and film directing, I create premium nonfiction and narrative projects shaped by cinematic precision, emotional clarity, and real-world tension. Based in São Paulo and working globally, I have led projects around the world for brands and platforms including Netflix, UFC, Red Bull, Discovery Networks, Turner, National Geographic, MTV, FOX, and HBO.

Portrait

Journal

Notes from the field
Contact

Let's make
something
together.

© Nik Fonseca · 2026 São Paulo → World
document.addEventListener('DOMContentLoaded', function() { var cur = document.createElement('div'); cur.className = 'nk-cursor'; var ring = document.createElement('div'); ring.className = 'nk-ring'; document.body.appendChild(cur); document.body.appendChild(ring); var mx = 0, my = 0, rx = 0, ry = 0; document.addEventListener('mousemove', function(e) { mx = e.clientX; my = e.clientY; cur.style.left = mx + 'px'; cur.style.top = my + 'px'; }); (function animRing() { rx += (mx - rx) * 0.1; ry += (my - ry) * 0.1; ring.style.left = rx + 'px'; ring.style.top = ry + 'px'; requestAnimationFrame(animRing); })(); document.querySelectorAll('a, button').forEach(function(el) { el.addEventListener('mouseenter', function() { cur.classList.add('big'); }); el.addEventListener('mouseleave', function() { cur.classList.remove('big'); }); }); });