Rodrigo Siqueira

Rodrigo Siqueira is a Brazilian director with a rare gift for crafting sun-drenched, cinematic worlds that feel both timeless and trend-defining. His work is unmistakable - each frame meticulously composed, casting that feels effortlessly real, and a color palette that wraps you in warmth.

Rodrigo tells stories with restraint and confidence. Often, the power of his direction lies not in movement or gimmicks, but in stillness, moments so perfectly captured they feel like memories. Whether working with narrative, fashion, or music, he creates visuals that are not just beautiful but emotionally alive.

Fashion-forward by instinct, Rodrigo doesn’t follow trends...he sets them. His work feels intimate yet elevated, global in vision yet grounded in detail. And while he may downplay it, he’s also annoyingly good on a skateboard.

'; var blobUrl = URL.createObjectURL(new Blob([html], { type: 'text/html' })); _slateBlobRegistry.push(blobUrl); return blobUrl; }// Appends query params to a Slate embed URL for hover (muted autoplay preview) // Slate may or may not honour these — if ignored, browser autoplay policy // still blocks unmuted playback so silence is effectively guaranteed. function slateEmbedHoverSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1&muted=1&loop=1'; }// Appends autoplay param for fullscreen popup (unmuted, Slate's own controls) function slateEmbedPopupSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1'; }window.addEventListener('beforeunload', function () { _slateBlobRegistry.forEach(function (url) { URL.revokeObjectURL(url); }); _slateBlobRegistry = []; });// ############### Play video on hover, pause on leave ############### // Vimeo → removes