Color Palette

52 colors extracted via getComputedStyle(). Click any swatch to copy its hex value.

Background & Surface

Primary #ffffff Page bg Copied!
Secondary #fcfcfc Elevated Copied!
Tertiary #ffffff Card bg Copied!

Text & Content

Primary #1f1f1f Body text Copied!
Secondary #000000 Secondary Copied!
Muted #000000 Muted / Placeholder Copied!

Accent & Interactive

Primary #0068bd Primary CTA Copied!
Secondary #0172ce Secondary CTA Copied!

Border & Divider

Border #858585 Dividers / Lines Copied!

Semantic States

⚠ Error Error #ff143f Errors, destructive Copied!
✓ Success Success #007a62 Success, positive Copied!
! Warning Warning #ff143f Caution Copied!

Full Extracted Palette (+54)

#0000ee #0000ee Copied!
#0070d1 #0070d1 Copied!
#999999 #999999 Copied!
#cccccc #cccccc Copied!
#0072ce #0072ce Copied!
#0070cc #0070cc Copied!
#020619 #020619 Copied!
#d63d00 #d63d00 Copied!
#6b6b6b #6b6b6b Copied!
#d53b00 #d53b00 Copied!
#0064b7 #0064b7 Copied!
#121314 #121314 Copied!
#cecdd2 #cecdd2 Copied!
#c58821 #c58821 Copied!
#b2b2b2 #b2b2b2 Copied!
#26254f #26254f Copied!
#f48250 #f48250 Copied!
#f5f7fa #f5f7fa Copied!
#00439c #00439c Copied!
#53b1ff #53b1ff Copied!
#d2d4d9 #d2d4d9 Copied!
#363636 #363636 Copied!
#0065cc #0065cc Copied!
#131315 #131315 Copied!
#808080 #808080 Copied!
#007dea #007dea Copied!
#3b82f6 #3b82f6 Copied!
#f7f8fd #f7f8fd Copied!
#252d37 #252d37 Copied!
#333a4a #333a4a Copied!
#10fc8a #10fc8a Copied!
#003b9c #003b9c Copied!
#000f55 #000f55 Copied!
#09101a #09101a Copied!
#7f8197 #7f8197 Copied!
#c81b3a #c81b3a Copied!
#a32f00 #a32f00 Copied!
#d1d3df #d1d3df Copied!
#ebedfa #ebedfa Copied!
#2a2c2f #2a2c2f Copied!

Typography

All values extracted via getComputedStyle() — no estimation.

RoleFont FamilySize / Weight Line HeightLetter SpacingPreview
Display Hero SST 49px / w300 1.25 -0.1px Display Hero
Sub-heading SST 25px / w300 1.25 0.1px Sub-heading
Label Heading SST 20px / w300 1.25 0.1px Label Heading
Card Title SST 16px / w400 1.5 -0.2px Card Title
Button Large sst 16px / w500 1.25 0.4px Button Large
Link Large SST 16px / w500 1.5 -0.2px Link Large
Link SST 15px / w500 1.07 -0.2px Link
Eyebrow / Overline SST 14px / w500 1.5 -0.2px Eyebrow / Overline
Caption SST 14px / w400 1.5 -0.2px Caption
Button SST 13.3333px / w500 1.58 normal Button
Button SST 13px / w500 1.62 normal Button

Live Components

Rendered in real HTML using your extracted tokens — no screenshots.

Buttons

accent: rgba(0,104,189) · border-radius: 999px · weight: 700

Form Inputs

border: rgb(133, 133, 133) · focus: rgba(0,104,189) · radius: 8px

Card

Card Component
Card Title
Supporting description text with muted color for secondary information.
bg: rgb(252, 252, 252) · radius: 12px · shadow from tokens

Badges & Labels

New Feature Beta Draft

Spacing Scale

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

Border Radius

none
0px
xs
4px
sm
8px
md
12px
lg
16px
xl
32px
full
999px

Component Specs

Extracted CSS values per component and variant state.

### Buttons

Light / Invert
  • Background: `#ffffff` `{colors.on-primary}`
  • Text: `#0172ce`
  • Padding: 16px 20px
  • Radius: 0px
  • Border: 2px outset rgb(0, 0, 0)
  • Font: 13.3333px weight 500
  • Use: Bright CTA on dark sections
  • Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
Ghost
  • Background: `transparent`
  • Text: `#1f1f1f` `{colors.ink}`
  • Padding: 0px 20px 0px 5px
  • Radius: 0px
  • Font: 13px weight 500
  • Use: Subtle action, toolbar, nav button
  • Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
Pill
  • Background: `#0070cc`
  • Text: `#ffffff` `{colors.on-primary}`
  • Padding: 0px 8px
  • Radius: 999px
  • Font: 16px weight 500
  • Use: Status pills, tags, chips
  • Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
Ghost
  • Background: `transparent`
  • Text: `#1f1f1f` `{colors.ink}`
  • Padding: 0px
  • Radius: 0px
  • Font: 16px weight 500
  • Use: Subtle action, toolbar, nav button
  • Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
Primary Brand
  • Background: `#d53b00`
  • Text: `#0068bd` `{colors.primary}`
  • Padding: 12px 16px
  • Radius: 16px
  • Font: 16px weight 400
  • Use: Primary CTA / brand action
  • Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`

Cards & Containers

Standard Card
  • Background: `transparent`
  • Padding: 2px
  • Radius: 9999px
  • Shadow: `rgba(0, 0, 0, 0.06) 0px 4px 8px 0px`
  • Use: Content containers, listing items

Navigation

Main Nav
  • Background: `transparent`
  • Padding: 0px 20px
  • Radius: none
  • Font: 16px weight 500
  • Use: Fixed/sticky flex nav — N/A items

Pricing Cards

Default Tier
  • Background: `#ffffff` `{colors.on-primary}`
  • Text: `#1f1f1f` `{colors.ink}`
  • Padding: 36px 0px 0px
  • Radius: 0px
  • Font: 16px weight 400
  • Use: Subscription tier card

CTA Banners

Full-width CTA
  • Background: `transparent`
  • Text: `#1f1f1f` `{colors.ink}`
  • Padding: 0px
  • Radius: 0px
  • Font: 16px weight 400
  • Use: Full-width conversion strip with headline + button
  • Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`

Status Badges

Neutral Dark
  • Background: `transparent`
  • Text: `#1f1f1f` `{colors.ink}`
  • Padding: 5px
  • Radius: 0px
  • Font: 16px weight 500
  • Use: Status indicator, label, pill
Neutral Dark
  • Background: `transparent`
  • Text: `#ffffff` `{colors.on-primary}`
  • Padding: 2px 80px 16px
  • Radius: 0px
  • Font: 16px weight 400
  • Use: Status indicator, label, pill
Neutral Light
  • Background: `#ffffff` `{colors.on-primary}`
  • Text: `#000000`
  • Padding: 12px 16px
  • Radius: 9999px
  • Font: 14px weight 500
  • Use: Status indicator, label, pill

Tabs

Ghost Tab
  • Background: `transparent`
  • Text: `#ffffff` `{colors.on-primary}`
  • Padding: 0px
  • Radius: 0px
  • Font: 16px weight 400
  • Use: Navigation tabs, filter tabs

Interaction State Narrative

  • **Button**:
  • - **focus:** shadow added
  • **FooterLink**:
  • - **hover:** opacity 0.6
Agent usage: Validate generated components against this matrix. If your output's `:hover` state changes properties not listed here, you are off-brand.

    Buttons

    - 5 shape(s) in this system: `Light / Invert`, `Ghost`, `Pill`, `Ghost`, `Primary Brand`
    • **DO NOT introduce new buttons variants** without justification

    Cards & Containers

    - 1 shape(s) in this system: `Standard Card`
    • **DO NOT introduce new cards & containers variants** without justification

    Navigation

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

    Pricing Cards

    - 1 shape(s) in this system: `Default Tier`
    • **DO NOT introduce new pricing cards variants** without justification

    CTA Banners

    - 1 shape(s) in this system: `Full-width CTA`
    • **DO NOT introduce new cta banners variants** without justification

    Status Badges

    - 3 shape(s) in this system: `Neutral Dark`, `Neutral Dark`, `Neutral Light`
    • **DO NOT introduce new status badges variants** without justification

    Tabs

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

    Visual Reference

    Playwright screenshots captured during extraction — source of truth for all tokens.

    Desktop (1440px)
    Desktop (1440px) screenshot
    Mobile (390px)
    Mobile (390px) screenshot

    Breakpoints

    Mobile 360px
    Mobile Large 640px
    Mobile Large 767px
    Tablet 1023px
    Desktop 1100px
    Desktop 1280px

    Elevation & Depth

    Shadow levels rendered live — every value extracted directly from the design system.

    Level 1
    rgba(0, 0, 0, 0.16) 0px 4px 8px 0px
    Level 2
    rgba(0, 0, 0, 0.06) 0px 4px 8px 0px
    Level 3
    rgba(0, 0, 0, 0.8) 0px 4px 8px 0px
    Level 4
    rgba(0, 0, 0, 0.08) 0px 4px 8px 0px

    Motion & Transitions

    5 motion tokens — easing curves and durations.

    transition-1all
    transition-2top 0.55s
    transition-3height 0.55s
    transition-4height 0.55s, transform 0.55s, -webkit-transform 0.55s
    transition-5left 0.25s ease-in

    Motion Timeline

    73 keyframe animations extracted from the live page. Preview 12 below — each block is animating right now with the actual extracted keyframes.

    vjs-spinner-show
    vjs-spinner-spin
    vjs-spinner-fade
    jetstream-search-input-grow
    jetstream-search-slide-down
    jetstream-search-slide-up
    jetstream-search-fadein
    jetstream-search-fadeout
    jetstream-search-input-shrink
    fadeIn
    fadeInLight
    fadeInLeft

    +61 additional animations not previewed (cap at 12 for performance).

    Component States

    Default → Hover → Focus → Active visual diff per component. Captured via Playwright state simulation.

    ,,,,
    Component States
    button
    default
    button
    bg rgb(255, 255, 255)
    fg rgb(1, 114, 206)
    focus
    button
    bg rgb(255, 255, 255)
    fg rgb(1, 114, 206)
    link
    default
    link
    bg rgba(0, 0, 0, 0)
    fg rgb(0, 0, 238)
    card
    default
    card
    bg rgba(0, 0, 0, 0)
    fg rgb(255, 255, 255)
    navLink
    default
    navLink
    bg rgba(0, 0, 0, 0)
    fg rgb(0, 0, 0)
    badge
    default
    badge
    bg rgba(0, 0, 0, 0)
    fg rgb(0, 0, 0)

    Z-Index Stacking Context

    100 z-index values detected. Top 20 ordered by stacking priority. 100+ (modals) · 10-99 (overlays) · 1-9 (UI chrome).

    z:10000
    #skip-link
    z:9999
    #sony-bar
    z:9999
    #shared-nav-root
    z:9999
    #sb-social-toolbar-root
    z:9999
    button.shared-nav-icon.shared-nav-icon--search
    z:9998
    #sharedNavCtas
    z:100
    #days-of-play-2026-micropod
    z:70
    div.page-banner__content
    z:70
    div.media-block.media-block--image
    z:70
    div.page-banner__content
    z:70
    div.media-block.media-block--image
    z:70
    div.box.page-banner__logo-content
    z:70
    div.page-banner__content
    z:70
    div.media-block.media-block--image
    z:70
    div.page-banner__content
    z:70
    div.media-block.media-block--image
    z:70
    div.box.page-banner__logo-content
    z:70
    div.page-banner__content
    z:70
    div.media-block.media-block--image
    z:70
    div.page-banner__content

    Export tokens

    Copy these design tokens to any framework. Generated from playstation.com live extraction.

    Clicks copy to clipboard AND download the file. All values from getComputedStyle() on the live page — no estimates.

    DESIGN.md

    Narrative design system document — paste directly into Claude Code, Cursor, or Bolt.

    ---
    version: alpha
    name: playstation.com
    description: "Light product system built on #ffffff with #0068bd as the primary CTA accent. Type anchored in SST at 39px / weight 300. Extracted automatically from https://playstation.com/ — every value from getComputedStyle(), no approximation."
    narrative: |
      playstation.com is built on a pure-white canvas (rgb(255, 255, 255)).
      The system uses rgba(0,104,189) as the high-saturation accent for primary actions.
      Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside SST as the primary typeface.
    
    colors:
      background: "#ffffff"
      surface-1: "#fcfcfc"
      surface-2: "rgba(255, 255, 255, 0.5)"
      ink: "#1f1f1f"
      primary: "rgba(0,104,189)"
      on-primary: "#ffffff"
      hairline: "#858585"
      accent-glow: "rgba(0,125,234,1)"
      semantic-error: "rgba(255,20,63)"
      semantic-success: "rgba(0,122,98)"
      semantic-warning: "rgba(255,20,63)"
    
    typography:
      display-xl:
        fontFamily: "SST"
        fontSize: 49px
        fontWeight: 300
        lineHeight: 1.25
        letterSpacing: -0.1px
      display-md:
        fontFamily: "SST"
        fontSize: 25px
        fontWeight: 300
        lineHeight: 1.25
        letterSpacing: 0.1px
      headline:
        fontFamily: "SST"
        fontSize: 20px
        fontWeight: 300
        lineHeight: 1.25
        letterSpacing: 0.1px
      body:
        fontFamily: "SST"
        fontSize: 16px
        fontWeight: 400
        lineHeight: 1.5
        letterSpacing: -0.2px
      body-sm:
        fontFamily: "SST"
        fontSize: 16px
        fontWeight: 500
        lineHeight: 1.5
        letterSpacing: -0.2px
      caption:
        fontFamily: "SST"
        fontSize: 14px
        fontWeight: 400
        lineHeight: 1.5
        letterSpacing: -0.2px
      button:
        fontFamily: "sst"
        fontSize: 16px
        fontWeight: 500
        lineHeight: 1.25
        letterSpacing: 0.4px
      eyebrow:
        fontFamily: "SST"
        fontSize: 14px
        fontWeight: 500
        lineHeight: 1.5
        letterSpacing: -0.2px
    
    rounded:
      none: 0px
      xs: 4px
      sm: 8px
      md: 12px
      lg: 16px
      xl: 32px
      pill: 999px
    
    spacing:
      xxs: 2px
      xs: 4px
      sm: 8px
      md: 12px
      lg: 24px
      xl: 32px
      xxl: 64px
      section: 80px
    
    components:
      button-light--invert:
        backgroundColor: "{colors.on-primary}"
        textColor: "#0172ce"
        typography: "{typography.eyebrow}"
        rounded: "{rounded.none}"
        padding: 16px 20px
      button-ghost:
        backgroundColor: "transparent"
        textColor: "{colors.ink}"
        typography: "{typography.eyebrow}"
        rounded: "{rounded.none}"
        padding: 0px 20px 0px 5px
      button-pill:
        backgroundColor: "#0070cc"
        textColor: "{colors.on-primary}"
        typography: "{typography.body}"
        rounded: "{rounded.pill}"
        padding: 0px 8px
      card-standard-card:
        backgroundColor: "transparent"
        typography: "{typography.body}"
        rounded: "{rounded.pill}"
        padding: 2px
      navigation-main-nav:
        backgroundColor: "transparent"
        typography: "{typography.body}"
        rounded: "{rounded.none}"
        padding: 0px 20px
      pricing-card-default-tier:
        backgroundColor: "{colors.on-primary}"
        textColor: "{colors.ink}"
        typography: "{typography.body}"
        rounded: "{rounded.none}"
        padding: 36px 0px 0px
      cta-banner-full-width-cta:
        backgroundColor: "transparent"
        textColor: "{colors.ink}"
        typography: "{typography.body}"
        rounded: "{rounded.none}"
      status-badge-neutral-dark:
        backgroundColor: "transparent"
        textColor: "{colors.ink}"
        typography: "{typography.body}"
        rounded: "{rounded.none}"
        padding: 5px
      status-badge-neutral-dark:
        backgroundColor: "transparent"
        textColor: "{colors.on-primary}"
        typography: "{typography.body}"
        rounded: "{rounded.none}"
        padding: 2px 80px 16px
      status-badge-neutral-light:
        backgroundColor: "{colors.on-primary}"
        textColor: "#000000"
        typography: "{typography.eyebrow}"
        rounded: "{rounded.pill}"
        padding: 12px 16px
      tab-ghost-tab:
        backgroundColor: "transparent"
        textColor: "{colors.on-primary}"
        typography: "{typography.body}"
        rounded: "{rounded.none}"
    
    extracted_at: "2026-05-30T20:39:40.180Z"
    completeness: 92
    scoreVersion: "v2"
    
    ---
    
    # Design System — playstation.com
    > Extracted automatically by Clone Architect from https://playstation.com
    > Date: 2026-05-30
    > Viewport: Desktop 1440x900 + Mobile 390x844
    > Every value in this file comes from real getComputedStyle() — no approximation.
    
    > **🤖 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**: `rgba(0,104,189)` 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
    
    playstation.com adopts the classic pure-white canvas (`#ffffff`) — a deliberate choice that recedes into transparency, letting typography, color and product imagery carry the entire visual weight. 
    
    Typography is anchored in **SST**. Headlines run at a remarkably light weight (300) — restraint over assertion, creating an editorial calm that invites reading rather than demanding it. 
    
    Body text reads in Near Black (`#1f1f1f`) — softened from pure black, a small but deliberate detail that lowers reading friction. **M Tricolor Blue** (`#0068bd`) 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 the way light actually falls on stacked surfaces, not the simulated drop-shadow of cheap interfaces. 
    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: Pure White (`#ffffff`)
    - Primary typeface: Bebas Neue
    - Primary text: Near Black (`#1f1f1f`)
    - Accent: M Tricolor Blue (`#0068bd`)
    - Display: 39px weight 300, letter-spacing 0.1px
    - Shadow system: 4 distinct elevation levels
    - Custom fonts loaded: Bebas Neue, SST, SST Condensed, VideoJS, Mont W05
    
    ## 2. Color Palette & Roles
    
    ### Background & Surface
    - **Pure White** (`#ffffff`): Page background (primary)
    - **Off-White** (`#fcfcfc`): Surface / elevated background
    - **Ghost White** (`#f5f7fa`): Surface / elevated background
    
    ### Text & Content
    - **Near Black** (`#1f1f1f`): Primary body text
    - **Pure Black** (`#000000`): Secondary text
    - **#0000ee** (`#0000ee`): Secondary text
    - **Jet Black** (`#020619`): Secondary text
    - **Jet Black** (`#121314`): Secondary text
    
    ### Accent & Interactive
    - **M Tricolor Blue** (`#0172ce`): Interactive / accent
    - **M Tricolor Blue** (`#0070d1`): Interactive / accent
    - **M Tricolor Blue** (`#0070cc`): Interactive / accent
    - **M Tricolor Red** (`#d63d00`): Interactive / accent
    - **M Tricolor Blue** (`#0068bd`): Interactive / accent
    - **M Tricolor Red** (`#d53b00`): Interactive / accent
    - **#0064b7** (`#0064b7`): Interactive / accent
    
    ### Border & Divider
    - **Border Color** (`#0072ce`): Border (CSS var)
    - **Silver** (`#cccccc`): Borders / dividers
    - **Silver** (`#cecdd2`): Borders / dividers
    - **Translucent #d2d4d9 (90%)** (`rgba(210, 212, 217, 0.9)`): Borders / dividers
    
    ### Full Extracted Palette
    63 distinct colors detected on the live page (19 categorized above + 44 additional below). Every value is a real `getComputedStyle()` color — no approximation.
    
    - `#858585` — Medium Gray
    - `#999999` — Cool Gray
    - `#6b6b6b` — Dim Gray
    - `#c58821` — Honey
    - `#b2b2b2` — Silver
    - `#26254f` — Charcoal
    - `#f48250` — Coral
    - `#00439c` — Cobalt Blue
    - `#53b1ff` — #53b1ff
    - `#363636` — Charcoal
    - `#0065cc` — M Tricolor Blue
    - `#131315` — Jet Black
    - `rgba(128, 128, 128, 0.85)` — Translucent Medium Gray (85%)
    - `#ff143f` — #ff143f
    - `#007dea` — #007dea
    - `rgba(59, 130, 246, 0.5)` — Translucent Ring Blue (50%)
    - `#f7f8fd` — Ghost White
    - `#252d37` — Charcoal
    - `#333a4a` — Dark Gray
    - `#10fc8a` — #10fc8a
    - `#003b9c` — Cobalt Blue
    - `#000f55` — Navy Blue
    - `#09101a` — Jet Black
    - `#7f8197` — Medium Gray
    - `#c81b3a` — Crimson
    - `#a32f00` — #a32f00
    - `#d1d3df` — #d1d3df
    - `#ebedfa` — Light Gray
    - `#2a2c2f` — Charcoal
    - `#828fa4` — #828fa4
    - `#702000` — #702000
    - `#a32d00` — #a32d00
    - *…+12 more in `raw-css.json` (`desktop.allColors`).*
    
    ### Gradients & Decorative Fills
    
    - `linear-gradient(0deg, rgb(255 255 255/1), rgb(210 212 217/1))` — (--color-role-gradients-surface-interactive-wizard-mobile-light)
    - `linear-gradient(rgb(23 24 26/1), rgb(31 32 36/1))` — (--color-role-gradients-content-dark)
    - `linear-gradient(to bottom right, rgb(255 255 255/0.08), rgb(255 255 255/0.2), rgb(255 255 255/0.08))` — (--color-role-gradients-gloss-light)
    - `linear-gradient(257deg,rgba(0,125,234) 0%,rgba(0,59,156) 33%,rgba(0,15,85) 66%,rgba(9,16,26) 100%)` — (--gradient-role-section-backdrop-momentum-blue-light)
    - `linear-gradient(rgb(31 32 36/0), rgb(31 32 36/1))` — (--color-role-gradients-fade-in-dark)
    - `linear-gradient(225deg,rgba(9,16,26) 0%,rgba(37,45,55) 50.5%,rgba(127,129,151) 100%)` — (--gradient-role-section-backdrop-momentum-grey-dark)
    - `linear-gradient(to bottom, rgb(18 19 20/1), rgb(31 32 36/1))` — (--color-role-gradients-surface-interactive-wizard-mobile-dark)
    - `linear-gradient(to bottom right, rgb(0 0 0/0.08), rgb(255 255 255/0.2), rgb(0 0 0/0.08))` — (--color-role-gradients-gloss-dark)
    
    ### CSS Custom Properties (Design Tokens)
    
    **Primary Brand Color**
    - `--color-brand-2-dark`: `252,199,29`
    - `--color-brand-5-dark`: `0,15,85`
    - `--color-brand-3-dark`: `0,125,234`
    - `--color-brand-4-light`: `0,59,156`
    
    **Spacing Token**
    - `--space-7`: `32px`
    - `--space-5`: `16px`
    - `--spacer-size-4`: `300px`
    - `--space-6`: `24px`
    
    **Shadow Token**
    - `--color-role-shadows-low-hover-dark`: `rgb(0 0 0/0.8)`
    - `--color-role-shadows-high-hover-light`: `rgb(0 0 0/0.32)`
    - `--color-role-shadows-high-active-dark`: `rgb(0 0 0/1)`
    - `--tw-drop-shadow`: ``
    
    **Motion Token**
    - `--ph-animation-duration`: `0.8s`
    - `--ph-animation-delay`: `0.4s`
    
    **Font Size Token**
    - `--root-font-size`: `16px`
    
    **Other tokens**
    - `--color-black-88`: `rgba(0,0,0,.88)`
    - `--color-17-darken-10-light`: `0 100 183`
    - `--color-role-borders-secondary-link-focus-dark`: `rgb(229 229 229/0.2)`
    - `--color-role-borders-commerce-link-base-dark`: `rgb(214 61 0/1)`
    - `--color-gradients-1-start-dark`: `37,45,55`
    - `--color-role-gradients-content-dark`: `linear-gradient(rgb(23 24 26/1), rgb(31 32 36/1))`
    - `--color-8-light`: `243 243 243`
    - `--color-role-borders-divider-line-base-light`: `rgb(243 243 243/1)`
    
    ## 3. Typography Rules
    
    ### Font Families
    - **Primary**: `SST`
    - **Secondary**: `Bebas Neue`
    - **Font 3**: `SST Condensed`
    - **Font 4**: `VideoJS`
    - **Font 5**: `Shared-Nav-Icons`
    
    ### Custom Fonts Loaded
    - **Bebas Neue** weight 700 (normal)
    - **Bebas Neue** weight 350 (normal)
    - **Bebas Neue** weight 300 (normal)
    - **Bebas Neue** weight 400 (normal)
    - **Bebas Neue** weight 100 (normal)
    - **SST** weight 700 (normal)
    - **SST** weight 900 (normal)
    - **SST** weight 400 (italic)
    - **SST** weight 300 (normal)
    - **SST** weight 500 (normal)
    - **SST** weight 200 (normal)
    - **SST Condensed** weight 700 (normal)
    - **SST Condensed** weight 500 (normal)
    - **SST Condensed** weight 400 (normal)
    - **VideoJS** weight 400 (normal)
    - **Shared-Nav-Icons** weight normal (normal)
    - **Mont W05** weight 800 (normal)
    - **Mont W05** weight 400 (normal)
    - **Mont W05** weight 600 (normal)
    - **Mont W05** weight 700 (normal)
    - **Mont W05** weight 900 (normal)
    
    ### Typography Hierarchy
    
    | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
    |------|------|------|--------|-------------|----------------|-------|
    | Display Hero | SST | 49px | 300 | 1.25 | -0.1px | Main headline (h1) |
    | Sub-heading | SST | 25px | 300 | 1.25 | 0.1px | Third-level heading (h3) |
    | Label Heading | SST | 20px | 300 | 1.25 | 0.1px | Small heading (H4) |
    | Card Title | SST | 16px | 400 | 1.5 | -0.2px | Card headings |
    | Button Large | sst | 16px | 500 | 1.25 | 0.4px | Button label (16px) |
    | Link Large | SST | 16px | 500 | 1.5 | -0.2px | Link (16px) — Decoration: none |
    | Link | SST | 15px | 500 | 1.07 | -0.2px | Link (15px) — Decoration: none |
    | Eyebrow / Overline | SST | 14px | 500 | 1.5 | -0.2px | Label above heading, uppercase tag |
    | Caption | SST | 14px | 400 | 1.5 | -0.2px | Image caption, helper text |
    | Button | SST | 13.3333px | 500 | 1.58 | normal | Button label (13.3333px) |
    | Button | SST | 13px | 500 | 1.62 | normal | Button label (13px) |
    
    ### Full Font Size Scale
    
    Sizes detected in the design (descending): `49px`, `39.06px`, `39px`, `31px`, `25px`, `20px`, `16px`, `15px`, `14px`, `13.33px`, `13px`, `12px`, `10px`
    
    > 5 size(s) detected outside the sampled hierarchy (39.0626px, 39px, 31px, 12px, 10px). These appear on elements not in the sampled set — likely additional display sizes, marketing-section overrides, or third-party-widget styles.
    
    ## 4. Component Stylings
    
    ### Buttons
    
    **Light / Invert**
    - Background: `#ffffff` `{colors.on-primary}`
    - Text: `#0172ce`
    - Padding: 16px 20px
    - Radius: 0px
    - Border: 2px outset rgb(0, 0, 0)
    - Font: 13.3333px weight 500
    - Use: Bright CTA on dark sections
    - Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
    
    **Ghost**
    - Background: `transparent`
    - Text: `#1f1f1f` `{colors.ink}`
    - Padding: 0px 20px 0px 5px
    - Radius: 0px
    - Font: 13px weight 500
    - Use: Subtle action, toolbar, nav button
    - Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
    
    **Pill**
    - Background: `#0070cc`
    - Text: `#ffffff` `{colors.on-primary}`
    - Padding: 0px 8px
    - Radius: 999px
    - Font: 16px weight 500
    - Use: Status pills, tags, chips
    - Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
    
    **Ghost**
    - Background: `transparent`
    - Text: `#1f1f1f` `{colors.ink}`
    - Padding: 0px
    - Radius: 0px
    - Font: 16px weight 500
    - Use: Subtle action, toolbar, nav button
    - Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
    
    **Primary Brand**
    - Background: `#d53b00`
    - Text: `#0068bd` `{colors.primary}`
    - Padding: 12px 16px
    - Radius: 16px
    - Font: 16px weight 400
    - Use: Primary CTA / brand action
    - Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
    
    ### Cards & Containers
    
    **Standard Card**
    - Background: `transparent`
    - Padding: 2px
    - Radius: 9999px
    - Shadow: `rgba(0, 0, 0, 0.06) 0px 4px 8px 0px`
    - Use: Content containers, listing items
    
    ### Navigation
    
    **Main Nav**
    - Background: `transparent`
    - Padding: 0px 20px
    - Radius: none
    - Font: 16px weight 500
    - Use: Fixed/sticky flex nav — N/A items
    
    ### Pricing Cards
    
    **Default Tier**
    - Background: `#ffffff` `{colors.on-primary}`
    - Text: `#1f1f1f` `{colors.ink}`
    - Padding: 36px 0px 0px
    - Radius: 0px
    - Font: 16px weight 400
    - Use: Subscription tier card
    
    ### CTA Banners
    
    **Full-width CTA**
    - Background: `transparent`
    - Text: `#1f1f1f` `{colors.ink}`
    - Padding: 0px
    - Radius: 0px
    - Font: 16px weight 400
    - Use: Full-width conversion strip with headline + button
    - Focus: boxShadow: `rgba(0, 0, 0, 0.34) 0px 2px 4px 1px`, outline: `rgb(59, 153, 252) solid 2px`
    
    ### Status Badges
    
    **Neutral Dark**
    - Background: `transparent`
    - Text: `#1f1f1f` `{colors.ink}`
    - Padding: 5px
    - Radius: 0px
    - Font: 16px weight 500
    - Use: Status indicator, label, pill
    
    **Neutral Dark**
    - Background: `transparent`
    - Text: `#ffffff` `{colors.on-primary}`
    - Padding: 2px 80px 16px
    - Radius: 0px
    - Font: 16px weight 400
    - Use: Status indicator, label, pill
    
    **Neutral Light**
    - Background: `#ffffff` `{colors.on-primary}`
    - Text: `#000000`
    - Padding: 12px 16px
    - Radius: 9999px
    - Font: 14px weight 500
    - Use: Status indicator, label, pill
    
    ### Tabs
    
    **Ghost Tab**
    - Background: `transparent`
    - Text: `#ffffff` `{colors.on-primary}`
    - Padding: 0px
    - Radius: 0px
    - Font: 16px weight 400
    - Use: Navigation tabs, filter tabs
    
    
    ## 4b. Component Behaviors (State Matrix)
    
    ### Interaction State Narrative
    
    - **Button**:
      - **focus:** shadow added
    - **FooterLink**:
      - **hover:** opacity 0.6
    
    *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(1, 114, 206)"
          border: "2px outset rgb(0, 0, 0)"
        focus:
          bg: "rgb(255, 255, 255)"
          fg: "rgb(1, 114, 206)"
          border: "2px outset rgb(0, 0, 0)"
          shadow: "rgba(0, 0, 0, 0.34) 0px 2px 4px 1px"
      link:
        default:
          bg: "rgba(0, 0, 0, 0)"
          fg: "rgb(0, 0, 238)"
      card:
        default:
          bg: "rgba(0, 0, 0, 0)"
          fg: "rgb(255, 255, 255)"
          shadow: "rgba(0, 0, 0, 0.06) 0px 4px 8px 0px"
      navLink:
        default:
          bg: "rgba(0, 0, 0, 0)"
          fg: "rgb(0, 0, 0)"
      badge:
        default:
          bg: "rgba(0, 0, 0, 0)"
          fg: "rgb(0, 0, 0)"
      footerLink:
        default:
          bg: "rgba(0, 0, 0, 0)"
          fg: "rgb(255, 255, 255)"
        hover:
          bg: "rgba(0, 0, 0, 0)"
          fg: "rgb(255, 255, 255)"
    ```
    
    **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
    - **5 shape(s)** in this system: `Light / Invert`, `Ghost`, `Pill`, `Ghost`, `Primary Brand`
    - **DO NOT introduce new buttons variants** without justification
    
    ### Cards & Containers
    - **1 shape(s)** in this system: `Standard Card`
    - **DO NOT introduce new cards & containers variants** without justification
    
    ### Navigation
    - **1 shape(s)** in this system: `Main Nav`
    - **DO NOT introduce new navigation variants** without justification
    
    ### Pricing Cards
    - **1 shape(s)** in this system: `Default Tier`
    - **DO NOT introduce new pricing cards variants** without justification
    
    ### CTA Banners
    - **1 shape(s)** in this system: `Full-width CTA`
    - **DO NOT introduce new cta banners variants** without justification
    
    ### Status Badges
    - **3 shape(s)** in this system: `Neutral Dark`, `Neutral Dark`, `Neutral Light`
    - **DO NOT introduce new status badges 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
    100%
    
    ### 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 | 32px | Category strips, featured containers |
    | Full | 999px | Pills, avatars, circular elements |
    
    ### Shape Language
    
    | Component | Border Radius |
    |-----------|---------------|
    | Buttons | `0px` |
    | Cards & Containers | `9999px` |
    | Navigation | `none` |
    | Pricing Cards | `0px` |
    | CTA Banners | `0px` |
    | Status Badges | `0px` |
    | Tabs | `0px` |
    | Page Body | `0px` |
    
    **Shape Personality**: Sharp + Pill Contrast — Angular precision with pill-shaped accents (status badges, tags). Creates strong visual hierarchy.
    
    **Full Radius Spectrum**: 0px, 2px, 4px, 8px, 12px, 16px, 32px, 36px (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).
    
    **6/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:** 262px tall (not full-viewport)
    - **Heading:** "Devenez le héros de Gotham City" — 39px left-aligned
    - **Subheading:** "LEGO® Batman™ : L'Héritage du Chevalier Noir est disponible dès maintenant ! Devenez le Chevalier Noir et affrontez les super-vilains DC les plus noto"
    - **CTAs:** none detected in hero (unusual — agent should verify)
    - **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:** 0 primary items
    - **CTAs in nav:** 0 (no buttons — links only)
    - **Clone instruction:** Build a static unknown navigation. Link-only — no button styling needed.
    
    ### Card Grid Pattern
    
    - **Card count:** 13 cards detected
    - **Columns (desktop):** 1-up grid
    - **Card dimensions:** 1425×991px (aspect 1.44:1)
    - **Gap:** 0px between cards
    - **Content:** ✓ image
    - **Image position:** none
    - **Clone instruction:** Build a 1-column grid (desktop) with cards at ~1.44:1 aspect ratio. Each card has an image at the none.
    
    ### 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.
    
    ### CTA Banner Pattern
    
    - **Banner count:** 1
    - **Position:** mid-page
    - **Visual treatment:** ✓ contrasting background
    - **Primary CTA text:** "Nouveautés"
    - **Clone instruction:** Place a single CTA banner mid-page. Use contrasting solid background.
    
    ### Footer Pattern
    
    - **Columns:** 2
    - **Links:** 0 total
    - **Height:** 54px
    - **Includes:** ✗ no newsletter | ✗ no social |  
    - **Clone instruction:** Build a 2-column footer with ~0 links per column.
    
    ## 6. Depth & Elevation
    
    | Level | Treatment | Use |
    |-------|-----------|-----|
    | Flat (Level 0) | No shadow | Page background, content blocks |
    | Layered (Level 1) | <br>`rgba(0, 0, 0, 0.16) 0px 4px 8px 0px` | Cards, elevated surfaces |
    | Layered (Level 2) | <br>`rgba(0, 0, 0, 0.06) 0px 4px 8px 0px` | Cards, elevated surfaces |
    | Layered (Level 3) | <br>`rgba(0, 0, 0, 0.8) 0px 4px 8px 0px` | Cards, elevated surfaces |
    | Layered (Level 4) | <br>`rgba(0, 0, 0, 0.08) 0px 4px 8px 0px` | Cards, elevated surfaces |
    
    **Shadow Philosophy**: Multi-layered shadow system creating natural, atmospheric depth. Each shadow level combines multiple layers for realistic elevation.
    
    ### Elevation Scale (CSS Tokens)
    
    | Level | Shadow Value |
    |-------|-------------|
    | 1-hc-dark | `0px 4px 24px 0px rgba(0,0,0,.88)` |
    | -1 | `0px 4px 48px 0px rgba(0,0,0,.24) inset` |
    | -1-dark | `0px 4px 48px 0px rgba(0,0,0,.64) inset` |
    | 3-lc-light | `0px 4px 16px 0px rgba(0,0,0,.24)` |
    | 1-lc-dark | `0px 4px 24px 0px rgba(0,0,0,.72)` |
    | 3-hc-dark | `0px 4px 16px 0px rgba(0,0,0,.96)` |
    
    ## 7. Motion & Interaction
    
    ### Dominant Easing Curves
    
    | Curve | Semantic Name |
    |-------|---------------|
    | `ease` | CSS ease — Default |
    | `ease-out` | Ease Out — Decelerating |
    | `ease-in` | Ease In — Accelerating |
    
    ### Duration Scale
    
    | CSS Variable | Value | Tier |
    |--------------|-------|------|
    | `--ph-animation-duration` | `0.8s` | Cinematic |
    
    ### Copy-Paste Transition Snippets
    
    **All Props**
    ```css
    transition: height 0.55s;
    ```
    
    **All Props**
    ```css
    transition: height 0.55s, transform 0.55s, -webkit-transform 0.55s;
    ```
    
    **All Props**
    ```css
    transition: left 0.25s ease-in;
    ```
    
    **All Props**
    ```css
    transition: margin-left 0.1s ease-out 0.2s, opacity 0.1s ease-out 0.2s;
    ```
    
    ### Keyframe Animation Catalog
    
    | Animation Name | Type | Animated Props | Use Hint |
    |----------------|------|----------------|----------|
    | `vjs-spinner-show` | Custom | visibility | Loading indicator |
    | `vjs-spinner-spin` | Rotate / Spin | transform | Loading indicator |
    | `vjs-spinner-fade` | Custom | border-top-color | Loading indicator |
    | `jetstream-search-input-grow` | Scale | transform | UI transition |
    | `jetstream-search-slide-down` | Slide | transform | Panel / drawer enter |
    | `jetstream-search-slide-up` | Slide | transform | Panel / drawer enter |
    | `jetstream-search-fadein` | Fade | opacity | Element entrance |
    | `jetstream-search-fadeout` | Fade | opacity | Element exit |
    | `jetstream-search-input-shrink` | Scale | transform | UI transition |
    | `fadeIn` | Fade | opacity | Element entrance |
    | `fadeInLight` | Fade | opacity | Element entrance |
    | `fadeInLeft` | Fade + Move | opacity, transform | Element entrance |
    | `fadeInUp` | Fade + Move | opacity, transform | Element entrance |
    | `fadeInDown` | Fade + Move | opacity, transform | Element entrance |
    | `fadeInUpBig` | Fade + Move | opacity, transform | Element entrance |
    | `fadeOutUpBig` | Fade + Move | opacity, transform | Element exit |
    | `panLeft` | Fade + Move | opacity, transform | UI transition |
    | `panRight` | Fade + Move | opacity, transform | UI transition |
    | `panUp` | Fade + Move | opacity, transform | UI transition |
    | `panDown` | Fade + Move | opacity, transform | UI transition |
    
    > *53 additional animations omitted (repetitive variants). See raw keyframes in `raw-css.json`.*
    
    ### Motion Fingerprint
    
    - **Speed Character**: Deliberate & Calm (median duration: `260ms`)
    - **Dominant Easing**: custom cubic-bezier curves
    - **Animation Library**: 73 unique animations (73 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 Near Black (`#1f1f1f`) for text — not pure black, it's warmer and more readable
    - Use SST as the primary typeface — it defines the brand personality
    - Keep font weights between 400-500 — the system uses a narrow weight range for subtle hierarchy
    - 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 M Tricolor Blue (`#0068bd`) as the primary accent — it's the brand's signature interactive color
    - Use pill-shaped radius (999px) for primary CTA buttons — the brand uses fully-rounded, pill CTAs
    - Apply 2px padding inside cards — matches the design system's content breathing room
    - Use 9999px border-radius on cards — consistent with the grid card corners
    - Maintain nav height at 64px — consistent vertical space for the navigation bar
    - 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
    - Each card includes a none image — imagery is part of the card identity, not optional
    
    ### 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 use weight 700 (bold) or above — 500 is the maximum weight in this system
    - 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 collapse or hide the nav on scroll without an explicit scroll-triggered animation — the design uses fixed nav presence
    - 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
    - Don't over-build the footer — this design keeps it minimal (2 cols, 0 links)
    
    
    ## 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 `rgba(0,104,189)` for primary CTAs and brand-mark signals only"
        why: "Single chromatic assertion device — overuse dilutes meaning"
        test: "querySelectorAll('[style*=\"rgba(0,104,189)\"]').length <= 3 per fold"
    ```
    
    ## 9. Responsive Behavior
    
    ### Breakpoints
    | Name | Width | Key Changes |
    |------|-------|-------------|
    | Mobile | 360px | Single column, compact spacing |
    | Mobile Large | 640px | Expanded mobile layout |
    | Mobile Large | 767px | Expanded mobile layout |
    | Tablet | 1023px | Multi-column grids begin |
    | Desktop | 1100px | Full feature layout |
    | Desktop | 1280px | Full feature layout |
    
    ### Token Diff — Desktop vs Mobile
    
    | Element | Property | Desktop | Mobile |
    |---------|----------|---------|--------|
    | heading | font-size | `39px` | `29px` |
    | heading | line-height | `48.75px` | `36.25px` |
    | body | font-size | `16px` | `14px` |
    | body | line-height | `24px` | `21px` |
    | body | padding | `36px 0px 0px` | `60px 0px 36px` |
    | nav | height | `64px` | `60px` |
    | card | width | `268.422px` | `224.422px` |
    
    ### Collapsing Strategy
    - Headlines: 39px → 29px 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: 16px 20px 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):
    
    *No major structural differences detected between desktop and mobile widgets. The same blueprints scale rather than collapse — verify by inspecting actual mobile render.*
    
    ## 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.
    
    **Hero Image (above-fold dominant visual):**
    - Aspect: 2.67:1 (ultra-wide cinematic)
    - Rendered size: 1425×534px
    - Alt text: "LEGO® Batman™ : L'Héritage du Chevalier Noir – Illustration principale"
    - *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): 13 (45%)
    - Portrait (<0.87): 0 (0%)
    - Square (0.87–1.15): 14 (48%)
    - Ultra-wide (>2.3): 2 (7%)
    
    **Media Format Mix:**
    - SVG: 1 (icons, illustrations, decorative geometry)
    
    **Average rendered image size:** 280×187px
    **Above-fold image count:** 9 / 29
    
    **Decorative Patterns Detected:**
    - 4 multi-stop linear gradients (mesh-like, 3+ color stops) — the brand leans on rich color transitions for visual depth
    - 2 radial gradients — circular color blooms used for spotlight/glow effects
    - 1 large decorative SVG shape (≥200×200px, non-icon) — likely blob/illustration accents
    - 2 background patterns (non-photo url() backgrounds) — textures/illustrations as backdrops
    - **Glassmorphism** detected (`backdrop-filter: blur`) — layered transparent surfaces with blur, modern OS-like aesthetic
    - **Noise/grain texture** detected — adds tactile film grain to flat backgrounds
    
    **Clone instruction for decorative work:** This is a gradient-rich design — invest in multi-stop CSS gradients (3+ color stops), not solid backgrounds.
    
    **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: Pure White (`#ffffff`)
    - Primary text: Near Black (`#1f1f1f`)
    - Accent: M Tricolor Blue (`#0068bd`)
    - Border: Medium Gray (`#858585`)
    - Font: SST
    - Body: 16px weight 400
    
    ### Example Component Prompts
    - "Create a hero section on Pure White background (#ffffff). Headline at 39px SST weight 300, line-height 1.25, letter-spacing 0.1px, color #1f1f1f."
    - "Create the primary CTA button: `#0068bd` background, `#ffffff` text, 999px border-radius, 0px 8px padding, 500 weight, SST font."
    - "Design a card on `transparent` background. Border: none. Radius: 9999px. Shadow: use extracted shadow. Padding: 2px."
    - "Build navigation: static on `#ffffff`. SST 16px weight 500 for links."
    
    ### Iteration Guide
    1. **Canvas**: Set the light canvas to Pure White (`#ffffff`) — every component is composited against this exact base.
    2. **Typography**: All type in SST, weight range 300–500. Never exceed 500 — heavier weights break the brand's tonal restraint.
    3. **Accent**: M Tricolor Blue (`#0068bd`) is the sole interactive color. On hover → M Tricolor Blue (`#0172ce`). Use CSS transitions, not opacity/brightness filters.
    4. **Motion**: All transitions use `cubic-bezier(0.4,0,0.2,1)`. Timing: 800ms for micro-interactions, 800ms for layout changes. Never use linear for UI transitions — preserve the brand's easing personality.
    5. **Shape**: CTAs at `0px`, cards at `9999px`. 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: #fcfcfc;
      --ca-ink: #1f1f1f;
      --ca-primary: #0068bd;
      --ca-hairline: #858585;
      --ca-accent-glow: #007dea;
      --ca-semantic-warning: #ff143f;
      --ca-semantic-success: #007a62;
    }
    
    /* Typography */
    :root {
      --ca-font-primary: "SST", system-ui, sans-serif;
      --ca-text-display: 49px;
      --ca-text-body: 16px;
      --ca-text-small: 16px;
      --ca-text-caption: 14px;
      --ca-text-button: 16px;
    }
    
    /* 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: 32px;
      --ca-radius-full: 999px;
    }
    ```
    
    
    ## 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
        classes: ["root"]
        height: 7929px
        width: 1425px
        layout: block
        children: 2
      - section: unknown
        tag: div
        classes: ["gdk", "root", "container", "responsivegrid"]
        height: 7929px
        width: 1425px
        layout: block
        children: 1
      - section: unknown
        tag: div
        height: 7929px
        width: 1425px
        layout: block
        children: 2
      - section: unknown
        tag: div
        classes: ["gdk", "root", "container", "responsivegrid"]
        height: 7249px
        width: 1425px
        layout: block
        children: 1
      - section: unknown
        tag: div
        height: 7249px
        width: 1425px
        layout: block
        children: 13
      - section: hero
        tag: div
        classes: ["page-banner__content-wrapper"]
        height: 534px
        width: 1425px
        layout: block
        children: 1
        padding: "48px 0px"
      - section: hero
        tag: div
        classes: ["homepage-hero-carousel-core"]
        height: 757px
        width: 1425px
        layout: block
        children: 1
      - section: hero
        tag: div
        classes: ["homepage-hero-slide"]
        height: 534px
        width: 1425px
        layout: block
        children: 1
      - section: hero
        tag: div
        classes: ["page-banner", "theme--dark", "+logo-size@mobile--2", "+logo-size@desktop--2"]
        height: 534px
        width: 1425px
        layout: block
        children: 2
        bg: "rgb(2, 6, 25)"
      - section: unknown
        tag: div
        classes: ["gpdc-section", "slider", "featured-hardware-v2", "theme--light"]
        height: 824px
        width: 1425px
        layout: block
        children: 3
        bg: "rgb(255, 255, 255)"
        padding: "48px 0px 0px"
      - section: unknown
        tag: div
        classes: ["homepage-hardware-wrapper-v2"]
        height: 824px
        width: 1425px
        layout: block
        children: 1
      - section: unknown
        tag: div
        classes: ["lc-logo-wrapper"]
        height: 246px
        width: 504px
        layout: block
        children: 1
      - section: section-28
        tag: section
        classes: ["gpdc-section", "theme--dark", "astro-list-games-grid"]
        height: 1051px
        width: 1425px
        layout: block
        children: 1
        bg: "rgb(18, 19, 20)"
        padding: "48px 0px 0px"
      - section: unknown
        tag: div
        classes: ["section"]
        height: 1051px
        width: 1425px
        layout: block
        children: 1
      - section: unknown
        tag: div
        height: 963px
        width: 1425px
        layout: block
        children: 2
      - section: unknown
        tag: div
        classes: ["mesh-container"]
        height: 874px
        width: 1265px
        layout: block
        children: 2
      - section: section-29
        tag: section
        classes: ["gpdc-section", "theme--light", "astro-psplus-discover"]
        height: 844px
        width: 1425px
        layout: block
        children: 1
        bg: "rgb(206, 205, 210)"
        padding: "48px 0px 0px"
      - section: unknown
        tag: div
        classes: ["section"]
        height: 844px
        width: 1425px
        layout: block
        children: 1
      - section: unknown
        tag: div
        classes: ["txt-block-title", "txt-block-title--large", "mesh-container"]
        height: 185px
        width: 1265px
        layout: block
        children: 3
      - section: section-30
        tag: section
        classes: ["gpdc-section", "theme--dark", "pt-ls@desktop--lg", "pb-ls@desktop--2xl"]
        height: 581px
        width: 1425px
        layout: block
        children: 1
        bg: "rgb(18, 19, 20)"
        padding: "64px 0px 160px"
      - section: unknown
        tag: div
        classes: ["section"]
        height: 581px
        width: 1425px
        layout: block
        children: 1
      - section: unknown
        tag: div
        classes: ["gdk", "root", "container", "responsivegrid"]
        height: 1477px
        width: 1425px
        layout: block
        children: 1
      - section: unknown
        tag: div
        height: 1477px
        width: 1425px
        layout: block
        children: 2
      - section: section-31
        tag: section
        classes: ["gpdc-section", "theme--dark", "mt-ls@tablet--neg-sm", "mt-ls@desktop--neg-md"]
        height: 944px
        width: 1425px
        layout: block
        children: 1
        bg: "rgb(38, 37, 79)"
        padding: "48px 0px 0px"
      - section: unknown
        tag: div
        classes: ["section"]
        height: 896px
        width: 1425px
        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:
        - "Devenez le héros de Gotham City"
        - "Découvrez toutes les consoles et tous les accessoires PS5"
        - "Les incroyables jeux PS4 et PS5 déjà sortis et à venir"
        - "De nouvelles remises sur le PlayStation Store"
        - "Les dernières actus du PlayStation Blog"
      sub-headings:
        - "Console PlayStation 5"
        - "PlayStation Plus Premium"
        - "Suivez-nous sur les réseaux sociaux"
      ctas:
        - "Passer au contenu principal"
        - "Jeux"
        - "Connexion"
        - "Rechercher"
        - "Acheter maintenant"
        - "Acheter maintenant
    Plus d'infos"
      footer-links:
        - "À propos de SIE"
        - "Mentions juridiques"
        - "Conditions d'utilisation du site web"
    ```
    
    **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:
    ```
    
    **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">
      Passer au contenu principal
    </button>
    ```
    _Source pattern detected: padding `16px 20px` · radius `0px` · weight `500`_
    
    ### Generic Card
    ```html
    <div class="card">
      <!-- content -->
    </div>
    ```
    _Source pattern detected: padding `2px` · radius `9999px` · shadow `rgba(0, 0, 0, 0.06) 0px 4px 8px 0px`_
    
    **Agent rule**: use these markup skeletons as the structural baseline. Apply tokens from §2-3 for visual styling.
    
    
    ---
    ## Extraction Completeness: 92/100 (A)
    
    | Category | Score | Max | Detail |
    |----------|-------|-----|--------|
    | Colors & Palette | 25 | 25 | 19 named colors |
    | Typography | 20 | 20 | 11 roles defined |
    | Components | 20 | 20 | 7 specs extracted |
    | Motion & Interaction | 12 | 15 | Keyframes present |
    | CSS Custom Properties | 10 | 10 | 798 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 | 798 CSS vars (semantic naming requires ≥20 for high) |
    | §3 Typography | High | 11 typography roles inferred |
    | §4 Components | High | 7 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 | 29 images, hero present |
    
    ---
    *Generated by Clone Architect — automated Playwright extraction + design analysis.*
    *Source: https://playstation.com | 2026-05-30T20:39:40.278Z*
    *All values verified via getComputedStyle() — no approximation, no hallucination.*
    

    Re-extract: clone-architect update playstation.com