---
version: alpha
name: notion.so
description: "Light product system built on #ffffff with #455dd3 as the primary CTA accent. Type anchored in NotionInter at 64px / weight 700. Extracted automatically from https://notion.so/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
  notion.so is built on a pure-white canvas (rgb(255, 255, 255)).
  The system uses rgb(69, 93, 211) as the accent for primary actions and brand signals.
  Crisp CTAs (4px radius) reinforce a precise, technical aesthetic alongside NotionInter as the primary typeface.
  NotionInter is paired with Inter for secondary roles.
  A layered elevation system (7 distinct shadows) building a clear front-to-back hierarchy.
  Motion is a first-class concern — 39 keyframe animations plus transition-driven interactions.

colors:
  background: "#ffffff"
  surface-1: "#f6f5f4"
  surface-2: "rgba(255, 255, 255, 0)"
  ink-subtle: "#615d59"
  primary: "#455dd3"
  on-primary: "#ffffff"
  primary-hover: "#f2f9ff"
  hairline: "#78736f"
  primary-focus: "#0075de"
  semantic-error: "#f64932"
  semantic-success: "#14832b"
  semantic-warning: "#ff6d00"

typography:
  display-xl:
    fontFamily: "NotionInter"
    fontSize: 64px
    fontWeight: 700
    lineHeight: 1
    letterSpacing: -2.125px
  display-md:
    fontFamily: "NotionInter"
    fontSize: 14px
    fontWeight: 400
    lineHeight: 1.43
    letterSpacing: 0
  body:
    fontFamily: "NotionInter"
    fontSize: 16px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0
  caption:
    fontFamily: "NotionInter"
    fontSize: 22px
    fontWeight: 700
    lineHeight: 1.27
    letterSpacing: -0.25px
  button:
    fontFamily: "NotionInter"
    fontSize: 16px
    fontWeight: 500
    lineHeight: 1.5
    letterSpacing: 0
  mono:
    fontFamily: "NotionInter"
    fontSize: 42px
    fontWeight: 700
    lineHeight: 1.14
    letterSpacing: -1.5px

rounded:
  none: 0px
  xs: 4px
  sm: 8px
  md: 12px
  lg: 16px
  xl: 16px
  xxl: 24px
  pill: 9999px

spacing:
  xxs: 2px
  xs: 4px
  sm: 8px
  md: 12px
  lg: 24px
  xl: 32px
  xxl: 64px
  section: 80px

components:
  button-ghost:
    backgroundColor: "{colors.surface-2}"
    textColor: "{colors.surface-1}"
    typography: "{typography.body}"
    rounded: "{rounded.xs}"
    padding: 5px 10px
  button-primary-brand:
    backgroundColor: "{colors.primary}"
    textColor: "{colors.on-primary}"
    typography: "{typography.body}"
    rounded: "{rounded.sm}"
    padding: 4px 14px
  button-primary-brand-2:
    backgroundColor: "{colors.primary}"
    textColor: "{colors.on-primary}"
    typography: "{typography.body}"
    rounded: "{rounded.sm}"
    padding: 6px 15px
  navigation-main-nav:
    backgroundColor: "{colors.surface-1}"
    typography: "{typography.body}"
    rounded: "{rounded.none}"
    padding: 12px 16px
  testimonial-quote-card:
    backgroundColor: "{colors.on-primary}"
    textColor: "#000000"
    typography: "{typography.body}"
    rounded: "{rounded.md}"
    padding: 24px
  tab-ghost-tab:
    backgroundColor: "{colors.surface-2}"
    textColor: "#000000"
    typography: "{typography.body}"
    rounded: "{rounded.sm}"
    padding: 12px 16px

extracted_at: "2026-05-30T22:28:30.006Z"
completeness: 91
scoreVersion: "v2"

---

# Design System — notion.so
> Extracted automatically by Clone Architect from https://www.notion.so
> Date: 2026-05-30
> Viewport: Desktop 1440x900 + Mobile 390x844
> Values are extracted, not hand-written: rendered styles via getComputedStyle() + colors declared in CSS custom properties (token-only values are marked `(token)` and may not be painted).

> **🤖 TL;DR for AI agents** (read this first — saves you scanning the full doc):
>
> - **Canvas**: `rgb(255, 255, 255)` is the page background. Every component composits against this.
> - **Accent**: `rgb(69, 93, 211)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 48px between major bands. Card padding: 24px.
> - **Default radius**: 8px on buttons/inputs. Pills (`9999px`) only for icon-buttons or status chips.
>
> **Before generating UI**: import this DESIGN.md, scan §2 (Color Palette) + §4 (Components) + §10 (Agent Guide). Skip §11–12 unless extending.

## 1. Visual Theme & Atmosphere

notion.so uses a pure-white canvas (`#ffffff`), letting typography, color and imagery carry the visual weight. 

Typography is anchored in **NotionInter**, deployed with OpenType features enabled globally (`"lnum", "locl" 0`). These aren't decorative — they're load-bearing: without them, the typeface reverts to its generic state and the design loses its specific texture. The weight scale rejects the standard 100/200/.../900 ladder in favor of custom values (max **700** in this system) — a deliberate signal that this design system is precisely tuned, not assembled from defaults. Negative letter-spacing at display sizes (-2.125px at 64px) compresses headlines into engineered blocks, dense and precise. 

Body text reads in Translucent Black (95%) (`rgba(0, 0, 0, 0.95)`) (contrast ratio 21.0:1, well above WCAG AA). **Royal Blue** (`#455dd3`) is the single high-saturation color in the system — it earns its presence only on interactive elements, making CTAs and links the unmistakable focal points against the otherwise neutral palette. Elevation is built from multi-layer shadow stacks — each level combines several blurred layers at varying offsets to simulate how light falls on stacked surfaces. 
Border radius varies from pill-shaped (fully rounded) to moderately rounded elements, creating visual rhythm. Motion design uses smooth easing curves for polished state transitions. 

**Key Characteristics:**
- Background: Banner (`#ffffff`)
- Primary typeface: NotionInter
- Accent: Royal Blue (`#455dd3`)
- Display: 64px weight 700, letter-spacing -2.125px
- Shadow system: 7 distinct elevation levels
- Custom fonts loaded: NotionInter, Lyon Text, iA Writer Mono, Permanent Marker

## 2. Color Palette & Roles

### Background & Surface
- **Banner** (`#ffffff`): Page background (primary)
- **Background Surface Accent Muted** (`#f2f9ff`): Surface / elevated background (CSS var)
- **Background Surface Accent Soft** (`#e6f3fe`): Surface / elevated background (CSS var)
- **Background Surface Neutral** (`#f6f5f4`): Surface / elevated background (CSS var)
- **Transparent** (`transparent`): Surface / elevated background

### Text & Content
- **Translucent Black (95%)** (`rgba(0, 0, 0, 0.95)`): Primary body text
- **Text Warning** (`#ff6d00`): Text (CSS var)
- **Text Error** (`#f64932`): Text (CSS var)
- **Text Color Regular** (`#040404`): Text (CSS var)
- **Text Color Dark** (`#111111`): Text (CSS var)

### Accent & Interactive
- **Background Surface Accent Soft Active** (`#93cdfe`): Accent / interactive (CSS var)
- **Background Surface Accent Focus** (`#0075de`): Accent / interactive (CSS var)
- **Background Surface Accent Hover** (`#097fe8`): Accent / interactive (CSS var)
- **Link Primary Text Active** (`#00396b`): Accent / interactive (CSS var)
- **Background Surface Accent Active** (`#005bab`): Accent / interactive (CSS var)
- **Accent** (`#62aef0`): Accent / interactive (CSS var)
- **#9c7054** (`#9c7054`): Interactive / accent

### Border & Divider
- **Light Gray** (`#dddddd`): Borders / dividers
- **Silver** (`#c0c0c0`): Borders / dividers

### Full Extracted Palette
**42 colors rendered on the page** + **70** more declared in design tokens (CSS custom properties — not necessarily painted). (19 categorized above + 93 additional below.)
Rendered values are read via `getComputedStyle()`; token values come from CSS variable declarations. Third-party logo colors are filtered out.

- `#191918` — Near Black
- `#02093a` — Deep Navy
- `#fcf8f5` — Off-Cream
- `#fff5ed` — Warm Cream
- `#fef3f1` — Warm Cream
- `#f8f5fc` — Ghost White
- `#9849e8` — Violet
- `#f2fafa` — Ghost White
- `#27918d` — #27918d
- `#fff5e0` — Beige
- `#ffb110` — Amber
- `#f9f9f8` — Off-Cream
- `#78736f` — Stone
- `#455dd3` — Royal Blue
- `#2537b1` — #2537b1
- `#ffc95e` — #ffc95e
- `#ff3b30` — Vermillion
- `#f77463` — Coral
- `#ad6ded` — #ad6ded
- `#ff8a33` — Coral
- `#ff83dd` — Magenta
- `#213183` — #213183
- `#31302e` — Charcoal
- `#2a9d99` — #2a9d99
- `#1aae39` — Success Green
- `#b18164` — #b18164
- `#615d59` — Dim Gray
- `#a39e98` — Cool Gray
- `#f7f7f5` — Off-Cream
- `#d6b6f6` — Lavender *(token)*
- `#523410` — #523410 *(token)*
- `#ff64c8` — Hot Pink *(token)*
- *…+61 more in `raw-css.json` (`desktop.allColors`).*

### CSS Custom Properties (Design Tokens)

**Spacing Token**
- `--typography-article-body-letter-spacing`: `0`
- `--typography-sans-600-bold-letter-spacing`: `-0.046875rem`
- `--typography-serif-800-regular-letter-spacing`: `-0.125rem`
- `--typography-sans-1000-regular-letter-spacing`: `-0.25rem`

**Motion Token**
- `--motion-duration-300`: `300ms`
- `--motion-duration-250`: `250ms`
- `--motion-timing-function-ease-in`: `ease-in`

**Background**
- `--color-background-surface-accent-muted`: `#f2f9ff`
- `--color-background-surface-neutral-focus`: `#dfdcd9`
- `--color-background-surface-accent-soft`: `#e6f3fe`
- `--color-background-surface-accent-muted-focus`: `#e6f3fe`

**Success**
- `--color-green-500`: `#1aae39`
- `--color-green-900`: `#05210b`
- `--color-green-400`: `#68ce7e`
- `--color-green-100`: `#f0faf2`

**Font Family Token**
- `--font-family-fallback-mono`: `Nitti,Menlo,Courier,monospace`
- `--font-family-primary-serif-japanese`: `"Lyon Text"`
- `--font-family-primary-serif`: `"Lyon Text"`
- `--font-family-fallback-serif-japanese`: `Georgia,YuMincho,"Yu Mincho","Hiragino Mincho ProN",serif`

**Border Radius Token**
- `--border-radius-800`: `0.875rem`
- `--border-radius-400`: `0.375rem`
- `--border-radius-300`: `0.3125rem`
- `--border-radius-900`: `1rem`

**Border**
- `--color-border-base`: `#0000001a`

**Z-Index Token**
- `--z-index-banner`: `90`
- `--z-index-popup`: `500`
- `--z-index-mobile-nav`: `200`
- `--z-index-header`: `100`

**Font Size Token**
- `--font-size-350`: `1.25rem`
- `--font-size-700`: `2.625rem`
- `--font-size-600`: `2rem`
- `--font-size-500`: `1.625rem`

**Font Weight Token**
- `--font-weight-variable-semibold`: `620`
- `--font-weight-medium`: `500`
- `--font-weight-bold`: `700`
- `--font-weight-regular`: `400`

**Text Color**
- `--color-text-warning`: `#ff6d00`
- `--color-text-error`: `#f64932`
- `--color-text-disabled`: `#0000004d`
- `--color-text-muted`: `#0000008a`

**Primary Brand Color**
- `--color-accent-muted`: `#f2f9ff`
- `--color-accent`: `#62aef0`
- `--color-accent-strong`: `#097fe8`
- `--color-accent-soft`: `#e6f3fe`

**Warning**
- `--color-yellow-600`: `#e89d01`
- `--color-yellow-800`: `#a16c00`
- `--color-yellow-700`: `#c78600`
- `--color-yellow-500`: `#ffb110`

**Error / Destructive**
- `--color-red-800`: `#6f0d00`
- `--color-red-500`: `#f64932`
- `--color-red-700`: `#b01601`
- `--color-red-900`: `#4f0900`

**Shadow Token**
- `--shadow-100`: `0px 0.7px 1.462px rgba(0,0,0,.015),0px 3px 9px #00000008`

**Other tokens**
- `--color-purple-300`: `#d6b6f6`
- `--color-brown-900`: `#523410`
- `--color-pink-500`: `#ff64c8`
- `--color-orange-600`: `#dd5b00`
- `--color-orange-800`: `#793400`
- `--color-button-tertiary-text`: `#000000f2`
- `--color-button-primary-background-active`: `#005bab`
- `--color-teal-400`: `#2a9d99`

## 3. Typography Rules

### Font Families
- **Primary**: `NotionInter`
- **Secondary**: `Noto Sans Arabic`
- **Font 3**: `Noto Sans Hebrew`
- **Font 4**: `Lyon Text`
- **Font 5**: `iA Writer Mono`

### Custom Fonts Loaded
- **NotionInter** weight 400 (normal)
- **NotionInter** weight 500 (normal)
- **NotionInter** weight 600 (normal)
- **NotionInter** weight 700 (normal)
- **Noto Sans Arabic** weight 100 900 (normal)
- **Noto Sans Hebrew** weight 100 900 (normal)
- **Lyon Text** weight 400 (normal)
- **Lyon Text** weight 600 (normal)
- **iA Writer Mono** weight 400 (normal)
- **iA Writer Mono** weight 600 (normal)
- **Permanent Marker** weight 400 (normal)

### Typography Hierarchy

| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | NotionInter | 64px | 700 | 1 | -2.125px | Main headline (h1) |
| Input Large | NotionInter | 42px | 700 | 1.14 | -1.5px | Form input (42px) |
| Caption / Badge | NotionInter | 22px | 700 | 1.27 | -0.25px | small text (22px) |
| Card Title | NotionInter | 16px | 400 | 1.5 | normal | Card headings |
| Button Large | NotionInter | 16px | 500 | 1.5 | normal | Button label (16px) |
| Sub-heading | NotionInter | 14px | 400 | 1.43 | normal | Third-level heading (h3) |
| Caption / Badge | NotionInter | 14px | 500 | 1.43 | normal | small text (14px) |
| Caption | NotionInter | 12px | 500 | 1.33 | 0.125px | Image caption, helper text |

### Font Weight Scale

CSS custom properties define 8 explicit weight steps:
- `--font-weight-regular`: `400` — Regular
- `--font-weight-variable-regular`: `420` — Regular (custom, ~400)
- `--font-weight-medium`: `500` — Medium
- `--font-weight-variable-medium`: `520` — Medium (custom, ~500)
- `--font-weight-semibold`: `600` — SemiBold
- `--font-weight-variable-semibold`: `620` — SemiBold (custom, ~600)
- `--font-weight-variable-bold`: `680` — Bold (custom, ~700)
- `--font-weight-bold`: `700` — Bold

### Full Font Size Scale

Sizes detected in the design (descending): `64px`, `54px`, `48px`, `42px`, `40px`, `32px`, `26px`, `24px`, `22px`, `20px`, `16px`, `15px`, `14px`, `12px`

> 8 size(s) detected outside the sampled hierarchy (54px, 48px, 40px, 32px, 26px, 24px, 20px, 15px). These appear on elements not in the sampled set — likely additional display sizes, marketing-section overrides, or third-party-widget styles.

### OpenType & Variable Font Features

The typography uses these OpenType features intentionally — this is a sophisticated type system, not a default fallback:

- **lining figures** (`lnum`) — full-height numbers, more authoritative than old-style
- **case-sensitive forms** (`case`) — punctuation height adjusted for uppercase contexts
- **capital spacing** (`cpsp`) — added tracking on uppercase for breathing room
- **localized forms** (`locl`) — glyphs swapped based on script/locale

**Clone instruction:** Enable these in your CSS:
```css
body {
  font-feature-settings: "lnum", "locl", "case", "cpsp";
}
```

## 4. Component Stylings

### Buttons

**Ghost**
- Background: `transparent` `{colors.surface-2}`
- Text: `#f6f5f4` `{colors.surface-1}`
- Padding: 5px 10px
- Radius: 4px
- Font: 16px weight 400
- Use: Subtle action, toolbar, nav button
- Hover: backgroundColor: `#ffffff`
- Focus: backgroundColor: `rgba(255, 255, 255, 0.03)`, outline: `rgb(0, 117, 222) solid 2px`

**Primary Brand**
- Background: `#455dd3` `{colors.primary}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 4px 14px
- Radius: 8px
- Border: 1px solid rgba(255, 255, 255, 0)
- Font: 16px weight 500
- Use: Primary CTA / brand action
- Hover: backgroundColor: `#ffffff`
- Focus: backgroundColor: `rgba(255, 255, 255, 0.03)`, outline: `rgb(0, 117, 222) solid 2px`

**Primary Brand**
- Background: `#455dd3` `{colors.primary}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 6px 15px
- Radius: 8px
- Border: 1px solid rgba(255, 255, 255, 0)
- Font: 16px weight 500
- Use: Primary CTA / brand action
- Hover: backgroundColor: `#ffffff`
- Focus: backgroundColor: `rgba(255, 255, 255, 0.03)`, outline: `rgb(0, 117, 222) solid 2px`

**Primary Brand**
- Background: `#213183`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 6px 15px
- Radius: 8px
- Border: 1px solid rgba(255, 255, 255, 0)
- Font: 16px weight 500
- Use: Primary CTA / brand action
- Hover: backgroundColor: `#ffffff`
- Focus: backgroundColor: `rgba(255, 255, 255, 0.03)`, outline: `rgb(0, 117, 222) solid 2px`

**Outline**
- Background: `transparent` `{colors.surface-2}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 6px 15px
- Radius: 8px
- Border: 1px solid rgba(255, 255, 255, 0)
- Font: 16px weight 500
- Use: Secondary action with border
- Hover: backgroundColor: `#ffffff`
- Focus: backgroundColor: `rgba(255, 255, 255, 0.03)`, outline: `rgb(0, 117, 222) solid 2px`

**Ghost**
- Background: `transparent` `{colors.surface-2}`
- Text: `rgba(0, 0, 0, 0.95)`
- Padding: 12px 16px
- Radius: 8px
- Font: 16px weight 400
- Use: Subtle action, toolbar, nav button
- Hover: backgroundColor: `#ffffff`
- Focus: backgroundColor: `rgba(255, 255, 255, 0.03)`, outline: `rgb(0, 117, 222) solid 2px`

### Navigation

**Main Nav**
- Background: `#f6f5f4` `{colors.surface-1}`
- Padding: 12px 16px
- Radius: none
- Font: 16px weight 400
- Use: Fixed/sticky grid nav — N/A items

### Testimonials

**Quote Card**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `rgba(0, 0, 0, 0.95)`
- Padding: 24px
- Radius: 12px
- Font: 16px weight 400
- Use: Customer quote with avatar + company attribution

### Tabs

**Ghost Tab**
- Background: `transparent` `{colors.surface-2}`
- Text: `rgba(0, 0, 0, 0.95)`
- Padding: 12px 16px
- Radius: 8px
- Font: 16px weight 400
- Use: Navigation tabs, filter tabs


## 4b. Component Behaviors (State Matrix)

### Interaction State Narrative

- **Button**:
  - **hover:** bg transparent → rgba(255, 255, 255, 0.004)
  - **focus:** bg transparent → rgba(255, 255, 255, 0.03)
- **Link**:
  - **hover:** text #0075de → #00396b, border changes
- **Badge**:
  - **hover:** text #a39e98 → #615d59, border changes

*State transitions extracted via Playwright simulation — exact values in the YAML matrix below.*

```yaml
component-behaviors:
  button:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(246, 245, 244)"
    hover:
      bg: "rgba(255, 255, 255, 0.004)"
      fg: "rgb(246, 245, 244)"
    focus:
      bg: "rgba(255, 255, 255, 0.03)"
      fg: "rgb(246, 245, 244)"
  link:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(0, 117, 222)"
    hover:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(0, 57, 107)"
  card:
    default:
      bg: "rgb(255, 255, 255)"
      fg: "rgba(0, 0, 0, 0.898)"
      border: "1px solid rgba(0, 0, 0, 0.1)"
  navLink:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgba(0, 0, 0, 0.95)"
  tab:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgba(0, 0, 0, 0.95)"
  badge:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(163, 158, 152)"
    hover:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(97, 93, 89)"
  footerLink:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgba(0, 0, 0, 0.95)"
```

**Agent usage**: Validate generated components against this matrix. If your output's `:hover` state changes properties not listed here, you are off-brand.


## 4c. Component Vocabulary (Closed System)

*This brand uses ONLY the following component vocabulary. Introducing new variants without justification breaks the system's tonal coherence.*

### Buttons
- **3 shape(s)** in this system: `Ghost`, `Primary Brand`, `Outline`
- **DO NOT introduce new buttons variants** without justification

### Navigation
- **1 shape(s)** in this system: `Main Nav`
- **DO NOT introduce new navigation variants** without justification

### Testimonials
- **1 shape(s)** in this system: `Quote Card`
- **DO NOT introduce new testimonials variants** without justification

### Tabs
- **1 shape(s)** in this system: `Ghost Tab`
- **DO NOT introduce new tabs variants** without justification

## 5. Layout Principles

### Layout Type
**top-nav + content**

### Grid
Single column, centered content

### Max Width
1200px

### Spacing System
Compact spacing — information density prioritized

| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 4px |
| sm | 8px |
| md | 12px |
| base | 16px |
| lg | 24px |
| xl | 32px |
| 2xl | 48px |
| 3xl | 64px |

### Border Radius Scale
| Name | Value | Use |
|------|-------|-----|
| None | 0px | No rounding |
| Xs | 4px | Tiny corners (badges, micro elements) |
| Sm | 8px | Buttons, inputs, small elements |
| Md | 12px | Cards, containers |
| Lg | 16px | Large rounded elements, pill segments |
| Xl | 16px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |

### Shape Language

| Component | Border Radius |
|-----------|---------------|
| Buttons | `4px` |
| Navigation | `none` |
| Testimonials | `12px` |
| Tabs | `8px` |
| Page Body | `0px` |

**Shape Personality**: Moderate Rounding — Medium corners (4–12px). Modern SaaS standard, neither sharp nor pill.

**Full Radius Spectrum**: 0px, 4px, 5px, 8px, 12px, 16px, full/pill (from `allBorderRadii` scan)


## 5b. Spacing Rhythm Names

*Named spacing tokens with explicit use cases. Use these names in YOUR code instead of raw pixels for consistency.*

| Name | Value | Use case |
|------|-------|----------|
| **hero** | `64px` | Top/bottom of full-bleed hero sections |
| **section** | `32px` | Between major bands (color change, content shift) |
| **subsection** | `24px` | Within a section, between content groups |
| **card** | `12px` | Card padding, list-item spacing |
| **compact** | `8px` | Form fields, tight clusters, badge padding |
| **micro** | `4px` | Icon-text gap, tag inner padding |

**Agent rule**: NEVER hardcode raw pixel values for spacing in generated UI. Always reference these named tokens (`spacing-rhythm.section`, etc.).

## 5c. Widget & Structure Library

Structural patterns extracted from the page DOM — these are the **blueprints** an agent should follow to reproduce the page architecture (not just CSS values).

**7/8 structural patterns detected.**

### Hero Pattern

- **Composition:** centered — Centered composition — heading + subheading + CTAs stacked vertically, content centered horizontally. Common for SaaS marketing pages.
- **Viewport coverage:** 256px tall (not full-viewport)
- **Heading:** "Meet the night shift." — 64px center-aligned
- **Subheading:** "Notion agents keep work moving 24/7. They capture knowledge, answer questions, and push projects forward—all while you sleep."
- **CTAs:** 2 (primary: "Get Notion free")
- **Clone instruction:** Reproduce the **centered** layout. Use the heading font-size token at the documented size. No imagery needed for hero — text-driven.

### Navigation Pattern

- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 64px
- **Logo:** ✓ present
- **Nav links:** 5 primary items
- **CTAs in nav:** 1
- **Theme toggle:** ✓ dark/light mode switcher present
- **Clone instruction:** Build a static unknown navigation. Reserve 1 slot for primary CTA.

### Card Grid Pattern

- **Card count:** 3 cards detected
- **Columns (desktop):** 1-up grid
- **Card dimensions:** 1229×978px (aspect 1.26:1)
- **Gap:** 80px between cards
- **Content:** ✓ image + CTA
- **Image position:** top
- **Clone instruction:** Build a 1-column grid (desktop) with cards at ~1.26:1 aspect ratio. Each card has an image at the top.

### Pricing Table Pattern

- **Tier count:** 2 pricing tiers
- **Layout:** vertical stacked
- **Columns (desktop):** 2-up
- **Clone instruction:** Build a 2-column vertical-stack pricing comparison.

### Testimonial Pattern

- **Count:** 12 testimonial blocks
- **Layout:** grid
- **Avg quote length:** 81 chars (medium quote)
- **Includes:** ✓ avatars | ✓ company logos | ✓ star ratings
- **Clone instruction:** Build a grid of 12 testimonials. Each includes an avatar. Include source company logos. Display ratings prominently.

### CTA Banner Pattern

- **Banner count:** 1
- **Position:** mid-page
- **Visual treatment:** ✓ contrasting background
- **Primary CTA text:** "Q&A agentsAnswers questions instantly using knowledge you al"
- **Clone instruction:** Place a single CTA banner mid-page. Use contrasting solid background.

### Footer Pattern

- **Columns:** 1
- **Links:** 28 total
- **Height:** 416px
- **Includes:** ✗ no newsletter | ✓ social icons |  ✓ copyright
- **Clone instruction:** Build a 1-column footer with ~28 links per column, social media links, and a copyright line.

## 6. Depth & Elevation

| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgba(0, 0, 0, 0) 0px 1px 0px 0px` | Cards, elevated surfaces |
| Layered (Level 2) | <br>`rgba(0, 0, 0, 0.01) 0px 0.175px 1.041px 0px`,<br>`rgba(0, 0, 0, 0.02) 0px 0.8px 2.925px 0px`,<br>`rgba(0, 0, 0, 0.027) 0px 2.025px 7.847px 0px`,<br>`rgba(0, 0, 0, 0.04) 0px 4px 18px 0px` | Cards, elevated surfaces |
| Layered (Level 3) | <br>`rgba(255, 255, 255, 0.2) 0px 0px 20px 5px` | Cards, elevated surfaces |
| Layered (Level 4) | <br>`rgba(0, 0, 0, 0.01) 0px 0.667px 3.502px 0px`,<br>`rgba(0, 0, 0, 0.016) 0px 2.933px 7.252px 0px`,<br>`rgba(0, 0, 0, 0.02) 0px 7.2px 14.462px 0px`,<br>`rgba(0, 0, 0, 0.024) 0px 13.867px 28.348px 0px`,<br>`rgba(0, 0, 0, 0.03) 0px 23.333px 52.123px 0px`,<br>`rgba(0, 0, 0, 0.04) 0px 36px 89px 0px` | Cards, elevated surfaces |

**Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.

## 7. Motion & Interaction

### Easing System

| CSS Variable | Curve | Semantic Name |
|--------------|-------|---------------|
| `--motion-timing-function-ease-in` | `ease-in` | Ease In — Accelerating |
| `--motion-timing-function-ease-in-out-quint` | `cubic-bezier(0.86,0,0.07,1)` | Quint In-Out — Dramatic Symmetric |
| `--motion-timing-function-ease-in-out-cubic` | `cubic-bezier(0.645,0.045,0.355,1)` | Ease Out — Decelerating |
| `--motion-timing-function-ease-in-out-quad` | `cubic-bezier(0.45,0,0.55,1)` | Custom Ease — Balanced |
| `--motion-timing-function-ease-out` | `ease-out` | Ease Out — Decelerating |
| `--motion-timing-function-ease-in-out-linear` | `cubic-bezier(0.5,0,0.5,1)` | Custom Ease — Balanced |
| `--motion-timing-function-ease-in-out-quart` | `cubic-bezier(0.76,0,0.24,1)` | Ease Out — Decelerating |

### Duration Scale

| CSS Variable | Value | Tier |
|--------------|-------|------|
| `--motion-duration-300` | `300ms` | Normal |
| `--motion-duration-250` | `250ms` | Normal |
| `--motion-duration-100` | `100ms` | Fast |
| `--motion-global-fade-out-duration` | `200ms` | Normal |
| `--motion-duration-200` | `200ms` | Normal |
| `--motion-duration-150` | `150ms` | Fast |
| `--motion-global-transform-duration` | `300ms` | Normal |
| `--motion-global-fade-in-duration` | `150ms` | Fast |

### Copy-Paste Transition Snippets

**Background**
```css
transition: background 0.075s linear;
```

**Shadow**
```css
transition: box-shadow 0.2s ease-in;
```

**Background**
```css
transition: background-color 0.15s;
```

**Background**
```css
transition: background-color 0.2s ease-in;
```

### Keyframe Animation Catalog

| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `fadeIn` | Fade | opacity | Element entrance |
| `fadeOut` | Fade | opacity | Element exit |
| `scaleIn` | Scale | transform | Focus / emphasis |
| `scaleOut` | Scale | transform | Focus / emphasis |
| `popIn` | Fade + Move | opacity, transform | UI transition |
| `rotate` | Rotate / Spin | transform | Loading indicator |
| `loadingDots_pulse__d8LYi` | Fade | opacity | Loading indicator |
| `globalNavigation_navShadowScrolled__p...` | Custom | box-shadow | UI transition |
| `globalNavigation_fadeIn__BTvkx` | Fade | opacity | Element entrance |
| `globalNavigation_fadeOut__UET7A` | Fade | opacity | Element exit |
| `globalNavigation_slideDown__fiX_y` | Fade + Move | opacity, transform | Panel / drawer enter |
| `globalNavigation_navTokensHeroExit__n...` | Custom | --color-text-normal, --color-background-base-hover, --color-border-base, --color-button-primary-text, --color-button-primary-background, --color-button-primary-background-hover, --color-button-primary-background-focus, --color-button-primary-background-active, --color-button-ghost-text, --color-button-ghost-background-hover, --color-button-ghost-background-focus, --color-button-ghost-background-active, --color-text-muted | Element exit |
| `globalNavigation_navBgVarHeroExit__Kk6M2` | Custom | --campaign-nav-bg | Element exit |
| `globalNavigation_logoFillHeroExit__liWYo` | Custom | --notion-logo-fill | Element exit |
| `globalNavigation_navBgScrolled__qcb4e` | Custom | --campaign-nav-bg | UI transition |
| `globalNavigation_thinkTogetherNavToke...` | Custom | --color-text-normal, --color-text-muted, --color-background-base-hover, --color-border-base, --color-button-primary-text, --color-button-primary-background, --color-button-primary-background-hover, --color-button-primary-background-focus, --color-button-primary-background-active, --color-button-ghost-text, --color-button-ghost-background, --color-button-ghost-background-hover, --color-button-ghost-background-focus, --color-button-ghost-background-active | Element exit |
| `globalNavigation_thinkTogetherNavBgHe...` | Custom | --hero-nav-bg | Element exit |
| `globalNavigation_thinkTogetherLogoFil...` | Custom | --notion-logo-fill | Element exit |
| `globalNavigation_thinkTogetherNavBgSc...` | Custom | --hero-nav-bg | UI transition |
| `globalNavigation_devPlatformNavTokens...` | Custom | --color-interaction-focus-ring, --color-text-normal, --color-text-muted, --color-border-base, --color-background-base-hover, --color-button-primary-text, --color-button-primary-background, --color-button-primary-background-hover, --color-button-primary-background-focus, --color-button-primary-background-active, --color-button-ghost-text, --color-button-ghost-background-hover, --color-button-ghost-background-focus, --color-button-ghost-background-active, --color-nav-text, --color-nav-bracket, --color-nav-letter-hint | Element exit |

> *19 additional animations omitted (repetitive variants). See raw keyframes in `raw-css.json`.*

### Motion Fingerprint

- **Speed Character**: Balanced Pacing (median duration: `200ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 39 unique animations (39 total including variants)

> This design moves with balanced pacing timing using custom cubic-bezier curves, creating a UI that feels natural and fluid.

## 8. Do's and Don'ts

### Do
- Use NotionInter as the primary typeface — it defines the brand personality
- Use negative letter-spacing (-2.125px) at display sizes for compressed, editorial headlines
- Use the extracted shadow patterns for elevation — they are tuned to match the brand palette
- Use full-pill radius (9999px) only for specific elements (avatars, pills, toggles)
- Use Royal Blue (`#455dd3`) as the primary accent — it's the brand's signature interactive color
- Use 8px border-radius on buttons — the standard corner rounding for interactive elements
- Maintain nav height at 64px — consistent vertical space for the navigation bar
- Transition button background to Translucent White (0%) (`rgba(255, 255, 255, 0.004)`) on hover — this is the extracted interactive state
- Respect the 4px–32px spacing range — the design uses a wide scale for visual breathing room
- Keep the hero centered and text-driven — no decorative media, typography carries the message
- Include exactly 2 CTAs in the hero (primary + secondary) — this design pattern is multi-action, not single-purpose
- Include a theme toggle in the nav — dark mode is a first-class feature
- Each card includes a top image — imagery is part of the card identity, not optional
- Show company logos with testimonials — social proof relies on brand recognition, not avatars
- Lay out testimonials in a grid (12+ items) — quantity signals scale and trust

### Don't
- Don't substitute with generic sans-serif or serif — the custom font carries the brand
- Don't increase letter-spacing on headings — the type is designed to run tight at scale
- Don't invent new shadow values — use only the extracted shadow levels
- Don't apply pill radius on rectangular buttons or cards — it's reserved for specific interactive elements
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't collapse or hide the nav on scroll without an explicit scroll-triggered animation — the design uses fixed nav presence
- Don't use opacity or brightness filter for button hover — the design uses an explicit background color change
- Don't add hero illustrations or photos — they'll break the typographic restraint
- Don't make the nav sticky — this design lets it scroll away to maximize content focus


## 7b. Enforceable Brand Rules

*Structured Do/Don't with reasoning and validation tests. Agents can programmatically verify generated UI.*

```yaml
rules:
  - id: brand-canvas-001
    type: do
    rule: "Always use the page background `rgb(255, 255, 255)` as the base canvas"
    why: "Every component is designed to composit against this exact tone"
    test: "document.body.style.backgroundColor === 'rgb(255, 255, 255)'"
  - id: brand-accent-001
    type: do
    rule: "Reserve `rgb(69, 93, 211)` for primary CTAs and brand-mark signals only"
    why: "Single chromatic assertion device — overuse dilutes meaning"
    test: "querySelectorAll('[style*=\"rgb(69, 93, 211)\"]').length <= 3 per fold"
```

## 9. Responsive Behavior

### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 375px | Single column, compact spacing |
| Tablet | 768px | Multi-column grids begin |
| Desktop | 1032px | Full feature layout |
| Desktop | 1120px | Full feature layout |
| Desktop | 1280px | Full feature layout |
| Large Desktop | 1440px | Maximum content width |

### Token Diff — Desktop vs Mobile

| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `64px` | `54px` |
| heading | line-height | `64px` | `56px` |
| heading | letter-spacing | `-2.125px` | `-1.875px` |
| button | width | `90.3906px` | `auto` |
| card | width | `436.062px` | `310px` |

### Collapsing Strategy
- Headlines: 64px → 54px on mobile
- Navigation: horizontal links → hamburger menu on mobile
- Cards: multi-column → stacked vertical on mobile
- Footer: multi-column → stacked single column on mobile

### Touch Targets
- Buttons: 5px 10px padding
- Navigation: adequate spacing between items
- Interactive elements: minimum 44px touch target recommended

### Collapsing Narrative

How the structural patterns adapt from desktop to mobile (extracted from both viewport extractions):

- **Navigation collapses to hamburger** — 5 links visible on desktop, 0 on mobile (the rest hide behind a menu toggle).

## 9b. Visual Tone & Photography

**Tone:** Mixed photography + illustration

A balanced mix of photographic content and vector graphics. Photos likely carry product/lifestyle context while SVG handles icons, logos, and decorative accents.

**Canonical Brand Image (OG):**
- https://www.notion.com/front-static/meta/custom-agents-og.png
  *This is the image shown when the site is shared on social media — represents the brand visual essence.*

**Hero Image (above-fold dominant visual):**
- Aspect: 1.19:1 (landscape)
- Rendered size: 192×161px
- *Use this aspect ratio + composition for your clone's hero — mimicking the proportion preserves the visual hierarchy.*

**Aspect Ratio Distribution:**
- Landscape (1.15–2.3): 6 (29%)
- Portrait (<0.87): 3 (14%)
- Square (0.87–1.15): 9 (43%)
- Ultra-wide (>2.3): 3 (14%)

**Media Format Mix:**
- SVG: 3 (icons, illustrations, decorative geometry)

**Average rendered image size:** 301×235px
**Above-fold image count:** 6 / 21

**Decorative Patterns Detected:**
- 1 multi-stop linear gradient (mesh-like, 3+ color stops) — the brand leans on rich color transitions for visual depth
- 2 large decorative SVG shapes (≥200×200px, non-icon) — likely blob/illustration accents
- **Glassmorphism** detected (`backdrop-filter: blur`) — layered transparent surfaces with blur, modern OS-like aesthetic

**Clone instruction for decorative work:** Glassmorphism is a brand signature — use `backdrop-filter: blur(20px)` on overlapping surfaces.

**Imagery Guidance for clones:**
- Mix photography and illustration intentionally: photos for product/context, vectors for icons + decorative accents.
- Respect the format split — replacing JPGs with illustrations (or vice versa) will shift the brand tone.

## 10. Agent Prompt Guide

### Quick Reference
- Background: Banner (`#ffffff`)
- Primary text: Translucent Black (95%) (`rgba(0, 0, 0, 0.95)`)
- Accent: Royal Blue (`#455dd3`)
- Border: Stone (`#78736f`)
- Font: NotionInter
- Body: 16px weight 400

### Example Component Prompts
- "Create a hero section on Banner background (#ffffff). Headline at 64px NotionInter weight 700, line-height 1, letter-spacing -2.125px, color rgba(0, 0, 0, 0.95)."
- "Create the primary CTA button: `#455dd3` background, `#ffffff` text, 8px border-radius, 4px 14px padding, 500 weight, NotionInter font."
- "Design a card on `transparent` background. Border: none. Radius: 0px. Shadow: none. Padding: 0px."
- "Build navigation: relative on `#ffffff`. NotionInter 16px weight 400 for links."

### Iteration Guide
1. **Canvas**: Set the light canvas to Banner (`#ffffff`) — every component is composited against this exact base.
2. **Typography**: All type in NotionInter, weight range 400–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: Royal Blue (`#455dd3`) is the sole interactive color. On hover → Accent Strong (`#097fe8`). Use CSS transitions, not opacity/brightness filters.
4. **Motion**: All transitions use `cubic-bezier(0.45,0,0.55,1)`. Timing: 100ms for micro-interactions, 200ms for layout changes. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `4px`, cards at `0px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
6. **Spacing**: Use the `--ca-space-*` token scale (4px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
7. **Tokens**: Import from §11 CSS Export (`--ca-*` vars). Never hardcode hex values — always reference a token so theming remains consistent.

## 11. CSS Design Tokens Raw Export

*Copy-paste ready `:root {}` block — all values extracted directly from the live site.*

```css
/* Colors */
:root {
  --ca-on-primary: #ffffff;
  --ca-surface-1: #f6f5f4;
  --ca-surface-2: transparent;
  --ca-ink-subtle: #615d59;
  --ca-primary: #455dd3;
  --ca-primary-hover: #f2f9ff;
  --ca-hairline: #78736f;
  --ca-primary-focus: #0075de;
  --ca-semantic-error: #f64932;
  --ca-semantic-success: #14832b;
  --ca-semantic-warning: #ff6d00;
}

/* Typography */
:root {
  --ca-font-primary: "NotionInter", system-ui, sans-serif;
  --ca-text-display: 64px;
  --ca-text-body: 16px;
  --ca-text-caption: 22px;
  --ca-text-button: 16px;
  --ca-text-mono: 42px;
}

/* Spacing & Radius */
:root {
  --ca-space-xxs: 2px;
  --ca-space-xs: 4px;
  --ca-space-sm: 8px;
  --ca-space-md: 12px;
  --ca-space-base: 16px;
  --ca-space-lg: 24px;
  --ca-space-xl: 32px;
  --ca-space-2xl: 48px;
  --ca-space-3xl: 64px;
  --ca-radius-none: 0px;
  --ca-radius-xs: 4px;
  --ca-radius-sm: 8px;
  --ca-radius-md: 12px;
  --ca-radius-lg: 16px;
  --ca-radius-xl: 16px;
  --ca-radius-full: 9999px;
}
```


## 13. Page Structure Skeleton

*The actual layout the source site uses. Reproduce these sections in order to match the site structure.*

```yaml
page-skeleton:
  - section: unknown
    tag: div
    height: 7546px
    width: full-bleed
    layout: block
    children: 1
  - section: main-content
    tag: main
    height: 7086px
    width: full-bleed
    layout: block
    children: 5
  - section: hero
    tag: div
    height: 1117px
    width: full-bleed
    layout: flex-column justify=normal
    children: 3
  - section: hero
    tag: div
    classes: ["isCampaignAgentsHomepageHero"]
    height: 1149px
    width: full-bleed
    layout: block
    children: 1
    bg: "rgb(2, 9, 58)"
    padding: "0px 0px 32px"
  - section: hero
    tag: div
    height: 953px
    width: full-bleed
    layout: grid: 3-col gap=40px normal
    children: 5
    padding: "56px 105.6px 0px"
  - section: header
    tag: header
    classes: ["flex", "flex-col", "items-stretch", "justify-start"]
    height: 256px
    width: 960px
    layout: flex-column justify=start
    children: 3
    padding: "80px 0px 0px"
  - section: hero
    tag: div
    height: 601px
    width: 960px
    layout: block
    children: 2
  - section: section-12
    tag: section
    height: 647px
    width: 1229px
    layout: flex-column justify=normal
    children: 2
  - section: unknown
    tag: div
    height: 3235px
    width: 1229px
    layout: flex-column justify=normal
    children: 2
  - section: section-13
    tag: section
    height: 559px
    width: 1229px
    layout: block
    children: 1
    bg: "rgb(255, 255, 255)"
  - section: header
    tag: header
    height: 96px
    width: 436px
    layout: flex-column justify=normal
    children: 2
    bg: "rgb(255, 255, 255)"
  - section: section-14
    tag: section
    height: 182px
    width: 1229px
    layout: block
    children: 1
  - section: section-15
    tag: section
    height: 1037px
    width: 1229px
    layout: flex-column justify=normal
    children: 2
  - section: header
    tag: header
    height: 366px
    width: 498px
    layout: flex-column justify=normal
    children: 2
    bg: "rgb(255, 255, 255)"
    padding: "24px"
  - section: header
    tag: header
    height: 108px
    width: 602px
    layout: flex-column justify=normal
    children: 2
    bg: "rgb(255, 255, 255)"
    padding: "24px"
  - section: header
    tag: header
    height: 108px
    width: 602px
    layout: flex-column justify=normal
    children: 2
    bg: "rgb(255, 255, 255)"
    padding: "24px"
  - section: section-16
    tag: section
    height: 1037px
    width: 1229px
    layout: flex-column justify=normal
    children: 2
  - section: header
    tag: header
    height: 108px
    width: 602px
    layout: flex-column justify=normal
    children: 2
    bg: "rgb(255, 255, 255)"
    padding: "24px"
  - section: header
    tag: header
    height: 108px
    width: 602px
    layout: flex-column justify=normal
    children: 2
    bg: "rgb(255, 255, 255)"
    padding: "24px"
  - section: header
    tag: header
    height: 366px
    width: 498px
    layout: flex-column justify=normal
    children: 2
    bg: "rgb(255, 255, 255)"
    padding: "24px"
  - section: unknown
    tag: div
    height: 564px
    width: 1229px
    layout: flex-column justify=normal
    children: 2
  - section: header
    tag: div
    height: 192px
    width: 1229px
    layout: flex-row justify=space-between
    children: 2
  - section: header
    tag: div
    height: 192px
    width: 605px
    layout: flex-column justify=normal
    children: 3
  - section: section-17
    tag: section
    height: 787px
    width: 1229px
    layout: block
    children: 3
  - section: unknown
    tag: div
    height: 787px
    width: 1229px
    layout: flex-column justify=normal
    children: 1
```

**Agent rule**: rebuild sections in this order (sorted by vertical position). Match the layout primitive (grid N-col / flex direction / block).


## 14. Copy Library (Real Content from Source)

*Actual text content extracted from the live page. Use these strings verbatim when reproducing the site — they carry the brand voice.*

```yaml
copy:
  section-headings:
    - "Keep work moving 24/7."
    - "Automate repetitive work for your team."
    - "You assign the tasks. Notion Agent does the work."
    - "One search for everything."
    - "More productivity. Fewer tools."
  sub-headings:
    - "See what Custom Agents can do"
    - "Triage product feedback→"
    - "Create your own Custom Agent→"
    - "Get started on Notion"
  ctas:
    - "Product"
    - "Get Notion free"
    - "Request a demo"
    - "Pause"
  navigation:
    - "Developers"
    - "Enterprise"
    - "Pricing"
    - "Request a demo"
    - "Get Notion free"
    - "Log in"
  footer-links:
    - "About us"
```

**Agent rule**: reuse these exact strings when generating UI. Do NOT translate or rephrase — brand voice is preserved through the original wording.


## 15. Asset Inventory (Image Roles & Ratios)

*Image inventory classified by role and aspect ratio. When reproducing the site, allocate this number of assets per role.*

```yaml
assets:
  logo:
    count: 16
    avg-ratio: 3.43
    common-aspect: "~16:6 banner"
    sample-alts:
      - "OpenAI"
      - "Figma"
      - "Ramp"
  product:
    count: 3
    avg-ratio: 1.12
    common-aspect: "~1:1 square"
    sample-alts:
      - "Homepage | Agents 26 | Bento | Agent | Front | Desktop"
      - "Homepage | Agents 26 | Bento | Search | Desktop"
  thumbnail:
    count: 23
    avg-ratio: 1.00
    common-aspect: "~1:1 square"
```

**Agent rule**: when generating placeholder images, match these counts and aspect ratios. Use neutral placeholder backgrounds for `product` (e.g. `#f5f5f5`), full-color photography hints for `hero` and `editorial`.


## 16. Component HTML Templates

*Suggested HTML markup for reproducing the key components — based on what was detected in the source DOM.*

### Button (primary action)
```html
<button class="btn btn-primary">
  Product
</button>
```
_Source pattern detected: padding `5px 10px` · radius `4px` · weight `400`_

### Generic Card
```html
<div class="card">
  <!-- content -->
</div>
```
_Source pattern detected: padding `24px` · radius `12px` · shadow `none`_

**Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.


## 12. Known Extraction Gaps

*Auto-detected limitations of this extraction — understand before building:*

- **Sparse component extraction** — fewer than 5 component types detected. Highly dynamic sections (modals, datepickers, carousels) require interaction to render and are not captured in a static pass.


---
## Extraction Completeness: 91/100 (A)

| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 25 | 25 | 19 named colors |
| Typography | 20 | 20 | 8 roles defined |
| Components | 16 | 20 | 4 specs extracted |
| Motion & Interaction | 15 | 15 | Keyframes present, easing vars |
| CSS Custom Properties | 10 | 10 | 799 vars |
| Responsive Breakpoints | 5 | 5 | 6 breakpoints |
| Variable Fonts | 0 | 5 | None detected |

## 12. Known Gaps & Confidence

Explicit list of what this extraction could NOT capture. Agents should not invent values for these — either skip the feature or use the documented baseline + heuristic fallback.

| Category | What's missing | Fallback strategy |
|----------|----------------|-------------------|
| **Form inputs** | No text input fields detected on this page | Use the documented border-radius + accent border on focus; 12-16px padding inside |

### Per-section confidence

| Section | Confidence | Reason |
|---------|------------|--------|
| §1 Visual Theme | High | Body bg extracted via getComputedStyle() |
| §2 Colors | High | 799 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 8 typography roles inferred |
| §4 Components | Medium | 4 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 24 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 6 breakpoints detected |
| §9b Photography | High | 21 images, hero present |

---
*Generated by Clone Architect — automated Playwright extraction + design analysis.*
*Source: https://www.notion.so | 2026-05-30T22:28:30.131Z*
*Values extracted via getComputedStyle() (rendered) + CSS custom properties (tokens, marked `(token)`). Token-only values may not be painted — verify against the live site before shipping.*
