oh-my-design-cli 1.8.6 → 1.9.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 (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -9,442 +9,274 @@ primary_color: "#ff66af"
9
9
  logo:
10
10
  type: favicon
11
11
  slug: "https://www.google.com/s2/favicons?domain=pinkfong.com&sz=128"
12
- verified: "2026-06-17"
12
+ verified: "2026-07-13"
13
13
  added: "2026-06-17"
14
14
  omd: "0.1"
15
+ ds:
16
+ name: The Pinkfong Company Identity
17
+ url: "https://www.thepinkfongcompany.com/company"
18
+ type: brand
19
+ description: Official corporate identity page with company and franchise BI downloads; not a public product-component specification.
20
+ verification_v2:
21
+ schema: 2
22
+ checked: "2026-07-13"
23
+ surfaces:
24
+ - { id: corporate-home, kind: marketing, url: "https://www.thepinkfongcompany.com/", inspected: "2026-07-13" }
25
+ - { id: corporate-company, kind: marketing, url: "https://www.thepinkfongcompany.com/company", inspected: "2026-07-13" }
26
+ - { id: corporate-business, kind: marketing, url: "https://www.thepinkfongcompany.com/business", inspected: "2026-07-13" }
27
+ - { id: font-release, kind: brand-assets, url: "https://www.thepinkfongcompany.com/news/pr/207", inspected: "2026-07-13" }
28
+ sources:
29
+ - { id: home-live, kind: product-surface, url: "https://www.thepinkfongcompany.com/", captured: "2026-07-13" }
30
+ - { id: company-live, kind: product-surface, url: "https://www.thepinkfongcompany.com/company", captured: "2026-07-13" }
31
+ - { id: business-live, kind: product-surface, url: "https://www.thepinkfongcompany.com/business", captured: "2026-07-13" }
32
+ - { id: identity-official, kind: brand-asset, url: "https://www.thepinkfongcompany.com/company", captured: "2026-07-13" }
33
+ - { id: font-release-official, kind: official-doc, url: "https://www.thepinkfongcompany.com/news/pr/207", captured: "2026-07-13" }
34
+ - { id: spoqa-license, kind: license, url: "https://github.com/spoqa/spoqa-han-sans", captured: "2026-07-13" }
35
+ conflicts: []
36
+ claims:
37
+ "tokens.colors.primary": &home { surface_id: corporate-home, source_id: home-live, method: live-inspect, captured: "2026-07-13" }
38
+ "tokens.colors.canvas": *home
39
+ "tokens.colors.foreground": *home
40
+ "tokens.colors.muted": *home
41
+ "tokens.typography.family.corporate-ui": *home
42
+ "tokens.typography.family.brand-display": &font { surface_id: font-release, source_id: font-release-official, method: official-doc, captured: "2026-07-13" }
43
+ "tokens.typography.corporate-body.size": *home
44
+ "tokens.typography.corporate-body.weight": *home
45
+ "tokens.typography.corporate-body.lineHeight": *home
46
+ "tokens.typography.corporate-body.use": *home
47
+ "tokens.typography.corporate-heading.size": &company { surface_id: corporate-company, source_id: company-live, method: live-inspect, captured: "2026-07-13" }
48
+ "tokens.typography.corporate-heading.weight": *company
49
+ "tokens.typography.corporate-heading.lineHeight": *company
50
+ "tokens.typography.corporate-heading.use": *company
51
+ "tokens.typography.brand-display.size": &business { surface_id: corporate-business, source_id: business-live, method: live-inspect, captured: "2026-07-13" }
52
+ "tokens.typography.brand-display.weight": *business
53
+ "tokens.typography.brand-display.lineHeight": *business
54
+ "tokens.typography.brand-display.use": *business
55
+ "tokens.spacing.xs": *home
56
+ "tokens.spacing.control": *home
57
+ "tokens.spacing.action": *home
58
+ "tokens.rounded.none": *home
59
+ "tokens.rounded.compact": *home
60
+ "tokens.rounded.pill": *home
61
+ "tokens.rounded.emphasis": *business
62
+ "tokens.shadow.none": *home
63
+ "tokens.shadow.pink-lift": *home
64
+ "tokens.components.corporate-primary-action.type": *home
65
+ "tokens.components.corporate-primary-action.bg": *home
66
+ "tokens.components.corporate-primary-action.fg": *home
67
+ "tokens.components.corporate-primary-action.radius": *home
68
+ "tokens.components.corporate-primary-action.padding": *home
69
+ "tokens.components.corporate-primary-action.font": *home
70
+ "tokens.components.corporate-primary-action.states": *home
71
+ "tokens.components.corporate-primary-action.use": *home
72
+ "tokens.components.family-site-pill.type": *home
73
+ "tokens.components.family-site-pill.bg": *home
74
+ "tokens.components.family-site-pill.fg": *home
75
+ "tokens.components.family-site-pill.radius": *home
76
+ "tokens.components.family-site-pill.padding": *home
77
+ "tokens.components.family-site-pill.font": *home
78
+ "tokens.components.family-site-pill.states": *home
79
+ "tokens.components.family-site-pill.use": *home
80
+ "tokens.components.business-outline-action.type": *company
81
+ "tokens.components.business-outline-action.bg": *company
82
+ "tokens.components.business-outline-action.fg": *company
83
+ "tokens.components.business-outline-action.radius": *company
84
+ "tokens.components.business-outline-action.padding": *company
85
+ "tokens.components.business-outline-action.font": *company
86
+ "tokens.components.business-outline-action.states": *company
87
+ "tokens.components.business-outline-action.use": *company
88
+ "tokens.components.mobile-menu-dialog.type": *home
89
+ "tokens.components.mobile-menu-dialog.bg": *home
90
+ "tokens.components.mobile-menu-dialog.fg": *home
91
+ "tokens.components.mobile-menu-dialog.padding": *home
92
+ "tokens.components.mobile-menu-dialog.font": *home
93
+ "tokens.components.mobile-menu-dialog.use": *home
15
94
  tokens:
16
- source: live-extract
17
- extracted: "2026-06-17"
18
- note: "primary = signature Pinkfong pink (#ff66af), cross-surface (corporate recruit CTA + consumer D-day badge + eyebrow label). Consumer product face = Pretendard on ink #191f28; corporate face = Spoqa Han Sans Neo. Per-IP vivid character palette is the brand's color language. Near-flat (box-shadow none) except faint pink-tinted corporate CTA shadow."
95
+ source: reconciled
96
+ extracted: "2026-07-13"
97
+ note: "Only the supplied corporate-site capture is token authority. Consumer Pinkfong pages, authenticated apps, and a general brand component kit were not captured. Spoqa Han Sans Neo is loaded on the corporate capture; BabyShark is a separately confirmed official distributed display asset and a single loaded h1 use."
19
98
  colors:
20
99
  primary: "#ff66af"
21
- primary-soft: "#ffe0ef"
22
- coral: "#ff4b78"
23
- ink: "#191f28"
24
- body: "#4e5968"
25
- muted: "#8b95a1"
26
- faint: "#b0b8c1"
27
100
  canvas: "#ffffff"
28
- surface: "#f0f2f5"
29
- hairline: "#e5e8eb"
30
- on-primary: "#ffffff"
31
- link-blue: "#1677ff"
32
- char-sky: "#75ddff"
33
- char-blue: "#003c7d"
34
- char-cream: "#fff1aa"
35
- char-gold: "#f0bd64"
36
- char-mint: "#9deff8"
37
- char-purple: "#a262f3"
101
+ foreground: "#000000"
102
+ muted: "#5a5a5a"
38
103
  typography:
39
- family: { display: "Pretendard", corporate: "Spoqa Han Sans Neo" }
40
- display-hero: { size: 64, weight: 700, lineHeight: 1.2, use: "Consumer hero headline, Pretendard Bold" }
41
- eyebrow: { size: 20, weight: 700, use: "Section eyebrow label, often in pink #ff66af" }
42
- nav: { size: 16, weight: 600, lineHeight: 1.5, use: "Top nav menu buttons, Pretendard SemiBold" }
43
- button: { size: 16, weight: 600, lineHeight: 1.5, use: "Pill CTA label" }
44
- body: { size: 16, weight: 400, lineHeight: 1.5, use: "Standard reading text, Pretendard" }
45
- badge: { size: 14, weight: 500, use: "D-day / status badge label" }
46
- caption: { size: 14, weight: 600, use: "Header chip label (한국어 / 로그인)" }
47
- spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 24, xl: 48, xxl: 96 }
48
- rounded: { sm: 12, md: 24, lg: 32, full: 999 }
104
+ family: { corporate-ui: "Spoqa Han Sans Neo", brand-display: "Pinkfong Baby Shark Font" }
105
+ corporate-body: { size: 16, weight: 400, lineHeight: 1.5715, use: "Observed corporate body text on the supplied public routes." }
106
+ corporate-heading: { size: 38, weight: 700, lineHeight: 1.5715, use: "Observed corporate-company h1 scale; its computed family is the system stack, not a Pinkfong font token." }
107
+ brand-display: { size: 48, weight: 700, lineHeight: 1, use: "One corporate-business h1 uses loaded BabyShark; official release calls the distributed family Pinkfong Baby Shark Font." }
108
+ spacing: { xs: 8, control: 20, action: 32 }
109
+ rounded: { none: 0, compact: 8, pill: 32, emphasis: 40 }
49
110
  shadow:
50
111
  none: "none"
51
- pink-cta: "rgba(255, 5, 88, 0.06) 0px 2px 0px 0px"
52
- components:
53
- cta-recruit: { type: button, bg: "#ff66af", fg: "#ffffff", radius: "32px", padding: "32px 15px", font: "24px / 400 Spoqa Han Sans Neo", shadow: "rgba(255,5,88,0.06) 0px 2px 0px 0px", use: "Corporate recruit CTA — signature pink pill" }
54
- pill-outline: { type: button, bg: "#ffffff", fg: "#4e5968", radius: "999px", padding: "0px 24px", height: "56px", border: "1px solid #e5e8eb", font: "16px / 600 Pretendard", use: "Consumer pill CTA (캐릭터 소개 보기 / 더보기)" }
55
- chip-header: { type: button, bg: "#ffffff", fg: "#4e5968", radius: "999px", padding: "0px 12px", height: "40px", border: "1px solid #e5e8eb", font: "14px / 600 Pretendard", use: "Header utility chip (한국어 / 로그인)" }
56
- nav-button: { type: tab, fg: "#4e5968", radius: "12px", padding: "8px", font: "16px / 600 Pretendard", active: "text #191f28", use: "Top nav menu item (CHARACTERS / WATCH / STORE)" }
57
- badge-dday: { type: badge, bg: "#ff66af", fg: "#ffffff", radius: "999px", padding: "0px 12px", height: "28px", font: "14px / 500 Pretendard", use: "D-day / status badge (종료까지 D-198)" }
58
- card-soft: { type: card, bg: "#ffe0ef", radius: "24px", padding: "96px 0px", use: "Soft-pink feature section block, flat (no shadow)" }
59
- card-character: { type: card, bg: "#75ddff", fg: "#191f28", radius: "0px", padding: "48px", use: "Vivid per-IP character panel (palette swaps per character)" }
112
+ pink-lift: "rgba(255, 5, 88, 0.06) 0px 2px 0px 0px"
60
113
  components_harvested: true
114
+ components:
115
+ corporate-primary-action: { type: button, bg: "#ff66af", fg: "#ffffff", radius: 32, padding: "32px 15px", font: "24px / 400 / system stack", states: "Observed default only; interactionCount is 0.", use: "corporate-home `home::[data-omd-capture=\"26\"]`; one public corporate CTA, 64px rendered height." }
116
+ family-site-pill: { type: button, bg: "#ffffff", fg: "#8c8c8c", radius: 32, padding: "4px 20px", font: "14px / 400 / system stack", states: "Observed default only; interactionCount is 0.", use: "`home::[data-omd-capture=\"31\"]`, repeated across the three corporate routes; 35px rendered height." }
117
+ business-outline-action: { type: button, bg: "#ffffff", fg: "#08c7ff", radius: 32, padding: "30px 15px", font: "18px / 400 / system stack", states: "Collector labels focus, hover, and pressed on `surface-2::[data-omd-capture=\"23\"]`; interactionCount is 0, so no state value is specified.", use: "corporate-company `surface-2::[data-omd-capture=\"23\"]`; one public business-page action, 60px rendered height." }
118
+ mobile-menu-dialog: { type: dialog, bg: "#ffffff", fg: "#000000", padding: "30px", font: "14px / 400 / system stack", use: "`home::div.DefaultMenu_mobile-menu-modal__SEaJA`; hidden mobile-menu dialog structure captured on all three corporate routes." }
61
119
  ---
62
120
 
63
121
  # Design System Inspiration of The Pinkfong Company
64
122
 
65
123
  ## 1. Visual Theme & Atmosphere
66
124
 
67
- The Pinkfong Company (더핑크퐁컴퍼니) is the Seoul-based kids-entertainment studio behind Pinkfong, Baby Shark, and Bebefinn and its digital surfaces read exactly as you'd hope a global children's-IP house would: bright, friendly, and confidently playful, but built on a calm, modern product chassis rather than chaotic cartoon clutter. The consumer site (`pinkfong.com`) opens on a clean white canvas (`#ffffff`) with deep ink text (`#191f28`) and a single signature accent a warm bubblegum pink (`#ff66af`) — that ties the whole franchise together. This pink is the connective tissue: it appears as the recruit CTA on the corporate site, as the "종료까지 D-198" D-day badges on the consumer site, and as oversized watermark display type. One color, applied with discipline, reads as "this is Pinkfong."
125
+ The Pinkfong Company is a global family-entertainment company whose official corporate pages describe a portfolio led by Pinkfong, Baby Shark, and Bebefinn. Its public materials pair memorable music, stories, technology, character worlds, and experiences for children and families; the company page explicitly frames the work as content that connects people through joy. The current reference is intentionally narrower than that portfolio: its supplied collector evidence covers only the public corporate home, company, and business pages. Those pages use a mostly white, black, and gray corporate shell with Pinkfong pink (`#ff66af`) for a prominent action, rather than proving a universal consumer-product interface. [Company](https://www.thepinkfongcompany.com/en/company) · [Business](https://www.thepinkfongcompany.com/en/business)
68
126
 
69
- What gives the system its energy is the **per-IP character palette**. Each franchise gets its own vivid, high-saturation color world rendered in full-bleed panels: Baby Shark lives in sky `#75ddff` over deep ocean blue `#003c7d`; Bebefinn in coral `#ff4b78` over buttery cream `#fff1aa`; the dino series in warm gold `#f0bd64`; and newer IPs in electric purple `#a262f3` and mint `#9deff8`. These are not pastel they are saturated, joyful, almost candy-bright, exactly calibrated for a preschool audience and the parents browsing alongside them. The character panels are the loudest moments; the surrounding chrome stays quiet so the IP color can sing.
70
-
71
- The geometry is soft and rounded everywhere — the brand never shows a sharp corner on an interactive element. Header utility chips and content CTAs are full pills (`999px` radius); the corporate recruit button is a `32px` pill; nav menu buttons round at `12px`; feature blocks at `24px`. Depth is almost entirely flat: live inspection found `box-shadow: none` across the nav, character cards, and pill CTAs — separation comes from the soft-pink (`#ffe0ef`) and cool-grey (`#f0f2f5`) tinted surfaces plus a single hairline (`#e5e8eb`). The one shadow in the system is a faint pink-tinted lift (`rgba(255,5,88,0.06)`) under the corporate CTA — even the elevation is on-brand pink. The consumer face runs on **Pretendard**, the de-facto Korean product font, while the corporate site uses **Spoqa Han Sans Neo**; both are clean, friendly hangul sans-serifs that keep the tone approachable rather than cute-to-a-fault.
127
+ The company’s identity page supplies CI and BI downloads for The Pinkfong Company, Pinkfong, Baby Shark, and Bebefinn. It also links to an official Pinkfong Baby Shark Font release. That official asset expresses the character side of the brand, while the captured corporate shell uses a loaded Spoqa Han Sans Neo body family plus system-stack controls. The distinction is important: identity assets and one loaded display heading are not a general app type scale or a license to substitute a system font for the named family.
72
128
 
73
129
  **Key Characteristics:**
74
- - Signature bubblegum pink (`#ff66af`) as the single cross-surface brand accent — CTA, badge, watermark
75
- - Per-IP vivid character palette (sky `#75ddff`, coral `#ff4b78`, gold `#f0bd64`, purple `#a262f3`, cream `#fff1aa`, mint `#9deff8`) — high-saturation, child-friendly
76
- - Deep ink text (`#191f28`) on white (`#ffffff`) readable, warm, never harsh black for body
77
- - Pill-everything geometry 999px chips/CTAs, 32px corporate button, 12px nav, 24px feature blocks
78
- - Near-flat depth `box-shadow: none` everywhere except a faint pink-tinted (`rgba(255,5,88,0.06)`) corporate CTA lift
79
- - Pretendard (consumer/product) + Spoqa Han Sans Neo (corporate) friendly hangul sans-serifs
80
- - Tinted surfaces (`#ffe0ef`, `#f0f2f5`) + single hairline (`#e5e8eb`) carry all separation
81
- - Cool-grey neutral ladder (`#4e5968` → `#8b95a1` → `#b0b8c1`) for text hierarchy
130
+
131
+ - Public corporate pages use white `#ffffff`, black `#000000`, muted gray `#5a5a5a`, and a measured Pinkfong-pink `#ff66af` action.
132
+ - `#ff66af` is a selector-backed corporate-action value, not a blanket claim for consumer, app, or franchise controls.
133
+ - Spoqa Han Sans Neo is loaded on the corporate capture; the generic system stack is separately observed on many public controls.
134
+ - Pinkfong Baby Shark Font is an official distributed brand asset and one loaded corporate-business display use; it is not promoted to the corporate UI family.
135
+ - Only corporate-page defaults and their exact selector/surface provenance are documented. Product flows, consumer-site UI, and generic family-site components are omitted.
82
136
 
83
137
  ## 2. Color Palette & Roles
84
138
 
85
- ### Primary
86
- - **Pinkfong Pink** (`#ff66af`): The signature brand color. Appears as the corporate recruit CTA background, consumer D-day badge background, and the eyebrow/watermark accent — the system's single "this is Pinkfong" color.
87
- - **Soft Pink** (`#ffe0ef`): Tinted pink surface for feature section blocks. A gentle, low-saturation companion to the primary that warms a section without shouting.
88
- - **Coral** (`#ff4b78`): A hotter pink-red used in character panels (Bebefinn) and energetic accents — the saturated sibling of the brand pink.
89
-
90
- ### Neutral & Surface
91
- - **Pure White** (`#ffffff`): Page background, card surfaces, text on pink/character panels.
92
- - **Surface Grey** (`#f0f2f5`): Cool-grey tinted surface for alternating sections (corporate site).
93
- - **Hairline** (`#e5e8eb`): The single border/divider color across the system — pill outlines, dividers, card edges.
94
-
95
- ### Text Hierarchy
96
- - **Ink** (`#191f28`): Primary text, headings, active nav, strong labels — a near-black navy that carries warmth over pure black.
97
- - **Body Slate** (`#4e5968`): Secondary body copy, default nav labels, and pill CTA text.
98
- - **Muted Slate** (`#8b95a1`): Tertiary text, captions, metadata.
99
- - **Faint Blue-Grey** (`#b0b8c1`): Disabled text, placeholders, lowest-emphasis labels.
100
-
101
- ### Character IP Palette (high-saturation, per-franchise)
102
- - **Sky** (`#75ddff`): Baby Shark sky/water world.
103
- - **Ocean Blue** (`#003c7d`): Baby Shark deep-blue panel background.
104
- - **Cream** (`#fff1aa`): Bebefinn warm-cream backdrop.
105
- - **Gold** (`#f0bd64`): Dino-series warm gold panel.
106
- - **Mint** (`#9deff8`): Newer-IP fresh mint accent.
107
- - **Purple** (`#a262f3`): Electric purple character panel (키키팝팝).
108
-
109
- ### Utility
110
- - **Link Blue** (`#1677ff`): Default anchor color on bare links (corporate site, Ant Design base) — not a brand accent, used only for raw text links.
111
- - **On-Primary** (`#ffffff`): Text/iconography on pink and character backgrounds.
139
+ ### Observed corporate surfaces
140
+
141
+ - **Pink action** (`#ff66af`): observed on the public corporate-home primary CTA and on a business-page primary action.
142
+ - **Canvas** (`#ffffff`): observed on the family-site pill, business-page outlined action, and mobile-menu dialog.
143
+ - **Corporate foreground** (`#000000`): recurrent public corporate text value and the mobile-menu dialog foreground.
144
+ - **Muted corporate text** (`#5a5a5a`): recurrent public corporate text value.
145
+
146
+ ### Boundary
147
+
148
+ The capture does not include Pinkfong consumer pages, an authenticated product, or an official color-specification document that maps these values to semantic states. `#08c7ff` occurs only as the selector-backed corporate-company outline-action foreground; it is retained inside that component record, not elevated to a global color token. The identity-page BI downloads establish asset availability, not a UI palette.
112
149
 
113
150
  ## 3. Typography Rules
114
151
 
115
- ### Font Family
116
- - **Consumer / Product**: `Pretendard` (with `Pretendard Fallback`) — the document default on `pinkfong.com`. Used for hero headlines, nav, buttons, and body at weights 400/500/600/700.
117
- - **Corporate**: `Spoqa Han Sans Neo` the document default on `thepinkfongcompany.com`. A clean, slightly geometric Korean sans used for corporate chrome and the recruit CTA.
118
-
119
- ### Hierarchy
120
-
121
- | Role | Font | Size | Weight | Line Height | Notes |
122
- |------|------|------|--------|-------------|-------|
123
- | Display Hero | Pretendard | 64px (4.00rem) | 700 | 1.2 | Consumer hero headline |
124
- | Eyebrow Label | Pretendard | 20px (1.25rem) | 700 | normal | Section eyebrow, often pink `#ff66af` ("MEET & PLAY") |
125
- | Nav Menu | Pretendard | 16px (1.00rem) | 600 | 1.5 | Top nav buttons (CHARACTERS / WATCH / STORE) |
126
- | Button / CTA | Pretendard | 16px (1.00rem) | 600 | 1.5 | Pill CTA label (캐릭터 소개 보기 / 더보기) |
127
- | Body | Pretendard | 16px (1.00rem) | 400 | 1.5 | Standard reading text |
128
- | Badge | Pretendard | 14px (0.88rem) | 500 | normal | D-day / status badge (종료까지 D-198) |
129
- | Caption / Chip | Pretendard | 14px (0.88rem) | 600 | normal | Header utility chip (한국어 / 로그인) |
130
- | Corporate CTA | Spoqa Han Sans Neo | 24px (1.50rem) | 400 | normal | Recruit pill button on corporate site |
131
-
132
- ### Principles
133
- - **Friendly, not cute**: Pretendard and Spoqa Han Sans Neo are clean, modern hangul sans-serifs — the warmth comes from color and roundness, not from a novelty typeface.
134
- - **Weight for hierarchy**: 700 anchors hero/eyebrow, 600 carries nav and CTAs, 400 carries body. The contrast in weight (not size alone) signals importance.
135
- - **Display can go big and playful**: oversized watermark display (120px `NEW` / `CONTENTS` in translucent pink) treats type as decoration — a playful, editorial flourish unique to the IP brand.
136
- - **Two faces, two contexts**: Pretendard is the consumer/product voice; Spoqa Han Sans Neo is the corporate voice. They never swap surfaces.
152
+ ### Evidence classes
153
+
154
+ - **Live computed surface-use:** the supplied artifact records **Spoqa Han Sans Neo** as `loaded` with high confidence on three corporate-route text elements and corroborates it with 15 Spoqa CDN source URLs. It is the verified corporate-public text family only.
155
+ - **Live computed display use:** one corporate-business h1 computes to `BabyShark`, 48px/700/48px, with a loaded `pbs-light.otf` source on the company domain. The official release calls the distributed family **Pinkfong Baby Shark Font**; the naming difference is retained as a source boundary rather than silently normalized.
156
+ - **Official distributed asset:** the company announced Pinkfong Baby Shark Font in 2025, describes its fin-inspired triangular form and rhythmic character, and says it is freely downloadable from the company identity page for documents, fan art, and card-news-style work. This is a font-asset and stated-use fact, not a source for uncaptured UI metrics or components. [Official release](https://www.thepinkfongcompany.com/news/pr/207)
157
+ - **License boundary:** the current official release describes free download and the listed creative uses but does not establish a broader webfont license in this reference. Separately, the loaded corporate Spoqa Han Sans Neo is distributed by Spoqa under the SIL Open Font License. [Spoqa source and license](https://github.com/spoqa/spoqa-han-sans)
158
+ - **Declared/system families:** `-apple-system`, `system-ui`, Segoe UI, Roboto, Helvetica Neue, Noto Sans, emoji families, and Arial appear in computed stacks. They remain system context; do not label a substituted system font as Spoqa Han Sans Neo or Pinkfong Baby Shark Font.
159
+
160
+ ### Observed hierarchy
161
+
162
+ | Role | Size | Weight | Line height | Source boundary |
163
+ |------|------|--------|-------------|-----------------|
164
+ | Corporate body | 16px | 400 | 25.144px | Loaded Spoqa Han Sans Neo text on supplied corporate routes |
165
+ | Corporate heading | 38px | 700 | 59.717px | Corporate-company h1; computed system stack, not a brand-font token |
166
+ | Brand display | 48px | 700 | 48px | One corporate-business h1 computes to loaded `BabyShark`; official distribution is Pinkfong Baby Shark Font |
137
167
 
138
168
  ## 4. Component Stylings
139
169
 
140
- ### Buttons
170
+ ### Public corporate home
141
171
 
142
- **Recruit CTA (Corporate Primary)**
143
- - Background: `#ff66af`
144
- - Text: `#ffffff`
172
+ **Corporate primary action — observed default**
173
+ - Background: #ff66af
174
+ - Text: #ffffff
145
175
  - Radius: 32px
146
176
  - Padding: 32px 15px
147
- - Font: 24px / 400 / Spoqa Han Sans Neo
148
- - Height: 64px
149
- - Shadow: `rgba(255,5,88,0.06) 0px 2px 0px 0px`
150
- - Use: Corporate recruit call-to-action ("인재영입 페이지 바로가기") the signature pink pill
151
-
152
- **Pill Outline (Consumer CTA)**
153
- - Background: `#ffffff`
154
- - Text: `#4e5968`
155
- - Radius: 999px
156
- - Padding: 0px 24px
157
- - Border: 1px solid `#e5e8eb`
158
- - Font: 16px / 600 / Pretendard
159
- - Height: 56px
160
- - Use: Consumer content CTA ("캐릭터 소개 보기", "더보기") outline pill on white
161
-
162
- **Header Utility Chip**
163
- - Background: `#ffffff`
164
- - Text: `#4e5968`
165
- - Radius: 999px
166
- - Padding: 0px 12px
167
- - Border: 1px solid `#e5e8eb`
168
- - Font: 14px / 600 / Pretendard
169
- - Height: 40px
170
- - Use: Header utility chips ("한국어", "로그인")
171
-
172
- ### Inputs & Forms
173
- - Background: `#ffffff`
174
- - Border: 1px solid `#e5e8eb`
175
- - Radius: 999px (chip/search) or 12px (field)
176
- - Text: `#191f28`
177
- - Placeholder: `#b0b8c1`
178
- - Use: Search / login fields — pill or soft-rounded, hairline border, no shadow
179
-
180
- ### Cards & Containers
181
-
182
- **Soft-Pink Feature Block**
183
- - Background: `#ffe0ef`
184
- - Radius: 24px
185
- - Padding: 96px 0px
186
- - Use: Soft-pink feature section block (flat, no shadow)
187
-
188
- **Character Panel**
189
- - Background: `#75ddff` (swaps per IP: `#003c7d`, `#ff4b78`, `#f0bd64`, `#a262f3`, `#fff1aa`)
190
- - Text: `#191f28`
191
- - Padding: 48px
192
- - Use: Full-bleed vivid per-character IP panel — the brand's loudest color moment
193
-
194
- ### Badges
195
-
196
- **D-day / Status Badge**
197
- - Background: `#ff66af`
198
- - Text: `#ffffff`
199
- - Radius: 999px
200
- - Padding: 0px 12px
201
- - Font: 14px / 500 / Pretendard
202
- - Height: 28px
203
- - Use: Event/D-day status pill ("종료까지 D-198")
204
-
205
- ### Navigation
206
- - Background: `#ffffff`
207
- - Text: `#4e5968`
208
- - Radius: 12px (per-item button)
209
- - Padding: 8px
210
- - Font: 16px / 600 / Pretendard
211
- - Active: `#191f28` ink text
212
- - Use: Top horizontal nav (CHARACTERS / BUSINESS / MEET & PLAY / WATCH / STORE / NEWS)
177
+ - Font: 24px / 400 / system stack
178
+ - Shadow: rgba(255, 5, 88, 0.06) 0px 2px 0px 0px
179
+ - States: Observed default only; interactionCount is 0.
180
+ - Use: `corporate-home` / `home::[data-omd-capture="26"]`; one public corporate CTA with 64px rendered height.
181
+
182
+ **Family-site pill observed default**
183
+ - Background: #ffffff
184
+ - Text: #8c8c8c
185
+ - Radius: 32px
186
+ - Padding: 4px 20px
187
+ - Font: 14px / 400 / system stack
188
+ - Shadow: rgba(0, 0, 0, 0.02) 0px 2px 0px 0px
189
+ - States: Observed default only; interactionCount is 0.
190
+ - Use: `home::[data-omd-capture="31"]`, repeated on corporate-home, corporate-company, and corporate-business; 35px rendered height.
213
191
 
214
- ---
192
+ ### Public corporate-company page
215
193
 
216
- **Verified:** 2026-06-17 (omd:add-reference CREATE Tier 1 live inspect, two brand-owned surfaces)
217
- **Tier 1 sources:** https://www.thepinkfongcompany.com (corporate — recruit CTA, family-site pill, brand chrome); https://www.pinkfong.com/ko (consumer — character IP panels, content carousel, D-day badges, pill CTAs)
218
- **Tier 2 sources:** getdesign.md/pinkfong — 0 DESIGN.md files (not covered); styles.refero.design/?q=pinkfong — no pinkfong entry (returns unrelated trending cards, first result "Agence Foudre" verified ≠ Pinkfong)
219
- **Conflicts unresolved:** none (Tier 2 has no coverage for this KR entertainment-IP brand; Tier 1 two brand-owned surfaces carry the proof)
194
+ **Business outline actionobserved default**
195
+ - Background: #ffffff
196
+ - Text: #08c7ff
197
+ - Radius: 32px
198
+ - Padding: 30px 15px
199
+ - Font: 18px / 400 / system stack
200
+ - States: Collector labels focus, hover, and pressed on `corporate-company` / `surface-2::[data-omd-capture="23"]`; interactionCount is 0, so no state value is specified.
201
+ - Use: One public corporate-company action with 60px rendered height.
220
202
 
221
- ## 5. Layout Principles
203
+ ### Shared corporate mobile structure
204
+
205
+ **Mobile menu dialog — captured structure**
206
+ - Background: #ffffff
207
+ - Text: #000000
208
+ - Padding: 30px
209
+ - Font: 14px / 400 / system stack
210
+ - Use: `home::div.DefaultMenu_mobile-menu-modal__SEaJA`, a hidden dialog structure captured on all three corporate routes; no opened dialog interaction was captured.
222
211
 
223
- ### Spacing System
224
- - Base unit: 8px
225
- - Scale: 4px, 8px, 12px, 16px, 24px, 48px, 96px
226
- - Notable: Feature blocks use generous 96px vertical padding for an airy, breathable kids-content rhythm; character panels use 48px internal padding
212
+ No public consumer-product button, form, card, badge, navigation state, toast, authenticated flow, or general component variant had the required selector plus surface provenance in this update.
227
213
 
228
- ### Grid & Container
229
- - Centered single-column hero with a 64px Pretendard headline as the anchor
230
- - Character IP panels presented as full-bleed split panels (504×378 / 396×378 measured) — vivid color background + character art + tag copy
231
- - Content carousels (NEW / CONTENTS sections) with oversized translucent-pink watermark display type behind cards
232
- - Feature sections alternate between white (`#ffffff`) and tinted blocks (soft-pink `#ffe0ef` / cool-grey `#f0f2f5`)
214
+ ---
215
+ **Verified:** 2026-07-13
216
+ **Tier 1 sources:** https://www.thepinkfongcompany.com/; https://www.thepinkfongcompany.com/company; https://www.thepinkfongcompany.com/business; https://www.thepinkfongcompany.com/en/company; https://www.thepinkfongcompany.com/en/business; https://www.thepinkfongcompany.com/news/pr/207; https://github.com/spoqa/spoqa-han-sans
217
+ **Tier 2 sources:** https://getdesign.md/pinkfong (attempted through built-in web search; no usable Pinkfong record returned); https://styles.refero.design/?q=pinkfong (attempted through built-in web search; no usable Pinkfong style record returned)
218
+ **Conflicts unresolved:** none
219
+
220
+ The prior reference mixed a historical consumer capture into this corporate-only artifact. This update preserves official brand and font context but retains machine tokens and components only where the 2026-07-13 supplied evidence provides a current selector and surface.
233
221
 
234
- ### Whitespace Philosophy
235
- - **Breathing room over density**: despite a content-rich franchise catalog, sections are airy with generous vertical rhythm (96px block padding)
236
- - **Flat segmentation**: sections separate by background tint (`#ffe0ef`, `#f0f2f5`) and the single hairline (`#e5e8eb`), not by shadow
237
- - **Color as the loud layer, layout as the calm layer**: vivid IP panels provide the energy; the surrounding grid stays quiet and orderly
222
+ ## 5. Layout Principles
238
223
 
239
- ### Border Radius Scale
240
- - Small (12px): nav buttons, soft-rounded fields
241
- - Medium (24px): feature section blocks, content cards
242
- - Large (32px): corporate recruit CTA
243
- - Full (999px): header chips, consumer pill CTAs, D-day badges
224
+ The supplied evidence is a single desktop corporate capture. It records spacing clusters at 8px, 20px, and 32px, but does not establish a reusable product grid, consumer-content layout, or mobile breakpoint system. The measured controls above preserve their own padding; no generic card or page-spacing rule is inferred.
244
225
 
245
226
  ## 6. Depth & Elevation
246
227
 
247
- | Level | Treatment | Use |
248
- |-------|-----------|-----|
249
- | Flat (Level 0) | No shadow | Page background, nav, character panels, pill CTAs, section cards |
250
- | Tint (Level 1) | `#ffe0ef` / `#f0f2f5` background shift | Section/card separation without elevation |
251
- | Hairline (Level 2) | `1px solid #e5e8eb` border | Pill outlines, dividers, card edges |
252
- | Pink Lift (Level 3) | `rgba(255,5,88,0.06) 0px 2px 0px 0px` | The single shadow — faint pink-tinted lift under the corporate recruit CTA |
253
-
254
- **Shadow Philosophy**: Pinkfong is a near-flat system. Live inspection found `box-shadow: none` across the consumer nav, character panels, pill CTAs, and feature blocks. Depth and grouping are communicated entirely through tinted surfaces (`#ffe0ef`, `#f0f2f5`) and the single hairline (`#e5e8eb`). The one exception is a faint pink-tinted lift (`rgba(255,5,88,0.06)`) under the corporate recruit CTA — even the rare shadow stays on-brand. When emphasis is needed the system reaches for the signature pink (`#ff66af`) or a vivid character color, never for elevation. This keeps the UI feeling modern, fast, and friendly rather than heavy.
228
+ Most representative corporate controls and the dialog have `box-shadow: none`. Two observed button treatments carry small shadows: the Pinkfong action uses `rgba(255, 5, 88, 0.06) 0px 2px 0px 0px`, while the family-site pill uses `rgba(0, 0, 0, 0.02) 0px 2px 0px 0px`. These are component-local observations, not an elevation scale.
255
229
 
256
230
  ## 7. Do's and Don'ts
257
231
 
258
232
  ### Do
259
- - Use the signature pink (`#ff66af`) as the single brand accent — CTA, D-day badge, eyebrow label
260
- - Give each character IP its own vivid, high-saturation panel color (sky `#75ddff`, coral `#ff4b78`, gold `#f0bd64`, purple `#a262f3`)
261
- - Use ink (`#191f28`) for text and headings instead of pure black
262
- - Keep geometry rounded 999px pills, 32px / 24px / 12px radii, never a sharp interactive corner
263
- - Separate sections with tinted surfaces (`#ffe0ef`, `#f0f2f5`) and the `#e5e8eb` hairline, not shadows
264
- - Set hero headlines in Pretendard 700 at large sizes for a friendly, confident voice
265
- - Let the character panels be the loud color moment; keep surrounding chrome calm
266
- - Reserve oversized translucent-pink watermark display type for playful editorial accents
233
+
234
+ - Preserve the corporate/public source boundary when using the documented controls.
235
+ - Use `#ff66af` only where a Pinkfong corporate-action treatment is intended and evidenced.
236
+ - Load Spoqa Han Sans Neo before naming a corporate public-text treatment after it.
237
+ - Treat Pinkfong Baby Shark Font as a distinct display asset with its own official release and stated-use boundary.
238
+ - Keep the recorded selector and route with every component reuse claim.
267
239
 
268
240
  ### Don't
269
- - Spread the signature pink across many elements — it dilutes the single-action signal
270
- - Use drop shadows for elevation Pinkfong is a near-flat system (only the faint pink CTA lift exists)
271
- - Use pure black (`#000000`) for body text use ink navy `#191f28`
272
- - Use sharp or square corners on buttons, chips, or badges — everything rounds
273
- - Dull the character palette into pastels the IP colors are deliberately saturated and joyful
274
- - Use the default link blue (`#1677ff`) as a brand accent it is a bare-link fallback, not brand
275
- - Set headlines in a light weight — display is bold (700)
276
- - Crowd the layout — keep generous vertical rhythm so the bright colors have room to breathe
241
+
242
+ - Do not turn the public corporate CTA into a general consumer-product, checkout, or authenticated-app button.
243
+ - Do not infer interaction styling from collector state labels while `interactionCount` is zero.
244
+ - Do not call a system-stack heading a Pinkfong font.
245
+ - Do not promote the company’s BI downloads or font release into a public component library.
246
+ - Do not invent mobile, error, success, loading, or responsive variants from this desktop artifact.
277
247
 
278
248
  ## 8. Responsive Behavior
279
249
 
280
- ### Breakpoints
281
- | Name | Width | Key Changes |
282
- |------|-------|-------------|
283
- | Mobile | <640px | Single column, hero headline compresses, character panels stack, nav collapses |
284
- | Tablet | 640-1024px | 2-up character/content cards, moderate padding |
285
- | Desktop | 1024-1440px | Full layout, centered hero, full-bleed split character panels |
286
-
287
- ### Touch Targets
288
- - Consumer pill CTAs at 56px height with 24px horizontal padding — comfortably tappable
289
- - Header chips at 40px height, full pill
290
- - D-day badges at 28px (informational, not interactive)
291
- - Nav buttons at 38px with rounded 12px hit area
292
-
293
- ### Collapsing Strategy
294
- - Hero: 64px Pretendard headline scales down on mobile, weight 700 maintained
295
- - Character IP panels: split panels stack to single-column on narrow viewports
296
- - Content carousels: horizontal scroll on mobile; watermark display type shrinks
297
- - Tinted/white alternating sections maintain full-width treatment
298
-
299
- ### Image Behavior
300
- - Character art and content thumbnails carry no shadow at any size, consistent with the flat system
301
- - Cards maintain 24px radius across breakpoints
302
- - Vivid panel backgrounds remain full-bleed across sizes
250
+ Only a 1440×900 collector viewport was supplied. The artifact includes a hidden mobile-menu dialog structure, but no open-dialog or mobile viewport observation. Breakpoints, touch-target rules, safe-area behavior, and responsive layout changes are intentionally absent.
303
251
 
304
252
  ## 9. Agent Prompt Guide
305
253
 
306
- ### Quick Color Reference
307
- - Primary accent / CTA: Pinkfong Pink (`#ff66af`)
308
- - Soft pink surface: (`#ffe0ef`)
309
- - Background: Pure White (`#ffffff`)
310
- - Tinted surface: Surface Grey (`#f0f2f5`)
311
- - Heading / ink text: (`#191f28`)
312
- - Body / nav text: Body Slate (`#4e5968`)
313
- - Muted text: (`#8b95a1`)
314
- - Faint / disabled: (`#b0b8c1`)
315
- - Hairline: (`#e5e8eb`)
316
- - Character palette: sky `#75ddff`, ocean `#003c7d`, coral `#ff4b78`, cream `#fff1aa`, gold `#f0bd64`, mint `#9deff8`, purple `#a262f3`
317
-
318
- ### Example Component Prompts
319
- - "Create a kids-IP hero on white background. Headline at 64px Pretendard weight 700, color #191f28. Below it an outline pill CTA: #ffffff background, 1px solid #e5e8eb border, #4e5968 text, 999px radius, 0 24px padding, 16px Pretendard weight 600 — '캐릭터 소개 보기'."
320
- - "Design a full-bleed character panel: #75ddff sky background (swap to #ff4b78 coral or #a262f3 purple per character), #191f28 text, 48px padding, no shadow. Include a pink D-day badge: #ff66af background, white text, 999px radius, 0 12px padding, 14px weight 500."
321
- - "Build a soft-pink feature block: #ffe0ef background, 24px radius, 96px vertical padding, no shadow. Eyebrow label 20px Pretendard weight 700 in #ff66af, then body 16px weight 400 in #4e5968."
322
- - "Create a corporate recruit CTA: #ff66af background, white text, 32px radius, 32px 15px padding, 24px Spoqa Han Sans Neo. Add a faint pink lift shadow rgba(255,5,88,0.06) 0px 2px 0px 0px."
323
-
324
- ### Iteration Guide
325
- 1. Pink (`#ff66af`) is the single brand accent — don't spread it
326
- 2. Each character IP gets its own saturated panel color — keep them vivid, not pastel
327
- 3. No shadows — separate with `#ffe0ef` / `#f0f2f5` tint and the `#e5e8eb` hairline
328
- 4. Pill geometry throughout — 999px chips/CTAs, 32px corporate, 24px blocks, 12px nav
329
- 5. Text color is `#191f28` ink, never pure black for body
330
- 6. Pretendard for consumer/product surfaces; Spoqa Han Sans Neo for corporate
331
- 7. Headlines are bold (700); body is 400 — weight carries hierarchy
332
-
333
- ---
254
+ For a public corporate Pinkfong concept, start from the evidence boundary: white `#ffffff`, black `#000000`, muted `#5a5a5a`, and a selector-backed Pinkfong-pink `#ff66af` action. Use the specific corporate CTA, family-site pill, or business outline action only with its recorded route and default-state limitation. Load Spoqa Han Sans Neo only when the verified source can be loaded; use Pinkfong Baby Shark Font as an official display asset only within its stated distribution boundary. Do not generate a Pinkfong consumer site, child-facing app, purchase flow, status system, or generic character-card library from this reference.
334
255
 
335
256
  ## 10. Voice & Tone
336
257
 
337
- The Pinkfong Company's voice is **warm, joyful, and family-inclusive** — playful enough to delight a preschooler yet clear and trustworthy enough to reassure the parent browsing alongside. The consumer hero line "전 세계가 사랑하는 가족이 함께 즐기는 패밀리 IP" ("A family IP loved worldwide, enjoyed by the whole family") sets the register: globally proud, family-framed, inclusive — it sells togetherness, not just cartoons. Copy speaks to "온 가족" (the whole family) and frames content as something to share. Functional labels (CHARACTERS, WATCH, STORE, MEET & PLAY) stay short and bright; the warmth lives in the color and roundness, not in baby-talk.
338
-
339
- | Context | Tone |
340
- |---|---|
341
- | Hero headlines | Globally proud, family-framed. "전 세계가 사랑하는 온 가족이 함께 즐기는 패밀리 IP." Warm, inclusive. |
342
- | Nav labels | Short, bright, English-forward. "CHARACTERS", "WATCH", "STORE", "MEET & PLAY". |
343
- | CTAs | Direct, low-pressure, inviting. "캐릭터 소개 보기", "더보기". |
344
- | Character tags | Playful hashtag-style descriptors. "#무한긍정 #모험심 #호기심" (aging shark), "#애교부자 #호기심 #성장 #패밀리" (Bebefinn). |
345
- | News / D-day | Concrete, time-bound, celebratory. "종료까지 D-198", global partnership announcements. |
346
- | Corporate | Confident, mission-led, recruiting-forward. "인재영입 페이지 바로가기". |
347
-
348
- **Voice samples (verbatim from live surfaces):**
349
- - "전 세계가 사랑하는 온 가족이 함께 즐기는 패밀리 IP" — consumer hero H2 (global + family framing). *(verified live 2026-06-17)*
350
- - "#무한긍정#모험심#호기심" — Baby Shark character tags (playful, positive). *(verified live 2026-06-17)*
351
- - "종료까지 D-198" — event D-day badge (time-bound, celebratory). *(verified live 2026-06-17)*
352
-
353
- **Forbidden register**: condescending baby-talk, fear/pressure marketing aimed at parents, dense jargon, exclamation-heavy hype that undercuts the calm-confident chassis.
258
+ The official company description ties vivid characters, memorable music, and easy-to-follow movement to family-entertainment content IP. Its English company page says the mission is to connect people through joyful content and entertaining experiences, while the business page presents content, partnership, merchandise, live events, and mobile apps as separate offerings. This supports an optimistic, clear corporate voice that speaks about family enjoyment and content capability without treating all corporate copy as child-facing UI guidance. [Company](https://www.thepinkfongcompany.com/en/company) · [Business](https://www.thepinkfongcompany.com/en/business)
354
259
 
355
260
  ## 11. Brand Narrative
356
261
 
357
- The Pinkfong Company (더핑크퐁컴퍼니, formerly SmartStudy) is a Seoul-based family-entertainment company best known for **Pinkfong** and the global phenomenon **"Baby Shark"** the most-viewed video in YouTube history. Founded in **2010**, the company built its identity around educational, sing-along content for young children, then turned a single catchy song into a worldwide multimedia franchise spanning video, music, apps, live shows, licensing, and merchandise.
358
-
359
- The brand's positioning, stated plainly on its consumer site, is a "전 세계가 사랑하는 패밀리 IP" — a family IP loved around the world. That framing matters: Pinkfong is not marketed as a children's-only product but as shared family entertainment, content that parents and kids enjoy together. The company has expanded the original Pinkfong/Baby Shark universe into a portfolio of distinct character IPs — Bebefinn (베베핀), the Dino series (다이노링스), and newer properties — each given its own vivid color world and personality.
262
+ The Pinkfong Company describes itself as a global family-entertainment company working across music, stories, technology, video and audio content, live events, mobile apps, partnerships, and merchandise. Its official identity page groups the company CI with Pinkfong, Baby Shark, and Bebefinn BI assets, showing a portfolio structure rather than a single product surface. [Company](https://www.thepinkfongcompany.com/en/company) · [Business](https://www.thepinkfongcompany.com/en/business)
360
263
 
361
- What the design refuses, visible in its system: the chaotic, over-decorated clutter of much children's media (no rainbow-vomit gradients, no clashing comic chrome), and the cold institutionalism of corporate entertainment. What it embraces: one disciplined signature pink that means "Pinkfong," a calm modern product chassis (clean Pretendard type, flat surfaces, generous whitespace), and per-character saturated color as the place where joy is allowed to be loud. The result is a system that scales across a growing IP portfolio while staying unmistakably, friendly-confidently Pinkfong.
264
+ In 2025, the company released Pinkfong Baby Shark Font for Baby Shark’s tenth anniversary. The release describes a 9-language family with 13,200 characters, fin-inspired triangular details, and a rhythmic visual idea based on the song; it offers the font through the identity page for everyday documents, fan art, and card news. That is an official asset and brand-expression evolution, not evidence that every corporate or consumer control uses the font. [Official font release](https://www.thepinkfongcompany.com/news/pr/207)
362
265
 
363
266
  ## 12. Principles
364
267
 
365
- 1. **One pink, many worlds.** The signature pink (`#ff66af`) is the constant that ties the franchise together; each character IP gets its own vivid palette. *UI implication:* reserve `#ff66af` for the brand-level accent (CTA, badge, eyebrow) and let character panels own the saturated color.
366
- 2. **Joy is loud, chrome is calm.** Energy belongs to the IP color; structure stays quiet. *UI implication:* vivid full-bleed character panels against clean white chrome with generous whitespace never both loud at once.
367
- 3. **Family-inclusive, never condescending.** Content is for "온 가족," not just kids. *UI implication:* clean, readable type and grown-up product patterns; warmth comes from color and roundness, not baby-talk.
368
- 4. **Soft geometry everywhere.** No sharp corner on an interactive element. *UI implication:* pills (999px), rounded blocks (24px), rounded nav (12px) — roundness signals friendliness.
369
- 5. **Flat and fast.** Modern product clarity beats decorative depth. *UI implication:* no shadows; separate with tint (`#ffe0ef`, `#f0f2f5`) and the `#e5e8eb` hairline; keep the page light and quick to scan.
268
+ 1. **Connect through joyful content.** The official mission explicitly centers joyful content and entertaining experiences. *UI implication:* corporate public copy should state the content or experience clearly before adding promotional flourish.
269
+ 2. **Keep portfolio identities distinct.** The company page distributes separate CI/BI assets for the company, Pinkfong, Baby Shark, and Bebefinn. *UI implication:* do not collapse corporate identity assets into a single universal franchise UI palette.
270
+ 3. **Treat type as an asset with a boundary.** The official font release gives purpose and permitted creative examples, while the corporate capture separately proves a loaded body family. *UI implication:* use a named font only with the evidence class and load/distribution condition that supports it.
370
271
 
371
272
  ## 13. Personas
372
273
 
373
- *Personas below are fictional archetypes informed by publicly observable Pinkfong audiences (parents of preschoolers, the children themselves, and IP/licensing partners), not individual people.*
374
-
375
- **김서연, 34, 서울.** Mother of a 3-year-old who watches Baby Shark daily. Browses the Pinkfong site to find new content and merchandise. Trusts the brand because it feels safe, friendly, and consistent — the same pink and the same calm layout everywhere reassures her it's a real, careful company.
376
-
377
- **Ethan, 5, London.** Knows Pinkfong by its colors and characters, not its words. The vivid per-character panels (sky-blue shark, coral Bebefinn) are how he navigates — he points at the color world he wants before he can read the label.
378
-
379
- **박지훈, 41, 경기.** A licensing/partnerships manager evaluating Pinkfong for a co-branded product. Reads the corporate site (`thepinkfongcompany.com`) for credibility. Values that the brand presents as a modern, global IP house — confident pink chrome, clear recruit and business surfaces — rather than a one-hit cartoon.
274
+ Official public materials identify **kids and families worldwide** as the audience for joyful content, and enumerate business contexts including content, partnerships, merchandise, live events, and mobile apps. These are public audience and stakeholder cues, not validated individual personas. No fictional personas are added. [Company](https://www.thepinkfongcompany.com/en/company) · [Business](https://www.thepinkfongcompany.com/en/business)
380
275
 
381
276
  ## 14. States
382
277
 
383
- | State | Treatment |
384
- |---|---|
385
- | **Empty (no content results)** | White canvas. Single ink (`#191f28`) line at body size explaining nothing matches, with one outline pill CTA to browse all. Friendly, uncluttered. |
386
- | **Empty (saved/favorites, none yet)** | Muted Slate (`#8b95a1`) single line inviting the user to explore characters; a character-color illustration may anchor it. Warm, never scolding. |
387
- | **Loading (content fetch)** | Skeleton cards at final dimensions, 24px radius, on `#f0f2f5` tint. Flat pulse — no shadow shimmer, consistent with the flat system. |
388
- | **Loading (carousel)** | Inline placeholder cards keep the row's rhythm; previous content stays visible during refresh. |
389
- | **Error (fetch failed)** | Inline message in ink (`#191f28`) with a plain, friendly explanation and a retry pill. No bare "오류가 발생했습니다" — say what to do next. |
390
- | **Error (form validation)** | Field-level message below the input in a warm tone; describes what's valid, not just "필수". |
391
- | **Success (action complete)** | Brief inline confirmation in calm tone; a pink (`#ff66af`) accent or check marks the moment. Celebratory but not noisy. |
392
- | **Skeleton** | `#f0f2f5` blocks at final dimensions, 24px radius, flat pulse. |
393
- | **Disabled** | Faint Blue-Grey (`#b0b8c1`) text on reduced-opacity surface; pink actions fade rather than turn grey to preserve brand read. |
278
+ The supplied artifact contains default corporate controls, a hidden mobile-menu dialog structure, one disabled menu-label sample, and collector-labelled focus/hover/pressed entries with `interactionCount: 0`. It does not provide opened-dialog, empty, loading, error, success, toast, form-validation, or product-state evidence. Those specifications are intentionally absent.
394
279
 
395
280
  ## 15. Motion & Easing
396
281
 
397
- **Durations**:
398
-
399
- | Token | Value | Use |
400
- |---|---|---|
401
- | `motion-fast` | 120ms | Hover, chip press, focus |
402
- | `motion-standard` | 240ms | Card/panel reveal, carousel slide, sheet |
403
- | `motion-playful` | 360ms | Character panel entrance, hero reveal |
404
-
405
- **Easings**:
406
-
407
- | Token | Curve | Use |
408
- |---|---|---|
409
- | `ease-enter` | `cubic-bezier(0.2, 0.7, 0.3, 1)` | Arriving — cards, panels, carousels (gentle overshoot-free settle) |
410
- | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
411
- | `ease-playful` | `cubic-bezier(0.34, 1.3, 0.6, 1)` | Reserved character-panel pops — a touch of bounce where joy is allowed |
412
-
413
- **Motion rules**: Motion is friendly and light — consistent with the bright, flat aesthetic. Pill CTAs and chips respond to press with a subtle scale/opacity shift; content cards and character panels fade-and-rise in at `motion-standard / ease-enter`. A small, controlled bounce (`ease-playful`) is permitted only on character-panel entrances — the one place the brand lets motion be as joyful as the color. Chrome (nav, CTAs) stays steady and overshoot-free so the product feels trustworthy to parents. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the playful bounce is removed; the product stays fully functional.
414
-
415
- <!--
416
- OmD v0.1 Sources — Philosophy Layer (sections 10–15)
417
-
418
- Tier 1 live inspect (2026-06-17) via playwright getComputedStyle:
419
- - https://www.pinkfong.com/ko (consumer): body Pretendard / color rgb(25,31,40) #191f28 / 16px;
420
- hero H2 "전 세계가 사랑하는 온 가족이 함께 즐기는 패밀리 IP" 64px/700/white;
421
- nav buttons rgb(78,89,104) #4e5968 / 16px / 600 / radius 12px;
422
- header chips white / rgb(78,89,104) / radius 999px / 1px solid rgb(229,232,235) #e5e8eb;
423
- pill CTA "캐릭터 소개 보기"/"더보기" white / #4e5968 / 999px / 0 24px / 56px;
424
- D-day badge "종료까지 D-198" bg rgb(255,102,175) #ff66af / white / 999px / 0 12px / 28px;
425
- eyebrow "MEET & PLAY" rgb(255,102,175) / 20px / 700; watermark NEW/CONTENTS rgba(255,102,175,.15/.4) / 120px;
426
- character panels — bg rgb(117,221,255) #75ddff, rgb(0,60,125) #003c7d, rgb(255,75,120) #ff4b78,
427
- rgb(255,241,170) #fff1aa, rgb(240,189,100) #f0bd64, rgb(157,239,248) #9deff8, rgb(162,98,243) #a262f3;
428
- soft-pink block bg rgb(255,224,239) #ffe0ef / radius 24px / padding 96px; box-shadow none across nav/cards/CTAs.
429
- - https://www.thepinkfongcompany.com (corporate): body Spoqa Han Sans Neo / black;
430
- recruit CTA bg rgb(255,102,175) #ff66af / white / radius 32px / padding 32px 15px / 24px /
431
- box-shadow rgba(255,5,88,0.06) 0px 2px 0px 0px; "패밀리 사이트" pill white/radius 32px;
432
- default anchor rgb(22,119,255) #1677ff; surface rgb(240,242,245) #f0f2f5.
433
-
434
- Token-level claims (§1-9) are sourced from this live inspection (see .verification.md Raw samples).
435
-
436
- Voice samples (§10) are verbatim from the live consumer homepage (hero H2, character tags, D-day badge).
437
-
438
- Brand narrative (§11): The Pinkfong Company (formerly SmartStudy), Seoul-based family-entertainment
439
- company behind Pinkfong and "Baby Shark" (most-viewed YouTube video); founded 2010. These are widely
440
- documented public facts about the company; the "전 세계가 사랑하는 패밀리 IP" framing is verbatim from
441
- the live consumer site. Specific corporate-history details beyond the live surfaces are general public
442
- knowledge, not directly quoted from a verified company statement in this turn.
443
-
444
- Personas (§13) are fictional archetypes informed by publicly observable Pinkfong audiences (parents of
445
- preschoolers, children, IP/licensing partners). Names are illustrative; they do not refer to real people.
446
-
447
- Interpretive claims (e.g., "one pink, many worlds", "joy is loud, chrome is calm" as a rejection of
448
- over-decorated children's media) are editorial readings connecting Pinkfong's observed design to its
449
- positioning, not directly sourced company statements.
450
- -->
282
+ No duration, easing curve, reduced-motion rule, or captured animated state is available in the supplied artifact. Motion tokens are intentionally absent.