Cognition — design system & UI screens
Minimal editorial landing with a thin left nav and long-form manifesto copy, closing on an enormous grayscale authority logo wall (Goldman Sachs, Ramp, US Army, Anduril, NASA, Cisco).
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/cognition.
Decoded design system
Cognition's decoded design system: background #F7F6F5, text #000000, accent #FF0000, link #FF0000, primary #2200FF; type scale h1 36px / h2 20px / body 10px; 4px spacing base; 0px base radius. The single interactive/action color is #191919 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #F7F6F5 |
| surface | #E8E7E6 |
| border | #D1D1D0 |
| text | #000000 |
| text_muted | #5D5D5D |
| primary | #2200FF |
| accent | #FF0000 |
| link | #FF0000 |
| button_bg | #191919 |
| button_text | #F7F6F5 |
Using these colors
- Action color
#191919— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#FF0000— one role, not several (the action color).- accent
#FF0000— accent for emphasis — keep it rare on the page. - primary
#2200FF— a brand color — but the call-to-action uses #191919, not this.
Typography
- Heading: Bureau Serif
- Body: International
- Mono: GeistMono
- h1: 36px
- h2: 20px
- body: 10px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 32px
Radii
- base: 0px
- button: 0px
Motion
Micro-interactions run at 200ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 200ms · 400ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1) - animated properties: opacity
Native design tokens
| Token | Value |
|---|---|
--form-input-bg | #00000008 |
--form-input-bg-hover | #0000000d |
--color-amber-400 | lab(80.1641% 16.6016 99.2089) |
--color-surface-alt | #f2f5fa |
--color-orange-800 | lab(37.1566% 46.6433 50.5562) |
--color-neutral-600 | lab(34.924% 0 0) |
--color-purple-800 | lab(30.6017% 56.7637 -64.4751) |
--color-neutral-200 | lab(90.952% 0 -.0000119209) |
--color-text-secondary | #1919198f |
--color-purple-100 | lab(93.3333% 6.97437 -9.83434) |
…and 47 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1440px - common grid: 15 columns
Responsive (measured)
- breakpoints: 640px · 768px · 1024px
- mobile (390px): hero 24px · nav hamburger
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →