---
version: alpha
name: sanity.io
description: "Light product system built on #ffffff with #0052ef as the primary CTA accent. Type anchored in waldenburgNormal at 112px / weight 400. Extracted automatically from https://sanity.io/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
  sanity.io is built on a pure-white canvas (rgb(255, 255, 255)).
  The system uses rgb(0, 82, 239) as the high-saturation accent for primary actions.
  Fully-rounded CTAs (9999px) signal a friendly, tactile interaction model alongside waldenburgNormal as the primary typeface.
  WaldenburgNormal is paired with waldenburgNormal Fallback for secondary roles.
  A restrained elevation system (2 distinct shadows) — shadows reserved for the few elements that must lift off the page.
  Motion is a first-class concern — 25 keyframe animations plus transition-driven interactions.

colors:
  background: "#ffffff"
  surface-1: "#ededed"
  surface-2: "#ededed"
  ink: "#0b0b0b"
  ink-muted: "rgba(11, 11, 11, 0.65)"
  primary: "#0052ef"
  on-primary: "#ffffff"
  primary-hover: "#df5044"
  hairline: "rgba(18, 25, 35, 0.2)"
  primary-focus: "#0b0b0b"
  semantic-error: "#dd0000"
  semantic-warning: "#965908"
  semantic-info: "#df5044"

typography:
  display-xl:
    fontFamily: "waldenburgNormal, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 112px
    fontWeight: 400
    lineHeight: 1
    letterSpacing: -4.48px
  display-md:
    fontFamily: "waldenburgNormal, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 48px
    fontWeight: 400
    lineHeight: 1.08
    letterSpacing: -1.68px
  body:
    fontFamily: "waldenburgNormal, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 16px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0
  body-sm:
    fontFamily: "waldenburgNormal, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 13px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0
  caption-sm:
    fontFamily: "ibmPlexMono, 'SF Mono', 'JetBrains Mono', Menlo, monospace"
    fontSize: 10px
    fontWeight: 400
    lineHeight: 1.4
    letterSpacing: 0
  button:
    fontFamily: "ibmPlexMono, 'SF Mono', 'JetBrains Mono', Menlo, monospace"
    fontSize: 13px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0
  mono:
    fontFamily: "waldenburgNormal, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 15px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: -0.15px

rounded:
  none: 0px
  xs: 4px
  sm: 8px
  md: 12px
  lg: 9999px
  xl: 99999px
  pill: 9999px

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

components:
  button-pill:
    backgroundColor: "{colors.on-primary}"
    textColor: "{colors.primary-focus}"
    typography: "{typography.button}"
    rounded: "{rounded.lg}"
    padding: 8px
  button-pill-2:
    backgroundColor: "{colors.primary-focus}"
    textColor: "{colors.on-primary}"
    typography: "{typography.button}"
    rounded: "{rounded.lg}"
    padding: 8px
  button-dark--solid:
    backgroundColor: "{colors.primary-focus}"
    textColor: "{colors.on-primary}"
    typography: "{typography.body}"
    rounded: "{rounded.none}"
    padding: 6px 0px
  input-text-input:
    backgroundColor: "transparent"
    textColor: "#b9b9b9"
    typography: "{typography.mono}"
    rounded: "{rounded.xs}"
    padding: 0px 12px
  navigation-main-nav:
    backgroundColor: "transparent"
    typography: "{typography.body}"
    rounded: "{rounded.none}"
    padding: 0px 24px
  status-badge-neutral-dark:
    backgroundColor: "transparent"
    textColor: "#b9b9b9"
    typography: "{typography.mono}"
    rounded: "{rounded.xs}"
    padding: 0px 12px
  tab-ghost-tab:
    backgroundColor: "transparent"
    textColor: "{colors.primary-focus}"
    typography: "{typography.body}"
    rounded: "{rounded.none}"
    padding: 8px
  tab-pill-tab:
    backgroundColor: "{colors.primary-focus}"
    textColor: "#b9b9b9"
    typography: "{typography.caption-sm}"
    rounded: "{rounded.lg}"
    padding: 8px 12px

extracted_at: "2026-06-11T05:02:21.292Z"
completeness: 93
scoreVersion: "v2"

---

# Design System — sanity.io
> Extracted automatically by Prism from https://sanity.io
> Date: 2026-06-11
> 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).


## 0. Design DNA

**Density**: moderate &nbsp;|&nbsp; **Motion**: expressive &nbsp;|&nbsp; **Weight**: light &nbsp;|&nbsp; **Aesthetic**: soft-rounded

| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#ffffff` |
| Type posture | sans-led (waldenburgNormal) | "Structure powers intelligence" |
| Color assertion | dual-accent | #0052ef |
| Whitespace | moderate | section rhythm 48px |
| Interaction | expressive | 25 keyframes, 17 transitions |
| Radius language | soft-pill | from token scale |

**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · soft-pill · expressive-motion`

> **🤖 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(0, 82, 239)` 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

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

Typography is anchored in **waldenburgNormal**, deployed with OpenType features enabled globally (`"calt" 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. Negative letter-spacing at display sizes (-4.48px at 112px) compresses headlines into engineered blocks, dense and precise. 

Body text reads in Black (`#0b0b0b`) — softened from pure black, a small but deliberate detail that lowers reading friction. **#0052ef** (`#0052ef`) 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 comes from a small, deliberate set of shadows (2 distinct), each a multi-layer stack — several blurred layers at varying offsets — used sparingly rather than across the whole UI. 
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: White (`#ffffff`)
- Primary typeface: ibmPlexMono
- Primary text: Black (`#0b0b0b`)
- Accent: #0052ef (`#0052ef`)
- Display: 112px weight 400, letter-spacing -4.48px
- Shadow system: 2 distinct elevation levels
- Custom fonts loaded: ibmPlexMono, ibmPlexMono Fallback, waldenburgNormal, waldenburgNormal Fallback

## 2. Color Palette & Roles

### Background & Surface
- **White** (`#ffffff`): Page background (primary)
- **Bg Accent Yellow Dim** (`#fcffd6`): Surface / elevated background (CSS var)
- **Bg Dim** (`#ededed`): Surface / elevated background (CSS var)

### Text & Content
- **Black** (`#0b0b0b`): Primary body text
- **Fg Error** (`#dd0000`): Text (CSS var)
- **Fg Inverse Faint** (`#797979`): Text (CSS var)
- **Fg Dim** (`#4a4a4a`): Text (CSS var)
- **Pure Black** (`#000000`): Secondary text

### Accent & Interactive
- **Bg Accent Blue Dim** (`#afe3ff`): Accent / interactive (CSS var)
- **Bg Accent Green Dim** (`#96ff6f`): Accent / interactive (CSS var)
- **Bg Accent Magenta Dim** (`#fcb9ff`): Accent / interactive (CSS var)
- **Translucent Cobalt Blue (80%)** (`rgba(0, 65, 198, 0.8)`): Interactive / accent
- **Silver** (`#afbaca`): Interactive / accent
- **#45ff00** (`#45ff00`): Interactive / accent
- **#027fff** (`#027fff`): Interactive / accent

### Border & Divider
- **Border Accent Green** (`#19d600`): Border (CSS var)
- **Border Accent Blue** (`#0052ef`): Border (CSS var)
- **Border Dim** (`#d6d6d6`): Border (CSS var)
- **Border Accent Yellow** (`#fff500`): Border (CSS var)
- **Border Accent Magenta** (`#f500ff`): Border (CSS var)

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

- `rgba(18, 25, 35, 0.2)` — Translucent Deep Navy (20%)
- `#353535` — Charcoal
- `#b9b9b9` — Grey
- `#212121` — Near-Black
- `#2a2a2a` — Near-Black
- `#ff5500` — Bright Orange
- `#0053ef` — #0053ef
- `#007800` — #007800
- `#29246a` — #29246a
- `#37cd8f` — #37cd8f
- `#e2776e` — Warm Terracotta *(token)*
- `#df5044` — Vermillion *(token)*
- `#505b6c` — Slate *(token)*
- `#262d37` — Charcoal *(token)*
- `#37cd84` — #37cd84 *(token)*
- `#57a5ff` — Cornflower Blue *(token)*
- `#ebebeb` — Whitesmoke *(token)*
- `#60aeff` — Cornflower Blue *(token)*
- `#ef4434` — Vermillion *(token)*
- `#3c4758` — Dark Gray *(token)*
- `#55beff` — #55beff *(token)*
- `#f36458` — Warm Terracotta *(token)*
- `#9ba6b6` — Cool Gray *(token)*
- `#ba5f1e` — #ba5f1e *(token)*
- `#3ab564` — #3ab564 *(token)*
- `#3482fd` — Ring Blue *(token)*
- `#ccb1fc` — Lavender *(token)*
- `#ffff9f` — Vibrant Yellow *(token)*
- `#ea8f4e` — Coral *(token)*
- `#72e097` — #72e097 *(token)*
- `#3274ff` — Ring Blue *(token)*
- `#f77769` — Coral *(token)*
- *…+11 more in `raw-css.json` (`desktop.allColors`).*

### CSS Custom Properties (Design Tokens)

**Shadow Token**
- `--tw-inset-shadow-alpha`: `100%`
- `--popover-shadow`: `0 15px 11px #14171f0d, 0 9px 46px #14171f0f`
- `--tw-inset-ring-shadow`: `0 0 #0000`
- `--tw-inset-shadow`: `0 0 #0000`

**Font Size Token**
- `--header4-font-size`: `calc(1rem / 16 * 31)`
- `--header1-font-size`: `calc(1rem / 16 * 59)`
- `--header-big4-font-size`: `calc(1rem / 16 * 48)`
- `--text2-font-size`: `calc(1rem / 16 * 18)`

**Spacing Token**
- `--section-padding-x`: `1.5rem`
- `--spacing-12`: `.75rem`
- `--spacing-80`: `5rem`
- `--spacing-96`: `6rem`

**Border Radius Token**
- `--radius-none`: `0`
- `--border-radius--base`: `3px`
- `--radius-full`: `99999px`

**Background**
- `--color-bg-accent-blue-dim`: `#afe3ff`
- `--color-bg-base`: `#fff`
- `--color-bg-inverse-base`: `#0b0b0b`
- `--color-bg-accent-green-base`: `color(display-p3 .270588 1 0)`

**Success**
- `--color-green-500`: `color(display-p3 .270588 1 0)`
- `--color-green-100`: `#96ff6f`
- `--color-green-300`: `#45ff00`
- `--color-green-700`: `#19d600`

**Font Weight Token**
- `--header-font-weight`: `700`
- `--label-font-weight`: `500`
- `--code-font-weight`: `500`
- `--text-font-weight`: `500`

**Warning**
- `--color-yellow-300`: `#ffff9f`
- `--color-yellow-100`: `#fcffd6`
- `--color-yellow-700`: `#fff500`
- `--color-yellow-500`: `color(display-p3 1 1 0)`

**Border**
- `--color-border-accent-green`: `#19d600`
- `--color-border-accent-blue`: `#0052ef`
- `--color-border-base`: `#0b0b0b`
- `--color-border-dim`: `#d6d6d6`

**Motion Token**
- `--default-transition-duration`: `.15s`
- `--default-transition-timing-function`: `cubic-bezier(.4, 0, .2, 1)`
- `--tw-duration`: `.2s`

**Primary Brand Color**
- `--color-brand`: `color(display-p3 1 .3333 0)`

**Font Family Token**
- `--default-mono-font-family`: `"ibmPlexMono", "ibmPlexMono Fallback", ui-monospace, monospace`

**Other tokens**
- `--osano-link-color-contrast`: `#e2776e`
- `--osano-button-background-color-hover`: `#df5044`
- `--osano-focus-outline-color`: `Highlight`
- `--osano-info-dialog-toggle-off-track-color-hover`: `#505b6c`
- `--osano-button-deny-background-color-hover`: `#df5044`
- `--tw-mask-bottom-to-color`: `transparent`
- `--osano-toggle-on-thumb-color`: `#ffffff`
- `--osano-info-dialog-button-background-color-focus`: `#262d37`

## 3. Typography Rules

### Font Families
- **Primary**: `waldenburgNormal`
- **Secondary**: `ibmPlexMono`
- **Font 3**: `ibmPlexMono Fallback`
- **Font 4**: `waldenburgNormal Fallback`

### Custom Fonts Loaded
- **ibmPlexMono** weight 400 (normal)
- **ibmPlexMono** weight 700 (normal)
- **ibmPlexMono Fallback** weight normal (normal)
- **waldenburgNormal** weight 400 (normal)
- **waldenburgNormal** weight 600 (normal)
- **waldenburgNormal Fallback** weight normal (normal)

### Typography Hierarchy

| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | waldenburgNormal | 112px | 400 | 1 | -4.48px | Main headline (h1) |
| Sub-heading | waldenburgNormal | 48px | 400 | 1.08 | -1.68px | Third-level heading (h3) |
| Body | waldenburgNormal | 16px | 400 | 1.5 | normal | Standard reading text |
| Input | waldenburgNormal | 15px | 400 | 1.5 | -0.15px | Form input (15px) |
| Button | ibmPlexMono | 13px | 400 | 1.5 | normal | Button label (13px) |
| Link | waldenburgNormal | 13px | 400 | 1.5 | normal | Link (13px) — Decoration: underline |
| Tiny / Micro | ibmPlexMono | 10px | 400 | 1.4 | normal | uppercase, small text (10px) |

### Font Weight Scale

CSS custom properties define 4 explicit weight steps:
- `--label-font-weight`: `500` — Medium
- `--code-font-weight`: `500` — Medium
- `--text-font-weight`: `500` — Medium
- `--header-font-weight`: `700` — Bold

### Full Font Size Scale

Sizes detected in the design (descending): `112px`, `72px`, `60px`, `48px`, `38px`, `32px`, `24px`, `20px`, `18px`, `16px`, `15px`, `13px`, `12px`, `11px`, `10px`

> 9 size(s) detected outside the sampled hierarchy (72px, 60px, 38px, 32px, 24px, 20px, 18px, 12px, 11px). 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:

- **contextual alternates** (`calt`) — connections between letters refined contextually

**Clone instruction:** Enable these in your CSS:
```css
body {
  font-feature-settings: "calt", "cv01", "cv11", "cv12", "cv13", "ss07", "pnum";
}
```

## 4. Component Stylings

### Buttons

**Pill**
- Background: `#ffffff` `{colors.on-primary}`
- Text: `#0b0b0b` `{colors.primary-focus}`
- Padding: 8px
- Radius: 9999px
- Border: 1px solid rgb(11, 11, 11)
- Font: 13px weight 400
- Use: Status pills, tags, chips
- Focus: outline: `rgb(11, 11, 11) solid 1px`

**Pill**
- Background: `#0b0b0b` `{colors.primary-focus}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 8px
- Radius: 9999px
- Border: 1px solid rgb(11, 11, 11)
- Font: 13px weight 400
- Use: Status pills, tags, chips
- Focus: outline: `rgb(11, 11, 11) solid 1px`

**Dark / Solid**
- Background: `#0b0b0b` `{colors.primary-focus}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 6px 0px
- Radius: 0px
- Font: 16px weight 400
- Use: Solid dark CTA
- Focus: outline: `rgb(11, 11, 11) solid 1px`

### Inputs & Forms

**Text Input**
- Background: `transparent`
- Text: `#b9b9b9`
- Padding: 0px 12px
- Radius: 3px
- Border: 0px solid rgb(185, 185, 185)
- Font: 15px weight 400
- Use: Text fields, search inputs
- Focus: color: `rgb(255, 255, 255)`, border: `0px solid rgb(255, 255, 255)`, borderColor: `rgb(255, 255, 255)`

### Navigation

**Main Nav**
- Background: `transparent`
- Padding: 0px 24px
- Radius: none
- Font: 16px weight 400
- Use: Fixed/sticky flex nav — N/A items

### Status Badges

**Neutral Dark**
- Background: `transparent`
- Text: `#b9b9b9`
- Padding: 0px 12px
- Radius: 3px
- Font: 15px weight 400
- Use: Status indicator, label, pill

### Tabs

**Ghost Tab**
- Background: `transparent`
- Text: `#0b0b0b` `{colors.primary-focus}`
- Padding: 8px
- Radius: 0px
- Font: 16px weight 400
- Use: Navigation tabs, filter tabs

**Pill Tab**
- Background: `#0b0b0b` `{colors.primary-focus}`
- Text: `#b9b9b9`
- Padding: 8px 12px
- Radius: 9999px
- Font: 11px weight 600
- Use: Navigation tabs, filter tabs


## 4b. Component Behaviors (State Matrix)

### Interaction State Narrative

- **Input**:
  - **focus:** text #b9b9b9 → #ffffff, border changes

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

```yaml
component-behaviors:
  button:
    default:
      bg: "rgb(255, 255, 255)"
      fg: "rgb(11, 11, 11)"
      border: "1px solid rgb(11, 11, 11)"
    focus:
      bg: "transparent"
      fg: "inherit"
  input:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(185, 185, 185)"
    focus:
      bg: "transparent"
      fg: "rgb(255, 255, 255)"
  link:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(11, 11, 11)"
  card:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(0, 0, 0)"
  navLink:
    default:
      bg: "rgb(0, 82, 239)"
      fg: "rgb(255, 255, 255)"
      border: "1px solid rgb(0, 82, 239)"
  tab:
    default:
      bg: "rgb(11, 11, 11)"
      fg: "rgb(185, 185, 185)"
  footerLink:
    default:
      bg: "color(display-p3 1 0.3333 0)"
      fg: "rgb(11, 11, 11)"
      border: "1px solid color(display-p3 1 0.3333 0)"
```

**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
- **2 shape(s)** in this system: `Pill`, `Dark / Solid`
- **DO NOT introduce new buttons variants** without justification

### Inputs & Forms
- **1 shape(s)** in this system: `Text Input`
- **DO NOT introduce new inputs & forms variants** without justification

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

### Status Badges
- **1 shape(s)** in this system: `Neutral Dark`
- **DO NOT introduce new status badges variants** without justification

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

## 5. Layout Principles

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

### Grid
Single column, centered content

### Max Width
1248px

### 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 | 9999px | Large rounded elements, pill segments |
| Xl | 99999px | Category strips, featured containers |
| Full | 9999px | Pills, avatars, circular elements |

### Shape Language

| Component | Border Radius |
|-----------|---------------|
| Buttons | `9999px` |
| Inputs & Forms | `3px` |
| Navigation | `none` |
| Status Badges | `3px` |
| Tabs | `0px` |
| Page Body | `0px` |
| Primary Input | `3px` |

**Shape Personality**: Sharp + Pill Contrast — Angular precision with pill-shaped accents (status badges, tags). Creates strong visual hierarchy.

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


## 5b. Spacing Rhythm Names

**Measured section padding**: bands use ~96px internal vertical padding (up to 128px) — **very airy / premium**. (Distinct from the gap *between* sections above.) Reproduce this generous vertical breathing room; cramped spacing is the #1 tell of a cheap clone.

*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).

**5/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:** full-viewport hero (≥70% screen height)
- **Heading:** "Structure powers intelligence" — 112px left-aligned
- **Subheading:** "The back-end built for AI content operations. Power web, mobile, and agentic applications at scale."
- **Media:** present, positioned top
- **CTAs:** 3 (primary: "Start building")
- **Clone instruction:** Reproduce the **centered** layout. Use the heading font-size token at the documented size. Place media top of text.

### Navigation Pattern

- **Position:** static (scrolls with page)
- **Layout:** logo-left-links-right — Logo at far left, primary navigation links right-aligned
- **Height:** 35px
- **Logo:** ✓ present
- **Nav links:** 5 primary items
- **CTAs in nav:** 3
- **Clone instruction:** Build a static logo left links right navigation. Reserve 3 slots for primary CTAs.

### Card Grid Pattern

- **Card count:** 5 cards detected
- **Columns (desktop):** 3-up grid
- **Card dimensions:** 461×833px (aspect 0.55:1)
- **Gap:** 0px between cards
- **Content:** ✓ image + CTA
- **Image position:** none
- **Clone instruction:** Build a 3-column grid (desktop) with cards at ~0.55:1 aspect ratio. Each card has an image at the none.

### Testimonial Pattern

- **Count:** 3 testimonial blocks
- **Layout:** list
- **Avg quote length:** 170 chars (medium quote)
- **Includes:** ✗ no avatars | ✗ no logos | ✗ no ratings
- **Clone instruction:** Build a list of 3 testimonials.   

### CTA Banner Pattern

- **Banner count:** 5
- **Position:** multiple
- **Visual treatment:** ✓ contrasting background
- **Primary CTA text:** "Publish"
- **Clone instruction:** Place multiple CTA banners across page sections. Use contrasting solid background.

## 6. Depth & Elevation

| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgb(0, 82, 239) 0px 0px 0px 1px` | Cards, elevated surfaces |
| Inset (Level 2) | <br>`rgb(255, 255, 255) 0px 0px 0px 1px inset` | Buttons, pressed-state elements |

**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 |
|--------------|-------|---------------|
| `--default-transition-timing-function` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |
| `--ease-out` | `cubic-bezier(0, 0, .2, 1)` | Ease Out — Decelerating |
| `--ease-in-out` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |
| `--tw-ease` | `cubic-bezier(.4, 0, .2, 1)` | Ease Out — Decelerating |

### Duration Scale

| CSS Variable | Value | Tier |
|--------------|-------|------|
| `--default-transition-duration` | `.15s` | Fast |
| `--tw-duration` | `.2s` | Normal |

### Copy-Paste Transition Snippets

**All Props**
```css
transition: flex-grow 1s linear;
```

**Color / Background**
```css
transition: color 0.2s ease-out;
```

**Transform**
```css
transition: transform 0.1s linear, opacity 0.2s linear, visibility linear;
```

**Opacity**
```css
transition: opacity 0.2s, visibility 0s 0.2s;
```

### Keyframe Animation Catalog

| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `delay-overflow` | Custom | overflow-x, overflow-y | UI transition |
| `osano-load-scale` | Fade + Move | transform, opacity | Focus / emphasis |
| `animate-entry` | Fade | opacity | UI transition |
| `marquee-vertical` | Slide | transform | UI transition |
| `pulse-subtle` | Fade | opacity | Attention / status |
| `marqyL` | Slide | transform | UI transition |
| `marqyR` | Slide | transform | UI transition |
| `_spinner_r11be_1` | Custom | rotate | Loading indicator |
| `osano-dialog` | Fade + Move | opacity, transform | UI transition |
| `live-recording-blink` | Fade | opacity | Attention / status |
| `spin` | Rotate / Spin | transform | Loading indicator |
| `pulse` | Fade | opacity | Attention / status |
| `Image-module__9FTdyq__loading-animati...` | Color Pulse | background-image, background-position-x, background-position-y, background-size, background-repeat, background-attachment, background-origin, background-clip, background-color | Loading indicator |
| `Image-module__9FTdyq__loading-animati...` | Color Pulse | background-image, background-position-x, background-position-y, background-size, background-repeat, background-attachment, background-origin, background-clip, background-color | Loading indicator |
| `InstallSanity-module__Tu-kIq__copied` | Fade + Move | opacity, transform | UI transition |
| `SyntaxHighlight-module__ShPfQG__reveal` | Fade | opacity | UI transition |
| `animations-module__mO6dFa__accordion-...` | Custom | height | UI transition |
| `animations-module__mO6dFa__accordion-up` | Custom | height | UI transition |
| `animations-module__mO6dFa__translate-...` | Fade + Move | opacity, transform | Element entrance |
| `AutomatedInternalLinkTooltip-module__...` | Fade + Move | opacity, transform | UI transition |

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

### Motion Fingerprint

- **Speed Character**: Deliberate & Calm (median duration: `300ms`)
- **Dominant Easing**: custom cubic-bezier curves
- **Animation Library**: 25 unique animations (25 total including variants)

> This design moves with deliberate & calm timing using custom cubic-bezier curves, creating a UI that feels calm and controlled.

## 8. Do's and Don'ts

### Do
- Use Black (`#0b0b0b`) for text — not pure black, it's warmer and more readable
- Use waldenburgNormal as the primary typeface — it defines the brand personality
- Use negative letter-spacing (-4.48px) 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 #0052ef (`#0052ef`) as the primary accent — it's the brand's signature interactive color
- Use pill-shaped radius (9999px) for primary CTA buttons — the brand uses fully-rounded, pill CTAs
- Respect the 4px–32px spacing range — the design uses a wide scale for visual breathing room
- Make the hero full-viewport (≥70% screen height) — this design uses an immersive hero, not a tall navbar
- Include exactly 3 CTAs in the hero (primary + secondary) — this design pattern is multi-action, not single-purpose
- Each card includes a none image — imagery is part of the card identity, not optional
- Use a 3-column grid on desktop — density matters for this content type
- Repeat the primary CTA across 5 banner sections — conversion paths are layered, not single

### Don't
- Don't use pure black (`#000000`) for text — the near-black adds warmth
- 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 use rectangular buttons for primary actions — the rounded pill shape is the brand standard
- 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(0, 82, 239)` for primary CTAs and brand-mark signals only"
    why: "Single chromatic assertion device — overuse dilutes meaning"
    test: "querySelectorAll('[style*=\"rgb(0, 82, 239)\"]').length <= 3 per fold"
```

## 9. Responsive Behavior

### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 376px | Single column, compact spacing |
| Mobile | 479px | Single column, compact spacing |
| Mobile Large | 767px | Expanded mobile layout |
| Tablet | 1000px | Multi-column grids begin |
| Desktop | 1100px | Full feature layout |
| Large Desktop | 1440px | Maximum content width |

### Token Diff — Desktop vs Mobile

| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| heading | font-size | `112px` | `60px` |
| heading | line-height | `112px` | `60px` |
| heading | letter-spacing | `-4.48px` | `-2.4px` |
| button | width | `241.859px` | `270px` |
| card | width | `400px` | `114px` |

### Collapsing Strategy
- Headlines: 112px → 60px 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: 8px 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, 1 on mobile (the rest hide behind a menu toggle).
- **Nav CTAs reduced** on mobile (3 → 2) — the design prioritizes content over conversion buttons at small sizes.
- **Card grid: 3-up → 1-up** — cards stack as viewport narrows, becoming a vertical list on mobile.


## 7c. Visual Effects & Dynamic Behavior

*The live/dynamic layer beyond static CSS — reproduce these, not flat substitutes. This is often what separates a faithful clone from a wireframe.*

- **Clip-path shapes** — 8 non-rectangular cut(s).
- **Scroll-driven reveals** — content animates in on scroll (CSS scroll-timeline). Build fade/translate reveal-on-scroll for below-fold bands.
- **CSS-variable animations** (3) — animated custom properties.

> **Motion fingerprint**: non-rectangular shapes (10), CSS scroll-driven animations

## 9b. Visual Tone & Photography

**Tone:** Photography-driven

The site is dominated by photography (JPG/WebP). Photos carry the brand voice as much as the typography. Use authentic, brand-appropriate imagery — generic stock will degrade quality.

**Canonical Brand Image (OG):**
- https://cdn.sanity.io/images/3do82whm/next/f21df064721ee7867372278bcbd0de4b512de556-1200x630.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.23:1 (landscape)
- Rendered size: 1440×1168px
- *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): 11 (69%)
- Portrait (<0.87): 5 (31%)
- Square (0.87–1.15): 0 (0%)

**Media Format Mix:**
- JPG: 8 (typically photographic content)
- WebP: 3 (optimized photo/illustration hybrid)
- PNG: 5 (logos, transparent UI elements, mockups)
- SVG: 2 (icons, illustrations, decorative geometry)

**Average rendered image size:** 957×780px
**Above-fold image count:** 1 / 16

**Decorative Patterns Detected:**
- 2 large decorative SVG shapes (≥200×200px, non-icon) — likely blob/illustration accents
- 5 background patterns (non-photo url() backgrounds) — textures/illustrations as backdrops
- **Noise/grain texture** detected — adds tactile film grain to flat backgrounds

**Clone instruction for decorative work:** Decorative details are subtle — don't over-style; the design relies on restraint.

**Imagery Guidance for clones:**
- Source authentic photography (or licensed stock that matches the brand mood) — placeholders will visibly degrade the clone.
- Match the dominant aspect ratio (see above) so card grids and hero compositions hold.

## 10. Agent Prompt Guide

### Quick Reference
- Background: White (`#ffffff`)
- Primary text: Black (`#0b0b0b`)
- Accent: #0052ef (`#0052ef`)
- Border: Translucent Deep Navy (20%) (`rgba(18, 25, 35, 0.2)`)
- Font: waldenburgNormal
- Body: 16px weight 400

### Example Component Prompts
- "Create a hero section on White background (#ffffff). Headline at 112px waldenburgNormal weight 400, line-height 1, letter-spacing -4.48px, color #0b0b0b."
- "Create the primary CTA button: `#0052ef` background, `#ffffff` text, 9999px border-radius, 4px 12px padding, 600 weight, waldenburgNormal font."
- "Design a card on `transparent` background. Border: none. Radius: 0px. Shadow: none. Padding: 0px."
- "Build navigation: relative on `#ffffff`. waldenburgNormal 16px weight 400 for links."

### Iteration Guide
1. **Canvas**: Set the light canvas to White (`#ffffff`) — every component is composited against this exact base.
2. **Typography**: All type in waldenburgNormal, weight range 400–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: #0052ef (`#0052ef`) is the sole interactive color. On hover → Translucent Cobalt Blue (80%) (`rgba(0, 65, 198, 0.8)`). Use CSS transitions, not opacity/brightness filters.
4. **Motion**: All transitions use `cubic-bezier(0.4,0,0.2,1)`. Timing: 150ms for micro-interactions, 200ms for layout changes. Never use linear for UI transitions — preserve the brand's easing personality.
5. **Shape**: CTAs at `9999px`, 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-2: #ededed;
  --ca-primary-focus: #0b0b0b;
  --ca-primary: #0052ef;
  --ca-semantic-info: #df5044;
  --ca-hairline: #121923;
  --ca-semantic-error: #dd0000;
  --ca-semantic-warning: #965908;
}

/* Typography */
:root {
  --ca-font-primary: "waldenburgNormal", system-ui, sans-serif;
  --ca-text-display: 112px;
  --ca-text-body: 16px;
  --ca-text-small: 13px;
  --ca-text-button: 13px;
  --ca-text-mono: 15px;
}

/* 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: 9999px;
  --ca-radius-xl: 99999px;
  --ca-radius-full: 9999px;
}

/* Motion */
:root {
  --ca-ease-out: cubic-bezier(0, 0, .2, 1);
  --ca-ease-in-out: cubic-bezier(.4, 0, .2, 1);
}
```


## 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: hero
    tag: div
    classes: ["flex", "min-h-full", "flex-col"]
    height: 11762px
    width: full-bleed
    layout: flex-column justify=normal
    children: 4
    vertical-padding: ~24px
  - section: hero
    tag: section
    classes: ["scroll-mt-[100px]"]
    height: 864px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: main
    classes: ["flex-grow", "bg-bg-base"]
    height: 10439px
    width: full-bleed
    layout: block
    children: 9
    bg: "rgb(255, 255, 255)"
  - section: feature-section
    tag: section
    classes: ["flex", "min-h-[calc(100dvh-var(--announcement-banner-height))]", "flex-col", "bg-black"]
    height: 864px
    width: full-bleed
    layout: flex-column justify=normal
    children: 2
    bg: "rgb(11, 11, 11)"
    tone: dark
    vertical-padding: ~72px (generous)
  - section: feature-section
    tag: section
    classes: ["scroll-mt-[100px]"]
    height: 1168px
    width: full-bleed
    layout: block
    children: 1
    vertical-padding: ~128px (airy)
  - section: feature-section
    tag: section
    classes: ["relative", "overflow-hidden", "bg-bg-base", "py-96"]
    height: 1168px
    width: full-bleed
    layout: block
    children: 3
    bg: "rgb(11, 11, 11)"
    tone: dark
    vertical-padding: ~128px (airy)
    padding: "128px 0px"
  - section: feature-section
    tag: div
    classes: ["container-x", "flex", "flex-1", "flex-col"]
    height: 300px
    width: 1294px
    layout: flex-column justify=center
    children: 1
    padding: "0px 24px 24.16px"
  - section: feature-section
    tag: section
    classes: ["scroll-mt-[100px]"]
    height: 1055px
    width: full-bleed
    layout: block
    children: 1
    vertical-padding: ~128px (airy)
  - section: feature-section
    tag: section
    classes: ["bg-bg-base", "py-96", "text-fg-base", "md:py-128"]
    height: 1055px
    width: full-bleed
    layout: block
    children: 2
    bg: "rgb(11, 11, 11)"
    tone: dark
    vertical-padding: ~128px (airy)
    padding: "128px 0px"
  - section: feature-section
    tag: div
    classes: ["container-x", "mx-auto"]
    height: 86px
    width: 1296px
    layout: block
    children: 1
    padding: "0px 24px"
  - section: feature-section
    tag: section
    classes: ["scroll-mt-[100px]"]
    height: 838px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: section
    classes: ["bg-bg-base", "text-fg-base"]
    height: 838px
    width: full-bleed
    layout: block
    children: 2
    bg: "rgb(11, 11, 11)"
    tone: dark
    vertical-padding: ~96px (airy)
  - section: feature-section
    tag: div
    classes: ["container-x", "mx-auto", "py-96"]
    height: 278px
    width: 1296px
    layout: block
    children: 1
    vertical-padding: ~96px (airy)
    padding: "96px 24px"
  - section: feature-section
    tag: section
    classes: ["scroll-mt-[100px]"]
    height: 4420px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: section
    classes: ["grid-new-vars", "max-md:pb-64"]
    height: 4420px
    width: full-bleed
    layout: block
    children: 2
  - section: feature-section
    tag: section
    classes: ["relative", "grid", "scroll-mt-[67px]!", "gap-y-24"]
    height: 833px
    width: 461px
    layout: grid: 1-col gap=24.16px normal
    children: 1
  - section: feature-section
    tag: section
    classes: ["relative", "grid", "scroll-mt-[67px]!", "gap-y-24"]
    height: 833px
    width: 461px
    layout: grid: 1-col gap=24.16px normal
    children: 1
  - section: feature-section
    tag: section
    classes: ["relative", "grid", "scroll-mt-[67px]!", "gap-y-24"]
    height: 833px
    width: 461px
    layout: grid: 1-col gap=24.16px normal
    children: 1
  - section: feature-section
    tag: section
    classes: ["relative", "grid", "scroll-mt-[67px]!", "gap-y-24"]
    height: 833px
    width: 461px
    layout: grid: 1-col gap=24.16px normal
    children: 1
  - section: feature-section
    tag: section
    classes: ["relative", "grid", "scroll-mt-[67px]!", "gap-y-24"]
    height: 833px
    width: 461px
    layout: grid: 1-col gap=24.16px normal
    children: 1
  - section: feature-section
    tag: section
    classes: ["scroll-mt-[100px]"]
    height: 828px
    width: full-bleed
    layout: block
    children: 1
    vertical-padding: ~24px
  - section: feature-section
    tag: section
    classes: ["grid-new-vars", "relative", "isolate", "flex"]
    height: 828px
    width: full-bleed
    layout: flex-column justify=normal
    children: 5
    bg: "rgb(11, 11, 11)"
    tone: dark
    vertical-padding: ~24px
    padding: "48px 0px 0px"
  - section: feature-section
    tag: section
    classes: ["scroll-mt-[100px]"]
    height: 357px
    width: full-bleed
    layout: block
    children: 1
    vertical-padding: ~96px (airy)
  - section: feature-section
    tag: section
    classes: ["grid-new-vars", "w-full", "px-margin-x", "py-96"]
    height: 357px
    width: full-bleed
    layout: block
    children: 1
    vertical-padding: ~96px (airy)
    padding: "96px 24px"
  - section: feature-section
    tag: section
    classes: ["scroll-mt-[100px]"]
    height: 781px
    width: full-bleed
    layout: block
    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:
    - "Mirror how your content operations team works"
    - "Content Operations without the busywork"
    - "Everything your team needs in one place"
    - "Enterprise-grade everything"
    - "Less talk, more code"
  sub-headings:
    - "Build content operations your way"
    - "The database optimized for content operations"
    - "CLI Install"
    - "PRODUCTS"
  ctas:
    - "CUSTOMIZE YOUR CHOICES"
    - "ACCEPT ALL"
    - "SKIP TO CONTENT"
    - "PRODUCTS"
    - "CONTACT SALES"
    - "GET STARTED"
    - "Start building"
    - "Watch demo"
  navigation:
    - "Sanity"
    - "SKIP TO CONTENT"
    - "DOCS"
    - "ENTERPRISE"
    - "PRICING"
    - "LOG IN"
    - "CONTACT SALES"
    - "GET STARTED"
    - "Sanity Studio"
    - "Media Library"
  footer-links:
    - "Join our community on Discord"
    - "SUBSCRIBE"
    - "Sanity Studio"
    - "Enhancing your CMS with AI"
```

**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: 38
    avg-ratio: 3.32
    common-aspect: "~16:6 banner"
    sample-alts:
      - "Mejuri"
      - "Redis"
      - "Replit"
  hero:
    count: 1
    avg-ratio: 1.82
    common-aspect: "~16:9 landscape"
```

**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">
  CUSTOMIZE YOUR CHOICES
</button>
```
_Source pattern detected: padding `8px` · radius `9999px` · weight `400`_

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


## 17. Content Architecture & Resources (Links by Purpose)

*The page's links classified by purpose — the information architecture to reproduce. Categories, featured images, devices and projects are extracted from the rendered DOM, not guessed.*

**By purpose:** **nav** 4 · **cta** 3 · **auth** 1 · **pricing** 1 · **docs** 9 · **project** 1 · **social** 10 · **legal** 1 · **footer** 16 · **other** 14

**Primary actions (conversion path):**
- Account access — "LOG IN" (login/signup) → `https://www.sanity.io/entry?ref=navbar`
- Primary call-to-action — "GET STARTED" (the conversion path) → `https://www.sanity.io/get-started?ref=navbar`
- Primary call-to-action — "Start building" (the conversion path) → `https://www.sanity.io/get-started`
- Primary call-to-action — "Get Started Now Get Started Now" (the conversion path) → `https://www.sanity.io/get-started`

**Projects / case studies detected** (clustered by URL + featured image):

*Docs* — medium confidence, 8 items:

| Title | Featured image | Link |
|---|---|---|
| Pixelated dark gray 3D cube icon. | `c707187b5e1066e19a0276e94850724934f8` (ar 1) | https://www.sanity.io/docs/ai/mcp-server#k95ab76042588 |
| A dark, blurry asterisk shape. | `2aec010f8c40bbfdba1902f005acfd3df28a` (ar 1) | https://www.sanity.io/docs/ai/mcp-server#k565bc782116f |
| A completely black image. | `554a0c574c9ede1102359ac61a6d1f4c86ab` (ar 1) | https://www.sanity.io/docs/ai/mcp-server#f210e71701a5 |
| Black heart icon. | `c35e318710f89305c2ac1c0da7581a1ad8f3` (ar 1) | https://www.sanity.io/docs/ai/mcp-server#k6fdb651a17c5 |
| Dark grey geometric arrow symbol on a black  | `5b76316bb48a14e93a980aea10d09fbd3d99` (ar 1) | https://www.sanity.io/docs/ai/mcp-server#q360ivbopcs6 |
| Visual Studio Code logo | `d525f9ff4426f39cad9ad8ab9250c0bb85e8` (ar 1) | https://www.sanity.io/docs/ai/mcp-server#k38934fdd8691 |
| LEARN MORE → | — | https://www.sanity.io/docs/agent-actions/generate-add-references |
| MCP Server | — | https://www.sanity.io/docs/ai/mcp-server |

*Sanity-Io* — medium confidence, 6 items:

| Title | Featured image | Link |
|---|---|---|
| Black circle with a faint 'R' inside. | `1a427f60ecb3d64f83e744ad96da000295e0` (ar 1) | https://github.com/sanity-io/agent-toolkit/blob/main/skills/sanity-best-practices/references/nextjs.md |
| A very dark, pixelated abstract shape. | `11ccae1bcf2d5800d1328ce98cd879759149` (ar 1) | https://github.com/sanity-io/agent-toolkit/blob/main/skills/sanity-best-practices/references/astro.md |
| Delta sigma symbol. | `822d8b11cf3b9b34fab790880546494bdd55` (ar 1) | https://github.com/sanity-io/agent-toolkit/blob/main/skills/sanity-best-practices/references/nuxt.md |
| Dark stylized capital R on a black backgroun | `2bdf55d9ecdce7349876e0085b723496111b` (ar 1) | https://github.com/sanity-io/agent-toolkit/blob/main/skills/sanity-best-practices/references/remix.md |
| Dark stylized S-shaped symbol. | `ccc80ce09af5173f62096f30b39bb33ff8e8` (ar 1) | https://github.com/sanity-io/agent-toolkit/blob/main/skills/sanity-best-practices/references/svelte.md |
| Dark, stylized letter A emblem. | `f6eb90c667d733cd893e334120187d804d2a` (ar 1) | https://github.com/sanity-io/agent-toolkit/blob/main/skills/sanity-best-practices/references/angular.md |

**Signals:** 23/60 links carry a featured image · dominant link roles: footer-link (34), inline-link (17), navigation (4).


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

| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 25 | 25 | 20 named colors |
| Typography | 18 | 20 | 7 roles defined |
| Components | 20 | 20 | 5 specs extracted |
| Motion & Interaction | 15 | 15 | Keyframes, easing vars |
| CSS Custom Properties | 10 | 10 | 509 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.

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

- **Licensed web fonts (ibmPlexMono, waldenburgNormal)** — detected but not downloaded. Substitute with your licensed copy or a close fallback (see Typography section for metrics).

*✅ No critical extraction gaps detected — high-confidence reproduction expected.*

### Per-section confidence

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

## 11.1 CSS Implementation Guide (CSS Interception Engine v2.15+)

*Ready-to-use CSS from Prism's CSS Interception Engine — intercepted directly from the site's CSS files (bypasses CORS). Copy-paste into your `<style>` block.*

### Font Loading

14 font file(s) captured (350KB total). When running `prism add`, fonts are saved to `extractions/sanity.io/fonts/` and embedded as base64 in the output HTML.

**@font-face declarations to use:**
```css
@font-face {
  font-family: 'ibmPlexMono';
  /* src: url('/fonts/ibmPlexMono.woff2') format('woff2'); */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ibmPlexMono';
  /* src: url('/fonts/ibmPlexMono.woff2') format('woff2'); */
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ibmPlexMono';
  /* src: url('/fonts/ibmPlexMono.woff2') format('woff2'); */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ibmPlexMono';
  /* src: url('/fonts/ibmPlexMono.woff2') format('woff2'); */
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ibmPlexMono Fallback';
  /* src: url('/fonts/ibmPlexMono-Fallback.woff2') format('woff'); */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'waldenburgNormal';
  /* src: url('/fonts/waldenburgNormal.woff2') format('woff2'); */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'waldenburgNormal';
  /* src: url('/fonts/waldenburgNormal.woff2') format('woff2'); */
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'waldenburgNormal';
  /* src: url('/fonts/waldenburgNormal.woff2') format('woff2'); */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'waldenburgNormal Fallback';
  /* src: url('/fonts/waldenburgNormal-Fallback.woff2') format('woff'); */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
```

### Keyframe Animations (Intercepted from CSS)

**24 @keyframes found** — these are the real animation definitions:

```
@keyframes osano-opt-out-honored-exit { ... }
@keyframes GlossaryTooltip-module__DgrEzW__translate-in { ... }
@keyframes GlossaryTooltip-module__DgrEzW__spin { ... }
@keyframes _spinner_r11be_1 { ... }
@keyframes Image-module__9FTdyq__loading-animation-light { ... }
@keyframes Image-module__9FTdyq__loading-animation-dark { ... }
@keyframes InstallSanity-module__Tu-kIq__copied { ... }
@keyframes SyntaxHighlight-module__ShPfQG__reveal { ... }
@keyframes animations-module__mO6dFa__accordion-down { ... }
@keyframes animations-module__mO6dFa__accordion-up { ... }
@keyframes animations-module__mO6dFa__translate-fade-in { ... }
@keyframes AutomatedInternalLinkTooltip-module__PU1gfW__animate-in { ... }
@keyframes AutomatedInternalLinkTooltip-module__PU1gfW__animate-out { ... }
@keyframes AutomatedInternalLinkTooltip-module__PU1gfW__spin { ... }
@keyframes animate-entry { ... }
@keyframes marquee-vertical { ... }
@keyframes pulse-subtle { ... }
@keyframes marqyL { ... }
@keyframes marqyR { ... }
@keyframes osano-dialog { ... }
@keyframes live-recording-blink { ... }
@keyframes spin { ... }
@keyframes pulse { ... }
@keyframes skeleton-module__k0IF2G__loading { ... }
```

<details><summary>Full keyframes CSS (24 animations)</summary>

```css
@keyframes osano-opt-out-honored-exit {
  to {
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}
@keyframes GlossaryTooltip-module__DgrEzW__translate-in{0%{opacity:0;transform:translateY(1rem)}}
@keyframes GlossaryTooltip-module__DgrEzW__spin{to{transform:rotate(360deg)}}
@keyframes _spinner_r11be_1{to{rotate:360deg}}
@keyframes Image-module__9FTdyq__loading-animation-light{0%{background:var(--color-gray-100)}
@keyframes Image-module__9FTdyq__loading-animation-dark{0%{background:var(--color-gray-900)}
@keyframes InstallSanity-module__Tu-kIq__copied{0%{opacity:1;transform:scale(0)}50%,55%{opacity:1;transform:scale(1.2)}90%,to{opacity:1;transform:scale(1)}}
@keyframes SyntaxHighlight-module__ShPfQG__reveal{to{opacity:1}}
@keyframes animations-module__mO6dFa__accordion-down{0%{height:0}
@keyframes animations-module__mO6dFa__accordion-up{0%{height:var(--radix-accordion-content-height)}
@keyframes animations-module__mO6dFa__translate-fade-in{0%{opacity:0;transform:translateY(.5rem)}}
@keyframes AutomatedInternalLinkTooltip-module__PU1gfW__animate-in{0%{opacity:0;transform:translateY(1rem)}
@keyframes AutomatedInternalLinkTooltip-module__PU1gfW__animate-out{to{opacity:0}}
@keyframes AutomatedInternalLinkTooltip-module__PU1gfW__spin{to{transform:rotate(360deg)}}
@keyframes animate-entry{0%{opacity:0}
@keyframes marquee-vertical{0%{transform:translateY(0)}
@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.8}}
@keyframes marqyL{0%{transform:translate(0)}
@keyframes marqyR{0%{transform:translate(0)}
@keyframes osano-dialog{0%{opacity:0;transform:scale(.9)}
@keyframes live-recording-blink{0%{opacity:1}60%{opacity:0}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes pulse{50%{opacity:.5}}
@keyframes skeleton-module__k0IF2G__loading{0%{background-position:200% 0}
```
</details>

### Brand Gradient Palette

**5 complex gradients captured** from the site's CSS. The first few are the most prominent visual decorations:

```css
/* Gradient 1 */
background: radial-gradient(circle at 100% center, transparent calc((var(--avatar-stack-size);

/* Gradient 2 */
background: linear-gradient(0deg,transparent 0%,var(--color-bg-inverse-base);

/* Gradient 3 */
background: linear-gradient(to bottom, var(--tw-mask-bottom-from-color);

/* Gradient 4 */
background: linear-gradient(270deg, #fafafa, #eaeaea, #eaeaea, #fafafa);

/* Gradient 5 */
background: linear-gradient(270deg, #15202b, #1e2732, #1e2732, #15202b);

```

### Hover State CSS (Intercepted)

**26 hover rule lines** captured from CSS files. Key interactive transitions from real CSS (not inferred):

```css
@media (hover:hover){.GlossaryTooltip-module__DgrEzW__close{display:none}

@media (hover:hover){._link_1nx71_21[href]:hover{text-underline-offset:.1em;text-decoration-line:underline;text-decoration-thickness:.08em}

._button_sfoeg_3[data-mode=primary]:hover{background-color:var(--color-bg-base);border-color:var(--color-bg-inverse-base);color:var(--color-fg-base)}

._button_sfoeg_3[data-mode=brand]:hover{background-color:var(--color-bg-inverse-base);border-color:var(--color-bg-inverse-base);color:var(--color-brand)}

._button_sfoeg_3[data-mode=accent]:hover{background-color:var(--color-bg-base);border-color:var(--color-blue-700);color:var(--color-blue-700)}

[data-theme=dark]._button_sfoeg_3[data-mode=muted]:hover,[data-theme=dark] ._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme=dark]._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme=dark] ._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme=dark]._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme=dark] ._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme] [data-theme=dark]._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme] [data-theme=dark] ._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=dark]._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=dark] ._button_sfoeg_3[data-mode=muted]:hover{border-color:var(--color-gray-700,#4a4a4a);background-color:var(--color-gray-700,#4a4a4a)}

[data-theme=light]._button_sfoeg_3[data-mode=muted]:hover,[data-theme=light] ._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme=light]._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme=light] ._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme=light]._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme=light] ._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme] [data-theme=light]._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme] [data-theme=light] ._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=light]._button_sfoeg_3[data-mode=muted]:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=light] ._button_sfoeg_3[data-mode=muted]:hover{border-color:var(--color-gray-300,#b9b9b9);background-color:var(--color-gray-300,#b9b9b9)}

._button_sfoeg_3[data-mode=muted]:hover{color:var(--color-fg-base)}

._button_sfoeg_3[data-mode=outline]:hover{background-color:var(--color-bg-inverse-base);border-color:var(--color-bg-inverse-base);color:var(--color-fg-inverse-base)}

[data-theme=dark]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme=dark] ._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme=dark]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme=dark] ._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme=dark]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme=dark] ._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme] [data-theme=dark]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme] [data-theme=dark] ._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=dark]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=dark] ._button_sfoeg_3[data-mode=ghost]:hover{background-color:var(--color-gray-900,#212121)}

[data-theme=light]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme=light] ._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme=light]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme=light] ._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme=light]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme=light] ._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme] [data-theme=light]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme] [data-theme=light] ._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=light]._button_sfoeg_3[data-mode=ghost]:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=light] ._button_sfoeg_3[data-mode=ghost]:hover{background-color:var(--color-gray-100,#ededed)}

._button_sfoeg_3[data-mode=ghost]:hover{color:var(--color-fg-base)}

._link_gjdd5_3[href]:hover ._title_gjdd5_38{text-underline-offset:.1em;text-decoration-line:underline;text-decoration-thickness:.08em}

@supports (hanging-punctuation:first) and (font:-apple-system-body) and (appearance:none){._link_gjdd5_3[href]:hover ._title_gjdd5_38{text-underline-offset:.35em}

._link_gjdd5_3[href]:hover ._title_gjdd5_38 *{text-underline-offset:.1em}

._checkbox_mw1de_9:not(:checked):hover{outline:1px solid var(--checkbox-accent-color)}

[data-theme=dark]._chip_1mjal_3:hover,[data-theme=dark] ._chip_1mjal_3:hover,[data-theme] [data-theme=dark]._chip_1mjal_3:hover,[data-theme] [data-theme=dark] ._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme=dark]._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme=dark] ._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme] [data-theme=dark]._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme] [data-theme=dark] ._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=dark]._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=dark] ._chip_1mjal_3:hover{background-color:var(--color-gray-700,#4a4a4a)}

[data-theme=light]._chip_1mjal_3:hover,[data-theme=light] ._chip_1mjal_3:hover,[data-theme] [data-theme=light]._chip_1mjal_3:hover,[data-theme] [data-theme=light] ._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme=light]._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme=light] ._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme] [data-theme=light]._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme] [data-theme=light] ._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=light]._chip_1mjal_3:hover,[data-theme] [data-theme] [data-theme] [data-theme] [data-theme=light] ._chip_1mjal_3:hover{background-color:var(--color-gray-300,#b9b9b9)}

._tab_1vzla_13[aria-selected=true],._tab_1vzla_13:hover{background-color:var(--color-bg-dim)}

._input_18rsg_3:hover{border-color:var(--color-border-base)}
```

> **Note**: All values above are extracted from the live site's CSS files. The font files are saved locally by Prism and embedded in the output HTML. Use them as-is for maximum fidelity.

## 11.2 Measured Reality (CDP Engine)

Captured directly from Chrome's engine across **all 3221 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.

### Real Responsive Breakpoints
**19 breakpoints** read from the live `@media` rules (not guessed) — 14 most relevant:
`376px` · `400px` · `479px` · `480px` · `600px` · `700px` · `719px` · `720px` · `767px` · `768px` · `800px` · `959px` · `960px` · `1000px` … (+5 more)

### Measured Design Scale
**Type scale by usage** (× = paint count): `12px`×1151 · `13px`×862 · `16px`×849 · `15px`×117 · `10px`×55 · `60px`×37 · `38px`×28 · `18px`×24

**Radius scale** (× = paint count): `12px`×19 · `9999px`×18 · `5px`×15 · `4px`×8 · `3px`×7 · `6px`×5 · `11px`×1 · `8px`×1

**Weights** (× = paint count): `400`×3170 · `500`×22 · `425`×15 · `700`×8 · `600`×4

**Layout gaps** (× = paint count): `normal 2px`×37 · `12px`×18 · `8px`×14 · `normal 6px`×11 · `normal 12px`×10 · `16px normal`×9 · `4px`×8 · `24.16px normal`×7

**Elevation (real shadows)**:
```css
rgb(0, 82, 239) 0px 0px 0px 1px
rgb(255, 255, 255) 0px 0px 0px 1px inset
```

### Provenance — measured styles on key elements
Read from the live CSSOM (includes runtime-injected CSS). This is *what actually styles the page*, by element:

```css
body { font-family:var(--font-sans,var(--font-sans)) }
header { background-color:var(--color-bg-base,var(--color-bg-base)) }
main { background-color:var(--color-bg-base,var(--color-bg-base)) }
@media (min-width: 48rem) h1 { font-size:3.75rem }
@media (min-width: 64rem) h1 { font-size:4.5rem }
h1 { font-family:var(--font-sans); font-size:3.125rem; font-weight:400 }
h1 { font-size:60px }
h1 { color:var(--color-fg-base,var(--color-fg-base)) }
@media (min-width: 400px) h1 { font-size:72px }
@media (min-width: 48rem) h1 { font-size:96px }
@media (min-width: 64rem) h1 { font-size:112px }
@media (min-width: 48rem) h2 { font-size:3.75rem }
```

> Selectors normalised to their semantic element — source class names are often build-hashed (`.bgDIHX`) and not reusable. The declarations + CSS vars are the transferable part.

---
*Generated by Prism — automated Playwright extraction + design analysis.*
*Source: https://sanity.io | 2026-06-11T05:02:21.464Z*
*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.*
