FOUNDRY WORKS Campaign 04 · One send, every inbox
Foundry Works is a fictional maker campus in a former iron foundry, invented for this piece. Below is one of its marketing emails, built as a real responsive HTML file, then followed around: how it renders in light and dark, and what each major mail client actually receives. Open the file and read the source.
01
02
03
The four hall slabs are the merchandising: each one is a full-bleed color block carrying the hall's name, its numbered dot, one line of availability, and a link. Under 480 pixels the display type drops from 76 to 44 pixels and the gutters tighten; the slabs already span the full width, so they simply keep doing it.
04
Both columns are the same file, rendered in a browser with the color scheme flipped. The canvas and the text swap; the four hall slabs do not move, because each one was chosen to clear WCAG AA against its own text color rather than against either canvas.
The file carries dark mode three ways. Clients that honor the standard get a prefers-color-scheme media query. Outlook.com and the Outlook apps rewrite colors themselves, so the same second palette is repeated under their data-ogsc and data-ogsb hooks, with the slabs, badges, and plate text pinned to the values they already pass. Classic Outlook for Windows reads neither; its Word engine runs an inversion no sender can target, so the light design is written as the source that inversion starts from.
05
06
Spec work by Ryan Allen | all demo concepts
Part of the fullbuild.ai gallery.