MozaikaDesign system

SSENSE — Design System

light · modern · medium · custom · confidence 45% · deep decode

SSENSE is fashion-editorial brutalism: Times Now serif at 100px/400 setting magazine headlines ('How Brick Became a Status Symbol...') in grey #333333, Favorit at 20px for the commerce, zero border-radius anywhere. Product photography floats on clinical white while the type flips between broadsheet and price tag — a store art-directed like a culture journal, which is the brand.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/ssense.

Tokens

SSENSE's decoded design system: background #FFFFFF, text #000000, accent #FF2B00, link #FF2B00, primary #CC0000; type scale h1 100px / h2 53.2px / body 20px; 10px spacing base; 0px base radius. The single interactive/action color is #000000 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#CC0000
accent#FF2B00
link#FF2B00
button_bg#000000
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

Micro-interactions run at 350ms (dominant) with ease.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.onetrust-pc-dark-filterdiv.otFlat

Responsive (measured)

Per-section tokens (10)

Export: DESIGN.md

# SSENSE — Design System

> light, modern, medium, custom — deep decode (measured live)

SSENSE is fashion-editorial brutalism: Times Now serif at 100px/400 setting magazine headlines ('How Brick Became a Status Symbol...') in grey #333333, Favorit at 20px for the commerce, zero border-radius anywhere. Product photography floats on clinical white while the type flips between broadsheet and price tag — a store art-directed like a culture journal, which is the brand.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#EFEFEF` |
| border | `#D8D8D8` |
| text | `#000000` |
| text_muted | `#606060` |
| primary | `#CC0000` |
| accent | `#FF2B00` |
| link | `#FF2B00` |
| button_bg | `#000000` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#000000` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link` are all `#FF2B00` — one role, not several.
- **accent** `#FF2B00` — accent for emphasis — keep it rare on the page.
- **primary** `#CC0000` — a brand color — but the call-to-action uses #000000, not this.
- **Page coverage** (full-page screenshot pixels): `#7F7F7F` 46.3% · `#4E4C4A` 20.1% · `#0A0A0B` 12.8% · `#FFFFFF` 9.7%

## Typography

- Heading: **JHA Times Now** _(free fallback: Newsreader)_
- Body: **Favorit SSENSE Inter** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 100px / 400 · lh 94px · tracking -3.75px |
| h2 | 67px / 400 · lh 72px · tracking -2px |
| h3 | 53px / 400 · lh 60px · tracking -2px |
| body | 20px / 100 · lh 26px · tracking -0.05px |
| small | 19px / 400 · lh 26px · tracking -0.25px |

- Weight ladder: 100 · 400 · 600 · 700 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** JHA Times Now may be proprietary — safe free fallback: Newsreader (Google Fonts). Favorit SSENSE Inter may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 10px (inferred from the measured scale)
- measured scale: 10px, 12px, 15px, 20px, 29px, 30px, 40px, 55px, 80px, 107px — snap all gaps/padding to these

## Radius
- base: 0px
- button: 2px
- card: 10px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#000000` / `#FFFFFF` | 1px solid rgb(0, 0, 0) | 2px | 12px 10px 12px 10px | 600 13.008px / 0.13008px | none |
| secondary | `#FFFFFF` / `#000000` | 1px solid rgb(0, 0, 0) | 2px | 12px 10px 12px 10px | 600 13.008px / 0.13008px | none |

**States (measured, not guessed)**

- primary focus: outline `1px solid rgb(0, 0, 0)`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px`

## Motion
- durations: 350ms (dominant) · 400ms · 500ms
- easings: `ease` (dominant) · `ease-in-out`
- animated properties: transform

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Layout (measured)
- container max 1260px
- nav: 94px fixed · bg #FFFFFF

## Motion choreography (measured)
Load order: `div.onetrust-pc-dark-filter` @0ms → `div.otFlat` @0ms

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #333333 · no underline

## Responsive (measured)
- breakpoints: 480px · 568px · 599px · 768px · 950px · 992px
- mobile (390px): hero 40px · body 11px · nav: inline

## 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/ds/ssense

Export: Tailwind v4 (@theme)

@theme {
  /* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #EFEFEF;
  --color-border: #D8D8D8;
  --color-text: #000000;
  --color-text-muted: #606060;
  --color-primary: #CC0000;  /* a brand color — but the call-to-action uses #000000, not this. */
  --color-accent: #FF2B00;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #FF2B00;  /* inline text links and link-styled controls. */
  --color-button-bg: #000000;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: JHA Times Now may be proprietary — safe free fallback: Newsreader (Google Fonts). Favorit SSENSE Inter may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "JHA Times Now", "Newsreader", Georgia, 'Times New Roman', serif;
  --font-body: "Favorit SSENSE Inter", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 100, 400, 600, 700 — use these, not 400/600 */
  --text-hero: 100px; --font-weight-hero: 400; --leading-hero: 94px; --tracking-hero: -3.75px;
  --text-h2: 67px; --font-weight-h2: 400; --leading-h2: 72px; --tracking-h2: -2px;
  --text-h3: 53px; --font-weight-h3: 400; --leading-h3: 60px; --tracking-h3: -2px;
  --text-body: 20px; --font-weight-body: 100; --leading-body: 26px; --tracking-body: -0.05px;
  --text-small: 19px; --font-weight-small: 400; --leading-small: 26px; --tracking-small: -0.25px;
  --radius-base: 0px;
  --radius-button: 2px;
  --radius-card: 10px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  --outline-focus: 1px solid rgb(0, 0, 0);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 350ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 400ms;
  --duration-slow: 500ms;
  --spacing: 10px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 10, 12, 15, 20, 29, 30, 40, 55, 80, 107px */
}

Export: CSS variables

:root {
  /* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #CC0000;  /* a brand color — but the call-to-action uses #000000, not this. */
  --accent: #FF2B00;  /* accent for emphasis — keep it rare on the page. */
  --link: #FF2B00;  /* inline text links and link-styled controls. */
  --button-bg: #000000;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "JHA Times Now", "Newsreader", Georgia, 'Times New Roman', serif;
  --font-body: "Favorit SSENSE Inter", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 100px; --weight-hero: 400; --leading-hero: 94px; --tracking-hero: -3.75px;
  --text-h2: 67px; --weight-h2: 400; --leading-h2: 72px; --tracking-h2: -2px;
  --text-h3: 53px; --weight-h3: 400; --leading-h3: 60px; --tracking-h3: -2px;
  --text-body: 20px; --weight-body: 100; --leading-body: 26px; --tracking-body: -0.05px;
  --text-small: 19px; --weight-small: 400; --leading-small: 26px; --tracking-small: -0.25px;
  --radius: 0px;
  --radius-button: 2px;
  --radius-card: 10px;
  --radius-sharp: 2px;
  --shadow-card: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
  --focus-ring: 1px solid rgb(0, 0, 0);
  --ease: ease;
  --duration-fast: 350ms;
  --duration-base: 400ms;
  --duration-slow: 500ms;
}
/* fonts: JHA Times Now may be proprietary — safe free fallback: Newsreader (Google Fonts). Favorit SSENSE Inter may be proprietary — safe free fallback: Newsreader (Google Fonts). */