Meridian
White-label build for a branding agency
Meridian handled strategy, brand, and design. I handled the build, working to their design system and delivering the finished site for them to present to their client.
The challenge
The brand had a strict spacing and type scale that had to hold across every breakpoint, and the agency needed to keep extending the site after handoff without the design drifting.
The approach
The scale was implemented as CSS variables mapped directly to the tokens in their design system, with every component built on those variables instead of hard-coded values. Documented global classes cover each pattern in the design.
Where it landed
The agency builds new pages from the documented component set, and spacing and type stay consistent because the values come from one place.