Sam Chase Productions

Rebrand + Web Design + Development

Designed and developed a cinematic, CMS-driven Webflow portfolio for Sam Chase Productions, showcasing their film projects through immersive visuals, custom video modals, and a seamless user experience across all devices.

Project Details

Role

Web Designer + Developer

Tools

Figma + Webflow

Timeline

5 weeks

Year

2025

The Challenge

Sam Chase Productions needed a website that could capture the cinematic quality of their video work while remaining fast, intuitive, and easy to update. Their previous online presence didn’t reflect the scale or artistry of their film projects, and it lacked a structure for showcasing new work dynamically. The challenge was to design a modern, visually immersive portfolio that highlighted storytelling through video while ensuring a seamless, responsive user experience across all devices.

The Solution

I designed and developed a dynamic, CMS-driven Webflow site that puts the films front and center. Each project is presented through full-width visuals, custom video modals, and smooth transitions that mirror the cinematic feel of Sam Chase Productions’ work. I built reusable components and a structured CMS so new videos can be added effortlessly, keeping the portfolio fresh without touching code. The final site balances bold storytelling with clean navigation and fast load times—delivering a polished experience that reflects the creative quality of their films.

Homepage hero showcasing the cinematic tone and dynamic visuals.

From static layout to immersive storytelling interface.

Responsive layout for different breakpoints

The Outcome

The new website captures the cinematic identity of Sam Chase Productions while making content management effortless. The streamlined structure and dynamic CMS allow the team to feature new projects instantly, showcasing their evolving portfolio with ease. The refreshed design improved usability across devices and strengthened the brand’s professional presence—helping potential clients experience the impact of their storytelling from the very first scroll.

Client Testimonial

"Working with Devon was an absolute pleasure. She completely reimagined our website into something cinematic, clean, and true to who I are as a filmmaker. The new design not only looks incredible but actually helps us tell my story — clients can see my work, my process, and book me effortlessly. Devon took every idea we had and made it better."
Sam Chase
Founder, Sam Chase Productions
/* Outer wrapper: centered and bounded */ .case-video{ box-sizing: border-box; width: min(100%, 1200px); /* match your site container */ margin: 24px auto; padding-inline: 16px; /* safe gutter on small screens */ } /* INNER box: owns the aspect-ratio and contains the video */ .case-video__box{ position: relative; width: 100%; aspect-ratio: 16 / 9; /* keeps the right edge from spilling */ overflow: hidden; background: #000; }