---
version: alpha
name: hp.com
description: "Light product system built on #ffffff with #024ad8 as the primary CTA accent. Type anchored in forma-djr-micro at 50px / weight 400. Extracted automatically from https://hp.com/ — rendered styles via getComputedStyle() + CSS custom properties (token-only values may not be painted)."
narrative: |
  hp.com is built on a pure-white canvas (rgb(255, 255, 255)).
  The system uses rgb(2, 74, 216) as the high-saturation accent for primary actions.
  Sharp 0px corners on CTAs — architectural restraint, engineering precision alongside forma-djr-micro as the primary typeface.
  A restrained elevation system (3 distinct shadows) — shadows reserved for the few elements that must lift off the page.
  Motion is a first-class concern — 5 keyframe animations plus transition-driven interactions.

colors:
  background: "#ffffff"
  surface-1: "#fafafa"
  surface-2: "#f7f7f9"
  ink: "#191919"
  ink-muted: "rgba(25, 25, 25, 0.65)"
  ink-subtle: "#191919"
  primary: "#024ad8"
  on-primary: "#ffffff"
  primary-hover: "#007bff"
  hairline: "#3d3d3d"
  primary-focus: "#ccdef5"

typography:
  display-xl:
    fontFamily: "forma-djr-micro, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 70px
    fontWeight: 400
    lineHeight: 1.06
    letterSpacing: 0
  display-lg:
    fontFamily: "forma-djr-micro, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 50px
    fontWeight: 400
    lineHeight: 1.04
    letterSpacing: 0
  display-md:
    fontFamily: "forma-djr-micro, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 28px
    fontWeight: 400
    lineHeight: 1.21
    letterSpacing: 0
  body:
    fontFamily: "Helvetica Neue, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 16px
    fontWeight: 400
    lineHeight: 1.5
    letterSpacing: 0
  button:
    fontFamily: "forma-djr-micro, 'SF Pro Display', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif"
    fontSize: 30px
    fontWeight: 400
    lineHeight: 1.13
    letterSpacing: 0

rounded:
  none: 0px
  xs: 7px
  sm: 8px
  md: 16px
  lg: 20px
  xl: 1000px

spacing:
  xxs: 2px
  xs: 2px
  sm: 8px
  md: 13px
  lg: 24px
  xl: 32px
  xxl: 65px

components:
  button-ghost:
    backgroundColor: "transparent"
    textColor: "{colors.hairline}"
    typography: "{typography.button}"
    rounded: "{rounded.none}"
    padding: 1px 6px
  button-outline:
    backgroundColor: "transparent"
    textColor: "#000000"
    typography: "{typography.body}"
    rounded: "{rounded.none}"
    padding: 0px 32px
  button-primary-brand:
    backgroundColor: "{colors.primary}"
    textColor: "{colors.on-primary}"
    typography: "{typography.body}"
    rounded: "{rounded.none}"
    padding: 0px 32px
  input-text-input:
    backgroundColor: "transparent"
    textColor: "#000000"
    typography: "{typography.body}"
    rounded: "{rounded.none}"
    padding: 1px 2px
  search-bar-search-pill:
    backgroundColor: "{colors.surface-1}"
    textColor: "{colors.ink-subtle}"
    typography: "{typography.body}"
    rounded: "{rounded.xl}"
    padding: 6px 12px
  cta-banner-full-width-cta:
    backgroundColor: "transparent"
    textColor: "#000000"
    typography: "{typography.body}"
    rounded: "{rounded.none}"
    padding: 24px 0px 30px

extracted_at: "2026-06-11T05:01:07.948Z"
completeness: 80
scoreVersion: "v2"

---

# Design System — hp.com
> Extracted automatically by Prism from https://hp.com
> 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**: subtle &nbsp;|&nbsp; **Weight**: medium &nbsp;|&nbsp; **Aesthetic**: sharp-architectural

| Dimension | Value | Signal |
|---|---|---|
| Canvas | neutral | `#ffffff` |
| Type posture | sans-led (Roboto) | "Découvrir les produits HP" |
| Color assertion | dual-accent | #024ad8 |
| Whitespace | moderate | section rhythm 50px |
| Interaction | subtle | 5 keyframes, 10 transitions |
| Radius language | 0px-architectural | from token scale |

**Prism fingerprint**: `neutral-canvas · sans-display · dual-accent · 0px-architectural · subtle-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(2, 74, 216)` for primary CTAs ONLY. Never decorative.
> - **Body type**: 16px (token: `typography.body`). Default for ALL text not in a heading role.
> - **Section rhythm**: 50px 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

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

Headlines are set in **forma-djr-micro**, a sans-serif display face (the dominant type signature, e.g. "Découvrir les produits HP" at 50px). Body text is set in **Roboto**. 

Body text reads in Near-Black (`#191919`) — softened from pure black, a small but deliberate detail that lowers reading friction. **#024ad8** (`#024ad8`) 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 (3 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: Pure White (`#ffffff`)
- Primary typeface: forma-djr-micro
- Primary text: Near-Black (`#191919`)
- Accent: #024ad8 (`#024ad8`)
- Display: 50px weight 400
- Shadow system: 3 distinct elevation levels
- Custom fonts loaded: forma-djr-micro

## 2. Color Palette & Roles

### Background & Surface
- **Pure White** (`#ffffff`): Page background (primary)
- **Off-White** (`#fafafa`): Surface / elevated background
- **Whitesmoke** (`#e0e0e0`): Surface / elevated background
- **Off-White** (`#f7f7f9`): Surface / elevated background
- **Whitesmoke** (`#e6e6e6`): Surface / elevated background

### Text & Content
- **Near-Black** (`#191919`): Primary body text
- **Pure Black** (`#000000`): Secondary text
- **Charcoal** (`#3d3d3d`): Secondary text
- **Near-Black** (`#1a1a1a`): Secondary text
- **Near-Black** (`#231f20`): Secondary text

### Accent & Interactive
- **#024ad8** (`#024ad8`): Interactive / accent
- **#007bff** (`#007bff`): Interactive / accent
- **Slate** (`#485571`): Interactive / accent
- **Sky Bright** (`#0096d6`): Interactive / accent
- **M Tricolor Blue** (`#165dba`): Interactive / accent
- **#0171ad** (`#0171ad`): Interactive / accent
- **M Tricolor Blue** (`#1967b1`): Interactive / accent

### Border & Divider
- **Light Grey** (`#c7c7c7`): Borders / dividers
- **Light Grey** (`#d3d2d2`): Borders / dividers
- **Light Grey** (`#cccccc`): Borders / dividers
- **Whitesmoke** (`#e8e8e8`): Borders / dividers

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

- `#efefef` — Off-White
- `#5a5a5a` — Slate Grey
- `#fff3e5` — Warm Cream
- `#f6f6f6` — Off-White
- `#767676` — Slate Grey
- `rgba(163, 163, 163, 0.4)` — Translucent Cool Gray (40%)
- `rgba(31, 30, 34, 0.9)` — Translucent Near Black (90%)
- `#000e1f` — Deep Navy
- `#187de6` — M Tricolor Blue
- `#ccdef5` — Light Blue *(token)*
- `#007aff` — #007aff *(token)*
- `#c2c2c2` — Light Grey *(token)*
- `#001cb0` — #001cb0 *(token)*
- `#d9d1d1` — Light Grey *(token)*
- `#627293` — Slate Gray *(token)*
- `#525252` — Charcoal *(token)*
- `#5492ff` — Cornflower Blue *(token)*
- `#f5f5f5` — Off-White *(token)*
- `#f0f0f0` — Off-White *(token)*

### CSS Custom Properties (Design Tokens)

**Font Weight Token**
- `--font-weight-light`: `300`
- `--font-weight-medium`: `500`
- `--font-weight-regular`: `400`
- `--font-bold`: `forma-djr-micro,Arial,sans-serif`

**Shadow Token**
- `--digitnav-shadow-default`: `#4d5d8538`

**Other tokens**
- `--font`: `forma-djr-micro,Arial,sans-serif`
- `--hp-button-focus-outline-color`: `#ccdef5`
- `--font-light`: `forma-djr-micro,Arial,sans-serif`
- `--swiper-theme-color`: `#007aff`
- `--digitnav-accent-hover`: `#001cb0`
- `--digitnav-accent-default`: `#024ad8`

## 3. Typography Rules

### Font Families
- **Primary**: `-apple-system`
- **Secondary**: `forma-djr-micro`
- **Font 3**: `swiper-icons`
- **Font 4**: `aemHPIcons`
- **Font 5**: `newhpicon`

### Custom Fonts Loaded
- **swiper-icons** weight 400 (normal)
- **forma-djr-micro** weight normal (normal)
- **aemHPIcons** weight normal (normal)

### Typography Hierarchy

| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|------|------|------|--------|-------------|----------------|-------|
| Display Hero | forma-djr-micro | 70px | 400 | 1.06 | normal | Main headline (h2) |
| Section Heading | forma-djr-micro | 50px | 400 | 1.04 | normal | Section titles (div) |
| Button Large | forma-djr-micro | 30px | 400 | 1.13 | normal | Button label (30px) |
| Sub-heading | forma-djr-micro | 28px | 400 | 1.21 | normal | Third-level heading (h3) |
| Card Title | forma-djr-micro | 16px | 400 | 1.38 | normal | Card headings |
| Body | Helvetica Neue | 16px | 400 | 1.5 | normal | Standard reading text |
| Button Large | forma-djr-micro | 16px | 500 | normal | normal | Button label (16px) |
| Button | forma-djr-micro | 14px | 400 | 1.33 | normal | Button label (14px) |

### Font Weight Scale

CSS custom properties define 4 explicit weight steps:
- `--font-weight-light`: `300` — Light
- `--font-weight-regular`: `400` — Regular
- `--font-weight-medium`: `500` — Medium
- `--font-weight-bold`: `700` — Bold

### Full Font Size Scale

Sizes detected in the design (descending): `70px`, `50px`, `34px`, `30px`, `28px`, `24px`, `22px`, `20px`, `18px`, `16px`, `14px`, `12px`, `10px`

> 7 size(s) detected outside the sampled hierarchy (34px, 24px, 22px, 20px, 18px, 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

**Ghost**
- Background: `transparent`
- Text: `#3d3d3d` `{colors.hairline}`
- Padding: 1px 6px
- Radius: 0px
- Font: 30px weight 400
- Use: Subtle action, toolbar, nav button

**Outline**
- Background: `transparent`
- Text: `#000000`
- Padding: 0px 32px
- Radius: 0px
- Border: 1px solid rgb(0, 0, 0)
- Font: 16px weight 500
- Use: Secondary action with border

**Primary Brand**
- Background: `#024ad8` `{colors.primary}`
- Text: `#ffffff` `{colors.on-primary}`
- Padding: 0px 32px
- Radius: 0px
- Border: 1px solid rgba(0, 0, 0, 0)
- Font: 16px weight 500
- Use: Primary CTA / brand action

**Outline**
- Background: `transparent`
- Text: `#024ad8` `{colors.primary}`
- Padding: 0px 32px
- Radius: 0px
- Border: 1px solid rgb(2, 74, 216)
- Font: 16px weight 500
- Use: Secondary action with border

**Icon Button**
- Background: `#000000`
- Text: `#000000`
- Padding: 0px
- Radius: 20px
- Border: 2px solid rgba(0, 0, 0, 0)
- Font: 16px weight 400
- Use: Toolbar/UI icons

### Inputs & Forms

**Text Input**
- Background: `transparent`
- Text: `#000000`
- Padding: 1px 2px
- Radius: 0px
- Border: 0px none rgb(0, 0, 0)
- Font: 14px weight 400
- Use: Text fields, search inputs

### Search Bar

**Search Pill**
- Background: `#fafafa` `{colors.surface-1}`
- Text: `#191919` `{colors.ink-subtle}`
- Padding: 6px 12px
- Radius: 1000px
- Border: 1px solid rgb(224, 224, 224)
- Font: 14px weight 400
- Use: Global pill-shaped search bar

### CTA Banners

**Full-width CTA**
- Background: `transparent`
- Text: `#000000`
- Padding: 24px 0px 30px
- Radius: 0px
- Font: 16px weight 400
- Use: Full-width conversion strip with headline + button


## 4b. Component Behaviors (State Matrix)

### Interaction State Narrative


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

```yaml
component-behaviors:
  button:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(61, 61, 61)"
  input:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(0, 0, 0)"
  link:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(61, 61, 61)"
  card:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(0, 0, 0)"
  navLink:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(61, 61, 61)"
  badge:
    default:
      bg: "rgba(0, 0, 0, 0)"
      fg: "rgb(0, 0, 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
- **4 shape(s)** in this system: `Ghost`, `Outline`, `Primary Brand`, `Icon Button`
- **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

### Search Bar
- **1 shape(s)** in this system: `Search Pill`
- **DO NOT introduce new search bar variants** without justification

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

## 5. Layout Principles

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

### Grid
Single column, centered content

### Max Width
1200px

### Spacing System
Compact spacing — information density prioritized

| Token | Value |
|-------|-------|
| xxs | 2px |
| xs | 2px |
| sm | 8px |
| md | 13px |
| base | 16px |
| lg | 24px |
| xl | 32px |
| 2xl | 50px |
| 3xl | 65px |

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

### Shape Language

| Component | Border Radius |
|-----------|---------------|
| Buttons | `0px` |
| Inputs & Forms | `0px` |
| Search Bar | `1000px` |
| CTA Banners | `0px` |
| Page Body | `0px` |
| Navigation | `0px` |
| Primary Input | `0px` |

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

**Full Radius Spectrum**: 0px, 7px, 8px, 10px, 16px, 20px, full/pill (from `allBorderRadii` scan)


## 5b. Spacing Rhythm Names

**Measured section padding**: bands use ~25px internal vertical padding (up to 40px) — **compact**. (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** | `65px` | 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** | `13px` | Card padding, list-item spacing |
| **compact** | `8px` | Form fields, tight clusters, badge padding |
| **micro** | `2px` | 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).

**4/8 structural patterns detected.**

### Hero Pattern

- **Composition:** left-aligned — 
- **Viewport coverage:** 495px tall (not full-viewport)
- **Heading:** "Succès garanti" — 70px left-aligned
- **Subheading:** "Découvrez l’avenir, où votre temps est optimisé et vos capacités libérées, grâce aux PC IA nouvelle génération HP EliteBook Ultra, à la fois élégants "
- **CTAs:** 1 (primary: "En savoir plus")
- **Clone instruction:** Reproduce the **left-aligned** layout. Use the heading font-size token at the documented size. Pair the centered text with the hero’s decorative visual (gradient / SVG / hero image — see §9b), not bare text.

### Navigation Pattern

- **Position:** static (scrolls with page)
- **Layout:** unknown — Layout not classified
- **Height:** 48px
- **Logo:** ✓ present
- **Nav links:** 6 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:** 9 cards detected
- **Columns (desktop):** 1-up grid
- **Card dimensions:** 1440×601px (aspect 2.4:1)
- **Gap:** 10px between cards
- **Content:** ✓ image + CTA
- **Image position:** none
- **Clone instruction:** Build a 1-column grid (desktop) with cards at ~2.4:1 aspect ratio. Each card has an image at the none.

### Footer Pattern

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

## 6. Depth & Elevation

| Level | Treatment | Use |
|-------|-----------|-----|
| Flat (Level 0) | No shadow | Page background, content blocks |
| Layered (Level 1) | <br>`rgba(77, 93, 133, 0.22) 0px 1px 1.5px 0px`,<br>`rgba(26, 53, 84, 0.11) 0px 7px 11.5px 0px` | Cards, elevated surfaces |
| Layered (Level 2) | <br>`rgba(26, 26, 26, 0.2) 0px 5px 20px 5px` | Cards, elevated surfaces |

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

## 7. Motion & Interaction

### Dominant Easing Curves

| Curve | Semantic Name |
|-------|---------------|
| `ease-in-out` | Ease In-Out — Symmetric |
| `ease-in` | Ease In — Accelerating |
| `ease` | CSS ease — Default |

### Duration Scale

| Value | Tier | Typical Use |
|-------|------|-------------|
| `100ms` | Fast | Hover states, micro-interactions |
| `150ms` | Fast | Hover states, micro-interactions |
| `200ms` | Normal | Panel open/close, navigation |
| `300ms` | Normal | Panel open/close, navigation |

### Copy-Paste Transition Snippets

**All Props**
```css
transition: 0.2s ease-in-out;
```

**All Props**
```css
transition: background-size 0.15s ease-in-out;
```

**Opacity**
```css
transition: opacity 0.2s ease-in-out;
```

**All Props**
```css
transition: flex-grow 0.15s ease-in-out;
```

### Keyframe Animation Catalog

| Animation Name | Type | Animated Props | Use Hint |
|----------------|------|----------------|----------|
| `load8` | Rotate / Spin | transform | UI transition |
| `appear` | Fade | display, opacity | UI transition |
| `grow-search` | Custom | flex-grow | UI transition |
| `vanish` | Fade | display, opacity | UI transition |
| `onetrust-fade-in` | Fade | opacity | Element entrance |

### Motion Fingerprint

- **Speed Character**: Balanced Pacing (median duration: `200ms`)
- **Dominant Easing**: symmetric in-out (precise)
- **Animation Library**: 5 unique animations (5 total including variants)

> This design moves with balanced pacing timing using symmetric in-out (precise), creating a UI that feels natural and fluid.

## 8. Do's and Don'ts

### Do
- Use Near-Black (`#191919`) for text — not pure black, it's warmer and more readable
- Use Helvetica Neue as the primary typeface — it defines the brand personality
- 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 #024ad8 (`#024ad8`) as the primary accent — it's the brand's signature interactive color
- Maintain nav height at 48px — consistent vertical space for the navigation bar
- Respect the 2px–32px spacing range — the design uses a wide scale for visual breathing room
- Use a single primary CTA in the hero — the design intentionally avoids choice paralysis
- 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 invent new shadow values — use only the extracted shadow levels
- Don't apply pill radius on rectangular buttons or cards — it's reserved for specific interactive elements
- Don't introduce additional saturated accent colors — the palette is intentionally controlled
- Don't collapse or hide the nav on scroll without an explicit scroll-triggered animation — the design uses fixed nav presence
- Don't make the nav sticky — this design lets it scroll away to maximize content focus
- Don't put a CTA button in the nav — this design uses links only at the top
- Don't over-build the footer — this design keeps it minimal (1 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 `rgb(2, 74, 216)` for primary CTAs and brand-mark signals only"
    why: "Single chromatic assertion device — overuse dilutes meaning"
    test: "querySelectorAll('[style*=\"rgb(2, 74, 216)\"]').length <= 3 per fold"
```

## 9. Responsive Behavior

### Breakpoints
| Name | Width | Key Changes |
|------|-------|-------------|
| Mobile | 400px | Single column, compact spacing |
| Mobile Large | 510px | Expanded mobile layout |
| Mobile Large | 640px | Expanded mobile layout |
| Mobile Large | 719px | Expanded mobile layout |
| Mobile Large | 767px | Expanded mobile layout |
| Tablet | 1015px | Multi-column grids begin |
| Desktop | 1115px | Full feature layout |
| Desktop | 1280px | Full feature layout |

### Token Diff — Desktop vs Mobile

| Element | Property | Desktop | Mobile |
|---------|----------|---------|--------|
| nav | display | `flex` | `none` |
| nav | flex-direction | `row` | `column` |
| nav | height | `48px` | `auto` |
| card | width | `1440px` | `390px` |

### Collapsing Strategy
- Navigation: flex → none on mobile
- Cards: multi-column → stacked vertical on mobile
- Footer: multi-column → stacked single column on mobile

### Touch Targets
- Buttons: 1px 6px 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.*


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

- **Glassmorphism** — 1 frosted/blur layer(s) (e.g. `blur(8px)`).

> **Motion fingerprint**: glassmorphism (1 layers)

## 9b. Visual Tone & Photography

**Tone:** Mixed photography + illustration

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

**Canonical Brand Image (OG):**
- https://www.hp.com/content/dam/sites/worldwide/dems/hp_og_image.jpg
  *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: 2.4:1 (ultra-wide cinematic)
- Rendered size: 1440×601px
- Alt text: "2025-omen-max16-intel"
- *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): 20 (87%)
- Portrait (<0.87): 0 (0%)
- Square (0.87–1.15): 0 (0%)
- Ultra-wide (>2.3): 3 (13%)

**Media Format Mix:**
- JPG: 6 (typically photographic content)
- PNG: 17 (logos, transparent UI elements, mockups)

**Average rendered image size:** 545×342px
**Above-fold image count:** 17 / 23

**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 (`#191919`)
- Accent: #024ad8 (`#024ad8`)
- Border: Charcoal (`#3d3d3d`)
- Font: Helvetica Neue
- Body: 16px weight 400

### Example Component Prompts
- "Create a hero section on Pure White background (#ffffff). Headline at 50px Helvetica Neue weight 400, line-height 1.04, color #191919."
- "Create the primary CTA button: `#024ad8` background, `#ffffff` text, 1000px border-radius, 0px 32px padding, 500 weight, Helvetica Neue font."
- "Design a card on `transparent` background. Border: none. Radius: 0px. Shadow: none. Padding: 0px."
- "Build navigation: static on `#ffffff`. Helvetica Neue 14px weight 400 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 Helvetica Neue, weight range 300–700. Never exceed 700 — heavier weights break the brand's tonal restraint.
3. **Accent**: #024ad8 (`#024ad8`) is the sole interactive color. On hover → #007bff (`#007bff`). Use CSS transitions, not opacity/brightness filters.
4. **Shape**: CTAs at `0px`, cards at `0px`. Apply border-radius from the extracted scale only — don't invent intermediate values.
5. **Spacing**: Use the `--ca-space-*` token scale (2px–32px). All padding, margin, and gap values are multiples from this scale — no magic numbers.
6. **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: #fafafa;
  --ca-surface-2: #f7f7f9;
  --ca-ink-subtle: #191919;
  --ca-primary: #024ad8;
  --ca-primary-hover: #007bff;
  --ca-hairline: #3d3d3d;
  --ca-primary-focus: #ccdef5;
}

/* Typography */
:root {
  --ca-font-primary: "forma-djr-micro", system-ui, sans-serif;
  --ca-text-display: 70px;
  --ca-text-heading: 50px;
  --ca-text-body: 16px;
  --ca-text-button: 30px;
}

/* Spacing & Radius */
:root {
  --ca-space-xxs: 2px;
  --ca-space-xs: 2px;
  --ca-space-sm: 8px;
  --ca-space-md: 13px;
  --ca-space-base: 16px;
  --ca-space-lg: 24px;
  --ca-space-xl: 32px;
  --ca-space-2xl: 50px;
  --ca-space-3xl: 65px;
  --ca-radius-none: 0px;
  --ca-radius-xs: 7px;
  --ca-radius-sm: 8px;
  --ca-radius-md: 16px;
  --ca-radius-lg: 20px;
  --ca-radius-xl: 1000px;
  --ca-radius-full: 1000px;
}
```


## 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: ["everything"]
    height: 3750px
    width: full-bleed
    layout: block
    children: 1
  - section: hero
    tag: div
    classes: ["viewports", "aem-GridColumn--default--12"]
    height: 641px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["swiper-container", "js-component-extension", "arrows-dark", "swiper-dotted"]
    height: 641px
    width: full-bleed
    layout: flex-row justify=normal
    children: 5
    padding: "0px 0px 40px"
  - section: content-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: content-section
    tag: div
    classes: ["c-video-container--container-fit"]
    height: 601px
    width: full-bleed
    layout: block
    children: 1
  - section: feature-section
    tag: div
    classes: ["swiper-wrapper"]
    height: 601px
    width: full-bleed
    layout: flex-row justify=normal
    children: 9
  - section: feature-section
    tag: div
    height: 601px
    width: full-bleed
    layout: block
    children: 2
  - section: feature-section
    tag: div
    height: 601px
    width: full-bleed
    layout: block
    children: 2
  - section: feature-section
    tag: div
    height: 601px
    width: full-bleed
    layout: block
    children: 2
  - section: content-section
    tag: div
    height: 600px
    width: full-bleed
    layout: block
    children: 2
  - section: content-section
    tag: div
    classes: ["container"]
    height: 600px
    width: 1280px
    layout: block
    children: 1
    padding: "0px 31px"
  - section: unknown
    tag: div
    height: 600px
    width: 912px
    layout: block
    children: 1
  - section: feature-section
    tag: div
    height: 601px
    width: full-bleed
    layout: block
    children: 2
  - section: feature-section
    tag: div
    classes: ["container"]
    height: 600px
    width: 1280px
    layout: block
    children: 1
    padding: "0px 31px"
  - section: unknown
    tag: div
    height: 601px
    width: 912px
    layout: block
    children: 1
  - section: unknown
    tag: div
    height: 601px
    width: full-bleed
    layout: block
    children: 2
  - section: unknown
    tag: div
    classes: ["container"]
    height: 601px
    width: 1280px
    layout: block
    children: 1
    vertical-padding: ~25px
    padding: "0px 31px"
  - section: unknown
    tag: div
    height: 601px
    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:
    - "Avec les bons outils, le travail ne ressemble plus à du travail"
    - "OMEN MAX 16. Conçu pour repousser les limites"
    - "Boutique en ligne – HP Store"
    - "Succès garanti"
    - "Offre de remboursement HP Smart Tank"
    - "Découvrir les produits HP"
  sub-headings:
    - "Transformez votre façon de travailler avec les PC IA HP."
    - "Le meilleur de la technologie en un click. Profitez de nos offres."
    - "Découvrez l’avenir, où votre temps est optimisé et vos capacités libérées, grâce aux PC IA nouvelle"
    - "Jusqu’à 100€ remboursés en achetant une imprimante de la gamme HP Smart Tank."
    - "Les Copilot+ PC sont les PC Windows les plus rapides et les plus intelligents à ce jour"
    - "PC portables"
  ctas:
    - "En savoir plus"
    - "Acheter"
  navigation:
    - "Skip to Content"
    - "Skip to Footer"
    - "Skip to Country Selector"
    - "Qui sommes-nous"
    - "Contacter HP"
    - "Emplois"
    - "Relations avec les investisseurs"
    - "HP et le Développement Durable"
    - "Newsroom"
    - "Newsletter HP Store"
```

**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:
  hero:
    count: 1
    avg-ratio: 2.40
    common-aspect: "~16:9 landscape"
    sample-alts:
      - "2025-omen-max16-intel"
```

**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">
  Action
</button>
```
_Source pattern detected: padding `0px` · radius `0px` · weight `400`_

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

**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** 5 · **auth** 1 · **product** 1 · **social** 4 · **legal** 1 · **footer** 27 · **other** 21

**Primary actions (conversion path):**
- Account access — "Portail partenaires" (login/signup) → `https://partner.hp.com/login`

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

*Shop* — medium confidence, 12 items:

| Title | Featured image | Link |
|---|---|---|
| Acheter | `OmniBook_X_Flip_Desktop.jpg` (ar 1.66) | https://www.hp.com/fr-fr/shop/product.aspx?id=BG7J3EA&opt=ABF&sel=NTB |
| Acheter | `hp-store-fr-desktop.png` (ar 1.8) | https://www.hp.com/fr-fr/shop/offer.aspx?p=c-toutes-nos-offres |
| S’inscrire à la newsletter | `hp-store-fr-desktop.png` (ar 1.8) | https://www.hp.com/fr-fr/shop/offer.aspx?p=c-newsletter-inscription |
| Acheter | `fr-smart-tank-promo_2x.png` (ar 1.56) | https://www.hp.com/fr-fr/shop/listings/printers?subbrand=smart-tank |
| HP OmniBook Ultra AI PC | `laptops-product-tiles-desktop.png` (ar 1.3) | https://www.hp.com/fr-fr/shop/offer.aspx?p=pc-portable-par-gamme |
| HP OmniDesk Desktop PC | `desktops-product-tiles-desktop.png` (ar 1.3) | https://www.hp.com/fr-fr/shop/offer.aspx?p=pc-de-bureau-par-gamme |
| HP Smart Tank Printer | `printers-product-tiles-desktop.png` (ar 1.3) | https://www.hp.com/fr-fr/shop/offer.aspx?p=imprimantes-par-gamme |
| Ink and Toner Cartridges and Paper | `desktop-cartridges-paper.png` (ar 1.3) | https://www.hp.com/fr-fr/shop/ink-toner-paper.aspx |

**Signals:** 24/60 links carry a featured image · device mockups detected: laptop ×16 · dominant link roles: footer-link (34), content-card (16), navigation (5).


---
## Extraction Completeness: 80/100 (B)

| Category | Score | Max | Detail |
|----------|-------|-----|--------|
| Colors & Palette | 25 | 25 | 21 named colors |
| Typography | 20 | 20 | 8 roles defined |
| Components | 16 | 20 | 4 specs extracted |
| Motion & Interaction | 12 | 15 | Keyframes |
| CSS Custom Properties | 2 | 10 | 31 vars |
| Responsive Breakpoints | 5 | 5 | 8 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 (swiper-icons, forma-djr-micro, aemHPIcons)** — detected but not downloaded. Substitute with your licensed copy or a close fallback (see Typography section for metrics).
- **Sparse component extraction** — fewer than 5 component types detected. Highly dynamic sections (modals, datepickers, carousels) require interaction to render and are not captured in a static pass.
- **1 parasitic shadow(s) detected** — colored box-shadows (not near-black) found in allShadows. These likely originate from browser extensions or third-party injected widgets (e.g. Grammarly, chat overlays), not from the site's own design system. Discard them when building.

*✅ 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 | Medium | 31 CSS vars (semantic naming requires ≥20 for high) |
| §3 Typography | High | 8 typography roles inferred |
| §4 Components | Medium | 4 component variants captured |
| §7 Motion | High | Keyframes + transitions |
| §8 Do's/Don'ts | High | 18 rules generated; design-decisions.json has evidence per rule |
| §9 Responsive | High | 8 breakpoints detected |
| §9b Photography | High | 23 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

2 font file(s) captured (80KB total). When running `prism add`, fonts are saved to `extractions/hp.com/fonts/` and embedded as base64 in the output HTML.

**@font-face declarations to use:**
```css
@font-face {
  font-family: 'forma-djr-micro';
  /* src: url('/fonts/forma-djr-micro.woff2') format('woff2'); */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'aemHPIcons';
  /* src: url('/fonts/aemHPIcons.woff2') format('woff'); */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'swiper-icons';
  /* src: url('/fonts/swiper-icons.woff2') format('woff'); */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
```

### Keyframe Animations (Intercepted from CSS)

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

```
@keyframes appear { ... }
@keyframes grow-search { ... }
@keyframes vanish { ... }
@keyframes load8 { ... }
@keyframes onetrust-fade-in { ... }
```

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

```css
@keyframes appear{0%{display:none;opacity:0}
@keyframes grow-search{0%{flex-grow:0}
@keyframes vanish{0%{display:flex;opacity:1}
@keyframes load8{0%{transform:rotate(0deg)}
@keyframes onetrust-fade-in{0%{opacity:0}100%{opacity:1}}
```
</details>

### Hover State CSS (Intercepted)

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

```css
.wpr-autocomplete .result__left .see-all:hover{background:#114a94}

.wpr-autocomplete .result__right .title .see-link:hover{background:#d3d2d2}

.wpr-autocomplete .result__right .ac-card:hover{outline-color:#000}

.autocomplete-main .wpr-close-autocomplete:hover svg>g{fill:#ccc}

.autocomplete-wrapper .autocomplete-header__input-holder .ac-input-icon:focus,.autocomplete-wrapper .autocomplete-header__input-holder .ac-input-icon:hover{background:#231f20}

.autocomplete-wrapper .autocomplete-header__input-holder .ac-input-icon:focus path,.autocomplete-wrapper .autocomplete-header__input-holder .ac-input-icon:hover path{fill:#fff}

.wpr-autocomplete .result__right .shop__msrp:hover{color:#2c3038}

.autocomplete-wrapper.old-html .wpr-backspace-icon:focus svg>g>path,.autocomplete-wrapper.old-html .wpr-backspace-icon:hover svg>g>path{stroke:#fff;fill:none}

digitnav-header .cart-item-price-msrp:hover>.msrp-popup{animation:appear .3s ease-in-out;display:flex}

digitnav-header .cart-item-price-msrp:hover>.msrp-popup.active{display:flex}

digitnav-header .msrp-popup:hover{display:flex}

.footer_links_container_wrapper a:hover,a,a:active,a:link,a:visited{color:inherit;font-size:inherit;line-height:inherit;text-decoration:none}

a[href]:hover{text-decoration:underline}

digitnav-header a:hover{text-decoration:none}

digitnav-header .svg-icon.logo,digitnav-header .svg-icon:hover{fill:var(--digitnav-accent-default)}

digitnav-header .search-bar:hover{background:var(--digitnav-search-background-hover);border-color:var(--digitnav-border-hover)}

digitnav-header .search-bar .clear-input:hover{fill:inherit}

digitnav-header .digitnav__menu .menu-item.active .menu-link:after,digitnav-header .digitnav__menu .menu-item:hover .menu-link:after{background:var(--digitnav-default-menu);bottom:0;content:"";height:}
```

> **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 1263 rendered nodes** — not a sample. These are the values the page *actually paints*, weighted by how often they appear.

### Real Responsive Breakpoints
**27 breakpoints** read from the live `@media` rules (not guessed) — 14 most relevant:
`400px` · `425px` · `426px` · `441px` · `510px` · `550px` · `600px` · `610px` · `640px` · `661px` · `719px` · `720px` · `767px` · `768px` … (+13 more)

### Measured Design Scale
**Type scale by usage** (× = paint count): `16px`×967 · `12px`×155 · `14px`×62 · `50px`×24 · `22px`×20 · `28px`×11 · `24px`×4 · `70px`×2

**Radius scale** (× = paint count): `20px`×7 · `10px`×4 · `100%`×4 · `1000px`×1

**Weights** (× = paint count): `400`×1155 · `500`×96

**Layout gaps** (× = paint count): `16px`×23 · `20px`×7 · `8px`×4 · `40px`×1 · `28px`×1 · `6px`×1

### 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 { background-color:#fff; color:#191919; font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-size:1rem; font-weight:400 }
@media screen, print nav { background:var(--digitnav-white-default) }
@media (min-width: 720px) h2 { font-size:32px }
@media (min-width: 1280px) h2 { font-size:34px }
@media screen, print h2 { font-weight:400 }
button { font-family:inherit; font-size:100% }
@media screen, print button { background:none; color:var(--digitnav-default-menu); font-family:forma-djr-micro,Helvetica Neue,Helvetica,Arial,sans-serif; font-size:30px; background-color:initial }
a { background-color:transparent; color:#007bff }
@media screen, print a { color:#3d3d3d }
input { font-family:inherit; font-size:100% }
@media screen, print input { background:transparent; box-shadow:none; font-size:14px; background-color:transparent }
```

> 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://hp.com | 2026-06-11T05:01:07.973Z*
*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.*
