Our Place — design system & UI screens
Warm editorial cookware DTC hero over a soft-lit pasta-and-pot photograph; a serif Midsummer Sale headline with a Shop now button, a press-logo strip (Bon Appetit, Vogue) and a row of pastel cookware product tiles.
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/our-place.
Decoded design system
Our Place's decoded design system: background #FCFAF6, text #35312E, accent #F6F3EB, link #465661, primary #EBE5D4; type scale h1 60px / h2 60px / body 16px; 4px spacing base; 4px base radius. The single interactive/action color is #F6F3EB — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FCFAF6 |
| surface | #F0EDEA |
| border | #DEDBD8 |
| text | #35312E |
| text_muted | #807D7A |
| primary | #EBE5D4 |
| accent | #F6F3EB |
| link | #465661 |
| secondary | #AF5A3C |
| button_bg | #F6F3EB |
| button_text | #35312E |
Using these colors
- Action color
#F6F3EB— the single interactive color; only on things you click or must notice, never large fills. accent,button_bgare all#F6F3EB— one role, not several (the action color).- accent
#F6F3EB— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. - primary
#EBE5D4— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #F6F3EB). - link
#465661— inline text links and link-styled controls. - secondary
#AF5A3C— optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
Typography
- Heading: Calibre
- Body: Calibre
- h1: 60px
- h2: 60px
- body: 16px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 40px
Radii
- base: 4px
- button: 4px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 400ms · 200ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·cubic-bezier(0.44, 0.65, 0.07, 1.01) - animated properties: opacity, background-color, color, border-color
Button states (measured)
- primary hover: background
#8C4830
Layout (measured)
- container max-width:
1440px - nav: 65px sticky
- common grid: 2 columns
Motion choreography (measured)
Load order: div.marquee → div.marquee2 → nav.splide×10 → div.splide__slide×11 → div.box-border → div.placeholder
Scroll reveal: 40 elements rest at opacity 0, animate in over 0.15s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 550px · 749px · 768px · 860px · 992px · 1024px
- mobile (390px): hero 36px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →