A living system for web, brand, and design at Founding Creative — Gelica + Manrope, the mint-and-holographic palette, and the components that ship on foundingcreative.com.
Four expressions of one identity. The wordmark leads in navigation and signatures. The brandmark pairs icon + wordmark for hero lockups. The icon goes anywhere square: favicons, avatars, app tiles. The wave is a textural signature — use it large, behind, and cropped.
The animated conic gradient + wave overlay + black veil is Founding's most distinctive visual. Deploy it on marquee hero sections and rarely elsewhere — scarcity is the point.
Animated holo flag loops — reserve for video and splash takeovers. Each background context demands a contrast-safe treatment: white flag on dark, black flag on medium and light.
Reserve clear space equal to the height of the icon's "F" bar on all sides. Never crowd the wordmark with copy or UI chrome.
Wordmark: 80px wide on screen, 20mm in print. Icon: 24px on screen, 8mm in print. Below that, use the favicon variant.
No outlines, drop shadows, rotations, or rebuilds. Don't place the black wordmark on busy holographic backgrounds — use the white one instead.
The system lives on a black-first canvas. Mint Green #7EF893 is the single accent — it's what "points at things." The holographic spectrum (cyan, mint, lavender) only appears on hero backgrounds and inside SiteLaunch cards, never as general UI color.
A contemporary serif paired with a geometric grotesque. Gelica carries voice, pull-quotes, and display. Manrope carries everything readable — UI, body, captions.
Headlines, hero titles, section titles, big numbers.
A single phrase per headline, usually mint-tinted, for the voicey beat.
Short all-bold labels under icons; large stat numbers; button labels at scale.
All 10 upright weights and their italic counterparts. Reach outside the default (Medium 500) rarely and intentionally — Gelica Black is for press only; Gelica ExtraLight for airy editorial layouts.
One variable font file covers the full 200–800 weight range. Body copy sits at 400; UI labels and links at 600; section labels and stats at 700.
An 8pt grid with a 12-column 1140px container inside a 150px gutter. Three radius tiers. Shadows are subtle on dark (real luminance is mostly from the holo gradient, not drop-shadows).
What ships on foundingcreative.com today. These are the living versions — pair with the React library in /Components.
Hover any button to see the holographic spectrum glow ring — a slow conic gradient cycling cyan → holo-mint → lavender → magenta with a soft pulse. The link variant has no ring.
Hover any card below to preview its interaction. Default cards are fully static — all hover effects are opt-in via modifier class.
For brands ready to make an unforgettable entrance.
For growth-focused brands ready to fuel conversions.
For scaling companies needing clarity, structure, and alignment.
Three canonical page sections as shipping examples. These are the recipes — same ingredients, consistent outcomes.
Link the two stylesheets, choose a scheme, and build.
<link rel="stylesheet" href="css/tokens.css">
<link rel="stylesheet" href="css/components.css">
<body>
<nav class="navbar">…</nav>
<button class="btn btn--primary">
See our work
</button>
</body>
color: var(--mint); background: var(--n-black); border-radius: var(--r-lg); font-family: var(--font-display); box-shadow: var(--glow-mint); /* Swap schemes */ <div class="scheme-mint">…</div>