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,502 @@
1
+ ---
2
+ id: coupang
3
+ name: Coupang
4
+ country: KR
5
+ category: ecommerce
6
+ homepage: "https://www.coupang.com"
7
+ primary_color: "#000000"
8
+ logo:
9
+ type: simpleicons
10
+ slug: coupang
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Coupang Media Assets
15
+ url: "https://news.coupang.com/coupang-media-assets-brand-guidelines-eng/"
16
+ type: brand
17
+ description: Coupang's official media-asset brand guidelines — logo usage, sizing, and attribution rules.
18
+ og_image: "https://news.coupang.com/wp-content/uploads/2023/01/Coupang_2_1609.jpg"
19
+ ---
20
+
21
+ # Design System Inspiration of Coupang (쿠팡)
22
+
23
+ ## 1. Visual Theme & Atmosphere
24
+
25
+ Coupang's interface is the digital equivalent of a hyper-efficient Korean discount warehouse — every pixel earns its rent by surfacing a price, a delivery promise, or a deal. The page opens on a clean white canvas (`#ffffff`) with near-black text (`#111111`) and the unmistakable **Coupang Red** (`#E94B22`) — a warm, slightly orange-leaning red that reads less "alarm" and more "rocket exhaust." This isn't the deep crimson of luxury commerce; it's the saturated red of a price tag, a delivery truck, a `로켓배송` (Rocket Delivery) badge.
26
+
27
+ The aesthetic is unapologetically **information-dense**. Where Apple uses whitespace to elevate a single object, Coupang uses tight grids to fit four products per row above the fold — because the brand's defining promise (`쿠팡 없이 어떻게 살았을까?` — "How did we live without Coupang?") is that every search returns a faster, cheaper, in-stock answer than the user expected. The product card is the atomic unit of the brand: a square thumbnail, a discount percentage in red, a `로켓배송` rocket icon, a price in heavy weight, a delivery date promise — sometimes nine pieces of information in 200 pixels of height. Pretendard carries the Korean text; the system stack carries everything else; a small palette of accent reds, a `WOW` magenta-pink for membership moments, and warm neutrals do the rest.
28
+
29
+ **Key Characteristics:**
30
+ - **Coupang Red** (`#E94B22`) as the singular brand engine — used on CTAs, price emphasis, the rocket badge, and the logo
31
+ - Pretendard / Apple SD Gothic Neo system stack — no custom typeface, because density rules over typography
32
+ - 4-column product grid as the dominant layout primitive (mobile: 2-col, tablet: 3-col, desktop: 4-5 col)
33
+ - Information density: 6-9 data points per product card (image, badge, name, rating, review count, price, original price, discount %, delivery promise)
34
+ - Sub-brand color extensions: WOW (magenta-pink), Eats (red-tinted), Play (red-on-dark) all share the Red parent
35
+ - Heavy use of badges (`로켓배송`, `로켓프레시`, `WOW only`, `최저가`) as inline signals
36
+ - Mobile-first at 360px baseline — most Korean e-commerce traffic is mobile
37
+ - Yellow highlight (`#FAC000`) reserved for star ratings and promotional badges only
38
+
39
+ ## 2. Color Palette & Roles
40
+
41
+ ### Primary
42
+ - **Coupang Red** (`#E94B22`): Primary brand color. CTAs, price emphasis, rocket badge, logo wordmark, active tab indicator. The defining warm-red that anchors every Coupang surface. RGB(233, 75, 34).
43
+ - **Deep Coupang Red** (`#C73D17`): Pressed / hover state for primary buttons and active price indicators.
44
+ - **Near Black** (`#111111`): Primary text — heavier than Karrot's `#1a1c20`, because product names need maximum read-density.
45
+ - **Pure White** (`#ffffff`): Page and card background.
46
+
47
+ ### Brand Tints & Sub-brands
48
+ - **Red Tint** (`#FFEEE8`): Soft red wash behind WOW pricing rows, deal banners.
49
+ - **Coupang Brown** (`#894F24`): Secondary brand accent — used sparingly on legacy chrome and Rocket Fresh produce indicators.
50
+ - **WOW Magenta** (`#A50034`): Coupang Wow membership badge, `WOW only` price labels — distinct from Red but in the same warm family.
51
+ - **Coupang Yellow** (`#FAC000`): Star ratings, promotional `BEST` / `HOT` badges. Never a CTA color.
52
+ - **Coupang Green** (`#80BC27`): Stock-in / availability indicators, Rocket Fresh subscribe state.
53
+ - **Coupang Blue** (`#3DACDC`): Informational links and `Coupang Play` accent on dark surfaces.
54
+
55
+ ### Semantic
56
+ - **Critical Red** (`#D60404`): Out-of-stock, error states. Distinct from brand red — colder, closer to alarm red.
57
+ - **Discount Red** (`#E94B22`): Discount percentage labels — same as brand red, used as a price-emphasis tool.
58
+ - **Positive Green** (`#03AC0E`): "도착 보장" arrival-guarantee badges, success confirmations.
59
+ - **Informative Blue** (`#0074E9`): Standard hyperlinks, "더보기" expansion links.
60
+
61
+ ### Neutral Scale
62
+ - **Gray 50** (`#F7F8FA`): Page-section dividers, card hover fill.
63
+ - **Gray 100** (`#F2F4F6`): Disabled bg, secondary surface.
64
+ - **Gray 200** (`#E5E8EB`): Standard border, divider lines.
65
+ - **Gray 400** (`#B0B8C1`): Muted icons, placeholder.
66
+ - **Gray 600** (`#6B7684`): Secondary metadata (review count, seller name).
67
+ - **Gray 800** (`#333D4B`): Body text, secondary headings.
68
+ - **Gray 900** (`#111111`): Headings, product names, prices.
69
+
70
+ ### Surface & Borders
71
+ - **Border Subtle** (`#E5E8EB`): Card outlines on category grid.
72
+ - **Border Strong** (`#111111`): Selected filter chips, active tab underline.
73
+ - **Overlay** (`rgba(17,17,17,0.6)`): Modal backdrop, image-zoom scrim.
74
+
75
+ ## 3. Typography Rules
76
+
77
+ ### Font Family
78
+ - **Primary**: `"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", Roboto, "Noto Sans KR", sans-serif`
79
+ - **Numeric (prices)**: Pretendard tabular variant or `tabular-nums` — prices must align by digit, especially in compare-by-price grids.
80
+ - **Design Principle**: No custom typeface. The brand is a price catalog; legibility at 12-14px under fluorescent grocery-store conditions matters more than typographic identity.
81
+
82
+ ### Hierarchy
83
+
84
+ | Role | Font | Size | Weight | Line Height | Notes |
85
+ |------|------|------|--------|-------------|-------|
86
+ | Display | Pretendard | 28px | 700 | 36px | Hero promo banners, splash takeovers |
87
+ | Headline | Pretendard | 22px | 700 | 30px | Section headers ("로켓배송 신상품") |
88
+ | Subheadline | Pretendard | 18px | 700 | 26px | Card cluster headings |
89
+ | Title | Pretendard | 16px | 600 | 22px | Product name (truncated 2 lines) |
90
+ | Body | Pretendard | 14px | 400 | 20px | Standard reading, descriptions |
91
+ | Body Small | Pretendard | 13px | 400 | 18px | Review count, seller info |
92
+ | Caption | Pretendard | 12px | 400 | 16px | Timestamps, fine print |
93
+ | Price Large | Pretendard | 18px | 700 | 24px tabular | Primary product price |
94
+ | Price | Pretendard | 16px | 700 | 22px tabular | Card price |
95
+ | Strikethrough | Pretendard | 13px | 400 line-through | 18px | Original price before discount |
96
+ | Discount % | Pretendard | 14px | 700 | 18px | `#E94B22` red, e.g. "37%" |
97
+ | Badge | Pretendard | 11px | 700 | 14px | `로켓배송`, `BEST`, ALL CAPS Korean |
98
+
99
+ ### Principles
100
+ - **Three weights only**: Regular (400), Semibold (600), Bold (700). No light, no extra-bold.
101
+ - **Tabular numerals on every price**: Currency figures must left-align by digit so users compare by glance, not by reading.
102
+ - **Truncation is mandatory**: Product names truncate at 2 lines with ellipsis — never wrap to 3, never single-line. The 2-line ceiling is a card-grid contract.
103
+ - **Korean-first letter-spacing**: Default `letter-spacing: -0.02em` on Korean headings to tighten Pretendard's natural metrics.
104
+ - **Discount percentage is visually dominant**: A `37%` discount label is bigger and bolder than the product name beside it — price psychology is the brand.
105
+
106
+ ## 4. Component Stylings
107
+
108
+ ### Buttons
109
+
110
+ **Primary (Coupang Red)**
111
+ - Background: `#E94B22` (Coupang Red)
112
+ - Text: `#ffffff`
113
+ - Radius: **4px** (sharp, utilitarian — not a pill, not soft)
114
+ - Min-height: **48px** (large), **40px** (medium), **32px** (small)
115
+ - Padding: 12px 20px (medium)
116
+ - Font: 16px weight 700 (large), 14px weight 700 (medium)
117
+ - Pressed: `#C73D17`
118
+ - Disabled: `#F2F4F6` bg, `#B0B8C1` text
119
+ - Use: "구매하기", "장바구니 담기", "로그인", primary checkout flow CTAs
120
+
121
+ **Secondary (Outlined)**
122
+ - Background: `#ffffff`
123
+ - Text: `#E94B22` (Coupang Red)
124
+ - Border: 1px solid `#E94B22`
125
+ - Radius: 4px
126
+ - Pressed: `#FFEEE8` background fill
127
+ - Use: "위시리스트 추가", "쿠폰 받기", paired with primary button
128
+
129
+ **Tertiary (Neutral)**
130
+ - Background: `#F2F4F6` (Gray 100)
131
+ - Text: `#333D4B` (Gray 800)
132
+ - Radius: 4px
133
+ - Pressed: `#E5E8EB`
134
+ - Use: Filter toggles, "전체보기", low-emphasis actions
135
+
136
+ **WOW Magenta (Membership)**
137
+ - Background: `#A50034` (WOW Magenta)
138
+ - Text: `#ffffff`
139
+ - Radius: 4px
140
+ - Use: "Wow 멤버십 가입하기", subscription upsells — distinct from primary red to flag the membership context
141
+
142
+ **Critical (Destructive)**
143
+ - Background: `#ffffff`
144
+ - Text: `#D60404`
145
+ - Border: 1px solid `#D60404`
146
+ - Use: "주문 취소", "삭제"
147
+
148
+ ### Cards & Containers
149
+
150
+ **Product Card (the atomic unit)**
151
+ - Background: `#ffffff`
152
+ - Border: 1px solid `#E5E8EB` (Gray 200) OR no border + 8px gap-based separation
153
+ - Radius: **0px** for grid cards (sharp edges maximize density), **8px** for featured promo cards
154
+ - Padding: 12px (compact), 16px (standard)
155
+ - Hover: 1px border shifts to `#111111`, no shadow lift
156
+ - Layout: 1:1 thumbnail top, then in order — rocket badge row, product name (2 lines), star+reviews, price block (discount %, original, current), delivery promise
157
+
158
+ **Promo Card**
159
+ - Background: `#ffffff` or brand-tinted `#FFEEE8`
160
+ - Radius: 8px
161
+ - Padding: 16px-20px
162
+ - Optional 1px border or shadow `0px 2px 8px rgba(17,17,17,0.06)`
163
+
164
+ ### Chips & Badges
165
+
166
+ **Filter Chip**
167
+ - Background: `#ffffff`, Selected: `#111111` with white text
168
+ - Border: 1px solid `#E5E8EB`, Selected: `#111111`
169
+ - Radius: 4px (not pill — Coupang's sharp register)
170
+ - Height: 32px, Padding: 0 12px, Font: 13px weight 500
171
+
172
+ **Rocket Badge** (the iconic element)
173
+ - Background: `#ffffff` with rocket icon `#E94B22`
174
+ - Text: `로켓배송` in `#E94B22` weight 700, 11px
175
+ - Compact horizontal layout, 16-20px tall
176
+ - No border, no radius — the icon does the work
177
+
178
+ **Discount Badge**
179
+ - Standalone red percentage: `#E94B22` text, no bg, weight 700, 14-18px
180
+ - "특가" / "BEST" pill: `#E94B22` bg, white text, 4px radius, 11px weight 700
181
+
182
+ **WOW Badge**
183
+ - Background: `#A50034`, white text, "WOW only" or "Wow 회원가"
184
+ - 4px radius, 11px weight 700
185
+
186
+ ### Inputs & Forms
187
+
188
+ **Search Input** (the hero of the chrome)
189
+ - Background: `#ffffff`
190
+ - Border: 2px solid `#E94B22` (the search bar IS branded — red-bordered by default)
191
+ - Radius: 4px
192
+ - Height: 48px, Padding: 0 16px
193
+ - Right-side red search button (square, `#E94B22`, white magnifier icon)
194
+
195
+ **Standard Input**
196
+ - Background: `#ffffff`
197
+ - Border: 1px solid `#E5E8EB`
198
+ - Radius: 4px
199
+ - Focus: 1px solid `#E94B22`
200
+ - Height: 44px
201
+
202
+ ### Navigation
203
+
204
+ **Top Header**
205
+ - Background: `#ffffff`
206
+ - Logo: `#E94B22` Coupang wordmark, ~28-32px tall
207
+ - Search bar dominates center (red-bordered, ~600px wide on desktop)
208
+ - Right: "마이쿠팡", "장바구니" with cart count badge
209
+ - Height: 80-90px (taller than typical because search must breathe)
210
+
211
+ **Category Nav**
212
+ - Sticky horizontal bar, white bg, 1px bottom border
213
+ - Active item: `#E94B22` text + 2px bottom underline
214
+ - 14px weight 700
215
+
216
+ **Mobile Bottom Tab**
217
+ - 5 tabs: 홈 / 카테고리 / 검색 / 장바구니 / 마이쿠팡
218
+ - Active: `#E94B22` icon + label
219
+ - Inactive: `#6B7684`
220
+ - Height: 56px + safe area
221
+
222
+ ## 5. Layout Principles
223
+
224
+ ### Spacing System
225
+ - Base unit: 4px
226
+ - Scale: 4, 8, 12, 16, 20, 24, 32, 40, 48, 64
227
+ - Gutter: 16px mobile, 24px tablet, 32px desktop
228
+ - Card grid gap: 8px (compact) or 12px (standard) — *tight*, because density is the brand
229
+
230
+ ### Grid & Container
231
+ - Mobile: 2-column product grid, 360-414px viewport
232
+ - Tablet: 3-column, 768px breakpoint
233
+ - Desktop: 4-5 column at >1024px, max content width 1280px
234
+ - Header search bar: max 600px wide, centered
235
+ - Promo banners: full-bleed edge-to-edge
236
+
237
+ ### Whitespace Philosophy
238
+ - **Density before drama**: A typical search result fits 12-20 product cards above the fold on desktop. Whitespace is functional gap, never decorative breathing room.
239
+ - **Card gaps over card padding**: Use 8-12px gaps between cards rather than internal padding to maximize image and price visibility.
240
+ - **Vertical rhythm in price blocks**: 4px between discount %, original price (strikethrough), current price, delivery promise — tight stack so the eye reads top-to-bottom in one motion.
241
+
242
+ ### Border Radius Scale
243
+ - **Sharp (0-4px)**: Product cards, filter chips, buttons, inputs — Coupang's default. The sharp corner reads as catalog/utility/efficient.
244
+ - **Soft (8px)**: Promo cards, modals, bottom sheets.
245
+ - **Pill (9999px)**: Avatars only — never on chips, never on buttons.
246
+
247
+ ## 6. Depth & Elevation
248
+
249
+ | Level | Treatment | Use |
250
+ |-------|-----------|-----|
251
+ | Flat (0) | No shadow | Page background, product card grid (gap-only separation) |
252
+ | Subtle (s1) | `0px 1px 4px rgba(17,17,17,0.06)` | Card hover, dropdown |
253
+ | Standard (s2) | `0px 2px 8px rgba(17,17,17,0.10)` | Promo cards, sticky CTAs, modals |
254
+ | Prominent (s3) | `0px 4px 16px rgba(17,17,17,0.16)` | Bottom sheets, image zoom, full-screen overlays |
255
+
256
+ **Shadow Philosophy**: Coupang uses shadows sparingly — the grid's information density already creates depth through sheer visual weight. Shadows appear at hover, on sticky elements, and on overlays — never as decorative card-lifting on the main grid. The dominant separation tool is the 1px gray border (`#E5E8EB`) and the 8-12px gap, not elevation.
257
+
258
+ ## 7. Do's and Don'ts
259
+
260
+ ### Do
261
+ - Use Coupang Red (`#E94B22`) for CTAs, price emphasis, rocket badges, and the logo — these four roles only
262
+ - Keep border-radius at 0-4px for grid elements — sharp corners read as catalog efficiency
263
+ - Use tabular numerals on every price, every count, every quantity
264
+ - Pack 6-9 data points per product card — that's the brand's contract with the user
265
+ - Truncate product names at 2 lines with ellipsis — never wrap to 3
266
+ - Use Pretendard with `letter-spacing: -0.02em` on Korean headings
267
+ - Reserve WOW Magenta (`#A50034`) exclusively for membership-context buttons and badges
268
+ - Use the 4px grid for all spacing — same as Karrot, but applied to denser layouts
269
+
270
+ ### Don't
271
+ - Don't use pill-shaped (9999px) buttons or chips — that's a Toss/Karrot register, not Coupang's
272
+ - Don't add ambient shadows to product cards on the main grid — gap + 1px border carries the load
273
+ - Don't use yellow (`#FAC000`) for buttons — it's exclusively for stars and `BEST` badges
274
+ - Don't introduce dramatic whitespace that drops grid density below the device's max-card-count
275
+ - Don't replace the red-bordered search bar with a neutral gray version — the red border is brand chrome
276
+ - Don't pair Coupang Red with a secondary brand red — the WOW Magenta is the only sibling, and it's membership-scoped
277
+ - Don't use serif typography or display faces — Pretendard does every weight Coupang needs
278
+ - Don't single-line product names — the 2-line ceiling is what makes the grid scannable
279
+
280
+ ## 8. Responsive Behavior
281
+
282
+ ### Breakpoints
283
+ | Name | Width | Key Changes |
284
+ |------|-------|-------------|
285
+ | Mobile | <480px | 2-column product grid, 16px gutter, bottom tab bar |
286
+ | Tablet | 480-1024px | 3-column grid, 24px gutter, top nav unchanged |
287
+ | Desktop | >1024px | 4-5 column grid, 32px gutter, max content 1280px |
288
+
289
+ ### Touch Targets
290
+ - Buttons: 48px (large), 40px (medium), 32px (small)
291
+ - Filter chips: 32px height
292
+ - Bottom tab: 56px height
293
+ - Product card thumbnail: minimum 156x156px on mobile
294
+
295
+ ### Collapsing Strategy
296
+ - Search bar: full-width on mobile, max 600px on desktop, sticky on scroll
297
+ - Category nav: horizontal scroll on mobile, full row on desktop
298
+ - Product grid: 2 → 3 → 4 → 5 columns by viewport
299
+ - Add-to-cart CTA: sticky bottom bar on mobile product detail, inline on desktop
300
+
301
+ ### Image Behavior
302
+ - Product thumbnails: 1:1 aspect ratio, 0px or 4px radius
303
+ - Hero banners: 16:9 desktop, 4:3 mobile
304
+ - Avatar (review author): circular 9999px, 32-40px
305
+
306
+ ## 9. Agent Prompt Guide
307
+
308
+ ### Quick Color Reference
309
+ - Primary CTA: Coupang Red (`#E94B22`)
310
+ - CTA Pressed: Deep Red (`#C73D17`)
311
+ - Background: White (`#ffffff`)
312
+ - Heading: Near Black (`#111111`)
313
+ - Body: Gray 800 (`#333D4B`)
314
+ - Caption: Gray 600 (`#6B7684`)
315
+ - Border: Gray 200 (`#E5E8EB`)
316
+ - Disabled: Gray 100 (`#F2F4F6`)
317
+ - Critical: Red (`#D60404`)
318
+ - Success: Green (`#03AC0E`)
319
+ - Info: Blue (`#0074E9`)
320
+ - Star/Best: Yellow (`#FAC000`)
321
+ - WOW: Magenta (`#A50034`)
322
+
323
+ ### Example Component Prompts
324
+ - "Build a Coupang product card: white bg, 1px solid #E5E8EB border, 0px radius, 12px padding. 1:1 thumbnail top. Below: 로켓배송 badge (#E94B22 rocket icon, 11px weight 700). Product name 14px weight 600 #111111, truncate 2 lines. Star rating row: yellow #FAC000 stars + gray review count. Price block: discount % 14px weight 700 #E94B22 + strikethrough original 13px #6B7684 + current price 16px weight 700 #111111 tabular-nums. Delivery promise '내일 도착' 12px #03AC0E."
325
+ - "Design the Coupang search bar: white bg, 2px solid #E94B22 border, 4px radius, 48px height. Right-side square button: #E94B22 bg, white magnifier icon, 48x48px, 0px radius, attached to right edge."
326
+ - "Create a primary CTA: #E94B22 bg, white text 16px weight 700, 48px min-height, 4px radius, 12px×20px padding. Pressed: #C73D17. Disabled: #F2F4F6 bg #B0B8C1 text. Use for '구매하기', '장바구니 담기'."
327
+ - "Build a WOW membership upsell: #A50034 bg, white text 'Wow 멤버십 가입하기' 14px weight 700, 4px radius, 40px height. Above the button: WOW logo + benefit list with #03AC0E checkmarks."
328
+ - "Design a discount badge: standalone '37%' label, #E94B22 text, 18px weight 700, no background. Position top-left of product image, 8px inset."
329
+
330
+ ### Iteration Guide
331
+ 1. Coupang Red `#E94B22` is the only true brand color — WOW Magenta is the membership-scoped sibling
332
+ 2. Border-radius defaults: 0-4px buttons/inputs/cards, 8px modals, 9999px avatars only
333
+ 3. Density is non-negotiable — 4-5 cards per row desktop, 2-3 mobile, never sparse
334
+ 4. Every price uses tabular numerals — alignment matters more than aesthetics
335
+ 5. The red-bordered search bar is brand chrome — don't neutralize it
336
+ 6. Sharp corners read as catalog/utility — soft corners read as lifestyle, which is off-brand
337
+ 7. Pretendard, three weights (400/600/700), Korean-tightened with `letter-spacing: -0.02em`
338
+
339
+ ---
340
+
341
+ ## 10. Voice & Tone
342
+
343
+ Coupang speaks like a **highly competent Korean discount-store ajumma** — direct, deal-driven, results-first, allergic to florid marketing. The voice assumes a working parent on a phone at 11pm trying to get diapers delivered before 7am, and treats their time as scarce. Sentences are short, verb-first, and load-bearing. The signature catchphrase — `쿠팡 없이 어떻게 살았을까?` ("How did we live without Coupang?") — is the entire brand thesis distilled to seven words: utility so deep it becomes infrastructure. English surfaces (Coupang Inc. corporate, US headquarters) carry the same posture in plain American English — "We bring Wow to every customer," not "Discover the future of e-commerce."
344
+
345
+ | Context | Tone |
346
+ |---|---|
347
+ | CTAs | Verb-first Korean (`구매하기`, `장바구니 담기`, `로그인`, `지금 구독하기`) / plain English (`Buy now`, `Add to cart`, `Apply`) |
348
+ | Price labels | Numeric-dominant. `최저가`, `WOW 회원가`, `로켓와우 회원가`, `즉시할인` — short noun phrases that name the price type |
349
+ | Delivery promise | Time-specific, never vague. `내일(목) 도착 보장`, `오늘 7시까지 주문 시 새벽 도착`. Not "fast shipping." |
350
+ | Rocket badges | Single-word power: `로켓배송`, `로켓프레시`, `로켓직구`, `로켓설치` — each names a specific logistics product, not a feeling |
351
+ | Empty states | Practical reframe. Never `데이터가 없습니다`. Prefer `검색 결과가 없어요. 다른 키워드로 검색해보세요.` |
352
+ | Error messages | Specific + actionable. `네트워크 연결을 확인하고 다시 시도해 주세요`, not `오류가 발생했습니다`. |
353
+ | Success toasts | Past-tense, transactional. `장바구니에 담겼어요`, `주문이 완료되었어요`. No celebration, no exclamation marks. |
354
+ | Membership upsells | Benefit-stack, not aspiration. Lists concrete perks (`무료배송`, `무료반품`, `쿠팡플레이 무료`) over lifestyle promises. |
355
+ | Coupang Eats / Play | Sub-brands borrow the parent register but slightly warmer — Eats uses food-craving copy (`30분 안에 도착`), Play uses content-hook copy (`SNL 코리아 시즌 6 독점 공개`). |
356
+
357
+ **Forbidden phrases.** `불편을 드려 죄송합니다`, `데이터가 없습니다`, `오류가 발생했습니다`, `놀라운`, `혁신적인`, `세계 최고의`. English boilerplate bans: `Oops`, `something went wrong`, `amazing deals`, `unbeatable prices`, `revolutionary`. Marketing inflation is anti-Coupang — the brand lets the price tag and the delivery date do the persuading. Emoji are permitted in promotional banners and chat-with-seller flows, but never in error messages, never in payment confirmations, never in delivery-status notifications.
358
+
359
+ **Voice samples.**
360
+
361
+ - `쿠팡 없이 어떻게 살았을까?` — corporate brand tagline, the defining catchphrase. <!-- verified: coupang.jobs/kr 2026-05 -->
362
+ - `우리의 미션은 고객과 직원, 파트너의 일상을 혁신하는 것입니다` — corporate mission. <!-- verified: coupang.jobs/kr 2026-05 -->
363
+ - `쿠팡은 커머스의 미래를 만들어 가고 있습니다` — careers hero copy. <!-- verified: coupang.jobs/kr 2026-05 -->
364
+ - `로켓배송` — flagship logistics sub-brand mark. <!-- verified: coupang.com product surfaces, widely documented -->
365
+ - `WOW 회원가` — membership-scoped price label. <!-- illustrative: standard pricing convention on Coupang catalog surfaces -->
366
+ - `오늘 7시까지 주문 시 새벽 도착` — Dawn Delivery promise pattern. <!-- illustrative: documented Rocket Wow benefit, exact wording varies -->
367
+ - `장바구니에 담겼어요` — illustrative success-toast pattern. <!-- illustrative: not verified as live Coupang copy -->
368
+
369
+ ## 11. Brand Narrative
370
+
371
+ Coupang was founded in **2010 in Seoul** by **Bom Kim (김범석)** — a Korean-American who moved from Seoul to the US at age 7, graduated Harvard College, then **dropped out of Harvard Business School in his second semester** to start the company. The first version was a Groupon-clone daily-deals site. By 2014, Kim had bet the company on a thesis no Korean e-commerce incumbent believed: that the bottleneck wasn't catalog or price, it was **logistics control**. Coupang would not be a marketplace that referred orders to third-party shippers; it would own the warehouses, the trucks, the drivers (the "로켓맨" / Rocketmen), and the delivery promise end-to-end ([CNBC](https://www.cnbc.com/2019/12/04/coupang-harvard-dropout-bom-kim-built-koreas-most-valuable-start-up.html), [Wikipedia — Bom Kim](https://en.wikipedia.org/wiki/Bom_Kim)).
372
+
373
+ **Rocket Delivery (`로켓배송`) launched March 2014.** Same-day or next-day on millions of items, eventually expanded to **Dawn Delivery** (order by midnight, arrives by 7am). The capital that made it possible: **$100M from Sequoia Capital May 2014**, **$300M from BlackRock months later**, then the bet that changed everything — **SoftBank $1B in June 2015**, followed by **SoftBank Vision Fund $2B in November 2018** at a $9B valuation, making Bom Kim the second-youngest billionaire in South Korea ([Korea Times](https://www.koreatimes.co.kr/business/tech-science/20190129/coupangs-rocket-delivery-gaining-popularity), [Speedwell Research](https://www.speedwellmemos.com/p/coupang-business-history)).
374
+
375
+ **The IPO.** Coupang listed on the **NYSE on March 11, 2021**, ticker **CPNG**. First-day close: $49.25. Day-one market cap: **~$84.47 billion** — the **largest US IPO by a foreign company since Alibaba in 2014**, and the largest US listing ever by a Korean company. The company raised **$4.6 billion** in the offering ([CNBC IPO coverage](https://www.cnbc.com/2021/03/11/coupang-ipo-cpng-begins-trading-on-the-nyse.html), [Kim & Chang legal note](https://www.kimchang.com/en/insights/detail.kc?sch_section=2&idx=23179)).
376
+
377
+ The product family extended into a **super-app**: **Coupang Eats (`쿠팡이츠`)** launched May 2019 promising 30-minute "cheetah" delivery; **Coupang Play (`쿠팡플레이`)** launched December 2020 as a Wow-membership-bundled streaming service (now home to SNL Korea, Premier League rights, and Paramount+ Korea); **Rocket Fresh** for groceries; **Rocket Direct** for cross-border imports. The unifying thread: every sub-brand is a perk inside the **WOW (`로켓와우`) membership** — a 7,890 KRW/month subscription embraced by **two-thirds of Korean households** ([Korea Herald](https://www.koreaherald.com/article/10489777), [Wikipedia — Coupang](https://en.wikipedia.org/wiki/Coupang)).
378
+
379
+ What Coupang refuses: the marketplace-only model of 11번가 / 옥션 (no logistics ownership, slow delivery), the lifestyle aesthetic of 무신사 / 29CM (curated, white-glove, slow), the boutique register of luxury commerce. Coupang's design language follows that refusal — a warm-red price-tag accent, sharp 0-4px corners, dense product grids, tabular price stacks, and a singular promise that hangs over every screen: `쿠팡 없이 어떻게 살았을까?`
380
+
381
+ ## 12. Principles
382
+
383
+ 1. **Density is the brand.** Coupang's product grid is engineered to surface more catalog per viewport than any Korean competitor. *UI implication:* never reduce a 4-column desktop grid to 3 for "breathing room"; never single-column a mobile listing. Density is what users came for.
384
+ 2. **Red is for price and rocket — nothing else.** Coupang Red (`#E94B22`) carries four jobs: CTA, discount %, rocket badge, logo. It does not decorate, does not tint backgrounds, does not paint borders ambient. *UI implication:* if a design uses red for an info card or a status pill that isn't a discount or a rocket, demote to gray or to a semantic color.
385
+ 3. **Sharp corners read as catalog; soft corners read as lifestyle.** Coupang lives at 0-4px radii on grid elements. *UI implication:* if a card or chip is rendering at 12px+ radius, it has drifted toward Toss/Karrot register and is off-brand for utility surfaces.
386
+ 4. **Tabular numerals on every price.** Korean shoppers compare by digit-alignment, not by reading. *UI implication:* every `<price>` element gets `font-variant-numeric: tabular-nums` or a tabular Pretendard variant. Misaligned columns of 19,800원 / 24,500원 / 8,900원 destroy the scan.
387
+ 5. **The delivery promise is a first-class data point.** "내일(목) 도착 보장" is on the same hierarchy as the price — sometimes higher. *UI implication:* a product card without a visible delivery date or a rocket badge is incomplete; the date must render before the page is "done."
388
+ 6. **Sub-brands inherit the parent palette.** Coupang Eats, Play, Fresh, Direct, and Wow all use the same red parent — Wow's magenta is the only documented sibling. *UI implication:* don't introduce a "Coupang Eats yellow" or "Play purple" — every sub-brand is a context tag, not a separate visual identity.
389
+ 7. **Every screen earns its keep.** The brand is utility. A screen with no price, no promise, no action is suspect. *UI implication:* hero banners must surface a CTA + a price/promise within the first viewport; "splash"-style content-only takeovers are a Toss move, not a Coupang move.
390
+ 8. **Membership is the loyalty engine — surface it, but scope it.** WOW perks (`로켓배송 무료`, `쿠팡플레이 무료`, `새벽배송`) appear in cart, checkout, product detail, and onboarding — but with WOW Magenta, never with Coupang Red, so the user can tell brand from membership at a glance.
391
+
392
+ ## 13. Personas
393
+
394
+ *Personas are fictional archetypes informed by publicly described Coupang user segments, not individual people.*
395
+
396
+ **민지 (Minji), 34, 위례신도시.** Working mother of two, engineer at an IT company. WOW member since 2018. Orders diapers, formula, 새벽배송 groceries 4-5x per week. Treats Coupang as critical household infrastructure — power, water, Coupang. Will switch Coupang Eats to a competitor if a single order is late, then switch back the next week because nothing else delivers a forgotten ingredient by 7am.
397
+
398
+ **준호 (Junho), 41, 분당.** Mid-career manager, two kids in elementary school. The household's primary Coupang account holder. Uses 로켓배송 for everything from printer ink to weekend hiking gear. Watches SNL Korea on Coupang Play after the kids are in bed. The 7,890 won monthly Wow fee feels like the cheapest line item on his budget — *"한 달에 7,990원이 아까운 적이 없다"* (never once felt the monthly fee was wasteful).
399
+
400
+ **Sarah, 29, Hannam-dong.** American expat working at a multinational in Seoul. Discovered Coupang because Korean colleagues said it was the only e-commerce site that worked the way she expected things to work in NYC. Orders English-language books via 로켓직구, groceries via 로켓프레시, and uses Coupang Eats more than any other delivery app because the in-app English support is the cleanest among Korean platforms.
401
+
402
+ **박여사 (Mrs. Park), 62, 대구.** Retired, lives alone, learned Coupang from her daughter during COVID. The first online shopping platform she ever trusted, because the Rocketmen leave packages where she asked, never ring the bell, and the return process is a single tap. Uses voice search to type Korean — relies on the mobile UI being big enough at the default font size that she doesn't need glasses for the price.
403
+
404
+ ## 14. States
405
+
406
+ | State | Treatment |
407
+ |---|---|
408
+ | **Empty (no search results)** | One-line factual reframe (`'키워드'에 대한 검색 결과가 없어요`) + suggested broader keywords as chips + bottom CTA `카테고리 둘러보기`. Never an illustration. |
409
+ | **Empty (empty cart)** | Single line `장바구니가 비어 있어요` + 12px caption suggestion + primary CTA `로켓배송 구경하기`. No illustration. |
410
+ | **Loading (first paint)** | Skeleton blocks at `#F2F4F6` matching final product-card geometry — 1:1 thumbnail box, two text lines (name), one line (price). Shimmer 1.4s with 6% white highlight. |
411
+ | **Loading (infinite scroll)** | Bottom-of-list spinner in Coupang Red, 24px diameter. No overlay. Existing cards stay visible. |
412
+ | **Loading (price recalc / coupon apply)** | Inline 16px spinner in `#E94B22` next to the price line — never a full-screen overlay for a price update. |
413
+ | **Error (inline field)** | Input border `#D60404` 1px, helper text below `#D60404` 13px. One actionable sentence. |
414
+ | **Error (toast)** | `#111111` background, white 14px weight 400 text, 3s auto-dismiss. Bottom of screen, 16px above tab bar. No icon, no emoji. |
415
+ | **Error (network blocking)** | Full-screen centered: `#111111` 18px weight 700 message, `#6B7684` 14px subline, retry button in Coupang Red. No illustration. |
416
+ | **Out of stock** | Product card: 50% grayscale image overlay, `품절` badge `#6B7684` bg over image bottom-left, price stays visible but `#B0B8C1` text. Add-to-cart button replaced with `재입고 알림 신청` outlined-red. |
417
+ | **Success (added to cart)** | Toast: `장바구니에 담겼어요` + secondary text `장바구니 보기 ›`. 3s auto-dismiss. White text on `#111111`. |
418
+ | **Success (order complete)** | Dedicated full-screen page — not a toast. Green checkmark `#03AC0E`, `주문이 완료되었어요`, summary card with delivery date in red, primary CTA `주문 상세보기`. |
419
+ | **Skeleton** | `#F2F4F6` blocks matching exact card layout. Never animate the price slot brighter than other slots — equal-weight shimmer across all data points. |
420
+ | **Disabled** | Button `#F2F4F6` bg, `#B0B8C1` text. No color shift. Geometry stays identical so re-enable is frame-stable. |
421
+ | **WOW-gated** | A non-Wow user sees the Wow price label in `#A50034` magenta with a small lock icon and `WOW 회원가입 시 적용` 12px caption. The regular price stays visible — Coupang never hides info, it labels access. |
422
+
423
+ ## 15. Motion & Easing
424
+
425
+ **Durations** (named, not raw milliseconds):
426
+
427
+ | Token | Value | Use |
428
+ |---|---|---|
429
+ | `motion-instant` | 0ms | Toggles, checkbox state, filter chip on/off |
430
+ | `motion-fast` | 120ms | Hover, focus, button press, inline price flash |
431
+ | `motion-standard` | 200ms | Card taps, tab switches, dropdown reveals — the catalog default |
432
+ | `motion-slow` | 300ms | Bottom-sheet presentations, modal opens |
433
+ | `motion-page` | 280ms | Route transitions, native push/pop |
434
+
435
+ **Easings:**
436
+
437
+ | Token | Curve | Use |
438
+ |---|---|---|
439
+ | `ease-enter` | `cubic-bezier(0.0, 0.0, 0.2, 1)` | Sheets, toasts, screens appearing |
440
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals, toast auto-close |
441
+ | `ease-standard` | `cubic-bezier(0.4, 0.0, 0.2, 1)` | Two-way transitions |
442
+
443
+ **Spring stance.** **Coupang motion is fast, short, and never bouncy.** The brand is a logistics platform — when a button presses, it commits; when a card opens, it opens. Spring physics, overshoot, and elastic bounces are forbidden because they imply *deliberation* — a quality the brand explicitly does not want users to associate with Coupang. A user who clicks "구매하기" should feel the order has already shipped. Durations skew shorter than Karrot's (`motion-standard` 200ms vs Karrot's 250ms) to enforce that mental model.
444
+
445
+ **Signature motions.**
446
+
447
+ 1. **Add-to-cart fly.** When a user taps "장바구니 담기" on a product card, the thumbnail performs a tiny scaled translate (~8% scale, 200ms `ease-standard`) toward the cart icon in the header, ending with a +1 badge increment. The motion is brief enough that a fast scroller will miss it — that's intentional; it confirms without blocking.
448
+ 2. **Price-recalc flash.** When a coupon applies or a Wow membership preview activates, the price number cross-fades from old to new in 120ms `ease-standard` — no bouncing digits, no rolling odometer. Tabular numerals make the swap pixel-stable.
449
+ 3. **Bottom-sheet presentation.** Sheets rise from `y+24px` (shorter than Karrot's 40px) with `motion-slow / ease-enter` and a backdrop fade to `rgba(17,17,17,0.6)`. Dismissal uses `motion-fast / ease-exit`.
450
+ 4. **Reduce motion.** Under `prefers-reduced-motion: reduce`, all `motion-*` tokens collapse to `motion-instant` except the add-to-cart fly, which becomes a single 80ms opacity flash on the cart icon — the confirmation must remain perceptible because it's transactional, not decorative.
451
+
452
+ <!--
453
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
454
+
455
+ Tier 1 — Direct verification:
456
+ - coupang.com home — UNREACHABLE (Akamai bot protection blocks Playwright + WebFetch with 403; site requires interactive browsing context that the headless harness was unable to maintain due to ad-tab redirects in the live environment).
457
+ - news.coupang.com — Tier 1 partial via WebFetch (extracted Korean copy: "쿠팡 뉴스레터 구독 신청", "신청하기", and editorial headlines including "과일 쇼핑의 불안을 지우는 사람들, 쿠팡 로켓프레시 품질관리팀").
458
+ - coupang.jobs/kr — Tier 1 verified via WebFetch (extracted: tagline "쿠팡 없이 어떻게 살았을까?", mission "우리의 미션은 고객과 직원, 파트너의 일상을 혁신하는 것입니다", hero "쿠팡은 커머스의 미래를 만들어 가고 있습니다", nav taxonomy, position counts).
459
+
460
+ Tier 2a — getdesign.md/coupang:
461
+ - "No designs found for 'coupang'." — no record.
462
+
463
+ Tier 2b — brandcolorcode.com:
464
+ - Coupang Red (Primary): #E94B22
465
+ - Coupang Brown: #894F24
466
+ - Coupang Yellow: #FAC000
467
+ - Coupang Green: #80BC27
468
+ - Coupang Blue: #3DACDC
469
+ - Source notes the values are "the closest numbers based on official color codes provided" — Coupang has not published a public brand-guideline color spec, so #E94B22 is treated as the de-facto primary across the design community.
470
+
471
+ Tier 2 (Philosophy/founders):
472
+ - CNBC 2019: Bom Kim profile, Harvard dropout narrative.
473
+ - Wikipedia — Bom Kim: 1978-10-07 birth, Korean-American, Harvard College + Harvard Business School (dropped 2nd semester), founded Coupang 2010.
474
+ - Wikipedia — Coupang: 2010 founding, Rocket Delivery 2014, sub-brand timeline.
475
+ - Speedwell Research / Korea Times: Sequoia $100M May 2014, BlackRock $300M, SoftBank $1B June 2015.
476
+ - CNBC IPO 2021-03-11: NYSE listing, ticker CPNG, first-day close $49.25, market cap ~$84.47B, $4.6B raised, "largest US IPO by foreign company since Alibaba 2014".
477
+ - Kim & Chang legal note — IPO confirmation.
478
+ - Korea Herald: Coupang Play / Paramount+ Korea bundle, FAST service launch.
479
+ - Korea Times: Wow membership 7,890 KRW/month, two-thirds of Korean households penetration.
480
+ - Namu Wiki — Coupang Eats (May 2019), Coupang Play (December 2020).
481
+
482
+ Re-verification status:
483
+ - Coupang Red #E94B22 is the strongest publicly-cited value but has NOT been verified against a live Coupang.com computed style due to bot-protection. Re-verify in a non-headless browser before quoting publicly.
484
+ - WOW Magenta #A50034 is editorial — derived from observed WOW badge usage in screenshots and brand-resource collections; not measured live in this pass.
485
+ - Sub-brand color attributions (Eats / Play / Fresh) are interpretive, drawn from public marketing materials.
486
+
487
+ Personas (§13) are fictional archetypes informed by publicly described Coupang user segments (KR working-parent Wow subscriber, mid-career Wow household, expat user, KR senior late-adopter).
488
+
489
+ Interpretive claims (editorial, not documented Coupang statements):
490
+ - "Density is the brand" (§12 #1) — editorial reading of the catalog grid, not a sourced brand statement.
491
+ - "Sharp corners read as catalog" (§7 Don'ts, §12 #3) — design-language framing, not a Coupang publication.
492
+ - The spring-forbidden motion stance (§15) — derived from the brand's logistics-utility posture, not a published motion spec.
493
+ -->
494
+
495
+ ---
496
+
497
+ **Verified:** 2026-05-08 (omd:add-reference)
498
+ **Tier 1 sources:** coupang.jobs/kr (corporate careers — voice + tagline + mission verified via WebFetch); news.coupang.com (Korean editorial copy verified). **Note:** coupang.com main consumer surface unreachable due to Akamai bot-protection; geometry tokens (radii, paddings, heights) carried from public design-community references and pattern observation, flagged for live re-verification.
499
+ **Tier 2 sources:** brandcolorcode.com/coupang (Coupang Red `#E94B22`, brown `#894F24`, yellow `#FAC000`, green `#80BC27`, blue `#3DACDC`); getdesign.md/coupang — no record.
500
+ **Tier 2 (Philosophy/founders):** Wikipedia (Bom Kim + Coupang), CNBC (2019 profile + 2021 IPO), Korea Times, Korea Herald, Speedwell Research, Kim & Chang.
501
+ **Style ref:** none (fresh entry).
502
+ **Conflicts unresolved:** Coupang Red exact hex pending live computed-style verification — `#E94B22` adopted from public design-community consensus.