Home Portfolio Book Assets Academy
Vintage LUTs Pack FREE

Products

.stk-6470ec4 {background-color:var(–theme-palette-color-4, #0a0f2c) !important;background-image:url(https://zoefilmske.com/wp-content/uploads/2026/02/masai-featured.webp) !important;padding-top:100px !important;padding-bottom:100px !important;margin-bottom:0px !important;}.stk-6470ec4:before{background-color:var(–theme-palette-color-4, #0a0f2c) !important;opacity:0.5 !important;}@media screen and (max-width:999px){.stk-6470ec4 {padding-top:60px !important;padding-bottom:60px !important;}}

.stk-52baf0a-container{margin-top:0px !important;margin-right:0px !important;margin-bottom:0px !important;margin-left:0px !important;}

Creative Assets

Digital Assets

Gear & Equipments

Insights & Articles

Professional creative resources designed to enhance filmmaking, photography, editing, and content creation workflows.

Zoe Films KE

Resources & Products

Everything you need to create better work — digital assets built from real productions and curated filmmaking gear.


Color Tools & Creative Packs

Built from real productions. Download and use on any project immediately.

Browse Full Shop →





Best Seller

LUT Pack

Street LUTs Pack

10 cinematic LUTs inspired by Nairobi street films. Warm tones, deep shadows.

.cubeDaVinciPremiere

LUT Pack

Golden Hour Pack

8 warm, sunset-toned LUTs for music videos and brand films shot in golden light.

.cubeDaVinciFinal Cut

New

LUT Pack

Moody Film Pack

12 desaturated, film-emulation LUTs for documentaries and cinematic short films.

.cubeDaVinciPremiere

PowerGrade

Commercial Clean PowerGrade

A full DaVinci Resolve node tree for clean, bright commercial and brand film looks.

.drtDaVinciNode Tree

PowerGrade

Cinematic Drama PowerGrade

Deep shadows, warm highlights — a full grade workflow for dramatic narrative films.

.drtDaVinciNode Tree

Can’t find what you need?

Browse the full shop or message us directly for custom assets.

(function(){

/* ── TAB TOGGLE ── */
const btnDigital = document.getElementById(‘zfpg-btn-digital’);
const btnGear = document.getElementById(‘zfpg-btn-gear’);
const tabDigital = document.getElementById(‘zfpg-tab-digital’);
const tabGear = document.getElementById(‘zfpg-tab-gear’);

function showTab(tab) {
if (tab === ‘digital’) {
tabDigital.style.display = ‘block’;
tabGear.style.display = ‘none’;
btnDigital.classList.add(‘zfpg-toggle-active’);
btnGear.classList.remove(‘zfpg-toggle-active’);
} else {
tabGear.style.display = ‘block’;
tabDigital.style.display = ‘none’;
btnGear.classList.add(‘zfpg-toggle-active’);
btnDigital.classList.remove(‘zfpg-toggle-active’);
}
}

btnDigital.addEventListener(‘click’, function(){ showTab(‘digital’); });
btnGear.addEventListener(‘click’, function(){ showTab(‘gear’); });

/* ── DIGITAL FILTER PILLS ── */
document.querySelectorAll(‘[data-filter-d]’).forEach(function(pill) {
pill.addEventListener(‘click’, function() {
document.querySelectorAll(‘[data-filter-d]’).forEach(function(p){ p.classList.remove(‘zfpg-pill-active’); });
pill.classList.add(‘zfpg-pill-active’);
const f = pill.getAttribute(‘data-filter-d’);
document.querySelectorAll(‘#zfpg-digital-grid .zfpg-product’).forEach(function(item){
if (f === ‘all’ || item.getAttribute(‘data-cat-d’) === f) {
item.style.display = ‘flex’;
} else {
item.style.display = ‘none’;
}
});
});
});

/* ── GEAR FILTER PILLS ── */
document.querySelectorAll(‘[data-filter-g]’).forEach(function(pill) {
pill.addEventListener(‘click’, function() {
document.querySelectorAll(‘[data-filter-g]’).forEach(function(p){ p.classList.remove(‘zfpg-pill-active’); });
pill.classList.add(‘zfpg-pill-active’);
const f = pill.getAttribute(‘data-filter-g’);
document.querySelectorAll(‘#zfpg-gear-grid .zfpg-product’).forEach(function(item){
if (f === ‘all’ || item.getAttribute(‘data-cat-g’) === f) {
item.style.display = ‘flex’;
} else {
item.style.display = ‘none’;
}
});
});
});

})();