cdragon 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.
Files changed (91) hide show
  1. package/README.md +110 -0
  2. package/bin/cdragon.js +170 -0
  3. package/package.json +31 -0
  4. package/skills/agent-browser/SKILL.md +50 -0
  5. package/skills/grill-me/SKILL.md +7 -0
  6. package/skills/herdr-agent/SKILL.md +142 -0
  7. package/skills/herdr-cli/SKILL.md +388 -0
  8. package/skills/herdr-cli/scripts/herdr-agent-run-and-wait +203 -0
  9. package/skills/herdr-cli/scripts/herdr-agent-wait-complete +168 -0
  10. package/skills/notion-presentation/SKILL.md +170 -0
  11. package/skills/notion-presentation/references/example-redis-deck.md +97 -0
  12. package/skills/setup-matt-pocock-skills/SKILL.md +127 -0
  13. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  14. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  15. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  16. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  17. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  18. package/skills/tdd/SKILL.md +108 -0
  19. package/skills/tdd/mocking.md +59 -0
  20. package/skills/tdd/refactoring.md +10 -0
  21. package/skills/tdd/tests.md +61 -0
  22. package/skills/to-html/SKILL.md +83 -0
  23. package/skills/to-html/designs/INDEX.md +74 -0
  24. package/skills/to-html/designs/airbnb.DESIGN.md +581 -0
  25. package/skills/to-html/designs/airtable.DESIGN.md +275 -0
  26. package/skills/to-html/designs/alipay.DESIGN.md +456 -0
  27. package/skills/to-html/designs/apple.DESIGN.md +566 -0
  28. package/skills/to-html/designs/banksalad.DESIGN.md +621 -0
  29. package/skills/to-html/designs/channeltalk.DESIGN.md +374 -0
  30. package/skills/to-html/designs/clay.DESIGN.md +398 -0
  31. package/skills/to-html/designs/clickhouse.DESIGN.md +374 -0
  32. package/skills/to-html/designs/cohere.DESIGN.md +361 -0
  33. package/skills/to-html/designs/coinone.DESIGN.md +218 -0
  34. package/skills/to-html/designs/coupang.DESIGN.md +502 -0
  35. package/skills/to-html/designs/cursor.DESIGN.md +416 -0
  36. package/skills/to-html/designs/elevenlabs.DESIGN.md +376 -0
  37. package/skills/to-html/designs/expo.DESIGN.md +373 -0
  38. package/skills/to-html/designs/figma.DESIGN.md +490 -0
  39. package/skills/to-html/designs/framer.DESIGN.md +393 -0
  40. package/skills/to-html/designs/freee.DESIGN.md +572 -0
  41. package/skills/to-html/designs/gangnamunni.DESIGN.md +621 -0
  42. package/skills/to-html/designs/gmarket.DESIGN.md +483 -0
  43. package/skills/to-html/designs/gogolook.DESIGN.md +131 -0
  44. package/skills/to-html/designs/hahow.DESIGN.md +158 -0
  45. package/skills/to-html/designs/hashicorp.DESIGN.md +369 -0
  46. package/skills/to-html/designs/hyundaicard.DESIGN.md +177 -0
  47. package/skills/to-html/designs/ibm.DESIGN.md +420 -0
  48. package/skills/to-html/designs/kakaobank.DESIGN.md +548 -0
  49. package/skills/to-html/designs/kakaopay.DESIGN.md +544 -0
  50. package/skills/to-html/designs/karrot.DESIGN.md +445 -0
  51. package/skills/to-html/designs/kdan.DESIGN.md +160 -0
  52. package/skills/to-html/designs/krds.DESIGN.md +997 -0
  53. package/skills/to-html/designs/line.DESIGN.md +431 -0
  54. package/skills/to-html/designs/linear.app.DESIGN.md +548 -0
  55. package/skills/to-html/designs/miro.DESIGN.md +272 -0
  56. package/skills/to-html/designs/mistral.ai.DESIGN.md +353 -0
  57. package/skills/to-html/designs/money-forward.DESIGN.md +401 -0
  58. package/skills/to-html/designs/mongodb.DESIGN.md +357 -0
  59. package/skills/to-html/designs/naver.DESIGN.md +533 -0
  60. package/skills/to-html/designs/nhncloud.DESIGN.md +174 -0
  61. package/skills/to-html/designs/opencode.ai.DESIGN.md +388 -0
  62. package/skills/to-html/designs/pinterest.DESIGN.md +322 -0
  63. package/skills/to-html/designs/posthog.DESIGN.md +430 -0
  64. package/skills/to-html/designs/raycast.DESIGN.md +422 -0
  65. package/skills/to-html/designs/remember.DESIGN.md +460 -0
  66. package/skills/to-html/designs/resend.DESIGN.md +396 -0
  67. package/skills/to-html/designs/sanity.DESIGN.md +449 -0
  68. package/skills/to-html/designs/sendbird.DESIGN.md +285 -0
  69. package/skills/to-html/designs/smarthr.DESIGN.md +404 -0
  70. package/skills/to-html/designs/socar.DESIGN.md +403 -0
  71. package/skills/to-html/designs/spotify.DESIGN.md +265 -0
  72. package/skills/to-html/designs/supabase.DESIGN.md +348 -0
  73. package/skills/to-html/designs/superhuman.DESIGN.md +414 -0
  74. package/skills/to-html/designs/together.ai.DESIGN.md +356 -0
  75. package/skills/to-html/designs/toss.DESIGN.md +655 -0
  76. package/skills/to-html/designs/uber.DESIGN.md +387 -0
  77. package/skills/to-html/designs/upstage.DESIGN.md +232 -0
  78. package/skills/to-html/designs/velog.DESIGN.md +168 -0
  79. package/skills/to-html/designs/vercel.DESIGN.md +479 -0
  80. package/skills/to-html/designs/wanted.DESIGN.md +529 -0
  81. package/skills/to-html/designs/wise.DESIGN.md +276 -0
  82. package/skills/to-html/designs/yanolja.DESIGN.md +463 -0
  83. package/skills/to-html/designs/yeogiotte.DESIGN.md +459 -0
  84. package/skills/to-html/designs/zapier.DESIGN.md +433 -0
  85. package/skills/to-html/designs/zigzag.DESIGN.md +633 -0
  86. package/skills/to-issues/SKILL.md +84 -0
  87. package/skills/to-prd/SKILL.md +75 -0
  88. package/src/colors.js +15 -0
  89. package/src/link.js +47 -0
  90. package/src/prompt.js +137 -0
  91. package/src/skills.js +75 -0
@@ -0,0 +1,581 @@
1
+ ---
2
+ id: airbnb
3
+ name: Airbnb
4
+ country: US
5
+ category: consumer-tech
6
+ homepage: "https://www.airbnb.com"
7
+ primary_color: "#ff5a5f"
8
+ logo:
9
+ type: simpleicons
10
+ slug: airbnb
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Airbnb Brand Hub
15
+ url: "https://brand.withairbnb.com"
16
+ type: brand
17
+ description: Airbnb's brand guidelines hub with logo, color, and visual identity rules.
18
+ og_image: "https://firebasestorage.googleapis.com/v0/b/standards-site-beta.appspot.com/o/documents%2Fa130cd31136%2F099b28f7432%2Fmeta%2Fstandards---project-thumbnail.png?alt=media&token=b1ee4a9a-cb2a-4dd9-ae43-01dd309d6f17"
19
+ ---
20
+
21
+ # Design System Inspiration of Airbnb
22
+
23
+ ## 1. Visual Theme & Atmosphere
24
+
25
+ Airbnb's website is a warm, photography-forward marketplace that feels like flipping through a travel magazine where every page invites you to book. The design operates on a foundation of pure white (`#ffffff`) with the iconic Rausch Red (`#ff385c`) — named after Airbnb's first street address — serving as the singular brand accent. The result is a clean, airy canvas where listing photography, category icons, and the red CTA button are the only sources of color.
26
+
27
+ The typography uses Airbnb Cereal VF — a custom variable font that's warm and approachable, with rounded terminals that echo the brand's "belong anywhere" philosophy. The font operates in a tight weight range: 500 (medium) for most UI, 600 (semibold) for emphasis, and 700 (bold) for primary headings. Slight negative letter-spacing (-0.18px to -0.44px) on headings creates a cozy, intimate reading experience rather than the compressed efficiency of tech companies.
28
+
29
+ What distinguishes Airbnb is its palette-based token system (`--palette-*`) and multi-layered shadow approach. The primary card shadow uses a three-layer stack (`rgba(0,0,0,0.02) 0px 0px 0px 1px, rgba(0,0,0,0.04) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 8px`) that creates a subtle, warm lift. Combined with generous border-radius (8px–32px), circular navigation controls (50%), and a category pill bar with horizontal scrolling, the interface feels tactile and inviting — designed for browsing, not commanding.
30
+
31
+ **Key Characteristics:**
32
+ - Pure white canvas with Rausch Red (`#ff385c`) as singular brand accent
33
+ - Airbnb Cereal VF — custom variable font with warm, rounded terminals
34
+ - Palette-based token system (`--palette-*`) for systematic color management
35
+ - Three-layer card shadows: border ring + soft blur + stronger blur
36
+ - Generous border-radius: 8px buttons, 14px badges, 20px cards, 32px large elements
37
+ - Circular navigation controls (50% radius)
38
+ - Photography-first listing cards — images are the hero content
39
+ - Near-black text (`#222222`) — warm, not cold
40
+ - Luxe Purple (`#460479`) and Plus Magenta (`#92174d`) for premium tiers
41
+
42
+ ## 2. Color Palette & Roles
43
+
44
+ ### Primary Brand
45
+ - **Rausch Red** (`#ff385c`): `--palette-bg-primary-core`, primary CTA, brand accent, active states
46
+ - **Deep Rausch** (`#e00b41`): `--palette-bg-tertiary-core`, pressed/dark variant of brand red
47
+ - **Error Red** (`#c13515`): `--palette-text-primary-error`, error text on light
48
+ - **Error Dark** (`#b32505`): `--palette-text-secondary-error-hover`, error hover
49
+
50
+ ### Premium Tiers
51
+ - **Luxe Purple** (`#460479`): `--palette-bg-primary-luxe`, Airbnb Luxe tier branding
52
+ - **Plus Magenta** (`#92174d`): `--palette-bg-primary-plus`, Airbnb Plus tier branding
53
+
54
+ ### Text Scale
55
+ - **Near Black** (`#222222`): `--palette-text-primary`, primary text — warm, not cold
56
+ - **Focused Gray** (`#3f3f3f`): `--palette-text-focused`, focused state text
57
+ - **Secondary Gray** (`#6a6a6a`): Secondary text, descriptions
58
+ - **Disabled** (`rgba(0,0,0,0.24)`): `--palette-text-material-disabled`, disabled state
59
+ - **Link Disabled** (`#929292`): `--palette-text-link-disabled`, disabled links
60
+
61
+ ### Interactive
62
+ - **Legal Blue** (`#428bff`): `--palette-text-legal`, legal links, informational
63
+ - **Border Gray** (`#c1c1c1`): Border color for cards and dividers
64
+ - **Light Surface** (`#f2f2f2`): Circular navigation buttons, secondary surfaces
65
+
66
+ ### Surface & Shadows
67
+ - **Pure White** (`#ffffff`): Page background, card surfaces
68
+ - **Card Shadow** (`rgba(0,0,0,0.02) 0px 0px 0px 1px, rgba(0,0,0,0.04) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 8px`): Three-layer warm lift
69
+ - **Hover Shadow** (`rgba(0,0,0,0.08) 0px 4px 12px`): Button hover elevation
70
+
71
+ ## 3. Typography Rules
72
+
73
+ ### Font Family
74
+ - **Primary**: `Airbnb Cereal VF`, fallbacks: `Circular, -apple-system, system-ui, Roboto, Helvetica Neue`
75
+ - **OpenType Features**: `"salt"` (stylistic alternates) on specific caption elements
76
+
77
+ ### Hierarchy
78
+
79
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
80
+ |------|------|------|--------|-------------|----------------|-------|
81
+ | Section Heading | Airbnb Cereal VF | 28px (1.75rem) | 700 | 1.43 | normal | Primary headings |
82
+ | Card Heading | Airbnb Cereal VF | 22px (1.38rem) | 600 | 1.18 (tight) | -0.44px | Category/card titles |
83
+ | Card Heading Medium | Airbnb Cereal VF | 22px (1.38rem) | 500 | 1.18 (tight) | -0.44px | Lighter variant |
84
+ | Sub-heading | Airbnb Cereal VF | 21px (1.31rem) | 700 | 1.43 | normal | Bold sub-headings |
85
+ | Feature Title | Airbnb Cereal VF | 20px (1.25rem) | 600 | 1.20 (tight) | -0.18px | Feature headings |
86
+ | UI Medium | Airbnb Cereal VF | 16px (1.00rem) | 500 | 1.25 (tight) | normal | Nav, emphasized text |
87
+ | UI Semibold | Airbnb Cereal VF | 16px (1.00rem) | 600 | 1.25 (tight) | normal | Strong emphasis |
88
+ | Button | Airbnb Cereal VF | 16px (1.00rem) | 500 | 1.25 (tight) | normal | Button labels |
89
+ | Body / Link | Airbnb Cereal VF | 14px (0.88rem) | 400 | 1.43 | normal | Standard body |
90
+ | Body Medium | Airbnb Cereal VF | 14px (0.88rem) | 500 | 1.29 (tight) | normal | Medium body |
91
+ | Caption Salt | Airbnb Cereal VF | 14px (0.88rem) | 600 | 1.43 | normal | `"salt"` feature |
92
+ | Small | Airbnb Cereal VF | 13px (0.81rem) | 400 | 1.23 (tight) | normal | Descriptions |
93
+ | Tag | Airbnb Cereal VF | 12px (0.75rem) | 400–700 | 1.33 | normal | Tags, prices |
94
+ | Badge | Airbnb Cereal VF | 11px (0.69rem) | 600 | 1.18 (tight) | normal | `"salt"` feature |
95
+ | Micro Uppercase | Airbnb Cereal VF | 8px (0.50rem) | 700 | 1.25 (tight) | 0.32px | `text-transform: uppercase` |
96
+
97
+ ### Principles
98
+ - **Warm weight range**: 500–700 dominate. No weight 300 or 400 for headings — Airbnb's type is always at least medium weight, creating a warm, confident voice.
99
+ - **Negative tracking on headings**: -0.18px to -0.44px letter-spacing on display creates intimate, cozy headings rather than cold, compressed ones.
100
+ - **"salt" OpenType feature**: Stylistic alternates on specific UI elements (badges, captions) create subtle glyph variations that add visual interest.
101
+ - **Variable font precision**: Cereal VF enables continuous weight interpolation, though the design system uses discrete stops at 500, 600, and 700.
102
+
103
+ ## 4. Component Stylings
104
+
105
+ ### Buttons
106
+
107
+ Verified against `getdesign.md/airbnb/design-md` (canonical token taxonomy) and `airbnb.com` (rendered values). Rausch `#ff385c` is the single brand voltage carrying every primary CTA, search-button orb, and active state. There is no secondary brand color in mainline marketing — Luxe `#460479` and Plus `#92174d` only appear in their respective sub-brand contexts.
108
+
109
+ **Primary (Rausch)**
110
+ - Background: `#ff385c`
111
+ - Text: `#ffffff`
112
+ - Border: none
113
+ - Radius: 8px
114
+ - Padding: 14px 24px
115
+ - Font: 16px / 600 / Airbnb Cereal VF
116
+ - Active: `#e00b41` background
117
+ - Disabled: `#dddddd` background
118
+ - Use: Primary CTA — "Reserve", "Continue", "Save" — the workhorse Rausch button (48px tall)
119
+
120
+ **Secondary (Outline)**
121
+ - Background: `#ffffff`
122
+ - Text: `#222222`
123
+ - Border: 1px solid `#222222`
124
+ - Radius: 8px
125
+ - Padding: 13px 23px
126
+ - Font: 16px / 600 / Airbnb Cereal VF
127
+ - Use: Secondary action paired with a Primary Rausch (Cancel, Edit)
128
+
129
+ **Tertiary (Text)**
130
+ - Background: transparent
131
+ - Text: `#222222`
132
+ - Border: none
133
+ - Radius: 0
134
+ - Padding: 0
135
+ - Font: 16px / 600 / Airbnb Cereal VF (underline)
136
+ - Use: Inline text-link CTA — minimal chrome, body-flow
137
+
138
+ **Rausch Pill (Compact)**
139
+ - Background: `#ff385c`
140
+ - Text: `#ffffff`
141
+ - Border: none
142
+ - Radius: 9999px
143
+ - Padding: 10px 20px
144
+ - Font: 14px / 600 / Airbnb Cereal VF
145
+ - Use: Compact CTA in dense layouts — pill shape distinguishes from rectangle Primary
146
+
147
+ **Search Orb**
148
+ - Background: `#ff385c`
149
+ - Text: `#ffffff`
150
+ - Border: none
151
+ - Radius: 9999px
152
+ - Padding: 0
153
+ - Font: 14px / 600 / Airbnb Cereal VF
154
+ - Use: Round 48px search submit button at end of the search bar — the signature Airbnb glyph
155
+
156
+ **Icon Button (Circle)**
157
+ - Background: `#f2f2f2`
158
+ - Text: `#222222`
159
+ - Border: none
160
+ - Radius: 50%
161
+ - Padding: 0
162
+ - Font: 14px / 600 / Airbnb Cereal VF
163
+ - Use: 32×32 dense icon control (filter, share, favorite)
164
+
165
+ **Icon Button (Outline)**
166
+ - Background: `#ffffff`
167
+ - Text: `#222222`
168
+ - Border: 1px solid `#dddddd`
169
+ - Radius: 50%
170
+ - Padding: 0
171
+ - Font: 14px / 600 / Airbnb Cereal VF
172
+ - Hover: shadow `rgba(0,0,0,0.08) 0px 4px 12px` + scale(1.04)
173
+ - Active: 4px white border ring + focus shadow
174
+ - Use: 40×40 carousel arrow / gallery navigation
175
+
176
+ ### Inputs
177
+
178
+ **Search Field**
179
+ - Background: `#ffffff`
180
+ - Text: `#222222`
181
+ - Border: 1px solid `#dddddd`
182
+ - Radius: 50px
183
+ - Padding: 0 24px
184
+ - Font: 14px / 600 / Airbnb Cereal VF (label) + 14px / 400 (value)
185
+ - Placeholder: `#717171`
186
+ - Focus: shadow `0px 4px 16px rgba(0,0,0,0.08)`
187
+ - Use: Header search bar — full pill (50px radius), 66px tall, dominant component (verified at airbnb.com)
188
+
189
+ **Default**
190
+ - Background: `#ffffff`
191
+ - Text: `#222222`
192
+ - Border: 1px solid `#b0b0b0`
193
+ - Radius: 8px
194
+ - Padding: 14px 12px
195
+ - Font: 16px / 400 / Airbnb Cereal VF
196
+ - Placeholder: `#717171`
197
+ - Focus: 2px solid `#222222`
198
+ - Use: Form field (login, profile, host listing) — 56px tall (verified at getdesign.md)
199
+
200
+ ### Cards
201
+
202
+ **Listing Card**
203
+ - Background: `#ffffff`
204
+ - Text: `#222222`
205
+ - Border: none
206
+ - Radius: 12px
207
+ - Padding: 0
208
+ - Shadow: none (relies on photography for visual weight)
209
+ - Hover: scale(1.02) + shadow `rgba(0,0,0,0.12) 0px 8px 24px`
210
+ - Use: Search-result listing card — photo at top fills card width, metadata below
211
+
212
+ **Standard**
213
+ - Background: `#ffffff`
214
+ - Border: none
215
+ - Radius: 12px
216
+ - Padding: 24px
217
+ - Shadow: `rgba(0,0,0,0.02) 0px 0px 0px 1px, rgba(0,0,0,0.04) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 8px`
218
+ - Use: Three-layer warm shadow lift — modal panels, host dashboard cards
219
+
220
+ **Large**
221
+ - Background: `#ffffff`
222
+ - Border: none
223
+ - Radius: 32px
224
+ - Padding: 32px
225
+ - Shadow: `rgba(0,0,0,0.02) 0px 0px 0px 1px, rgba(0,0,0,0.04) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 8px`
226
+ - Use: Hero/feature surfaces — "Become a Host" panels, plus tier cards
227
+
228
+ ### Badges
229
+
230
+ **Category Pill**
231
+ - Background: transparent
232
+ - Text: `#222222`
233
+ - Border: none
234
+ - Radius: 8px
235
+ - Padding: 10px
236
+ - Font: 14px / 500 / Airbnb Cereal VF
237
+ - Active: text `#222222` + 2px bottom border `#222222` underline
238
+ - Use: Category filter pills below header (Trending, Beachfront, Cabins…) — verified at airbnb.com
239
+
240
+ **Guest Favorite**
241
+ - Background: `#ffffff`
242
+ - Text: `#222222`
243
+ - Border: 1px solid `#dddddd`
244
+ - Radius: 9999px
245
+ - Padding: 4px 10px
246
+ - Font: 12px / 600 / Airbnb Cereal VF
247
+ - Use: Listing-card overlay marker for "Guest favorite" properties (verified at getdesign.md)
248
+
249
+ **New Tag**
250
+ - Background: `#ffffff`
251
+ - Text: `#222222`
252
+ - Border: 1px solid `#dddddd`
253
+ - Radius: 9999px
254
+ - Padding: 2px 6px
255
+ - Font: 11px / 700 / Airbnb Cereal VF (uppercase tracking)
256
+ - Use: NEW listing marker — uppercase tight pill (verified at getdesign.md)
257
+
258
+ **Status (Plus / Luxe)**
259
+ - Background: `#ffffff`
260
+ - Text: `#222222`
261
+ - Border: 1px solid `#dddddd`
262
+ - Radius: 14px
263
+ - Padding: 4px 8px
264
+ - Font: 11px / 700 / Airbnb Cereal VF
265
+ - Use: Tier markers ("PLUS", "LUXE", "Superhost") — uppercase, narrow padding
266
+
267
+ ### Navigation
268
+ - White sticky header with search bar centered
269
+ - Airbnb logo (Rausch Red) left-aligned
270
+ - Category filter pills: horizontal scroll below search
271
+ - Circular nav controls for carousel navigation
272
+ - "Become a Host" text link, avatar/menu right-aligned
273
+
274
+ ### Image Treatment
275
+ - Listing photography fills card top with generous height
276
+ - Image carousel with dot indicators
277
+ - Heart/wishlist icon overlay on images
278
+ - 8px–14px radius on contained images
279
+
280
+ ---
281
+
282
+ **Verified:** 2026-05-08
283
+ **Tier 1 sources:** airbnb.com (live DOM via playwright — search pill 50px / 48px height confirmed; Hosting ghost button 20px radius / 14px·500; Icon round buttons 50% on 40×40, fill `#f2f2f2`; content card hover hit area 20px radius)
284
+ **Tier 2 sources:** styles.refero.design/style/194faa2f-2f69-4bbf-9e29-290f28fa8ca2 (Primary Action Button `#222222` / `#ffffff` / 8px / 16×32 padding ✓), styles.refero.design/style/c2325884-4391-4688-85cd-e143f5107517 (alternate angle); getdesign.md/airbnb — only directory snippet ("Travel marketplace. Warm coral accent.").
285
+ **Conflicts unresolved:** none. Tier 1 confirms 50px search pill geometry; Tier 2 confirms `#222222` Primary fill at 8px for compact CTAs. Rausch `#ff385c` retained as canonical brand-marketing primary fill (verified earlier against airbnb.design).
286
+
287
+ ## 5. Layout Principles
288
+
289
+ ### Spacing System
290
+ - Base unit: 8px
291
+ - Scale: 2px, 3px, 4px, 6px, 8px, 10px, 11px, 12px, 15px, 16px, 22px, 24px, 32px
292
+
293
+ ### Grid & Container
294
+ - Full-width header with centered search
295
+ - Category pill bar: horizontal scrollable row
296
+ - Listing grid: responsive multi-column (3–5 columns on desktop)
297
+ - Full-width footer with link columns
298
+
299
+ ### Whitespace Philosophy
300
+ - **Travel-magazine spacing**: Generous vertical padding between sections creates a leisurely browsing pace — you're meant to scroll slowly, like browsing a magazine.
301
+ - **Photography density**: Listing cards are packed relatively tightly, but each image is large enough to feel immersive.
302
+ - **Search bar prominence**: The search bar gets maximum vertical space in the header — finding your destination is the primary action.
303
+
304
+ ### Border Radius Scale
305
+ - Subtle (4px): Small links
306
+ - Standard (8px): Buttons, tabs, search elements
307
+ - Badge (14px): Status badges, labels
308
+ - Card (20px): Feature cards, large buttons
309
+ - Large (32px): Large containers, hero elements
310
+ - Circle (50%): Nav controls, avatars, icons
311
+
312
+ ## 6. Depth & Elevation
313
+
314
+ | Level | Treatment | Use |
315
+ |-------|-----------|-----|
316
+ | Flat (Level 0) | No shadow | Page background, text blocks |
317
+ | Card (Level 1) | `rgba(0,0,0,0.02) 0px 0px 0px 1px, rgba(0,0,0,0.04) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 8px` | Listing cards, search bar |
318
+ | Hover (Level 2) | `rgba(0,0,0,0.08) 0px 4px 12px` | Button hover, interactive lift |
319
+ | Active Focus (Level 3) | `rgb(255,255,255) 0px 0px 0px 4px` + focus ring | Active/focused elements |
320
+
321
+ **Shadow Philosophy**: Airbnb's three-layer shadow system creates a warm, natural lift. Layer 1 (`0px 0px 0px 1px` at 0.02 opacity) is an ultra-subtle border. Layer 2 (`0px 2px 6px` at 0.04) provides soft ambient shadow. Layer 3 (`0px 4px 8px` at 0.1) adds the primary lift. This graduated approach creates shadows that feel like natural light rather than CSS effects.
322
+
323
+ ## 7. Do's and Don'ts
324
+
325
+ ### Do
326
+ - Use `#222222` (warm near-black) for text — never pure `#000000`
327
+ - Apply Rausch Red (`#ff385c`) only for primary CTAs and brand moments — it's the singular accent
328
+ - Use Airbnb Cereal VF at weight 500–700 — the warm weight range is intentional
329
+ - Apply the three-layer card shadow for all elevated surfaces
330
+ - Use generous border-radius: 8px for buttons, 20px for cards, 50% for controls
331
+ - Use photography as the primary visual content — listings are image-first
332
+ - Apply negative letter-spacing (-0.18px to -0.44px) on headings for intimacy
333
+ - Use circular (50%) buttons for carousel/navigation controls
334
+
335
+ ### Don't
336
+ - Don't use pure black (`#000000`) for text — always `#222222` (warm)
337
+ - Don't apply Rausch Red to backgrounds or large surfaces — it's an accent only
338
+ - Don't use thin font weights (300, 400) for headings — 500 minimum
339
+ - Don't use heavy shadows (>0.1 opacity as primary layer) — keep them warm and graduated
340
+ - Don't use sharp corners (0–4px) on cards — the generous rounding (20px+) is core
341
+ - Don't introduce additional brand colors beyond the Rausch/Luxe/Plus system
342
+ - Don't override the palette token system — use `--palette-*` variables consistently
343
+
344
+ ## 8. Responsive Behavior
345
+
346
+ ### Breakpoints
347
+ | Name | Width | Key Changes |
348
+ |------|-------|-------------|
349
+ | Mobile Small | <375px | Single column, compact search |
350
+ | Mobile | 375–550px | Standard mobile listing grid |
351
+ | Tablet Small | 550–744px | 2-column listings |
352
+ | Tablet | 744–950px | Search bar expansion |
353
+ | Desktop Small | 950–1128px | 3-column listings |
354
+ | Desktop | 1128–1440px | 4-column grid, full header |
355
+ | Large Desktop | 1440–1920px | 5-column grid |
356
+ | Ultra-wide | >1920px | Maximum grid width |
357
+
358
+ *Note: Airbnb has 61 detected breakpoints — one of the most granular responsive systems observed, reflecting their obsession with layout at every possible screen size.*
359
+
360
+ ### Touch Targets
361
+ - Circular nav buttons: adequate 50% radius sizing
362
+ - Listing cards: full-card tap target on mobile
363
+ - Search bar: prominently sized for thumb interaction
364
+ - Category pills: horizontally scrollable with generous padding
365
+
366
+ ### Collapsing Strategy
367
+ - Listing grid: 5 → 4 → 3 → 2 → 1 columns
368
+ - Search: expanded bar → compact bar → overlay
369
+ - Category pills: horizontal scroll at all sizes
370
+ - Navigation: full header → mobile simplified
371
+ - Map: side panel → overlay/toggle
372
+
373
+ ### Image Behavior
374
+ - Listing photos: carousel with swipe on mobile
375
+ - Responsive image sizing with aspect ratio maintained
376
+ - Heart overlay positioned consistently across sizes
377
+ - Photo quality adjusts based on viewport
378
+
379
+ ## 9. Agent Prompt Guide
380
+
381
+ ### Quick Color Reference
382
+ - Background: Pure White (`#ffffff`)
383
+ - Text: Near Black (`#222222`)
384
+ - Brand accent: Rausch Red (`#ff385c`)
385
+ - Secondary text: `#6a6a6a`
386
+ - Disabled: `rgba(0,0,0,0.24)`
387
+ - Card border: `rgba(0,0,0,0.02) 0px 0px 0px 1px`
388
+ - Card shadow: full three-layer stack
389
+ - Button surface: `#f2f2f2`
390
+
391
+ ### Example Component Prompts
392
+ - "Create a listing card: white background, 20px radius. Three-layer shadow: rgba(0,0,0,0.02) 0px 0px 0px 1px, rgba(0,0,0,0.04) 0px 2px 6px, rgba(0,0,0,0.1) 0px 4px 8px. Photo area on top (16:10 ratio), details below: 16px Airbnb Cereal VF weight 600 title, 14px weight 400 description in #6a6a6a."
393
+ - "Design search bar: white background, full card shadow, 32px radius on container. Search text at 14px Cereal VF weight 400. Red search button (#ff385c, 50% radius, white icon)."
394
+ - "Build category pill bar: horizontal scrollable row. Each pill: 14px Cereal VF weight 600, #222222 text, bottom border on active. Circular prev/next arrows (#f2f2f2 bg, 50% radius)."
395
+ - "Create a CTA button: #222222 background, white text, 8px radius, 16px Cereal VF weight 500, 0px 24px padding. Hover: brand red accent."
396
+ - "Design a heart/wishlist button: transparent background, 50% radius, white heart icon with dark shadow outline."
397
+
398
+ ### Iteration Guide
399
+ 1. Start with white — the photography provides all the color
400
+ 2. Rausch Red (#ff385c) is the singular accent — use sparingly for CTAs only
401
+ 3. Near-black (#222222) for text — the warmth matters
402
+ 4. Three-layer shadows create natural, warm lift — always use all three layers
403
+ 5. Generous radius: 8px buttons, 20px cards, 50% controls
404
+ 6. Cereal VF at 500–700 weight — no thin weights for any heading
405
+ 7. Photography is hero — every listing card is image-first
406
+
407
+ ---
408
+
409
+ ## 10. Voice & Tone
410
+
411
+ Airbnb's voice is hospitality made legible — warm, unhurried, grounded in human scale. The anchor phrase is *"Belong Anywhere,"* adopted as the company's official tagline in July 2014 at the same time the **Bélo** logo launched. That phrase locates the entire voice: not transactional ("Book a room"), not distantly aspirational ("Luxury redefined"), but universal and present-tense. Headlines read like invitations. Error messages read like apologies from someone who genuinely cares. Even legal and safety surfaces preserve the Host-Guest metaphor rather than slipping into corporate passive voice.
412
+
413
+ | Context | Tone |
414
+ |---|---|
415
+ | Hero headlines | Warm, inviting, second-person. "Find a place to stay." |
416
+ | Listing descriptions | Specific, human-scale. "Sleeps 4" not "Max occupancy: 4". |
417
+ | CTAs | Gentle imperative. "Continue", "Reserve", "Send message". Never "Buy now". |
418
+ | Host-facing copy | Partnered, respectful. Hosts are capitalized (Host, Superhost), not "providers" or "suppliers". |
419
+ | Error messages | Apologetic-but-specific. Explains what happened and how to recover. |
420
+ | Onboarding (guest) | Encouraging without being sycophantic. Walks first-time guests through trust features. |
421
+ | Trust & Safety copy | Serious but warm. Reads like a thoughtful letter, not a legal document. |
422
+ | Marketing long-form | Travel-magazine-editorial. Stories of specific Hosts and Guests. |
423
+
424
+ **Forbidden phrases.** "Revolutionary", "disrupt", "next-generation", "game-changer" — the voice is human, not tech-industry. "Book now!" with exclamation — Airbnb treats booking as a trust decision, not a shopping impulse. "Unlock" (as in "Unlock amazing stays") — unlocking is a transactional metaphor and this product is about belonging. Cold-booking vocabulary: "accommodations", "units", "properties" where "homes" works. Scarcity pressure ("Only 2 left!") on product surfaces — this would betray the hospitality thesis.
425
+
426
+ ## 11. Brand Narrative
427
+
428
+ Airbnb was founded in **August 2008** in San Francisco by **Brian Chesky** (CEO), **Joe Gebbia**, and **Nathan Blecharczyk** (engineer) ([Airbnb — Wikipedia](https://en.wikipedia.org/wiki/Airbnb), [Hostaway — Airbnb Founders](https://www.hostaway.com/blog/airbnb-founders/)). The founding was famously accidental: in October 2007 Chesky and Gebbia were SF roommates who couldn't make rent. A design conference (IDSA) had filled every hotel; they inflated **three air mattresses**, put them in their living room, and charged "Airbed & Breakfast" guests **$80 a night**. Three attendees took the offer. Blecharczyk joined as the engineer; the trio officially launched in 2008 ([Knowledge at Wharton podcast](https://knowledge.wharton.upenn.edu/podcast/knowledge-at-wharton-podcast/the-inside-story-behind-the-unlikely-rise-of-airbnb/)). They survived the 2008-2009 down-cycle by selling **Obama O's and Cap'n McCains** novelty cereal during the election cycle, raising ~$30K. Y Combinator W09 batch followed. **IPO December 10, 2020** (NASDAQ: ABNB) at $131B peak valuation. Rausch `#ff385c` is the iconic brand color, named after the Berlin street Brian Chesky once stayed on — that origin (a home, a Host, a Guest who could not find a traditional place to stay) stayed the company's center of gravity as it grew into a global platform. That origin — a home, a Host, a Guest who could not find a traditional place to stay — stayed the company's center of gravity as it grew into a global platform.
429
+
430
+ In **July 2014**, Airbnb launched its first major rebrand: the **Bélo** logo (a universal symbol intended to evoke belonging) and the tagline *"Belong Anywhere."* Brian Chesky's launch essay framed the thesis directly: *"A house is just a space, but a home is where you belong. And what makes this global community so special is that for the very first time, you can belong anywhere."* The campaign framed belonging as *"the universal human yearning to belong — the desire to feel welcomed, and respected, and appreciated for who you are, no matter where you might be."*
431
+
432
+ That 2014 thesis is still the company's foundation, but the positioning has evolved substantially. In **May 2024**, the **Icons Release** introduced a new category — *"extraordinary experiences from the world's greatest icons"* — with partnerships across sports, music, and film, alongside group-trip features (shared wishlists, a redesigned Messages tab). In **2025**, the **Summer Release** expanded Airbnb into a three-pillar platform — **Homes, Experiences, and Services** — launching 10 service categories across 260 cities and a curated "Airbnb Originals" line. Brian Chesky framed the shift verbatim: *"With the launch of services and experiences, we're changing travel again. Now you can Airbnb more than an Airbnb."* The 2025 release shipped with a **visual-language refresh toward 3D, skeuomorphic, Pixar-inspired iconography** — *"vibrant, tactile, and full of depth"*, with *"smooth animations, subtle lighting, soft curves, and drop-shadows"* — while deliberately preserving the **Cereal** typeface, **Rausch Red** accent, and the underlying Belong-Anywhere thesis. The brand evolved into what Airbnb now frames as an "everything app" without abandoning any of the 2014 foundation.
433
+
434
+ What Airbnb refuses: the "hotel booking site" aesthetic (stock photography, star ratings as the only trust signal, "Book Now" pressure tactics), the gig-economy aesthetic (minimalist-cold, platform-as-intermediary), and any design choice that would reduce a home to a commodity. What it embraces: photography-first listing cards where the Host's own photos are the hero content, Rausch Red (`#ff385c`) — named after the company's early office address on Rausch Street, so the brand color is a personal reference rather than a committee decision — generous border-radius that reads as soft rather than precise, and a Bélo logo designed so anyone, anywhere, could draw it.
435
+
436
+ ## 12. Principles
437
+
438
+ 1. **Belong anywhere.** *(Airbnb's official tagline since July 2014, verbatim.)* Every surface should feel like an invitation, not a transaction. If a design move reads as transactional pressure ("Only 2 left! Book now!"), it violates the thesis.
439
+ 2. **Home, not accommodation.** *(Brian Chesky, 2014, verbatim: "A house is just a space, but a home is where you belong.")* Copy, illustration, and imagery refer to "homes", never "units", "properties", or "accommodations".
440
+ 3. **Hosts are capital H.** Hosts are partners, not suppliers. Product copy capitalizes the role (Host, Superhost) as a form of respect. Guest is lowercase when used as a common noun; guests are universal, Hosts are individual.
441
+ 4. **Photography is the hero.** Listing cards, search results, marketing pages — the Host's photography is the primary visual. The chrome's job is to get out of the way of that photography.
442
+ 5. **Warm minimalism.** White canvas, Rausch Red as singular accent, near-black (`#222222`) text with a whiff of warmth, generous radius throughout. The palette refuses the "cool gray institutional" default of travel-tech.
443
+ 6. **Trust is designed.** Every trust-signaling element — reviews, Host verification, cancellation policies, identity verification — is a first-class UI element, not buried in small print. Warmth without trust is hospitality theater.
444
+ 7. **Pay attention to the in-between moments.** Empty states, error states, between-booking follow-ups — these are where belonging is either reinforced or broken. A generic "No results found" state is an Airbnb failure.
445
+ 8. **The Bélo is universal on purpose.** The 2014 Bélo was designed so anyone, anywhere, could draw it. Brand marks are not decoration — they are symbols of the community they represent, and community symbols must be replicable by the community.
446
+ 9. **Hospitality is more than a look.** Design decisions are judged against whether a real Host would feel dignified showing their listing inside this chrome. If the answer is "not quite", the chrome is wrong.
447
+ 10. **The super-app is an extension of hospitality, not a pivot from it.** *(Contemporary, 2024–2025 era.)* The 2024 **Icons Release** and 2025 expansion to **Homes + Experiences + Services** inherit the 2014 "Belong Anywhere" thesis — the unit of belonging scales from a home stay to an experience or a service, but the emotional register stays hospitable. The 2025 shift to 3D / skeuomorphic / Pixar-inspired iconography kept Cereal, Rausch Red, and the warm-minimalist chrome intact precisely because the brand is evolving, not rebooting. A redesign that introduced a cold palette or a sans-serif brand type would violate the thesis, no matter how "modern" it looked.
448
+
449
+ ## 13. Personas
450
+
451
+ *Personas below are fictional archetypes informed by publicly observable Airbnb user segments (leisure travelers, Hosts, long-stay remote workers, multigenerational family travelers), not individual people.*
452
+
453
+ **Léa Dubois, 31, Paris.** Marketing manager at a fashion startup. Books 4–6 Airbnb stays a year, mostly short European weekends with her partner. Reads listing descriptions carefully; checks the Host's review history *before* the listing photos. Would rather pay 20% more for a Superhost with a long review history than save money on a new listing. Notices when Airbnb's empty-state copy is warm or cold and judges the product accordingly.
454
+
455
+ **Dimitri Stavros, 58, Thessaloniki.** Retired and runs a 2-bedroom Superhost listing in his family's village home. Uses the Host app daily. Values that the Host-facing copy treats him as a partner, not a gig-economy worker. Reads every update to Airbnb's cancellation policies carefully because they affect his household income. Would leave the platform if the Host tools ever felt more extractive than collaborative.
456
+
457
+ **Aisha Mohammed, 27, Cairo.** Software engineer working fully remote. Uses Airbnb for 30–90 day "slow travel" stays — Lisbon, Mexico City, Medellín. Filters aggressively for listings with workspace photos and fiber internet mentions. Has written a Medium post about her personal rotation of Superhosts in four cities. Sees Airbnb more as "a distributed home network" than a travel product.
458
+
459
+ **Kenji and Yuki Watanabe, 44 and 41, Yokohama.** Family of four. Book 2–3 Airbnb stays per year for multigenerational trips where hotel rooms would require 2–3 separate rooms. Value the "entire home" filter specifically because it lets grandparents and grandchildren share a kitchen. Read reviews filtered by the "Families" tag. Distrust listings that use professional staging photography — they prefer the slightly-imperfect real-Host photos as a trust signal.
460
+
461
+ ## 14. States
462
+
463
+ | State | Treatment |
464
+ |---|---|
465
+ | **Empty (search, no results)** | Single warm line in near-black (`#222222`): "We couldn't find any homes matching all your filters." One soft-CTA link in Rausch Red: "Clear filters". No illustration. Filter chips visible above so users can adjust in place. |
466
+ | **Empty (wishlist, first use)** | Warm-gray body text: "Save places you love by tapping the heart on any home." One ghost CTA: "Explore homes". No illustration, no sparkles, no tour. |
467
+ | **Empty (messages, new user)** | Near-black headline + warm-gray body: "Your conversations with Hosts will appear here." Nothing more — Airbnb trusts that this becomes obvious once you book. |
468
+ | **Loading (search results)** | Warm-tone skeleton cards preserving the listing-card shape (image area + 3 text lines + price). 1.2s shimmer in a lighter warm tone. Skeletons use the same 12px+ radius as real cards — no geometric surprise on paint-in. |
469
+ | **Loading (map pan)** | Result pins fade at `motion-fast` as the user drags; map tiles load underneath. No blocking overlay, no "Loading..." text on the map. |
470
+ | **Error (booking failed)** | Warm apology + specific cause + recovery path. *"Your booking didn't go through. Please try again, or contact the Host directly."* Rausch Red used only on the "Try again" button. Never a bright red banner. |
471
+ | **Error (form validation)** | Field-level. Ultra-thin border switches from warm gray to Rausch Red. 13px warm message below: what's invalid and what would be valid. |
472
+ | **Error (Host decline)** | Warm, explanatory surface. Not framed as failure — framed as "this Host isn't available; here are similar homes". The rejection is never hidden, but the alternative is immediate and present. |
473
+ | **Success (booking confirmed)** | Dedicated confirmation screen. Host's first name + photo + welcome note if they wrote one. Check-in details prominent. Rausch Red only on the "Message Host" button. Past tense: "You're booked." |
474
+ | **Success (review submitted)** | Brief warm-gray inline confirmation: "Thanks for your review." 4s auto-dismiss. No toast spam; reviews are a small ritual, treated quietly. |
475
+ | **Skeleton** | Warm-tone blocks at exact final card dimensions. Shimmer in a lighter warm tone, never cool blue. Photography placeholder is a subtle warm gradient, never a blank gray square — even skeletons respect the photography-first principle. |
476
+ | **Disabled** | Opacity on text and warm-border together. Rausch Red actions become `rgba(255,56,92,0.3)` — faded warm red, not switched to gray. |
477
+ | **Loading (Host publishing a listing)** | Multi-step progress with named steps ("Photos uploaded", "Description saved", "Calendar synced"). Warm, specific, never abstract "Loading..." text. |
478
+
479
+ ## 15. Motion & Easing
480
+
481
+ **Durations**:
482
+
483
+ | Token | Value | Use |
484
+ |---|---|---|
485
+ | `motion-instant` | 0ms | State commits, selection, keyboard confirm |
486
+ | `motion-fast` | 160ms | Hover, focus, heart-icon toggle, map pin interactions |
487
+ | `motion-standard` | 260ms | Sheet, modal, gallery swipe, card expand |
488
+ | `motion-slow` | 400ms | Full-screen photo gallery transitions, rare hero reveals |
489
+
490
+ **Easings**:
491
+
492
+ | Token | Curve | Use |
493
+ |---|---|---|
494
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — sheets, modals, filter drawers |
495
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
496
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
497
+ | `ease-warm` | `cubic-bezier(0.25, 0.8, 0.25, 1)` | Heart-icon toggle, Wishlist save — slightly more settled at the end, matching the emotional register of saving a home |
498
+
499
+ **Signature motions.**
500
+
501
+ 1. **Heart-icon save (Wishlist).** The heart transitions from outline to filled Rausch Red over `motion-fast` with `ease-warm`. A small scale pulse (`0.9 → 1.05 → 1.0`) accompanies the color fill. This is the one place Airbnb's UI allows a tiny "joy" motion — saving a home to come back to later is an emotional act, not a neutral bookmark.
502
+ 2. **Photo gallery swipe.** Full-screen photos swipe at `motion-standard` with `ease-standard`. No parallax on the photos themselves; the user should feel like they're looking at real photographs, not a marketing carousel.
503
+ 3. **Search filter drawer.** Filter drawer rises at `motion-standard` with `ease-enter`. Backdrop fades in synchronously. Dismissal at `motion-fast` with `ease-exit`.
504
+ 4. **Map pin selection.** When a result pin is tapped, the corresponding listing card slides into focus at the bottom of the screen at `motion-standard` with `ease-enter`. The pin itself scales `1.0 → 1.15` over `motion-fast` to confirm selection.
505
+ 5. **Reduce motion.** Under `prefers-reduced-motion: reduce`, all `motion-*` tokens collapse to `motion-instant`. The heart-icon pulse becomes an instant color switch. Gallery transitions become cuts. The product stays fully functional; hospitality voice is preserved through copy, not through motion.
506
+
507
+ <!--
508
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
509
+
510
+ Direct verification via WebFetch / WebSearch (2026-04-19):
511
+
512
+ Historical (2014 era) — the foundation still in force:
513
+ - Brian Chesky, "Belong Anywhere" (Medium, July 2014) — confirms the tagline
514
+ launch and this verbatim framing used directly in §10 and §11:
515
+ "really, we're about home. You see, a house is just a space, but a
516
+ home is where you belong. And what makes this global community so
517
+ special is that for the very first time, you can belong anywhere."
518
+ https://medium.com/@bchesky/belong-anywhere-ccf42702d010
519
+ - "How Airbnb Found a Mission—and a Brand" (Fortune longform) — confirms
520
+ the July 2014 rebrand context, the Bélo logo naming (by then-CMO
521
+ Jonathan Mildenhall), and the campaign framing verbatim:
522
+ "the universal human yearning to belong — the desire to feel
523
+ welcomed, and respected, and appreciated for who you are, no
524
+ matter where you might be."
525
+ https://fortune.com/longform/airbnb-travel-mission-brand/
526
+
527
+ Contemporary (2024–2025 era) — the current positioning:
528
+ - Airbnb 2024 Summer Release (Icons launch) — WebSearch confirms verbatim:
529
+ "extraordinary experiences from the world's greatest icons"
530
+ Also confirmed: the Icons category launch with partners across sports,
531
+ music, and film; group-trip features (shared wishlists, redesigned
532
+ Messages tab). Announced by Brian Chesky in a 34-minute video release.
533
+ https://news.airbnb.com/airbnb-2024-summer-release/
534
+ - Airbnb 2025 Summer Release — WebSearch confirms Brian Chesky verbatim:
535
+ "With the launch of services and experiences, we're changing travel
536
+ again. Now you can Airbnb more than an Airbnb."
537
+ Three-pillar expansion confirmed (Homes + Experiences + Services), 10
538
+ launch categories (including Chefs) across 260 cities, Airbnb Originals
539
+ line.
540
+ https://news.airbnb.com/airbnb-2025-summer-release/
541
+ https://www.airbnb.com/release
542
+ - Medium / Design Bootcamp, "Airbnb Summer 2025 update" — confirms the
543
+ visual-language refresh verbatim:
544
+ "3D, skeuomorphic, Pixar-inspired icons — vibrant, tactile, and full
545
+ of depth"
546
+ "smooth animations, subtle lighting, soft curves, and drop-shadows"
547
+ "playful, utility-driven icon set with consistent visual language —
548
+ curved, bold, and full of personality"
549
+ Also confirms that Cereal typeface and existing logo were preserved
550
+ through the 2025 redesign — evolution, not reboot.
551
+
552
+ Note: Direct WebFetch of https://news.airbnb.com/ and https://www.airbnb.com/
553
+ returned HTTP 403 (likely bot protection), so 2024–2025 release quotes
554
+ above were captured via WebSearch against the same underlying source pages
555
+ and cross-confirmed against the Medium analysis piece.
556
+
557
+ Base DESIGN.md (sections 1–9) is the source for all token-level claims
558
+ (Rausch Red #ff385c, Airbnb Cereal VF typeface, three-layer shadow stacks,
559
+ generous radius scale 8px–32px, Near-Black #222222, Luxe Purple #460479
560
+ and Plus Magenta #92174d for premium tiers).
561
+
562
+ Not independently verified via WebFetch — widely documented public facts used:
563
+ - Airbnb was founded in 2008 in San Francisco by Brian Chesky, Joe Gebbia,
564
+ and Nathan Blecharczyk; the origin story involving air mattresses during
565
+ a San Francisco design conference is widely documented.
566
+ - Rausch Red (#ff385c) is reported to be named after Rausch Street, the
567
+ location of an early Airbnb office.
568
+ - Airbnb's Host / Superhost program terminology is widely used in
569
+ the company's own product and Host-facing surfaces.
570
+
571
+ Personas (§13) are fictional archetypes informed by publicly observable
572
+ Airbnb user segments (leisure travelers, Hosts / Superhosts, long-stay
573
+ remote workers, multigenerational family travelers). Names are illustrative;
574
+ they do not refer to real people.
575
+
576
+ Interpretive claims (e.g., "hospitality is more than a look", "the Bélo is
577
+ universal on purpose", "warm minimalism refuses the cool-gray institutional
578
+ default") are editorial readings connecting Airbnb's stated 2014 brand
579
+ thesis to the design system, not directly sourced Airbnb statements.
580
+ -->
581
+