glyph-ai 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +69 -0
- package/bundled/overlay/overlay.js +63 -0
- package/bundled/server/context/brand-references.d.ts +7 -0
- package/bundled/server/context/brand-references.d.ts.map +1 -0
- package/bundled/server/context/brand-references.js +20 -0
- package/bundled/server/context/brand-references.js.map +1 -0
- package/bundled/server/context/design-philosophy.d.ts +6 -0
- package/bundled/server/context/design-philosophy.d.ts.map +1 -0
- package/bundled/server/context/design-philosophy.js +82 -0
- package/bundled/server/context/design-philosophy.js.map +1 -0
- package/bundled/server/context/design-system-loader.d.ts +11 -0
- package/bundled/server/context/design-system-loader.d.ts.map +1 -0
- package/bundled/server/context/design-system-loader.js +169 -0
- package/bundled/server/context/design-system-loader.js.map +1 -0
- package/bundled/server/context/design-system.d.ts +7 -0
- package/bundled/server/context/design-system.d.ts.map +1 -0
- package/bundled/server/context/design-system.js +75 -0
- package/bundled/server/context/design-system.js.map +1 -0
- package/bundled/server/context/prompt-builder.d.ts +15 -0
- package/bundled/server/context/prompt-builder.d.ts.map +1 -0
- package/bundled/server/context/prompt-builder.js +123 -0
- package/bundled/server/context/prompt-builder.js.map +1 -0
- package/bundled/server/context/token-template.d.ts +36 -0
- package/bundled/server/context/token-template.d.ts.map +1 -0
- package/bundled/server/context/token-template.js +226 -0
- package/bundled/server/context/token-template.js.map +1 -0
- package/bundled/server/data/design-systems/apple-design-system.md +474 -0
- package/bundled/server/data/design-systems/arc-design-system.md +922 -0
- package/bundled/server/data/design-systems/claude-ai-design-system.md +1443 -0
- package/bundled/server/data/design-systems/elevenlabs-design-system.md +669 -0
- package/bundled/server/data/design-systems/generating_design.md +9 -0
- package/bundled/server/data/design-systems/linear-design-system.md +607 -0
- package/bundled/server/data/design-systems/notion-design-system.md +866 -0
- package/bundled/server/data/design-systems/raycast-design-system.md +709 -0
- package/bundled/server/data/design-systems/stripe-design-system.md +592 -0
- package/bundled/server/data/design-systems/vercel-design-system.md +824 -0
- package/bundled/server/data/design.md +971 -0
- package/bundled/server/index.d.ts +2 -0
- package/bundled/server/index.d.ts.map +1 -0
- package/bundled/server/index.js +310 -0
- package/bundled/server/index.js.map +1 -0
- package/bundled/server/mcp/tools/apply-variation.d.ts +3 -0
- package/bundled/server/mcp/tools/apply-variation.d.ts.map +1 -0
- package/bundled/server/mcp/tools/apply-variation.js +43 -0
- package/bundled/server/mcp/tools/apply-variation.js.map +1 -0
- package/bundled/server/mcp/tools/generate-variations.d.ts +3 -0
- package/bundled/server/mcp/tools/generate-variations.d.ts.map +1 -0
- package/bundled/server/mcp/tools/generate-variations.js +58 -0
- package/bundled/server/mcp/tools/generate-variations.js.map +1 -0
- package/bundled/server/mcp/tools/index.d.ts +3 -0
- package/bundled/server/mcp/tools/index.d.ts.map +1 -0
- package/bundled/server/mcp/tools/index.js +11 -0
- package/bundled/server/mcp/tools/index.js.map +1 -0
- package/bundled/server/mcp/tools/scan-design-system.d.ts +3 -0
- package/bundled/server/mcp/tools/scan-design-system.d.ts.map +1 -0
- package/bundled/server/mcp/tools/scan-design-system.js +27 -0
- package/bundled/server/mcp/tools/scan-design-system.js.map +1 -0
- package/bundled/server/mcp/tools/submit-variations.d.ts +3 -0
- package/bundled/server/mcp/tools/submit-variations.d.ts.map +1 -0
- package/bundled/server/mcp/tools/submit-variations.js +50 -0
- package/bundled/server/mcp/tools/submit-variations.js.map +1 -0
- package/bundled/server/mcp-entry.d.ts +2 -0
- package/bundled/server/mcp-entry.d.ts.map +1 -0
- package/bundled/server/mcp-entry.js +56 -0
- package/bundled/server/mcp-entry.js.map +1 -0
- package/bundled/server/preview/css-resolver.d.ts +6 -0
- package/bundled/server/preview/css-resolver.d.ts.map +1 -0
- package/bundled/server/preview/css-resolver.js +57 -0
- package/bundled/server/preview/css-resolver.js.map +1 -0
- package/bundled/server/preview/html-builder.d.ts +6 -0
- package/bundled/server/preview/html-builder.d.ts.map +1 -0
- package/bundled/server/preview/html-builder.js +85 -0
- package/bundled/server/preview/html-builder.js.map +1 -0
- package/bundled/server/telemetry.d.ts +4 -0
- package/bundled/server/telemetry.d.ts.map +1 -0
- package/bundled/server/telemetry.js +71 -0
- package/bundled/server/telemetry.js.map +1 -0
- package/bundled/server/types.d.ts +69 -0
- package/bundled/server/types.d.ts.map +1 -0
- package/bundled/server/types.js +2 -0
- package/bundled/server/types.js.map +1 -0
- package/bundled/server/variations/file-writer.d.ts +5 -0
- package/bundled/server/variations/file-writer.d.ts.map +1 -0
- package/bundled/server/variations/file-writer.js +29 -0
- package/bundled/server/variations/file-writer.js.map +1 -0
- package/bundled/server/variations/git-utils.d.ts +3 -0
- package/bundled/server/variations/git-utils.d.ts.map +1 -0
- package/bundled/server/variations/git-utils.js +23 -0
- package/bundled/server/variations/git-utils.js.map +1 -0
- package/bundled/server/variations/store.d.ts +11 -0
- package/bundled/server/variations/store.d.ts.map +1 -0
- package/bundled/server/variations/store.js +52 -0
- package/bundled/server/variations/store.js.map +1 -0
- package/dist/commands/init.d.ts +2 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +299 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/stop.d.ts +2 -0
- package/dist/commands/stop.d.ts.map +1 -0
- package/dist/commands/stop.js +32 -0
- package/dist/commands/stop.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +35 -0
- package/dist/index.js.map +1 -0
- package/package.json +35 -0
|
@@ -0,0 +1,1443 @@
|
|
|
1
|
+
# Claude.ai Design System & Section Boilerplate
|
|
2
|
+
|
|
3
|
+
> Source: https://claude.ai (login/marketing page)
|
|
4
|
+
> Scraped: 2026-03-22
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Design System
|
|
9
|
+
|
|
10
|
+
### Colors
|
|
11
|
+
|
|
12
|
+
#### Primary
|
|
13
|
+
| Token | Value | Usage |
|
|
14
|
+
|---|---|---|
|
|
15
|
+
| Primary / Brand Clay | `hsl(14.8, 63.1%, 59.6%)` / approx `#D4805A` | Brand accent, warm clay tone |
|
|
16
|
+
| Primary Emphasized | `hsl(15.1, 54.2%, 51.2%)` / approx `#C46A42` | Hover/active states of brand clay |
|
|
17
|
+
| Primary Button BG (::before) | `rgb(20, 20, 19)` / `#141413` | Primary CTA fill (near-black) |
|
|
18
|
+
| Primary Button Text | `rgb(255, 255, 255)` / `#FFFFFF` | White text on primary buttons |
|
|
19
|
+
|
|
20
|
+
#### Secondary
|
|
21
|
+
| Token | Value | Usage |
|
|
22
|
+
|---|---|---|
|
|
23
|
+
| Secondary Button BG | `rgba(0, 0, 0, 0)` (transparent) | Ghost/outline buttons |
|
|
24
|
+
| Secondary Button Border | `0.5px solid rgba(31, 30, 29, 0.3)` | Outline button border |
|
|
25
|
+
| Secondary Button Text | `rgb(20, 20, 19)` / `#141413` | Dark text on outline buttons |
|
|
26
|
+
|
|
27
|
+
#### Neutral
|
|
28
|
+
| Token | Value | Usage |
|
|
29
|
+
|---|---|---|
|
|
30
|
+
| Page Background | `rgb(250, 249, 245)` / `#FAF9F5` | Warm off-white, page bg |
|
|
31
|
+
| Surface / Card | `rgb(255, 255, 255)` / `#FFFFFF` | Cards, inputs, dropdowns |
|
|
32
|
+
| Surface Muted | `rgb(245, 244, 237)` / `#F5F4ED` | Subtle backgrounds, toggles |
|
|
33
|
+
| Surface Hover | `rgb(240, 238, 230)` / `#F0EEE6` | Hover states |
|
|
34
|
+
| Text Primary | `rgb(20, 20, 19)` / `#141413` | Headings, body text |
|
|
35
|
+
| Text Secondary | `rgb(61, 61, 58)` / `#3D3D3A` | Nav links, less prominent text |
|
|
36
|
+
| Text Tertiary | `rgb(115, 114, 108)` / `#73726C` | Subtitles, section headers, muted text |
|
|
37
|
+
| Text Quaternary | `rgb(156, 154, 146)` / `#9C9A92` | Placeholder-like text |
|
|
38
|
+
| Border Default | `rgba(31, 30, 29, 0.15)` | Card borders, input borders |
|
|
39
|
+
| Border Emphasis | `rgba(31, 30, 29, 0.3)` | Outline button borders |
|
|
40
|
+
| Footer BG | `rgb(0, 0, 0)` / `#000000` | Footer background |
|
|
41
|
+
| Footer Text Muted | `rgb(194, 192, 182)` / `#C2C0B6` | Footer headings, meta text |
|
|
42
|
+
| Max Card Accent Border | `rgba(27, 103, 178, 0.2)` | Blue-tinted border for featured card |
|
|
43
|
+
| Max Card Accent Shadow | `rgba(27, 103, 178, 0.1) 0px 4px 24px` | Blue glow on featured card |
|
|
44
|
+
|
|
45
|
+
### Typography
|
|
46
|
+
|
|
47
|
+
#### Fonts
|
|
48
|
+
| Role | Family | Fallback Stack |
|
|
49
|
+
|---|---|---|
|
|
50
|
+
| Headlines / Display | `"Anthropic Serif"` | `Georgia, "Times New Roman", serif` |
|
|
51
|
+
| Body / UI | `"Anthropic Sans"` | `system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif` |
|
|
52
|
+
|
|
53
|
+
#### Scale
|
|
54
|
+
| Level | Font | Size | Weight | Line Height | Usage |
|
|
55
|
+
|---|---|---|---|---|---|
|
|
56
|
+
| Display / Hero H2 | Anthropic Serif | 56px | 330 | 67.2px (1.2) | Hero headline |
|
|
57
|
+
| H1 | Anthropic Serif | 36px | 400 | 40px (1.11) | Section titles ("Meet Cowork") |
|
|
58
|
+
| H2 Section | Anthropic Serif | 30px | 400 | 36px (1.2) | Section headings ("Explore plans", "FAQ") |
|
|
59
|
+
| H3 Card Title | Anthropic Serif | 30px | 400 | 36px (1.2) | Pricing card titles |
|
|
60
|
+
| Subtitle (H2) | Anthropic Sans | 20px | 400 | 28px (1.4) | Section subtitles |
|
|
61
|
+
| Subtitle (H3) | Anthropic Serif | 18px | 400 | 28px (1.56) | Hero subtitle |
|
|
62
|
+
| Body | Anthropic Sans | 16px | 400 | 24px (1.5) | Default body text |
|
|
63
|
+
| Nav Link | Anthropic Sans | 15px | 400 | — | Navigation items |
|
|
64
|
+
| Button Label | Anthropic Sans | 14px | 500 | — | CTA buttons |
|
|
65
|
+
| Label / Small | Anthropic Sans | 14px | 430 | — | Menu items |
|
|
66
|
+
| Caption / Footer Heading | Anthropic Sans | 12px | 400 | — | Footer category headers |
|
|
67
|
+
|
|
68
|
+
### Buttons
|
|
69
|
+
|
|
70
|
+
#### Primary (Filled)
|
|
71
|
+
```
|
|
72
|
+
background: rgb(20, 20, 19) via ::before pseudo-element
|
|
73
|
+
color: #FFFFFF
|
|
74
|
+
font: "Anthropic Sans", 14px, weight 500
|
|
75
|
+
height: 36px (nav) / 44px (hero/card)
|
|
76
|
+
padding: 8px 20px
|
|
77
|
+
border-radius: 8px (nav) / 9.6px (hero/card)
|
|
78
|
+
border: none
|
|
79
|
+
hover: scale-y(1.015) scale-x(1.005)
|
|
80
|
+
hover-overlay: radial-gradient(at bottom, rgba(255,255,255,0.2), transparent) via ::after
|
|
81
|
+
transition: transform 150ms cubic-bezier(0.165, 0.85, 0.45, 1)
|
|
82
|
+
min-width: 5rem
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
#### Secondary (Outline)
|
|
86
|
+
```
|
|
87
|
+
background: transparent
|
|
88
|
+
color: rgb(20, 20, 19)
|
|
89
|
+
font: "Anthropic Sans", 14px, weight 500
|
|
90
|
+
height: 36px
|
|
91
|
+
padding: 8px 20px
|
|
92
|
+
border: 0.5px solid rgba(31, 30, 29, 0.3)
|
|
93
|
+
border-radius: 8px
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
#### Auth Button (Google / SSO)
|
|
97
|
+
```
|
|
98
|
+
background: transparent
|
|
99
|
+
color: rgb(20, 20, 19)
|
|
100
|
+
font: "Anthropic Sans", 16px, weight 500
|
|
101
|
+
height: 44px
|
|
102
|
+
padding: 0 20px
|
|
103
|
+
border: 0.5px solid rgba(31, 30, 29, 0.3)
|
|
104
|
+
border-radius: 9.6px
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
#### Ghost / Nav Link Button
|
|
108
|
+
```
|
|
109
|
+
background: transparent
|
|
110
|
+
color: rgb(61, 61, 58)
|
|
111
|
+
font: "Anthropic Sans", 15px, weight 400
|
|
112
|
+
padding: 0
|
|
113
|
+
border: none
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
### Input Fields
|
|
117
|
+
```
|
|
118
|
+
background: rgb(255, 255, 255)
|
|
119
|
+
color: rgb(20, 20, 19)
|
|
120
|
+
font: "Anthropic Sans", 16px
|
|
121
|
+
height: 44px
|
|
122
|
+
padding: 0 12px
|
|
123
|
+
border: 1px solid rgba(31, 30, 29, 0.15)
|
|
124
|
+
border-radius: 9.6px
|
|
125
|
+
placeholder-color: (inherits muted text)
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
### Spacing
|
|
129
|
+
| Token | Value | Usage |
|
|
130
|
+
|---|---|---|
|
|
131
|
+
| Nav Height | 84px | Fixed top navigation |
|
|
132
|
+
| Section Padding (vertical) | 24px | Hero section top/bottom padding |
|
|
133
|
+
| Section Horizontal Padding | 32px | Outer content padding |
|
|
134
|
+
| Card Padding | 32px | Pricing card internal padding |
|
|
135
|
+
| Card Border Radius | 24px | Pricing cards |
|
|
136
|
+
| Dropdown Padding | 12px 8px | Nav dropdown menu |
|
|
137
|
+
| Dropdown Border Radius | 12px | Nav dropdown menu |
|
|
138
|
+
| Button Border Radius (sm) | 8px | Nav buttons |
|
|
139
|
+
| Button Border Radius (lg) | 9.6px | Hero/card buttons |
|
|
140
|
+
| Footer Padding (vertical) | ~89px | Footer top/bottom |
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## Section Boilerplates
|
|
145
|
+
|
|
146
|
+
### Navigation
|
|
147
|
+
|
|
148
|
+
**Structure:**
|
|
149
|
+
```
|
|
150
|
+
<nav> (fixed, height: 84px, bg: #FAF9F5)
|
|
151
|
+
├── Logo (link, left-aligned, Anthropic asterisk + "Claude" wordmark)
|
|
152
|
+
├── Center Menu
|
|
153
|
+
│ ├── Button "Meet Claude" (dropdown trigger, chevron icon)
|
|
154
|
+
│ ├── Button "Platform" (dropdown trigger, chevron icon)
|
|
155
|
+
│ ├── Button "Solutions" (dropdown trigger, chevron icon)
|
|
156
|
+
│ ├── Button "Pricing" (dropdown trigger, chevron icon)
|
|
157
|
+
│ └── Button "Resources" (dropdown trigger, chevron icon)
|
|
158
|
+
└── Right Actions
|
|
159
|
+
├── Button "Contact sales" (secondary/outline, links to /contact-sales)
|
|
160
|
+
└── Button "Try Claude" (primary/filled, near-black bg)
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
**Dropdown Interactions:**
|
|
164
|
+
- Trigger: hover on nav button
|
|
165
|
+
- Button gets `[expanded]` state
|
|
166
|
+
- Dropdown appears as `<menu>` role element positioned below nav
|
|
167
|
+
- Dropdown style: bg white, border-radius 12px, padding 12px 8px, shadow rgba(0,0,0,0.08) 0px 2px 8px
|
|
168
|
+
- Transition: appears on hover, disappears on mouse leave
|
|
169
|
+
|
|
170
|
+
**Dropdown: "Meet Claude"** (3-column, ~669px wide)
|
|
171
|
+
```
|
|
172
|
+
<menu>
|
|
173
|
+
├── Column: "Products" (section header, 12px, muted)
|
|
174
|
+
│ ├── menuitem "Claude"
|
|
175
|
+
│ ├── menuitem "Claude Code"
|
|
176
|
+
│ └── menuitem "Cowork"
|
|
177
|
+
├── Column: "Features"
|
|
178
|
+
│ ├── menuitem "Claude for Chrome"
|
|
179
|
+
│ ├── menuitem "Claude for Excel"
|
|
180
|
+
│ ├── menuitem "Claude for Powerpoint"
|
|
181
|
+
│ ├── menuitem "Claude for Slack"
|
|
182
|
+
│ └── menuitem "Skills"
|
|
183
|
+
└── Column: "Models"
|
|
184
|
+
├── menuitem "Opus" (with external arrow icon)
|
|
185
|
+
├── menuitem "Sonnet" (with external arrow icon)
|
|
186
|
+
└── menuitem "Haiku" (with external arrow icon)
|
|
187
|
+
```
|
|
188
|
+
- Section headers: 12px, weight 400, color rgb(115, 114, 108)
|
|
189
|
+
- Menu items: 14px, weight 430, color rgb(20, 20, 19), padding 8px 24px, border-radius 8px
|
|
190
|
+
- External links show arrow icon
|
|
191
|
+
|
|
192
|
+
**Dropdown: "Platform"** (single column, narrower)
|
|
193
|
+
```
|
|
194
|
+
<menu>
|
|
195
|
+
├── Group
|
|
196
|
+
│ ├── menuitem "Overview"
|
|
197
|
+
│ ├── menuitem "Developer docs" (external icon)
|
|
198
|
+
│ └── menuitem "Pricing"
|
|
199
|
+
├── <separator> (horizontal rule)
|
|
200
|
+
└── Group
|
|
201
|
+
└── menuitem "Console login" (external icon)
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
**Dropdown: "Solutions"** (2-section)
|
|
205
|
+
```
|
|
206
|
+
<menu>
|
|
207
|
+
├── Section: "Use cases"
|
|
208
|
+
│ ├── menuitem "AI agents"
|
|
209
|
+
│ ├── menuitem "Claude Code Security"
|
|
210
|
+
│ └── menuitem "Coding"
|
|
211
|
+
└── Section: "Industries" (2-column grid)
|
|
212
|
+
├── menuitem "Customer support"
|
|
213
|
+
├── menuitem "Education"
|
|
214
|
+
├── menuitem "Financial services"
|
|
215
|
+
├── menuitem "Government"
|
|
216
|
+
├── menuitem "Healthcare"
|
|
217
|
+
├── menuitem "Life sciences"
|
|
218
|
+
└── menuitem "Nonprofits"
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
**Dropdown: "Pricing"** (single column)
|
|
222
|
+
```
|
|
223
|
+
<menu>
|
|
224
|
+
├── Group
|
|
225
|
+
│ ├── menuitem "Overview"
|
|
226
|
+
│ └── menuitem "API"
|
|
227
|
+
├── <separator>
|
|
228
|
+
└── Group: "Plans" (label)
|
|
229
|
+
├── menuitem "Max plan"
|
|
230
|
+
├── menuitem "Team plan"
|
|
231
|
+
└── menuitem "Enterprise plan"
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
**Dropdown: "Resources"** (4-section)
|
|
235
|
+
```
|
|
236
|
+
<menu>
|
|
237
|
+
├── Section: "Insights"
|
|
238
|
+
│ ├── menuitem "Blog"
|
|
239
|
+
│ ├── menuitem "Customer stories"
|
|
240
|
+
│ └── menuitem "Anthropic news" (external icon)
|
|
241
|
+
├── Section: "Learn"
|
|
242
|
+
│ ├── menuitem "Anthropic Academy" (external icon)
|
|
243
|
+
│ ├── menuitem "Courses" (external icon)
|
|
244
|
+
│ ├── menuitem "Tutorials"
|
|
245
|
+
│ └── menuitem "Use cases"
|
|
246
|
+
├── Section: "Tools"
|
|
247
|
+
│ ├── menuitem "Connectors"
|
|
248
|
+
│ └── menuitem "Plugins"
|
|
249
|
+
└── Section: "Connect"
|
|
250
|
+
├── menuitem "Community"
|
|
251
|
+
└── menuitem "Events" (external icon)
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
### Hero
|
|
257
|
+
|
|
258
|
+
**Structure:**
|
|
259
|
+
```
|
|
260
|
+
<main>
|
|
261
|
+
└── <div> (padding: 24px 0)
|
|
262
|
+
├── <h2> "Think fast, build faster"
|
|
263
|
+
│ Font: Anthropic Serif, 56px, weight 330, line-height 67.2px
|
|
264
|
+
│ Color: #141413
|
|
265
|
+
│ Text is on two lines (line break between "fast," and "build")
|
|
266
|
+
│
|
|
267
|
+
├── <h3> "Brainstorm in Claude, build in Cowork"
|
|
268
|
+
│ Font: Anthropic Serif, 18px, weight 400, line-height 28px
|
|
269
|
+
│ Color: #141413
|
|
270
|
+
│
|
|
271
|
+
├── Auth Form (white card area, centered)
|
|
272
|
+
│ ├── Button "Continue with Google" (outline, Google logo left, 44px tall)
|
|
273
|
+
│ ├── "or" divider text
|
|
274
|
+
│ ├── Input[email] "Enter your email" (44px tall, rounded 9.6px)
|
|
275
|
+
│ ├── Button "Continue with email" (primary filled, 44px tall)
|
|
276
|
+
│ └── Button "Continue with SSO" (text link style)
|
|
277
|
+
│ └── Legal text: "By continuing, you acknowledge..." with Privacy Policy link
|
|
278
|
+
│
|
|
279
|
+
└── Button "Download desktop app" (ghost, with download icon, below auth form)
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
**Right Side Panel (Chat/Cowork toggle demo):**
|
|
283
|
+
```
|
|
284
|
+
├── RadioGroup toggle (pill switcher)
|
|
285
|
+
│ ├── Radio "Chat"
|
|
286
|
+
│ └── Radio "Cowork" (selected/checked)
|
|
287
|
+
│
|
|
288
|
+
└── Interactive Demo Panel (shows Cowork UI mockup)
|
|
289
|
+
├── File browser panel (left)
|
|
290
|
+
│ ├── Search bar with icon
|
|
291
|
+
│ └── File list: Analysis, Meeting Transcripts, Quarterly Reports, Expenses
|
|
292
|
+
│ └── Actions: Cancel | Open
|
|
293
|
+
├── Progress panel (center)
|
|
294
|
+
│ └── Task checklist:
|
|
295
|
+
│ Read meeting transcripts, Pull out key points, Find action items,
|
|
296
|
+
│ Check Google Calendar, Build standup deck, Write summary
|
|
297
|
+
└── Context panel (right)
|
|
298
|
+
└── Source list: Meeting Transcripts, SKILL.md, Claude in Chrome, Notion, Linear
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
### Features (Meet Cowork)
|
|
304
|
+
|
|
305
|
+
**Structure:**
|
|
306
|
+
```
|
|
307
|
+
<section> (padding: 0 32px)
|
|
308
|
+
├── <h1> "Meet Cowork"
|
|
309
|
+
│ Font: Anthropic Serif, 36px, weight 400, line-height 40px
|
|
310
|
+
│ Text-align: center
|
|
311
|
+
│
|
|
312
|
+
├── <h2> "Let Claude power through tasks so you can focus on what matters most"
|
|
313
|
+
│ Font: Anthropic Sans, 20px, weight 400, line-height 28px
|
|
314
|
+
│ Color: rgb(115, 114, 108) — muted subtitle
|
|
315
|
+
│ Text-align: center
|
|
316
|
+
│
|
|
317
|
+
└── Video Embed (clickable)
|
|
318
|
+
├── Warm brown/clay background container
|
|
319
|
+
├── Text overlay: "Now available as [play button] search preview"
|
|
320
|
+
└── Play button (centered, triggers video modal)
|
|
321
|
+
```
|
|
322
|
+
|
|
323
|
+
---
|
|
324
|
+
|
|
325
|
+
### Pricing
|
|
326
|
+
|
|
327
|
+
**Structure:**
|
|
328
|
+
```
|
|
329
|
+
<section>
|
|
330
|
+
├── <h2> "Explore plans"
|
|
331
|
+
│ Font: Anthropic Serif, 30px, weight 400, line-height 36px
|
|
332
|
+
│ Text-align: center
|
|
333
|
+
│
|
|
334
|
+
├── Toggle (RadioGroup, pill-style switcher)
|
|
335
|
+
│ ├── Radio "Individual" (selected by default)
|
|
336
|
+
│ └── Radio "Team and Enterprise"
|
|
337
|
+
│
|
|
338
|
+
└── Card Grid (3 columns, horizontal scroll on mobile)
|
|
339
|
+
├── Card: Free
|
|
340
|
+
├── Card: Pro (highlighted with clay accent)
|
|
341
|
+
└── Card: Max (blue accent border + shadow)
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
**Pricing Card Template:**
|
|
345
|
+
```
|
|
346
|
+
<div> (bg: #FFF, border-radius: 24px, padding: 32px, border: 0.5px solid rgba(31,30,29,0.15))
|
|
347
|
+
├── Icon (product illustration, top)
|
|
348
|
+
├── <h3> Plan Name (Anthropic Serif, 30px, weight 400)
|
|
349
|
+
├── <p> Tagline (e.g., "Try Claude" / "For everyday productivity" / "5-20x more usage than Pro")
|
|
350
|
+
├── Price block
|
|
351
|
+
│ ├── Price value (large, e.g., "$0" / "$17" / "From $100")
|
|
352
|
+
│ └── Price subtitle (small text, billing details)
|
|
353
|
+
├── Button "Try Claude" (primary filled, 44px tall, full-width, border-radius 9.6px)
|
|
354
|
+
├── Optional: "Everything in [tier], plus:" label
|
|
355
|
+
└── Feature list (<ul>)
|
|
356
|
+
└── <li> (each with checkmark icon + text)
|
|
357
|
+
Icon: small check/tick SVG, left-aligned
|
|
358
|
+
Text: Anthropic Sans, 16px
|
|
359
|
+
```
|
|
360
|
+
|
|
361
|
+
**Max Card Variant:**
|
|
362
|
+
- Border: `0.5px solid rgba(27, 103, 178, 0.2)` (blue tint)
|
|
363
|
+
- Box-shadow: `rgba(27, 103, 178, 0.1) 0px 4px 24px` (blue glow)
|
|
364
|
+
|
|
365
|
+
**Footer note:**
|
|
366
|
+
```
|
|
367
|
+
<p> "Prices shown do not include applicable tax. *"
|
|
368
|
+
<a> "Usage limits apply." (link)
|
|
369
|
+
```
|
|
370
|
+
|
|
371
|
+
---
|
|
372
|
+
|
|
373
|
+
### FAQ
|
|
374
|
+
|
|
375
|
+
**Structure:**
|
|
376
|
+
```
|
|
377
|
+
<section> (text-align: center for heading)
|
|
378
|
+
├── <h2> "Frequently asked questions"
|
|
379
|
+
│ Font: Anthropic Serif, 30px, weight 400, line-height 36px
|
|
380
|
+
│ Centered
|
|
381
|
+
│
|
|
382
|
+
└── Accordion List
|
|
383
|
+
├── Accordion Item
|
|
384
|
+
│ └── <h3>
|
|
385
|
+
│ └── <button> "What is Claude and how does it work?"
|
|
386
|
+
│ Font: Anthropic Sans, 16px, weight 400
|
|
387
|
+
│ Icon: collapse/expand chevron (right-aligned, minus "−" when open)
|
|
388
|
+
│ Padding: (minimal, flush)
|
|
389
|
+
│ No visible border between items (clean minimal look)
|
|
390
|
+
├── Accordion Item
|
|
391
|
+
│ └── <button> "What should I use Claude for?"
|
|
392
|
+
└── Accordion Item
|
|
393
|
+
└── <button> "How much does it cost to use?"
|
|
394
|
+
```
|
|
395
|
+
|
|
396
|
+
**Interaction:**
|
|
397
|
+
- Click to expand/collapse
|
|
398
|
+
- Chevron rotates or switches between +/− icon
|
|
399
|
+
- Content slides open below the question
|
|
400
|
+
- Only one item open at a time (accordion behavior)
|
|
401
|
+
|
|
402
|
+
---
|
|
403
|
+
|
|
404
|
+
### Footer
|
|
405
|
+
|
|
406
|
+
**Structure:**
|
|
407
|
+
```
|
|
408
|
+
<footer> (bg: #000000, padding: ~89px 0, text color: white)
|
|
409
|
+
├── Top Row
|
|
410
|
+
│ ├── Left: Anthropic asterisk logo (large, white)
|
|
411
|
+
│ └── Bottom-left:
|
|
412
|
+
│ ├── Anthropic wordmark + "© 2026 ANTHROPIC PBC"
|
|
413
|
+
│ └── Social Icons Row
|
|
414
|
+
│ ├── X/Twitter
|
|
415
|
+
│ ├── LinkedIn
|
|
416
|
+
│ ├── YouTube
|
|
417
|
+
│ └── Instagram
|
|
418
|
+
│
|
|
419
|
+
└── Link Grid (4 rows × multi-column)
|
|
420
|
+
Row 1:
|
|
421
|
+
├── "Products" — Claude, Claude Code, Claude Code for Enterprise, Cowork, Max plan, Team plan, Enterprise plan, Download app, Pricing, Log in
|
|
422
|
+
├── "Features" — Claude for Chrome, Claude for Excel, Claude for Powerpoint, Claude for Slack, Skills
|
|
423
|
+
└── "Models" — Opus, Sonnet, Haiku
|
|
424
|
+
|
|
425
|
+
Row 2:
|
|
426
|
+
├── "Solutions" — AI agents, Claude Code Security, Code modernization, Coding, Customer support, Education, Financial services, Government, Healthcare, Life sciences, Nonprofits
|
|
427
|
+
└── "Claude Platform" — Overview, Developer docs, Pricing, Marketplace, Amazon Bedrock, Google Cloud's Vertex AI, Microsoft Foundry, Regional compliance, Console login
|
|
428
|
+
|
|
429
|
+
Row 3:
|
|
430
|
+
├── "Resources" — Blog, Claude partner network, Connectors, Courses, Customer stories, Engineering at Anthropic, Events, Plugins, Powered by Claude, Service partners, Community, Campus Program, Startups program, Tutorials, Use cases
|
|
431
|
+
└── "Company" — Anthropic, Careers, Economic Futures, Research, Anthropic news, Responsible Scaling Policy, Security and compliance, Transparency
|
|
432
|
+
|
|
433
|
+
Row 4:
|
|
434
|
+
├── "Help and security" — Availability, Status, Support center
|
|
435
|
+
└── "Terms and policies" — Privacy choices, Privacy policy, Responsible disclosure policy, Terms of service: Commercial, Terms of service: Consumer, Usage policy
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
**Footer Typography:**
|
|
439
|
+
- Category headings: Anthropic Sans, 12px, weight 400, color rgb(194, 192, 182)
|
|
440
|
+
- Links: ~13-14px, white/light color, no underline
|
|
441
|
+
- Copyright: muted text below logo
|
|
442
|
+
|
|
443
|
+
---
|
|
444
|
+
|
|
445
|
+
### Downloads (CTA)
|
|
446
|
+
|
|
447
|
+
**Structure:**
|
|
448
|
+
```
|
|
449
|
+
<div> (below auth form in hero)
|
|
450
|
+
└── <button> "Download desktop app"
|
|
451
|
+
Style: ghost/text button with download icon (left)
|
|
452
|
+
Font: Anthropic Sans
|
|
453
|
+
No fill, no border
|
|
454
|
+
Icon: platform-specific download icon (macOS detected)
|
|
455
|
+
```
|
|
456
|
+
|
|
457
|
+
---
|
|
458
|
+
|
|
459
|
+
### CTA (Auth / Sign-up)
|
|
460
|
+
|
|
461
|
+
**Structure:**
|
|
462
|
+
```
|
|
463
|
+
<div> (centered card, within hero)
|
|
464
|
+
├── <button> "Continue with Google"
|
|
465
|
+
│ Style: outline, 44px, Google logo icon left
|
|
466
|
+
│ Border-radius: 9.6px
|
|
467
|
+
│
|
|
468
|
+
├── <p> "or" (divider text, centered)
|
|
469
|
+
│
|
|
470
|
+
├── <input type="email"> "Enter your email"
|
|
471
|
+
│ Height: 44px, border-radius: 9.6px
|
|
472
|
+
│ Border: 1px solid rgba(31,30,29,0.15)
|
|
473
|
+
│ Bg: white
|
|
474
|
+
│
|
|
475
|
+
├── <button> "Continue with email"
|
|
476
|
+
│ Style: primary filled (near-black), 44px, border-radius: 9.6px
|
|
477
|
+
│
|
|
478
|
+
├── <button> "Continue with SSO"
|
|
479
|
+
│ Style: text/ghost link
|
|
480
|
+
│
|
|
481
|
+
└── <p> Legal disclaimer
|
|
482
|
+
"By continuing, you acknowledge Anthropic's Privacy Policy
|
|
483
|
+
and agree to get occasional product update and promotional emails."
|
|
484
|
+
```
|
|
485
|
+
|
|
486
|
+
---
|
|
487
|
+
|
|
488
|
+
## Additional Section Boilerplates (from Subpages)
|
|
489
|
+
|
|
490
|
+
> Sources: /product/overview, /customers, /blog, /product/cowork, /contact-sales
|
|
491
|
+
> Scraped: 2026-03-22
|
|
492
|
+
|
|
493
|
+
---
|
|
494
|
+
|
|
495
|
+
### Hero (Product Page Variant)
|
|
496
|
+
|
|
497
|
+
> Source: /product/overview, /product/cowork
|
|
498
|
+
|
|
499
|
+
**Structure:**
|
|
500
|
+
```
|
|
501
|
+
<section> (bg: #FAF9F5 ivory)
|
|
502
|
+
├── Section heading area
|
|
503
|
+
│ ├── <h1> "Meet your thinking partner" / "Go from answers to action with Claude Cowork"
|
|
504
|
+
│ │ Font: Anthropic Serif, 57.575px, weight 500, line-height 63.33px
|
|
505
|
+
│ │ Color: rgb(20, 20, 19)
|
|
506
|
+
│ │ Words individually wrapped in <span> for staggered reveal animation
|
|
507
|
+
│ │
|
|
508
|
+
│ ├── <p> Subtitle description
|
|
509
|
+
│ │ Font: Anthropic Sans, 19.77px, weight 400, line-height 31.63px
|
|
510
|
+
│ │ Color: rgb(94, 93, 89) — tertiary text
|
|
511
|
+
│ │
|
|
512
|
+
│ └── CTA Button Group (flex row, gap 12px)
|
|
513
|
+
│ ├── Primary Button (solid dark)
|
|
514
|
+
│ │ bg: rgb(20, 20, 19), color: #FAF9F5, border-radius: 8.5px
|
|
515
|
+
│ │ padding: 8px 16px, font: 17px weight 500
|
|
516
|
+
│ │ Box-shadow: inset ring 1px rgb(48, 48, 46)
|
|
517
|
+
│ └── Secondary Button (ghost with arrow icon)
|
|
518
|
+
│ bg: transparent, color: rgb(61, 61, 58)
|
|
519
|
+
│ border-radius: 8.5px, same sizing
|
|
520
|
+
│
|
|
521
|
+
├── Video Embed / Hero Visual (optional)
|
|
522
|
+
│ ├── Thumbnail image with play button overlay
|
|
523
|
+
│ │ Play button: centered, border-radius 16px
|
|
524
|
+
│ └── YouTube iframe (hidden until play triggered)
|
|
525
|
+
│
|
|
526
|
+
└── Illustration / Graphic (positioned right on desktop)
|
|
527
|
+
├── Anthropic brand illustration (line art style)
|
|
528
|
+
└── Clay-colored accent dot (rgb(201, 100, 66))
|
|
529
|
+
```
|
|
530
|
+
|
|
531
|
+
**Product Page H1 vs Login Page:**
|
|
532
|
+
- Product pages use 57.575px / weight 500 (bolder, larger)
|
|
533
|
+
- Login page uses 56px / weight 330 (lighter, more delicate)
|
|
534
|
+
- Both use Anthropic Serif
|
|
535
|
+
|
|
536
|
+
---
|
|
537
|
+
|
|
538
|
+
### Features (Deep / Tabbed)
|
|
539
|
+
|
|
540
|
+
> Source: /product/overview, /product/cowork
|
|
541
|
+
|
|
542
|
+
**Structure:**
|
|
543
|
+
```
|
|
544
|
+
<section> (bg: alternates between #FFFFFF white and #F0EEE6 warm gray)
|
|
545
|
+
├── Section Header
|
|
546
|
+
│ ├── Lottie animation icon (decorative, centered)
|
|
547
|
+
│ ├── <h2> "The AI for problem solvers" / "How you can use Claude" / "Power through tedious tasks"
|
|
548
|
+
│ │ Font: Anthropic Serif, 47.87px, weight 500, line-height 57.44px
|
|
549
|
+
│ │ Color: rgb(20, 20, 19)
|
|
550
|
+
│
|
|
551
|
+
├── Feature Cards Grid (3-column, gap 32px)
|
|
552
|
+
│ Layout: CSS Grid, gridTemplateColumns: repeat(3, 1fr), gap: 61.25px 32px
|
|
553
|
+
│ Container: max-width 1440px, centered
|
|
554
|
+
│
|
|
555
|
+
│ └── Feature Card
|
|
556
|
+
│ ├── Icon (product illustration, centered in card)
|
|
557
|
+
│ │ Small decorative image
|
|
558
|
+
│ ├── <h3> "Break down problems together"
|
|
559
|
+
│ │ Font: Anthropic Serif, 18.31px, weight 500, line-height 21.97px
|
|
560
|
+
│ │ Color: rgb(61, 61, 58) — secondary text
|
|
561
|
+
│ └── <p> Description
|
|
562
|
+
│ Font: Anthropic Sans, 15px, weight 400, line-height 24px
|
|
563
|
+
│ Color: rgb(94, 93, 89) — tertiary text
|
|
564
|
+
│
|
|
565
|
+
└── Optional: Import/Switch CTA Banner
|
|
566
|
+
├── Dark card (bg: rgb(20, 20, 19), border-radius: 8.5px)
|
|
567
|
+
├── Text: "Switching to Claude from another AI provider?"
|
|
568
|
+
│ Color: rgb(250, 249, 245)
|
|
569
|
+
└── Link: "Start importing" (light text, arrow icon)
|
|
570
|
+
```
|
|
571
|
+
|
|
572
|
+
**Tabbed Feature Variant:**
|
|
573
|
+
```
|
|
574
|
+
<section> (bg: #FFFFFF)
|
|
575
|
+
├── Section Header (same as above)
|
|
576
|
+
│
|
|
577
|
+
├── Tab Bar
|
|
578
|
+
│ ├── Container (bg: rgb(245, 244, 237), border-radius: 16px, padding: 4px)
|
|
579
|
+
│ │ Acts as "pill" wrapper
|
|
580
|
+
│ └── Tab Items (6 tabs in a row: Tasks, Learn, Code, Research, Analyze, Create)
|
|
581
|
+
│ ├── Active Tab
|
|
582
|
+
│ │ bg: rgb(255, 255, 255), border-radius: 12px
|
|
583
|
+
│ │ padding: 8px 16px
|
|
584
|
+
│ │ border: 1px solid rgb(240, 238, 230)
|
|
585
|
+
│ │ Icon (left) + Label text
|
|
586
|
+
│ └── Inactive Tab
|
|
587
|
+
│ bg: transparent
|
|
588
|
+
│ Same padding, no border
|
|
589
|
+
│
|
|
590
|
+
└── Tab Panel Content
|
|
591
|
+
├── Left: Demo/Artifact area
|
|
592
|
+
│ ├── Dark code panel (bg: rgb(20, 20, 19), border-radius: 12px)
|
|
593
|
+
│ │ ├── Top bar (bg: rgb(48, 48, 46), border-radius: 12px 12px 0 0)
|
|
594
|
+
│ │ │ padding: 6px 6px 6px 12px
|
|
595
|
+
│ │ └── Content area (code/prompt display)
|
|
596
|
+
│ │ padding: 16px, font: 15px
|
|
597
|
+
│ └── Light result panel (bg: #FFFFFF, border-radius: 12px)
|
|
598
|
+
│ border: 1px solid rgb(240, 238, 230)
|
|
599
|
+
│ padding: 8px
|
|
600
|
+
│
|
|
601
|
+
└── Right: Description
|
|
602
|
+
├── <h3> "Delegate tasks"
|
|
603
|
+
│ Font: Anthropic Serif, 23.85px, weight 500, line-height 28.62px
|
|
604
|
+
│ Color: rgb(20, 20, 19)
|
|
605
|
+
├── <p> Description text (quoted in UI)
|
|
606
|
+
│ Font: Anthropic Sans, 17px, weight 400, line-height 27.2px
|
|
607
|
+
│ Color: rgb(94, 93, 89)
|
|
608
|
+
└── Link: "Explore Cowork" (text link with arrow)
|
|
609
|
+
Font: 12px, color: rgb(77, 76, 72)
|
|
610
|
+
border-radius: 6px
|
|
611
|
+
```
|
|
612
|
+
|
|
613
|
+
---
|
|
614
|
+
|
|
615
|
+
### How It Works (Step-by-Step)
|
|
616
|
+
|
|
617
|
+
> Source: /product/cowork
|
|
618
|
+
|
|
619
|
+
**Structure:**
|
|
620
|
+
```
|
|
621
|
+
<section> (bg: rgb(250, 249, 245) ivory)
|
|
622
|
+
├── Section Header
|
|
623
|
+
│ ├── Lottie animation icon (decorative, centered)
|
|
624
|
+
│ └── <h2> "How it works"
|
|
625
|
+
│ Font: Anthropic Serif, 47.87px, weight 500, line-height 57.44px
|
|
626
|
+
│ Color: rgb(20, 20, 19)
|
|
627
|
+
│
|
|
628
|
+
└── Steps Container (vertical layout, each step is a row)
|
|
629
|
+
├── Step 1
|
|
630
|
+
│ ├── Text Column
|
|
631
|
+
│ │ ├── <h3> "Share what you want to achieve"
|
|
632
|
+
│ │ │ Font: Anthropic Serif, 23.85px, weight 500, line-height 28.62px
|
|
633
|
+
│ │ │ Color: rgb(20, 20, 19)
|
|
634
|
+
│ │ ├── <p> Description paragraph
|
|
635
|
+
│ │ │ Font: Anthropic Sans, 17px, weight 400, line-height 27.2px
|
|
636
|
+
│ │ │ Color: rgb(94, 93, 89)
|
|
637
|
+
│ │ └── <ul> Bullet list (optional)
|
|
638
|
+
│ │ ├── <li> <strong>"Desktop files:"</strong> description
|
|
639
|
+
│ │ ├── <li> <strong>"Connectors:"</strong> description
|
|
640
|
+
│ │ └── <li> <strong>"Claude in Chrome:"</strong> description
|
|
641
|
+
│ └── Visual Column
|
|
642
|
+
│ └── Screenshot / product UI image
|
|
643
|
+
│ Contained in rounded container
|
|
644
|
+
│
|
|
645
|
+
├── Step 2 (layout mirrors/alternates)
|
|
646
|
+
│ ├── Text: <h3> "Claude figures it out and executes"
|
|
647
|
+
│ └── Visual: product screenshot
|
|
648
|
+
│
|
|
649
|
+
└── Step 3
|
|
650
|
+
├── Text: <h3> "You're in control, from approving to reviewing"
|
|
651
|
+
└── Visual: product screenshot
|
|
652
|
+
```
|
|
653
|
+
|
|
654
|
+
**Step Layout Pattern:**
|
|
655
|
+
- Each step is a 2-column layout (text + visual)
|
|
656
|
+
- Steps alternate visual position (left/right) or stack vertically
|
|
657
|
+
- Subtitle paragraph uses the standard `22.31px / line-height 33.47px` intro style for the first line, then `17px / 27.2px` for body text
|
|
658
|
+
- Step headings are consistently Anthropic Serif at 23.85px / weight 500
|
|
659
|
+
|
|
660
|
+
---
|
|
661
|
+
|
|
662
|
+
### Social Proof / Testimonials
|
|
663
|
+
|
|
664
|
+
> Source: /product/cowork
|
|
665
|
+
|
|
666
|
+
**Structure:**
|
|
667
|
+
```
|
|
668
|
+
<ul> (horizontal scrolling carousel, direct child of <main>)
|
|
669
|
+
├── <li> Testimonial Card
|
|
670
|
+
│ └── <div> Card Container
|
|
671
|
+
│ ├── Logo Area (top)
|
|
672
|
+
│ │ ├── Company logo image
|
|
673
|
+
│ │ │ Alt: "Zapier (Cowork)" / "Thomson Reuters (Cowork)" / "Jamf (Cowork)"
|
|
674
|
+
│ │ └── Contained in padded header region
|
|
675
|
+
│ │
|
|
676
|
+
│ └── Quote Area (bottom)
|
|
677
|
+
│ ├── <p> Quote text (in curly quotes)
|
|
678
|
+
│ │ Font: Anthropic Sans, ~17px, weight 400
|
|
679
|
+
│ │ Color: rgb(20, 20, 19)
|
|
680
|
+
│ │ Long-form text, multi-sentence
|
|
681
|
+
│ │
|
|
682
|
+
│ ├── <div> Author Name + Title
|
|
683
|
+
│ │ Format: "Name, Title"
|
|
684
|
+
│ │ Font: Anthropic Sans, ~12-15px
|
|
685
|
+
│ │ Color: rgb(94, 93, 89) — tertiary
|
|
686
|
+
│ │
|
|
687
|
+
│ └── Optional: "Read story" link
|
|
688
|
+
│ Text link with arrow, border-radius 6px
|
|
689
|
+
│
|
|
690
|
+
├── <li> Testimonial Card (repeat)
|
|
691
|
+
└── <li> Testimonial Card (repeat)
|
|
692
|
+
```
|
|
693
|
+
|
|
694
|
+
**Testimonial Card Styling Notes:**
|
|
695
|
+
- Cards scroll horizontally (carousel pattern)
|
|
696
|
+
- Each card is a self-contained unit with company logo + quote + attribution
|
|
697
|
+
- No background color on the cards themselves (transparent on ivory page)
|
|
698
|
+
- Clean, minimal — no quotation mark decorations or special borders
|
|
699
|
+
- Some cards include a CTA link ("Read story") to the full customer story
|
|
700
|
+
|
|
701
|
+
---
|
|
702
|
+
|
|
703
|
+
### Customer Stories / Showcase Grid
|
|
704
|
+
|
|
705
|
+
> Source: /customers
|
|
706
|
+
|
|
707
|
+
**Structure:**
|
|
708
|
+
```
|
|
709
|
+
<section> (bg: #FAF9F5 ivory)
|
|
710
|
+
├── Hero Header
|
|
711
|
+
│ ├── <p> styled as H1: "Meet the teams building what's next"
|
|
712
|
+
│ │ Font: Anthropic Serif (actually rendered as <p>), 57.575px, weight 500
|
|
713
|
+
│ │ line-height: 63.33px
|
|
714
|
+
│ │ Color: rgb(20, 20, 19)
|
|
715
|
+
│ │
|
|
716
|
+
│ ├── <p> Subtitle
|
|
717
|
+
│ │ Font: Anthropic Sans, 22.31px, weight 400, line-height 33.47px
|
|
718
|
+
│ │ Color: rgb(94, 93, 89)
|
|
719
|
+
│ │
|
|
720
|
+
│ ├── CTA Button: "Contact sales"
|
|
721
|
+
│ │ Primary dark style (rgb(20, 20, 19)), border-radius: 8.5px
|
|
722
|
+
│ │
|
|
723
|
+
│ └── Marginalia Sidebar (right side, 216px wide)
|
|
724
|
+
│ ├── Swiper/carousel of customer profile cards
|
|
725
|
+
│ │ Small cards with headshot images + brief descriptions
|
|
726
|
+
│ └── Navigation dots + prev/next arrows
|
|
727
|
+
│ Arrow buttons: bg: rgb(250, 249, 245), circular
|
|
728
|
+
|
|
729
|
+
├── Filter/Search Bar
|
|
730
|
+
│ ├── Sticky navigation bar (bg: #FFFFFF, border: 1px solid rgb(240, 238, 230))
|
|
731
|
+
│ │ Acts as filter controls bar
|
|
732
|
+
│ ├── Search Input
|
|
733
|
+
│ │ placeholder: "Search stories"
|
|
734
|
+
│ │ Font: 15px, bg: transparent, no border
|
|
735
|
+
│ │ height: 32px
|
|
736
|
+
│ ├── Filter Dropdowns (Industry, Use case, etc.)
|
|
737
|
+
│ │ Dropdown toggle: height 36px, padding: 0 8px 0 12px
|
|
738
|
+
│ │ Dropdown menu: border-radius 12px
|
|
739
|
+
│ └── Layout toggle (grid/list view icons)
|
|
740
|
+
|
|
741
|
+
└── Customer Stories CMS Grid
|
|
742
|
+
├── Grid Layout
|
|
743
|
+
│ display: grid
|
|
744
|
+
│ gridTemplateColumns: repeat(2, 1fr) (~381px per column)
|
|
745
|
+
│ gap: 46.16px (row) 32px (column)
|
|
746
|
+
│ 15 items per page
|
|
747
|
+
│
|
|
748
|
+
└── Story Card (per item)
|
|
749
|
+
├── Company Logo (large, centered)
|
|
750
|
+
│ <img> class="logo_light is-customer-story-grid"
|
|
751
|
+
│ Container: ~227px wide, max-height 25%
|
|
752
|
+
│ Light and dark logo variants
|
|
753
|
+
│
|
|
754
|
+
├── Card Title
|
|
755
|
+
│ <div> "How Pressmaster turns a 10-minute conversation..."
|
|
756
|
+
│ Font: Anthropic Sans, 17px, weight 400, line-height 27.2px
|
|
757
|
+
│ Color: rgb(20, 20, 19)
|
|
758
|
+
│
|
|
759
|
+
└── Tag/Category icon (small, with category label)
|
|
760
|
+
Icon SVG + label text
|
|
761
|
+
Color: rgb(94, 93, 89) — tertiary
|
|
762
|
+
|
|
763
|
+
Pagination:
|
|
764
|
+
└── "View more" button
|
|
765
|
+
bg: rgb(232, 230, 220), color: rgb(77, 76, 72)
|
|
766
|
+
border-radius: 8.5px, padding: 8px 16px
|
|
767
|
+
height: 40px, font: 17px
|
|
768
|
+
```
|
|
769
|
+
|
|
770
|
+
---
|
|
771
|
+
|
|
772
|
+
### Blog Section
|
|
773
|
+
|
|
774
|
+
> Source: /blog
|
|
775
|
+
|
|
776
|
+
**Structure:**
|
|
777
|
+
```
|
|
778
|
+
<section class="hero_blog_wrap"> (bg: transparent on #FAF9F5)
|
|
779
|
+
├── Header Area
|
|
780
|
+
│ ├── <h1> "Blog"
|
|
781
|
+
│ │ Font: Anthropic Sans, 19.77px, weight 600, line-height 31.63px
|
|
782
|
+
│ │ Color: rgb(20, 20, 19)
|
|
783
|
+
│ │ (Note: small/label-style H1, not display size)
|
|
784
|
+
│ │
|
|
785
|
+
│ ├── Category Tag Cloud (animated, large text)
|
|
786
|
+
│ │ Category names as <h2> elements displayed in a stacked/animated list:
|
|
787
|
+
│ │ "Agents", "Claude Code", "Enterprise AI", "Product announcements"
|
|
788
|
+
│ │ Font: Anthropic Serif, 47.87px, weight 500, line-height 57.44px
|
|
789
|
+
│ │ Color: rgb(20, 20, 19)
|
|
790
|
+
│ │ Arrow icon (↗) after each, indicating clickable filter
|
|
791
|
+
│ │
|
|
792
|
+
│ └── Featured Posts Row (horizontal, 3 cards across top)
|
|
793
|
+
│ Grid: 12-column grid layout, gap 32px
|
|
794
|
+
│ Featured cards showing hero blog posts
|
|
795
|
+
|
|
796
|
+
├── Blog Post Grid
|
|
797
|
+
│ ├── Grid Layout
|
|
798
|
+
│ │ display: grid
|
|
799
|
+
│ │ gridTemplateColumns: repeat(2, 1fr) (~381px per column)
|
|
800
|
+
│ │ gap: 31.08px (row) 32px (column)
|
|
801
|
+
│ │ 15 items per page
|
|
802
|
+
│ │
|
|
803
|
+
│ └── Blog Card
|
|
804
|
+
│ ├── Outer Wrapper
|
|
805
|
+
│ │ bg: rgb(240, 238, 230) — warm gray
|
|
806
|
+
│ │ border-radius: 22.16px
|
|
807
|
+
│ │ No explicit border
|
|
808
|
+
│ │
|
|
809
|
+
│ ├── Visual Area (top)
|
|
810
|
+
│ │ ├── Background color block (varies per card)
|
|
811
|
+
│ │ │ Colors seen: rgb(188, 209, 202) sage green,
|
|
812
|
+
│ │ │ rgb(203, 202, 219) lavender, rgb(235, 206, 206) blush,
|
|
813
|
+
│ │ │ rgb(196, 102, 134) mauve, rgb(106, 155, 204) blue,
|
|
814
|
+
│ │ │ rgb(120, 140, 93) olive, rgb(217, 119, 87) clay/terracotta
|
|
815
|
+
│ │ │ border-radius: 12px 12px 0 0 (top corners only)
|
|
816
|
+
│ │ │ aspect-ratio: 3 / 2
|
|
817
|
+
│ │ │
|
|
818
|
+
│ │ └── Illustration image
|
|
819
|
+
│ │ aspect-ratio: 1 / 1 (centered within 3:2 container)
|
|
820
|
+
│ │ Object-fit: contain
|
|
821
|
+
│ │
|
|
822
|
+
│ └── Content Area (bottom)
|
|
823
|
+
│ padding: 31.08px all sides
|
|
824
|
+
│ ├── <div> Date: "Mar 19, 2026"
|
|
825
|
+
│ │ Font: 12px (caption style)
|
|
826
|
+
│ │ Color: rgb(94, 93, 89) — tertiary
|
|
827
|
+
│ │ margin-bottom: ~1.5rem
|
|
828
|
+
│ │
|
|
829
|
+
│ ├── <div> Title: "Product management on the AI exponential"
|
|
830
|
+
│ │ Font: Anthropic Serif, 18.31px, weight 500
|
|
831
|
+
│ │ Color: rgb(20, 20, 19)
|
|
832
|
+
│ │
|
|
833
|
+
│ └── <div> Category tag with icon
|
|
834
|
+
│ Color: rgb(94, 93, 89)
|
|
835
|
+
│ SVG icon + category text
|
|
836
|
+
|
|
837
|
+
└── Pagination
|
|
838
|
+
display: flex
|
|
839
|
+
margin-top: ~4rem
|
|
840
|
+
"View more" button same as customers page
|
|
841
|
+
```
|
|
842
|
+
|
|
843
|
+
**Blog Card Color Palette (illustration backgrounds):**
|
|
844
|
+
| Color | RGB | Hex | Usage |
|
|
845
|
+
|---|---|---|---|
|
|
846
|
+
| Sage green | `rgb(188, 209, 202)` | `#BCD1CA` | Subtle, nature-toned cards |
|
|
847
|
+
| Lavender | `rgb(203, 202, 219)` | `#CBCADB` | Soft purple-tinted cards |
|
|
848
|
+
| Blush | `rgb(235, 206, 206)` | `#EBCECE` | Warm pink cards |
|
|
849
|
+
| Clay/Terracotta | `rgb(217, 119, 87)` | `#D97757` | Brand-adjacent warm accent |
|
|
850
|
+
| Mauve | `rgb(196, 102, 134)` | `#C46686` | Deep pink accent |
|
|
851
|
+
| Blue | `rgb(106, 155, 204)` | `#6A9BCC` | Cool accent |
|
|
852
|
+
| Olive | `rgb(120, 140, 93)` | `#788C5D` | Earthy green |
|
|
853
|
+
| Light warm gray | `rgb(240, 238, 230)` | `#F0EEE6` | Default card wrapper bg |
|
|
854
|
+
|
|
855
|
+
---
|
|
856
|
+
|
|
857
|
+
### Newsletter (Email Signup)
|
|
858
|
+
|
|
859
|
+
> Source: /blog (in footer CTA section)
|
|
860
|
+
|
|
861
|
+
**Structure:**
|
|
862
|
+
```
|
|
863
|
+
<div> (inside dark CTA section, right column)
|
|
864
|
+
├── <p> "Get the blog newsletter"
|
|
865
|
+
│ Font: Anthropic Sans, ~15px, weight 500
|
|
866
|
+
│ Color: rgb(250, 249, 245) — light on dark
|
|
867
|
+
│
|
|
868
|
+
├── <p> Privacy disclaimer
|
|
869
|
+
│ Font: 12px
|
|
870
|
+
│ Color: rgb(156, 154, 146) — muted gray on dark
|
|
871
|
+
│
|
|
872
|
+
├── <form class="form_newsletter_list">
|
|
873
|
+
│ ├── <input type="email">
|
|
874
|
+
│ │ placeholder: "Enter your email"
|
|
875
|
+
│ │ Font: 15px
|
|
876
|
+
│ │ Color: rgb(250, 249, 245)
|
|
877
|
+
│ │ bg: transparent (on dark background)
|
|
878
|
+
│ │ border: none
|
|
879
|
+
│ │ height: ~27px
|
|
880
|
+
│ │ padding: 1.6px 12px
|
|
881
|
+
│ │
|
|
882
|
+
│ └── Submit button (arrow icon)
|
|
883
|
+
│ Circular, minimal
|
|
884
|
+
│
|
|
885
|
+
└── Located within the dark CTA banner (rgb(20, 20, 19))
|
|
886
|
+
```
|
|
887
|
+
|
|
888
|
+
**Newsletter Integration Notes:**
|
|
889
|
+
- Minimal inline form — just email input + submit arrow
|
|
890
|
+
- No separate card/container; embedded in the dark CTA section
|
|
891
|
+
- Light text on dark background inverts the normal color scheme
|
|
892
|
+
|
|
893
|
+
---
|
|
894
|
+
|
|
895
|
+
### CTA Banner (Dark)
|
|
896
|
+
|
|
897
|
+
> Source: /customers, /blog, /contact-sales (bottom of all subpages)
|
|
898
|
+
|
|
899
|
+
**Structure:**
|
|
900
|
+
```
|
|
901
|
+
<section> (bg: rgb(20, 20, 19) — near-black)
|
|
902
|
+
├── Section container (max-width: 1440px, centered)
|
|
903
|
+
│
|
|
904
|
+
├── Left Column
|
|
905
|
+
│ ├── <h2> "Transform how your organization operates with Claude"
|
|
906
|
+
│ │ Font: Anthropic Serif, 57.575px (customers/contact) or 40.79px (blog), weight 500
|
|
907
|
+
│ │ line-height: ~1.2
|
|
908
|
+
│ │ Color: rgb(250, 249, 245) — ivory on dark
|
|
909
|
+
│ │
|
|
910
|
+
│ └── CTA Buttons (flex row)
|
|
911
|
+
│ ├── Primary Button (inverted: light bg on dark)
|
|
912
|
+
│ │ bg: rgb(250, 249, 245), color: rgb(20, 20, 19)
|
|
913
|
+
│ │ border-radius: 8.5px, padding: 8px 16px
|
|
914
|
+
│ │ text: "Get started" / "Contact sales"
|
|
915
|
+
│ │ Font: 17px, weight 500
|
|
916
|
+
│ └── Secondary Button (outline on dark)
|
|
917
|
+
│ bg: transparent, color: rgb(250, 249, 245)
|
|
918
|
+
│ Same sizing
|
|
919
|
+
│
|
|
920
|
+
└── Right Column (optional, varies by page)
|
|
921
|
+
├── Newsletter signup form (on /blog)
|
|
922
|
+
└── Empty / decorative (on /customers)
|
|
923
|
+
```
|
|
924
|
+
|
|
925
|
+
**Dark CTA Button Variants:**
|
|
926
|
+
| Variant | Background | Text Color | Border |
|
|
927
|
+
|---|---|---|---|
|
|
928
|
+
| Primary (on dark) | `rgb(250, 249, 245)` ivory | `rgb(20, 20, 19)` dark | none |
|
|
929
|
+
| Secondary (on dark) | transparent | `rgb(250, 249, 245)` ivory | `1px solid rgb(250, 249, 245)` |
|
|
930
|
+
| "View more" (neutral) | `rgb(232, 230, 220)` | `rgb(77, 76, 72)` | none |
|
|
931
|
+
|
|
932
|
+
---
|
|
933
|
+
|
|
934
|
+
### Contact Form
|
|
935
|
+
|
|
936
|
+
> Source: /contact-sales
|
|
937
|
+
|
|
938
|
+
**Structure:**
|
|
939
|
+
```
|
|
940
|
+
<section> (bg: rgb(250, 249, 245) ivory)
|
|
941
|
+
├── Section container (max-width: 1440px)
|
|
942
|
+
│
|
|
943
|
+
├── Header
|
|
944
|
+
│ ├── <h1> "Contact sales"
|
|
945
|
+
│ │ Font: Anthropic Serif, 57.575px, weight 500
|
|
946
|
+
│ │ Color: rgb(20, 20, 19)
|
|
947
|
+
│ │
|
|
948
|
+
│ └── <p> "Our sales team can provide additional resources and support
|
|
949
|
+
│ for the Claude API and Claude for Work."
|
|
950
|
+
│ Font: Anthropic Sans, 22.31px, weight 400
|
|
951
|
+
│ Color: rgb(94, 93, 89)
|
|
952
|
+
│
|
|
953
|
+
├── Marginalia Sidebar (left, 216px wide)
|
|
954
|
+
│ ├── Header: "More help, right this way"
|
|
955
|
+
│ │ Font: 12px, weight 600 (semibold)
|
|
956
|
+
│ │ Color: rgb(20, 20, 19)
|
|
957
|
+
│ ├── Description: "Browse articles, see product details..."
|
|
958
|
+
│ │ Font: 12px, Color: rgb(94, 93, 89)
|
|
959
|
+
│ └── Link: "Visit support center"
|
|
960
|
+
│ Font: 12px, color: rgb(77, 76, 72)
|
|
961
|
+
│ Styled as small button/chip
|
|
962
|
+
│
|
|
963
|
+
└── HubSpot Form Container
|
|
964
|
+
├── Form Wrapper
|
|
965
|
+
│ bg: rgb(245, 244, 237) — surface muted
|
|
966
|
+
│ border-radius: 22.16px (x-large)
|
|
967
|
+
│ border: 1px solid rgb(232, 230, 220)
|
|
968
|
+
│ padding: 46.16px all sides
|
|
969
|
+
│ width: ~519px
|
|
970
|
+
│
|
|
971
|
+
├── Form Fields
|
|
972
|
+
│ ├── <label>
|
|
973
|
+
│ │ Font: 15px, weight 500
|
|
974
|
+
│ │ Color: rgb(20, 20, 19)
|
|
975
|
+
│ │ display: block
|
|
976
|
+
│ │
|
|
977
|
+
│ ├── <input> / <select> / <textarea>
|
|
978
|
+
│ │ bg: rgb(250, 249, 245) — page background color
|
|
979
|
+
│ │ border-radius: 16px (large)
|
|
980
|
+
│ │ border: 1px solid rgb(232, 230, 220)
|
|
981
|
+
│ │ font: 15px, line-height 1.2
|
|
982
|
+
│ │ min-height: 56px (3.5rem)
|
|
983
|
+
│ │ padding: 16px 24px
|
|
984
|
+
│ │ Focus state: border-color transitions to rgb(194, 192, 182)
|
|
985
|
+
│ │
|
|
986
|
+
│ └── <textarea>
|
|
987
|
+
│ min-height: 120px
|
|
988
|
+
│ resize: vertical
|
|
989
|
+
│
|
|
990
|
+
└── Submit Button
|
|
991
|
+
bg: rgb(20, 20, 19), color: rgb(250, 249, 245)
|
|
992
|
+
border-radius: 7.5px
|
|
993
|
+
border: 1px solid rgb(48, 48, 46)
|
|
994
|
+
padding: 8px 24px
|
|
995
|
+
font: 15px, weight 400
|
|
996
|
+
height: 37px
|
|
997
|
+
cursor: pointer
|
|
998
|
+
```
|
|
999
|
+
|
|
1000
|
+
**Contact Form Design Tokens (from embedded CSS):**
|
|
1001
|
+
```css
|
|
1002
|
+
/* Form container */
|
|
1003
|
+
--radius--x-large: 22.16px
|
|
1004
|
+
--border-width--main: 1px
|
|
1005
|
+
--border-color: var(--_theme---border-tertiary)
|
|
1006
|
+
|
|
1007
|
+
/* Input fields */
|
|
1008
|
+
--radius--large: 16px
|
|
1009
|
+
--input-min-height: 3.5rem (56px)
|
|
1010
|
+
--input-padding: 1rem 1.5rem (16px 24px)
|
|
1011
|
+
--input-font-size: 0.9375rem (15px)
|
|
1012
|
+
|
|
1013
|
+
/* Labels */
|
|
1014
|
+
--label-font-weight: var(--_typography---font--primary-medium) (500)
|
|
1015
|
+
--label-font-size: 0.9375rem (15px)
|
|
1016
|
+
|
|
1017
|
+
/* Submit button */
|
|
1018
|
+
--submit-radius: 7.5px
|
|
1019
|
+
--submit-padding: 8px 24px
|
|
1020
|
+
```
|
|
1021
|
+
|
|
1022
|
+
---
|
|
1023
|
+
|
|
1024
|
+
### Pricing Cards (Expanded)
|
|
1025
|
+
|
|
1026
|
+
> Source: /product/cowork
|
|
1027
|
+
|
|
1028
|
+
**Structure:**
|
|
1029
|
+
```
|
|
1030
|
+
<section> (bg: rgb(250, 249, 245) ivory)
|
|
1031
|
+
├── Section Header
|
|
1032
|
+
│ ├── Lottie icon (decorative)
|
|
1033
|
+
│ └── <h2> "Get started with Claude"
|
|
1034
|
+
│ Font: Anthropic Serif, 47.87px, weight 500
|
|
1035
|
+
│
|
|
1036
|
+
├── Tab Switcher (same as Features tabbed component)
|
|
1037
|
+
│ ├── Tab: "Individual" (selected)
|
|
1038
|
+
│ └── Tab: "Team & Enterprise"
|
|
1039
|
+
│
|
|
1040
|
+
└── Pricing Card Grid (3 columns)
|
|
1041
|
+
└── Pricing Card
|
|
1042
|
+
├── Card Container
|
|
1043
|
+
│ bg: rgb(255, 255, 255) white
|
|
1044
|
+
│ border-radius: 22.16px
|
|
1045
|
+
│ border: 1px solid rgb(240, 238, 230)
|
|
1046
|
+
│ padding: 31.08px all sides
|
|
1047
|
+
│ Featured variant: border: 1px solid color(srgb 0.416 0.608 0.8 / 0.2) — blue accent
|
|
1048
|
+
│
|
|
1049
|
+
├── Plan Icon (top, product illustration)
|
|
1050
|
+
│
|
|
1051
|
+
├── <h3> Plan Name: "Pro" / "Max 5x" / "Max 20x"
|
|
1052
|
+
│ Font: Anthropic Serif, 29.93px, weight 500
|
|
1053
|
+
│ Color: rgb(20, 20, 19)
|
|
1054
|
+
│
|
|
1055
|
+
├── <p> Description
|
|
1056
|
+
│ Font: Anthropic Sans, ~17px
|
|
1057
|
+
│ Color: rgb(94, 93, 89)
|
|
1058
|
+
│
|
|
1059
|
+
├── Price Block
|
|
1060
|
+
│ ├── Price: "$17" / "$100" / "$200"
|
|
1061
|
+
│ │ Font: large display size
|
|
1062
|
+
│ └── Billing note: "Per month" or detailed billing text
|
|
1063
|
+
│ Font: small, muted
|
|
1064
|
+
│
|
|
1065
|
+
└── CTA Button: "Try Claude"
|
|
1066
|
+
Links to claude.ai/login?plan=pro (etc.)
|
|
1067
|
+
Standard primary dark button
|
|
1068
|
+
```
|
|
1069
|
+
|
|
1070
|
+
---
|
|
1071
|
+
|
|
1072
|
+
### FAQ Accordion (Expanded)
|
|
1073
|
+
|
|
1074
|
+
> Source: /product/cowork
|
|
1075
|
+
|
|
1076
|
+
**Structure:**
|
|
1077
|
+
```
|
|
1078
|
+
<section> (bg: rgb(255, 255, 255) white)
|
|
1079
|
+
├── Section Header
|
|
1080
|
+
│ ├── Lottie icon
|
|
1081
|
+
│ └── <h2> "FAQ"
|
|
1082
|
+
│ Font: Anthropic Serif, 47.87px, weight 500
|
|
1083
|
+
│
|
|
1084
|
+
├── Accordion List
|
|
1085
|
+
│ display: flex, flex-direction: column
|
|
1086
|
+
│ gap: 18.7px between items
|
|
1087
|
+
│
|
|
1088
|
+
│ └── Accordion Item <li>
|
|
1089
|
+
│ ├── <h3>
|
|
1090
|
+
│ │ └── <button> "What's the difference between Cowork and regular chat?"
|
|
1091
|
+
│ │ Font: Anthropic Sans (inherited), ~16-18px
|
|
1092
|
+
│ │ Full-width, text-align: left
|
|
1093
|
+
│ │ Expand/collapse chevron icon (right-aligned)
|
|
1094
|
+
│ │ Color: rgb(20, 20, 19)
|
|
1095
|
+
│ │
|
|
1096
|
+
│ └── Collapsible Content (hidden by default)
|
|
1097
|
+
│ <p> Answer text
|
|
1098
|
+
│ Font: Anthropic Sans, 17px, line-height 27.2px
|
|
1099
|
+
│ Color: rgb(94, 93, 89)
|
|
1100
|
+
│
|
|
1101
|
+
│ 10 FAQ items on /product/cowork
|
|
1102
|
+
│
|
|
1103
|
+
└── Bottom CTA Card
|
|
1104
|
+
├── Claude logo/icon image
|
|
1105
|
+
├── Text: "Get started with Claude Cowork"
|
|
1106
|
+
└── Button Group
|
|
1107
|
+
├── "Download Claude" (primary dark)
|
|
1108
|
+
└── "Upgrade plan" (secondary)
|
|
1109
|
+
```
|
|
1110
|
+
|
|
1111
|
+
---
|
|
1112
|
+
|
|
1113
|
+
### Industry/Use Case Feature Grid
|
|
1114
|
+
|
|
1115
|
+
> Source: /product/cowork ("Supports every industry")
|
|
1116
|
+
|
|
1117
|
+
**Structure:**
|
|
1118
|
+
```
|
|
1119
|
+
<section> (bg: rgb(255, 255, 255) white)
|
|
1120
|
+
├── Section Header
|
|
1121
|
+
│ ├── Lottie icon
|
|
1122
|
+
│ └── <h2> "Supports every industry"
|
|
1123
|
+
│ Font: Anthropic Serif, 47.87px, weight 500
|
|
1124
|
+
│
|
|
1125
|
+
└── Use Case Cards (4 cards, 2x2 grid or stacked)
|
|
1126
|
+
└── Use Case Card
|
|
1127
|
+
├── Category Badge (top)
|
|
1128
|
+
│ ├── Icon (small SVG)
|
|
1129
|
+
│ └── Category Label: "Administrative" / "Research and Analysis" /
|
|
1130
|
+
│ "Sales and GTM" / "Legal and Compliance"
|
|
1131
|
+
│ Font: small label style
|
|
1132
|
+
│
|
|
1133
|
+
├── <h3> Title: "Create a daily briefing"
|
|
1134
|
+
│ Font: Anthropic Serif, ~18-24px, weight 500
|
|
1135
|
+
│ Color: rgb(20, 20, 19)
|
|
1136
|
+
│
|
|
1137
|
+
├── <p> Description
|
|
1138
|
+
│ Font: Anthropic Sans, 17px
|
|
1139
|
+
│ Color: rgb(94, 93, 89)
|
|
1140
|
+
│
|
|
1141
|
+
└── "Learn more" link
|
|
1142
|
+
Font: 12px, color: rgb(61, 61, 58)
|
|
1143
|
+
Text link with arrow, border-radius: 6px
|
|
1144
|
+
Links to /resources/use-cases/...
|
|
1145
|
+
```
|
|
1146
|
+
|
|
1147
|
+
---
|
|
1148
|
+
|
|
1149
|
+
### Model Comparison Cards
|
|
1150
|
+
|
|
1151
|
+
> Source: /product/overview ("Claude models")
|
|
1152
|
+
|
|
1153
|
+
**Structure:**
|
|
1154
|
+
```
|
|
1155
|
+
<section> (bg: implicit, on white/ivory page)
|
|
1156
|
+
├── Section Header
|
|
1157
|
+
│ ├── Lottie icon
|
|
1158
|
+
│ └── <h2> "Claude models"
|
|
1159
|
+
│ Font: Anthropic Serif, 47.87px, weight 500
|
|
1160
|
+
│
|
|
1161
|
+
└── Model Cards (3 cards, 2-column grid: 416px x 416px, gap 32px)
|
|
1162
|
+
└── Model Card
|
|
1163
|
+
├── <h3> "Opus 4.6" / "Sonnet 4.6" / "Haiku 4.5"
|
|
1164
|
+
│ Font: Anthropic Serif, weight 500
|
|
1165
|
+
│ Color: rgb(20, 20, 19)
|
|
1166
|
+
│
|
|
1167
|
+
├── <p> Tagline: "Most powerful model for your most ambitious projects"
|
|
1168
|
+
│ Color: rgb(94, 93, 89)
|
|
1169
|
+
│
|
|
1170
|
+
├── <p> Use cases: "Docs, slides, spreadsheets • Complex analysis • Deep research"
|
|
1171
|
+
│ Color: rgb(94, 93, 89)
|
|
1172
|
+
│
|
|
1173
|
+
└── "Model details" link (external, arrow icon)
|
|
1174
|
+
Font: 12px, color: rgb(61, 61, 58)
|
|
1175
|
+
border-radius: 6px
|
|
1176
|
+
Links to anthropic.com/claude/[model]
|
|
1177
|
+
```
|
|
1178
|
+
|
|
1179
|
+
---
|
|
1180
|
+
|
|
1181
|
+
### Video Embed Section
|
|
1182
|
+
|
|
1183
|
+
> Source: /product/overview ("Keep thinking with Claude"), /product/cowork
|
|
1184
|
+
|
|
1185
|
+
**Structure:**
|
|
1186
|
+
```
|
|
1187
|
+
<section> (bg: varies)
|
|
1188
|
+
├── Section Header
|
|
1189
|
+
│ ├── Lottie icon
|
|
1190
|
+
│ └── <h2> "Keep thinking with Claude"
|
|
1191
|
+
│ Font: Anthropic Serif, 47.87px, weight 500
|
|
1192
|
+
│
|
|
1193
|
+
├── Video Container
|
|
1194
|
+
│ ├── Thumbnail wrapper (cursor: pointer)
|
|
1195
|
+
│ │ ├── Background image (video thumbnail)
|
|
1196
|
+
│ │ └── Play Button overlay
|
|
1197
|
+
│ │ <button> "Play video"
|
|
1198
|
+
│ │ Centered, rounded (border-radius: 16px)
|
|
1199
|
+
│ │ Semi-transparent background
|
|
1200
|
+
│ │
|
|
1201
|
+
│ └── YouTube iframe (lazy-loaded on play click)
|
|
1202
|
+
│
|
|
1203
|
+
├── Caption Area
|
|
1204
|
+
│ ├── <p> "Your curiosity's collaborator"
|
|
1205
|
+
│ │ Prominent caption text
|
|
1206
|
+
│ └── <p> "There's never been a worse time to be a problem..."
|
|
1207
|
+
│ Smaller supporting text
|
|
1208
|
+
│
|
|
1209
|
+
└── Inline Prompt/CTA
|
|
1210
|
+
├── Text: "What problem are you up against?"
|
|
1211
|
+
├── Text input: "How can I help you today?"
|
|
1212
|
+
│ Standard input field style
|
|
1213
|
+
└── "Ask Claude" button (primary dark, small)
|
|
1214
|
+
```
|
|
1215
|
+
|
|
1216
|
+
---
|
|
1217
|
+
|
|
1218
|
+
### Footer Prompt Input
|
|
1219
|
+
|
|
1220
|
+
> Source: All pages (global footer component)
|
|
1221
|
+
|
|
1222
|
+
**Structure:**
|
|
1223
|
+
```
|
|
1224
|
+
<div> (inside footer, before link grid)
|
|
1225
|
+
├── Claude logo + "Homepage" link
|
|
1226
|
+
│
|
|
1227
|
+
├── Prompt Input Form
|
|
1228
|
+
│ ├── <input> "How can I help you today?"
|
|
1229
|
+
│ │ Standard text input with submit arrow button
|
|
1230
|
+
│ └── Submit icon button (circular, arrow)
|
|
1231
|
+
│
|
|
1232
|
+
└── Quick Action Chips (3 pills)
|
|
1233
|
+
├── "Write" (with icon)
|
|
1234
|
+
├── "Learn" (with icon)
|
|
1235
|
+
└── "Code" (with icon)
|
|
1236
|
+
Each: ghost button style, small, with left icon
|
|
1237
|
+
```
|
|
1238
|
+
|
|
1239
|
+
---
|
|
1240
|
+
|
|
1241
|
+
## Sections Not Present on claude.com
|
|
1242
|
+
|
|
1243
|
+
| Section | Status | Notes |
|
|
1244
|
+
|---|---|---|
|
|
1245
|
+
| About | Not present | Company info lives on anthropic.com; no dedicated section on claude.com |
|
|
1246
|
+
| Comparison | Not present | No competitor comparison tables found on any subpage |
|
|
1247
|
+
| Stats / Metrics | Not present | No standalone statistics/numbers sections with large metric displays |
|
|
1248
|
+
| Store | Not present | No e-commerce or store section |
|
|
1249
|
+
| Logo Bar / Marquee | Not present | Customer logos appear within story cards but no scrolling logo bar |
|
|
1250
|
+
| Downloads (dedicated) | Minimal | Only ghost button "Download desktop app" in hero; no dedicated downloads page section |
|
|
1251
|
+
|
|
1252
|
+
---
|
|
1253
|
+
|
|
1254
|
+
## Additional Design Tokens (from Subpages)
|
|
1255
|
+
|
|
1256
|
+
### Colors (newly observed)
|
|
1257
|
+
|
|
1258
|
+
| Token | Value | Hex | Usage |
|
|
1259
|
+
|---|---|---|---|
|
|
1260
|
+
| Section Warm Gray | `rgb(240, 238, 230)` | `#F0EEE6` | Alternate section background, blog card wrapper |
|
|
1261
|
+
| Section White | `rgb(255, 255, 255)` | `#FFFFFF` | Alternate section background |
|
|
1262
|
+
| CTA Dark BG | `rgb(20, 20, 19)` | `#141413` | Dark CTA banner, dark cards, code panels |
|
|
1263
|
+
| CTA Dark Surface | `rgb(48, 48, 46)` | `#30302E` | Code panel header bar, dark card secondary |
|
|
1264
|
+
| CTA Light Text | `rgb(250, 249, 245)` | `#FAF9F5` | Text on dark backgrounds |
|
|
1265
|
+
| Border Tertiary | `rgb(232, 230, 220)` | `#E8E6DC` | Form borders, section dividers |
|
|
1266
|
+
| Border Secondary | `rgb(209, 207, 197)` | `#D1CFC5` | Card outline shadows |
|
|
1267
|
+
| Text Primary | `rgb(20, 20, 19)` | `#141413` | Headings, strong text |
|
|
1268
|
+
| Text Secondary | `rgb(61, 61, 58)` | `#3D3D3A` | Feature card headings |
|
|
1269
|
+
| Text Tertiary | `rgb(94, 93, 89)` | `#5E5D59` | Body text, descriptions |
|
|
1270
|
+
| Text Quaternary | `rgb(77, 76, 72)` | `#4D4C48` | Secondary button text |
|
|
1271
|
+
| Muted Caption | `rgb(176, 174, 165)` | `#B0AEA5` | Disabled/very muted text |
|
|
1272
|
+
| Newsletter Muted | `rgb(156, 154, 146)` | `#9C9A92` | Privacy disclaimer on dark |
|
|
1273
|
+
| Clay Accent | `rgb(201, 100, 66)` | `#C96442` | Brand dot/accent element |
|
|
1274
|
+
| Featured Card Border | `color(srgb 0.416 0.608 0.8 / 0.2)` | ~`rgba(106,155,204,0.2)` | Blue-tinted pricing card border |
|
|
1275
|
+
| Filter Neutral BG | `rgb(232, 230, 220)` | `#E8E6DC` | "View more" pagination button |
|
|
1276
|
+
|
|
1277
|
+
### Typography (newly observed sizes)
|
|
1278
|
+
|
|
1279
|
+
| Element | Font | Size | Weight | Line Height | Context |
|
|
1280
|
+
|---|---|---|---|---|---|
|
|
1281
|
+
| Product H1 | Anthropic Serif | 57.575px | 500 | 63.33px | Product page hero headlines |
|
|
1282
|
+
| Section H2 | Anthropic Serif | 47.87px | 500 | 57.44px | All subpage section headings |
|
|
1283
|
+
| Content H3 | Anthropic Serif | 23.85px | 500 | 28.62px | Feature/step titles |
|
|
1284
|
+
| Card H3 (small) | Anthropic Serif | 18.31px | 500 | 21.97px | Feature card titles, blog card titles |
|
|
1285
|
+
| Pricing H3 | Anthropic Serif | 29.93px | 500 | ~36px | Pricing plan names |
|
|
1286
|
+
| Intro Paragraph | Anthropic Sans | 22.31px | 400 | 33.47px | Section intro/subtitle text |
|
|
1287
|
+
| Body (subpage) | Anthropic Sans | 17px | 400 | 27.2px | Standard body text on subpages |
|
|
1288
|
+
| Body (overview) | Anthropic Sans | 15px | 400 | 24px | Smaller body on overview page |
|
|
1289
|
+
| Caption | Various | 12px | 400-600 | 19.2px | Dates, labels, sidebar text |
|
|
1290
|
+
| Blog H1 (label) | Anthropic Sans | 19.77px | 600 | 31.63px | Blog page title (small/label) |
|
|
1291
|
+
| CTA H2 (dark) | Anthropic Serif | 40.79-57.58px | 500 | ~1.2 | Dark CTA banner headlines |
|
|
1292
|
+
|
|
1293
|
+
### Spacing & Layout Tokens (newly observed)
|
|
1294
|
+
|
|
1295
|
+
| Token | Value | Usage |
|
|
1296
|
+
|---|---|---|
|
|
1297
|
+
| Container Max Width | 1440px | Global content container |
|
|
1298
|
+
| Container Margin | ~57px (auto) | Horizontal margin on container |
|
|
1299
|
+
| Section Spacer (page-top) | Large (~120px estimated) | Top of page content area |
|
|
1300
|
+
| Card Border Radius (large) | 22.16px | Blog cards, pricing cards, form containers |
|
|
1301
|
+
| Card Border Radius (medium) | 16px | Tab bar wrapper, form input radius |
|
|
1302
|
+
| Card Border Radius (small) | 12px | Tab content panels, dropdown menus, code panels |
|
|
1303
|
+
| Card Padding (large) | 46.16px | Form containers, feature card containers |
|
|
1304
|
+
| Card Padding (medium) | 31.08px | Pricing cards, blog card content |
|
|
1305
|
+
| Grid Gap (standard) | 32px | All grid layouts |
|
|
1306
|
+
| Grid Gap (row, large) | 61.25px | Feature grids with vertical space |
|
|
1307
|
+
| Grid Gap (row, medium) | 46.16px | Customer/blog story grids |
|
|
1308
|
+
| Grid Gap (row, small) | 31.08px | Blog card grid |
|
|
1309
|
+
| Tab Bar Padding | 4px | Outer pill container |
|
|
1310
|
+
| Tab Item Padding | 8px 16px | Individual tab buttons |
|
|
1311
|
+
| FAQ Item Gap | 18.7px | Between accordion items |
|
|
1312
|
+
| Button Padding (standard) | 8px 16px | Most CTA buttons on subpages |
|
|
1313
|
+
| Button Border Radius | 8.5px | Standard button border-radius on subpages |
|
|
1314
|
+
|
|
1315
|
+
### Button Variants (subpage patterns)
|
|
1316
|
+
|
|
1317
|
+
| Variant | Background | Text | Border | Radius | Padding | Font |
|
|
1318
|
+
|---|---|---|---|---|---|---|
|
|
1319
|
+
| Primary Dark | `rgb(20, 20, 19)` | `rgb(250, 249, 245)` | 1px solid `rgb(48, 48, 46)` | 8.5px | 8px 16px | 17px/500 |
|
|
1320
|
+
| Primary Light (on dark) | `rgb(250, 249, 245)` | `rgb(20, 20, 19)` | none | 8.5px | 8px 16px | 17px/500 |
|
|
1321
|
+
| Secondary Ghost | transparent | `rgb(61, 61, 58)` | none | 8.5px | 8px 16px | 17px/400 |
|
|
1322
|
+
| Pagination/Neutral | `rgb(232, 230, 220)` | `rgb(77, 76, 72)` | none | 8.5px | 8px 16px | 17px |
|
|
1323
|
+
| Tiny Link | transparent | `rgb(77, 76, 72)` | none | 6px | minimal | 12px |
|
|
1324
|
+
| Submit (form) | `rgb(20, 20, 19)` | `rgb(250, 249, 245)` | 1px solid `rgb(48, 48, 46)` | 7.5px | 8px 24px | 15px |
|
|
1325
|
+
|
|
1326
|
+
---
|
|
1327
|
+
|
|
1328
|
+
## Common Patterns
|
|
1329
|
+
|
|
1330
|
+
### Section Header Pattern
|
|
1331
|
+
|
|
1332
|
+
Most subpage sections follow this consistent header structure:
|
|
1333
|
+
|
|
1334
|
+
```
|
|
1335
|
+
<div> Section header
|
|
1336
|
+
├── Lottie animation icon (decorative, centered, plays on scroll-into-view)
|
|
1337
|
+
│ Small animated illustration above heading
|
|
1338
|
+
│
|
|
1339
|
+
├── <h2> Section heading
|
|
1340
|
+
│ Font: Anthropic Serif, 47.87px, weight 500, line-height 57.44px
|
|
1341
|
+
│ Color: rgb(20, 20, 19)
|
|
1342
|
+
│ Text-align: center
|
|
1343
|
+
│
|
|
1344
|
+
└── Optional: <p> Supporting subtitle
|
|
1345
|
+
Font: Anthropic Sans, 22.31px, weight 400, line-height 33.47px
|
|
1346
|
+
Color: rgb(94, 93, 89)
|
|
1347
|
+
```
|
|
1348
|
+
|
|
1349
|
+
### Card Pattern
|
|
1350
|
+
|
|
1351
|
+
```
|
|
1352
|
+
Background: rgb(255, 255, 255) white (or rgb(240, 238, 230) warm gray)
|
|
1353
|
+
Border radius: 22.16px
|
|
1354
|
+
Border: 1px solid rgb(240, 238, 230) or rgba(31, 30, 29, 0.15)
|
|
1355
|
+
Shadow: none (differentiated by bg color or subtle border)
|
|
1356
|
+
Padding: 31.08px (standard) or 46.16px (large)
|
|
1357
|
+
Overflow: hidden
|
|
1358
|
+
|
|
1359
|
+
Internal structure:
|
|
1360
|
+
├── Icon / visual area (top)
|
|
1361
|
+
├── <h3> Title — Anthropic Serif, 18.31px, weight 500
|
|
1362
|
+
├── <p> Description — Anthropic Sans, 17px, weight 400, color rgb(94, 93, 89)
|
|
1363
|
+
└── Optional: link ("Learn more" / "Model details") — 12px, arrow icon, border-radius 6px
|
|
1364
|
+
```
|
|
1365
|
+
|
|
1366
|
+
### Tab / Toggle Pattern
|
|
1367
|
+
|
|
1368
|
+
```
|
|
1369
|
+
<div> Tab container
|
|
1370
|
+
├── Outer wrapper (bg: rgb(245, 244, 237), border-radius: 16px, padding: 4px)
|
|
1371
|
+
│ Acts as "pill track"
|
|
1372
|
+
│
|
|
1373
|
+
├── Active Tab
|
|
1374
|
+
│ bg: rgb(255, 255, 255) white, border-radius: 12px
|
|
1375
|
+
│ padding: 8px 16px, border: 1px solid rgb(240, 238, 230)
|
|
1376
|
+
│
|
|
1377
|
+
└── Inactive Tab
|
|
1378
|
+
bg: transparent, same padding, no border
|
|
1379
|
+
Color: rgb(94, 93, 89)
|
|
1380
|
+
```
|
|
1381
|
+
|
|
1382
|
+
### Dual CTA Button Pattern
|
|
1383
|
+
|
|
1384
|
+
Used in Hero, CTA Banner, and section CTAs:
|
|
1385
|
+
|
|
1386
|
+
```
|
|
1387
|
+
Light sections:
|
|
1388
|
+
├── Primary: dark fill rgb(20, 20, 19), light text, border-radius 8.5px
|
|
1389
|
+
└── Secondary: transparent, dark text, optional arrow icon
|
|
1390
|
+
|
|
1391
|
+
Dark sections (inverted):
|
|
1392
|
+
├── Primary: ivory fill rgb(250, 249, 245), dark text
|
|
1393
|
+
└── Secondary: transparent, ivory text
|
|
1394
|
+
```
|
|
1395
|
+
|
|
1396
|
+
### Dark Section Inversion Pattern
|
|
1397
|
+
|
|
1398
|
+
```
|
|
1399
|
+
bg: rgb(20, 20, 19) — near-black
|
|
1400
|
+
Text: rgb(250, 249, 245) — ivory
|
|
1401
|
+
Muted text: rgb(156, 154, 146)
|
|
1402
|
+
Primary button: rgb(250, 249, 245) bg, rgb(20, 20, 19) text (inverted)
|
|
1403
|
+
Secondary btn: transparent, ivory text
|
|
1404
|
+
Code surfaces: rgb(48, 48, 46) bg
|
|
1405
|
+
```
|
|
1406
|
+
|
|
1407
|
+
### Link with Arrow Pattern
|
|
1408
|
+
|
|
1409
|
+
```
|
|
1410
|
+
<a> "Learn more" / "Model details" / "Read story"
|
|
1411
|
+
├── Text: 12px, color: rgb(61, 61, 58) or rgb(77, 76, 72)
|
|
1412
|
+
├── Arrow icon: ↗ (diagonal external) or → (internal)
|
|
1413
|
+
├── border-radius: 6px (hover highlight area)
|
|
1414
|
+
└── Used consistently in cards, feature panels, sidebars
|
|
1415
|
+
```
|
|
1416
|
+
|
|
1417
|
+
### Marginalia Sidebar Pattern
|
|
1418
|
+
|
|
1419
|
+
```
|
|
1420
|
+
<aside> (width: 216px, positioned alongside main content)
|
|
1421
|
+
├── Header (12px, weight 600, color: rgb(20, 20, 19))
|
|
1422
|
+
├── Description (12px, color: rgb(94, 93, 89))
|
|
1423
|
+
└── Small CTA link (12px, chip style)
|
|
1424
|
+
Pages: /customers, /contact-sales
|
|
1425
|
+
```
|
|
1426
|
+
|
|
1427
|
+
---
|
|
1428
|
+
|
|
1429
|
+
## Design Principles Observed
|
|
1430
|
+
|
|
1431
|
+
1. **Warm minimalism** — Off-white (#FAF9F5) background with warm neutral tones throughout, never cold grays
|
|
1432
|
+
2. **Serif + Sans pairing** — Anthropic Serif for display/headlines, Anthropic Sans for everything functional
|
|
1433
|
+
3. **Near-black, not black** — Primary text is #141413, not pure black, for softer contrast
|
|
1434
|
+
4. **Subtle borders** — Hairline borders at 1px with muted warm grays (rgb(232,230,220) or rgb(240,238,230))
|
|
1435
|
+
5. **Generous radius** — Cards at 22.16px, buttons at 8.5px, tabs at 16px, form inputs at 16px
|
|
1436
|
+
6. **Micro-interactions** — Primary buttons use subtle scale transform on hover; Lottie animations before each section heading
|
|
1437
|
+
7. **Fixed nav** — Navigation stays at top with page background color, no border-bottom
|
|
1438
|
+
8. **Black footer** — High contrast footer against the warm page creates clear termination
|
|
1439
|
+
9. **Alternating section backgrounds** — Sections alternate between ivory (#FAF9F5) and white (#FFFFFF) to create visual rhythm
|
|
1440
|
+
10. **Consistent section header pattern** — Lottie icon + H2 (Anthropic Serif, 47.87px/500) appears before every major section
|
|
1441
|
+
11. **Marginalia pattern** — Narrow sidebars (216px) with small helper content appear on certain pages (customers, contact)
|
|
1442
|
+
12. **Dark CTA inversion** — Dark sections invert the entire color scheme: bg becomes near-black, text becomes ivory, buttons flip
|
|
1443
|
+
13. **Blog illustration palette** — Each blog card gets a unique muted color (sage, lavender, blush, terracotta, etc.) for visual variety within constraints
|