fuels
laurel sumac, porcelain, pigments, 2025

BIO

Dieter Mackenbach (b. 1991) lives in Claremont, CA.

Contact

For inquiries about available work, commissions, or exhibitions:

your.email@example.com

Instagram

// Show target section with entrance animation const target = document.getElementById(targetSection); target.style.display = 'block'; target.classList.remove('section-transition'); void target.offsetWidth; // Trigger reflow target.classList.add('section-transition'); // Update active nav state navLinks.forEach(l => l.style.color = ''); link.style.color = 'var(--text-primary)'; }); }); // Staggered image load animation const masonryItems = document.querySelectorAll('.masonry-item'); masonryItems.forEach((item, index) => { item.style.opacity = '0'; item.style.animation = `fadeInUp 0.6s ease-out ${0.8 + (index * 0.05)}s forwards`; });