Steadring — decoded design system
Steadring's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/steadring.com.
Decoded design system
Steadring's decoded design system: background #FAF8F5, text #16302B, link #FFFFFF, primary #FFFFFF; type scale h1 104px / h2 61px / body 16px; 8px spacing base; 9999px base radius. The single interactive/action color is #B26E28 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FAF8F5 |
| surface | #ECECE8 |
| border | #D7DAD6 |
| text | #16302B |
| text_muted | #6C7C77 |
| primary | #FFFFFF |
| link | #FFFFFF |
| button_bg | #B26E28 |
| button_text | #FFFFFF |
Using these colors
- Action color
#B26E28— the single interactive color; only on things you click or must notice, never large fills. primary,linkare all#FFFFFF— one role, not several (the action color).
Typography
- Heading: Bricolage Grotesque
- Body: Public Sans
- Mono: Spline Sans Mono
- h1: 104px
- h2: 61px
- body: 16px
Spacing
- base unit: 8px
- scale: 6px, 9px, 10px, 12px, 13px, 14px, 15px, 16px, 17px, 18px
Radii
- base: 9999px
- button: 9999px
Shadows (elevation)
- overlay:
rgba(22, 48, 43, 0.38) 0px 40px 70px -40px, rgba(22, 48, 43, 0.05) 0px 2px 8px 0px
Motion
Micro-interactions run at 220ms (dominant) with ease.
- durations: 220ms · 200ms · 350ms
- easings:
ease·cubic-bezier(0.16, 1, 0.3, 1) - animated properties: color, transform, border-color, background-color
Native design tokens
| Token | Value |
|---|---|
--paper | #FAF8F5 |
--ink | #16302B |
--ink-2 | #3D5650 |
--brass | #B26E28 |
--brass-2 | #C98F4E |
--mist | #E4EBE6 |
--card | #FFFFFF |
--ink-08 | rgba(22,48,43,.08) |
--ink-12 | rgba(22,48,43,.12) |
--ink-18 | rgba(22,48,43,.18) |
…and 9 more measured on the page.
Button states (measured)
- primary hover: box-shadow
rgba(178, 110, 40, 0.55) 0px 8px 22px -8px· background#C98F4E· transformmatrix(1, 0, 0, 1, 0, -1) - primary focus: outline
3px solid rgb(178, 110, 40)
Layout (measured)
- container max-width:
1200px - nav: 69px sticky, backdrop
saturate(1.5) blur(14px) - common grid: 2 columns
Motion choreography (measured)
Load order: path.pre-line → div.marquee__track → circle.pre-ring → circle.pre-pulse → div.preloader
Scroll reveal: 20 elements rest at opacity 0, translateY(20px), animate in over 0.5s cubic-bezier(0.16, 1, 0.3, 1).
Stagger: i ×3 — 150ms apart.
Responsive (measured)
- breakpoints: 899px
- mobile (390px): hero 48px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/steadring.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/steadring.theme.ts https://mozaika.design/api/astryx/decode/steadring.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Steadring")
Export: DESIGN.md
# Steadring — Design System > light — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FAF8F5` | | surface | `#ECECE8` | | border | `#D7DAD6` | | text | `#16302B` | | text_muted | `#6C7C77` | | primary | `#FFFFFF` | | link | `#FFFFFF` | | button_bg | `#B26E28` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#B26E28` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `link` are all `#FFFFFF` — one role, not several. - **Page coverage** (full-page screenshot pixels): `#FAF8F5` 93.4% · `#4D4F3B` 3.9% · `#D3D3CD` 2.7% ## Typography - Heading: **Bricolage Grotesque** - Body: **Public Sans** _(free fallback: Newsreader)_ - Mono: **Spline Sans Mono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 104px / 700 · lh 106px · tracking -2.08px | | h2 | 61px / 400 · lh 61px · tracking 0.61px | | h3 | 51px / 700 · lh 55px · tracking -1.02px | | body | 16px / 400 · lh 26px | | small | 15px / 500 · lh 25px | | eyebrow | 12px / 400 · tracking 1.68px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Bricolage Grotesque — free, on Google. Public Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 6px, 9px, 10px, 12px, 13px, 14px, 15px, 16px, 17px, 18px — snap all gaps/padding to these - section rhythm: 130px top/bottom padding per section (measured) ## Radius - base: 9999px - button: 9999px - card: 15px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#B26E28` / `#FFFFFF` | 1px solid rgba(0, 0, 0, 0) | 9999px | 11.52px 19.2px 11.52px 19.2px | 600 14.72px | none | | secondary | `rgba(0, 0, 0, 0)` / `#3D5650` | none | — | 5.6px 0px 5.6px 0px | 500 15.2px | none | **States (measured, not guessed)** - primary hover: box-shadow `rgba(178, 110, 40, 0.55) 0px 8px 22px -8px` · background `#C98F4E` · transform `matrix(1, 0, 0, 1, 0, -1)` - primary focus: outline `3px solid rgb(178, 110, 40)` - secondary hover: color `#16302B` - transition: `transform 0.18s cubic-bezier(0.16, 1, 0.3, 1)` ## Shadows (elevation) - overlay: `rgba(22, 48, 43, 0.38) 0px 40px 70px -40px, rgba(22, 48, 43, 0.05) 0px 2px 8px 0px` ## Motion - durations: 220ms (dominant) · 200ms · 350ms - easings: `ease` (dominant) · `cubic-bezier(0.16, 1, 0.3, 1)` - animated properties: color, transform, border-color, background-color Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Their own tokens (verbatim from :root) | Token | Value | |-------|-------| | `--paper` | `#FAF8F5` | | `--ink` | `#16302B` | | `--ink-2` | `#3D5650` | | `--brass` | `#B26E28` | | `--brass-2` | `#C98F4E` | | `--mist` | `#E4EBE6` | | `--card` | `#FFFFFF` | | `--ink-08` | `rgba(22,48,43,.08)` | | `--ink-12` | `rgba(22,48,43,.12)` | | `--ink-18` | `rgba(22,48,43,.18)` | | `--ink-60` | `rgba(22,48,43,.60)` | | `--ease-out` | `cubic-bezier(.16,1,.3,1)` | _…and 7 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1200px · common grid: 2-col - nav: 69px sticky · backdrop saturate(1.5) blur(14px) · border-bottom 1px solid rgba(0, 0, 0, 0) · bg rgba(250, 248, 245, 0.72) | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 69 | 832 | 2 | — | 81/81 | — | | 960 | 1980 | — | — | 0/1080 | — | | 2940 | 940 | 4 | 42 | 130/130 | — | ## Motion choreography (measured) Load order: `path.pre-line` @0ms → `div.marquee__track` @0ms → `circle.pre-ring` @206ms → `circle.pre-pulse` @706ms → `div.preloader` @923ms - stagger: `i` ×3 — 150ms apart - scroll reveal: 20 elements rest at opacity 0, translateY(20px), animate in over 0.5s cubic-bezier(0.16, 1, 0.3, 1) (16 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - card ×4: pad 18.4px 0px 0px 0px · r 0px · border 1px solid rgba(22, 48, 43, 0.18) · bg rgba(0, 0, 0, 0) - hover: font-weight `400` · letter-spacing `normal` · transform `matrix(1, 0, 0, 1, 0, 0)` - link: #FFFFFF · no underline ## Responsive (measured) - breakpoints: 899px - mobile (390px): hero 48px · body 16px · nav: hamburger ## How to apply Paste the Tailwind `@theme` (or CSS variables) as your base, then build each section to its spec — verify every color, radius, and font against these tokens. Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/steadring.com
An automated reading of Steadring's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with steadring.com. No screenshots stored. Removal requests: hello@mozaika.design.