oh-my-design-cli 1.8.7 → 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 (247) 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 +1995 -38
  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/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -9,460 +9,250 @@ primary_color: "#002c5f"
9
9
  logo:
10
10
  type: simpleicons
11
11
  slug: hyundai
12
- verified: "2026-06-22"
12
+ verified: "2026-07-13"
13
13
  omd: "0.1"
14
+ verification_v2:
15
+ schema: 2
16
+ checked: "2026-07-13"
17
+ surfaces:
18
+ - { id: home, kind: product, url: "https://www.hyundai.com/kr/ko/e", inspected: "2026-07-13" }
19
+ - { id: vehicles, kind: product, url: "https://www.hyundai.com/kr/ko/e/vehicles", inspected: "2026-07-13" }
20
+ - { id: ioniq6, kind: product, url: "https://www.hyundai.com/kr/ko/e/vehicles/the-new-ioniq-6/intro", inspected: "2026-07-13" }
21
+ sources:
22
+ - { id: home-live, kind: product-surface, url: "https://www.hyundai.com/kr/ko/e", captured: "2026-07-13" }
23
+ - { id: vehicles-live, kind: product-surface, url: "https://www.hyundai.com/kr/ko/e/vehicles", captured: "2026-07-13" }
24
+ - { id: ioniq6-live, kind: product-surface, url: "https://www.hyundai.com/kr/ko/e/vehicles/the-new-ioniq-6/intro", captured: "2026-07-13" }
25
+ - { id: design, kind: official-doc, url: "https://www.hyundai.com/worldwide/en/company/innovation/design", captured: "2026-07-13" }
26
+ - { id: typeface, kind: official-doc, url: "https://www.hyundai.com/worldwide/en/newsroom/detail/0000000287", captured: "2026-07-13" }
27
+ - { id: history, kind: official-doc, url: "https://www.hyundai.com/worldwide/en/footer/corporate/history/1967-2000", captured: "2026-07-13" }
28
+ conflicts: []
29
+ claims:
30
+ "tokens.colors.accent-cyan": &live { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
31
+ "tokens.colors.accent-teal": *live
32
+ "tokens.colors.footer": *live
33
+ "tokens.colors.ink": *live
34
+ "tokens.colors.muted": *live
35
+ "tokens.colors.on-primary": *live
36
+ "tokens.colors.primary": *live
37
+ "tokens.colors.utility": *live
38
+ "tokens.components.selected-carousel-indicator.active": *live
39
+ "tokens.components.selected-carousel-indicator.fg": *live
40
+ "tokens.components.selected-carousel-indicator.radius": *live
41
+ "tokens.components.selected-carousel-indicator.type": *live
42
+ "tokens.components.selected-carousel-indicator.use": *live
43
+ "tokens.rounded.none": *live
44
+ "tokens.rounded.pager": *live
45
+ "tokens.shadow.chatbot": *live
46
+ "tokens.typography.action.lineHeight": *live
47
+ "tokens.typography.action.size": *live
48
+ "tokens.typography.action.tracking": *live
49
+ "tokens.typography.action.use": *live
50
+ "tokens.typography.action.weight": *live
51
+ "tokens.typography.body.lineHeight": *live
52
+ "tokens.typography.body.size": *live
53
+ "tokens.typography.body.use": *live
54
+ "tokens.typography.body.weight": *live
55
+ "tokens.typography.display-h2.lineHeight": *live
56
+ "tokens.typography.display-h2.size": *live
57
+ "tokens.typography.display-h2.tracking": *live
58
+ "tokens.typography.display-h2.use": *live
59
+ "tokens.typography.display-h2.weight": *live
60
+ "tokens.typography.family.body": *live
61
+ "tokens.typography.family.display": *live
14
62
  tokens:
15
- source: live-extract
16
- extracted: "2026-06-22"
17
- note: "primary = deep navy (#002c5f) dominant brand/CTA color; secondary teal (#007fa8) on badges; warm off-white (#f6f3f2) surface. Custom typefaces HyundaiSansHeadKR (display) and HyundaiSansTextKR (body). Zero-radius sharp corners everywhere — automotive precision geometry."
63
+ source: reconciled
64
+ extracted: "2026-07-13"
65
+ components_harvested: true
66
+ note: "Only values observed in the supplied three-surface KR product capture are tokenized. HyundaiSansTextKR and HyundaiSansHeadKR have visible computed use backed by loaded FontFaceSet entries. HyundaiSansHeadKRR and HyundaiSansTextKRR are loaded regional variants; Arial is system chrome and element-icons is declared-only."
18
67
  colors:
19
68
  primary: "#002c5f"
20
- primary-teal: "#007fa8"
69
+ accent-teal: "#007fa8"
21
70
  accent-cyan: "#00aad2"
22
71
  ink: "#000000"
23
- body: "#666666"
24
- dark-label: "#333333"
25
- canvas: "#ffffff"
26
- surface: "#f6f3f2"
27
- surface-neutral: "#f5f5f5"
28
- dark-chrome: "#1c1b1b"
29
72
  on-primary: "#ffffff"
30
73
  muted: "#999999"
31
- hairline: "#cbcbcb"
74
+ utility: "#444444"
75
+ footer: "#1c1b1b"
32
76
  typography:
33
- family: { display: "HyundaiSansHeadKR", body: "HyundaiSansTextKR", fallback: "Magul Gothic" }
34
- display-hero: { size: 44, weight: 400, lineHeight: 1.32, tracking: -0.4, use: "Section H2 headings Model, Brand, Events" }
35
- section: { size: 30, weight: 400, lineHeight: 1.47, tracking: -0.4, use: "Sub-section H3 headings, HyundaiSansHeadKR" }
36
- subsection: { size: 24, weight: 400, lineHeight: 1.42, tracking: -0.24, use: "Event/feature card H3 titles" }
37
- nav: { size: 16, weight: 400, lineHeight: 1.50, use: "Primary nav items, HyundaiSansHeadKRR" }
38
- body: { size: 16, weight: 400, lineHeight: 1.15, use: "Body text, HyundaiSansTextKR" }
39
- button: { size: 16, weight: 500, lineHeight: 1.50, use: "CTA label — 내 차 만들기, 자세히 보기" }
40
- caption: { size: 15, weight: 500, lineHeight: 1.33, use: "Small action text, HyundaiSansHeadKRR" }
41
- spacing: { xs: 4, sm: 8, md: 16, base: 20, lg: 24, xl: 40, xxl: 60, section: 80 }
42
- rounded: { none: 0, sm: 2, md: 4, full: 9999 }
43
- shadow:
44
- none: "none"
45
- subtle: "rgba(0,0,0,0.1) 0px 2px 8px"
46
- glow: "rgba(0,0,0,0.15) 0px 0px 20px 0px"
77
+ family: { display: "HyundaiSansHeadKR", body: "HyundaiSansTextKR" }
78
+ display-h2: { size: 44, weight: 400, lineHeight: 1.32, tracking: -0.4, use: "Observed h2 on the KR product home surface" }
79
+ body: { size: 16, weight: 400, lineHeight: 1.15, use: "Observed product-surface text" }
80
+ action: { size: 16, weight: 500, lineHeight: 1.15, tracking: -0.4, use: "Observed navy vehicle action" }
81
+ spacing: {}
82
+ rounded: { none: 0, pager: 6 }
83
+ shadow: { chatbot: "rgba(0,0,0,0.15) 0px 0px 20px 0px" }
47
84
  components:
48
- button-primary: { type: button, bg: "#002c5f", fg: "#ffffff", radius: "0px", padding: "10px 20px", font: "16px / 500 HyundaiSansTextKR", use: "Primary vehicle CTA 만들기, 자세히 보기" }
49
- button-secondary: { type: button, bg: "#ffffff", fg: "#002c5f", radius: "2px", padding: "12px 10px", border: "1px solid #002c5f", font: "13px / 600 HyundaiSansTextKR", use: "Cookie accept / secondary action — I Understand" }
50
- button-ghost: { type: button, bg: "transparent", fg: "#002c5f", radius: "2px", padding: "12px 10px", border: "1px solid #002c5f", font: "13px / 600 HyundaiSansTextKR", use: "Settings and tertiary actions — Cookies Settings" }
51
- nav-item: { type: tab, fg: "#000000", font: "16px / 400 HyundaiSansHeadKRR", use: "Top nav items — 구매/이벤트, 서비스/멤버십, 브랜드", active: "text #002c5f underline active" }
52
- card-vehicle: { type: card, bg: "#ffffff", fg: "#000000", radius: "0px", use: "Vehicle model card, flat no-shadow, sharp corners" }
53
- card-surface: { type: card, bg: "#f6f3f2", fg: "#000000", radius: "0px", use: "Warm off-white section surface card" }
54
- badge-teal: { type: badge, bg: "#007fa8", fg: "#ffffff", radius: "0px", font: "13px / 400 HyundaiSansTextKR", use: "Category badge or EV highlight tag" }
55
- input-default: { type: input, bg: "#ffffff", fg: "#000000", border: "1px solid #cbcbcb", radius: "0px", font: "16px HyundaiSansTextKR", use: "Search input field" }
56
- chatbot-fab: { type: toggle, bg: "#00aad2", fg: "#666666", radius: "100%", shadow: "rgba(0,0,0,0.15) 0px 0px 20px 0px", use: "Floating chatbot action button, circle 60px" }
57
- components_harvested: true
85
+ selected-carousel-indicator: { type: tab, fg: "#000000", radius: "0px", active: true, use: "Selected shell observed on the home surface" }
58
86
  ---
59
87
 
60
88
  # Design System Inspiration of Hyundai
61
89
 
62
90
  ## 1. Visual Theme & Atmosphere
63
91
 
64
- 현대자동차 (Hyundai Motor Company) presents a design language that is resolutely automotive and precision-engineered a digital expression of its "Sensuous Sportiness" brand philosophy. The homepage opens on a near-white canvas (`#ffffff`) alternating with a warm off-white tone (`#f6f3f2`) that echoes the pale sophistication of automotive showroom interiors. The dominant brand anchor is a deep, authoritative navy (`#002c5f`), used on every primary CTA ("내 차 만들기") and across brand-link text. This is not a product-blue or a tech-startup blue it is the kind of navy that suggests institutional trust, engineered quality, and decades of heritage. Against it, a secondary teal accent (`#007fa8`) functions as the signal for innovation and electrification content (EV charging, Hi-EV sections).
92
+ Founded in 1967, Hyundai Motor Company now presents itself as a mobility company as well as an automaker, with its official history tracing the shift from the Ulsan assembly plant to current IONIQ electric vehicles. On the captured Korean product surfaces, that broad automotive identity resolves into a restrained interface: black and white text, a deep navy action color (`#002c5f`), and loaded HyundaiSans families. The documented vehicle-design direction, Sensuous Sportiness, has been Hyundai's design philosophy since 2018; it connects emotional appeal with structure, proportion, styling, and technology. This reference keeps that official vehicle-design context separate from web claims: it describes the captured KR product UI, not a universal Hyundai design system.
65
93
 
66
- What makes Hyundai's digital design distinctive is its absolute rejection of rounded corners. Where Korean fintech peers (Toss, Kakao) embrace pill radii and friendly curves, Hyundai uses 0px radius throughout every button is a perfect rectangle, every card a sharp-edged frame. This isn't accidental; it mirrors the precision of automotive body panel geometry, the exact-cut steel character lines of a Hyundai vehicle. Typography reinforces this architectural rigor: `HyundaiSansHeadKR` handles all display headings at weight 400 (not 700 — confident, not shouting), while `HyundaiSansTextKR` handles body. The letterforms are bespoke, purpose-designed for the brand, and appear across both KR and global surfaces.
94
+ The product capture favors flat, rectangular actions for its repeated navy vehicle CTA, but it is not a zero-radius system: the selected carousel control has a 6px radius and the chatbot is circular. Deep navy (`#002c5f`) is the repeated product action color; teal (`#007fa8`) appears in captured carousel controls, while cyan (`#00aad2`) appears on the chatbot. Black (`#000000`), white (`#ffffff`), muted gray (`#999999`), utility gray (`#444444`), and the dark footer (`#1c1b1b`) are also directly observed.
67
95
 
68
- The system is depth-minimalist: no drop shadows on cards or CTAs, with separation achieved through the warm surface tint (`#f6f3f2`) and thin hairlines (`#cbcbcb`). Elevation is communicated by imagery — full-bleed vehicle photography that creates visual depth without UI chrome trickery.
96
+ ## 2. Color Palette & Roles
69
97
 
70
- **Key Characteristics:**
71
- - HyundaiSansHeadKR for all display headings — weight 400, a calm authority that matches automotive brochure aesthetics
72
- - Zero border-radius (`0px`) throughout — buttons, cards, inputs are sharp rectangles referencing vehicle panel geometry
73
- - Deep navy (`#002c5f`) as the sole interactive/CTA color — single action color philosophy
74
- - Warm off-white surface (`#f6f3f2`) alternating with pure white for section rhythm
75
- - Flat depth: no shadows on primary surfaces; vehicle imagery creates visual elevation
76
- - Negative letter-spacing at display sizes (-0.4px at 44px, -0.24px at 24px)
77
- - Secondary teal (`#007fa8`) reserved for EV/innovation contexts
78
- - HyundaiSansTextKR for body and button labels — the workhorse text face
98
+ ### Product-surface colors
79
99
 
80
- ## 2. Color Palette & Roles
100
+ - **Primary navy** (`#002c5f`): observed filled vehicle action on both the catalogue and IONIQ 6 product surfaces.
101
+ - **Teal** (`#007fa8`): observed on home-surface carousel controls; no broader semantic role is inferred.
102
+ - **Cyan** (`#00aad2`): observed as the home-surface chatbot button background.
103
+ - **Ink** (`#000000`) and **white** (`#ffffff`): repeatedly observed text and border values across the three product surfaces.
104
+ - **Muted gray** (`#999999`) and **utility gray** (`#444444`): observed in footer/list and inline external-link chrome respectively.
105
+ - **Footer dark** (`#1c1b1b`): observed on the Family Site control in the KR product footer.
81
106
 
82
- ### Primary
83
- - **Hyundai Navy** (`#002c5f`): The definitive brand color. All primary CTAs, nav accent color, brand link text, and dark overlays. An extremely saturated, authoritative deep blue with minimal warmth.
84
- - **Teal Blue** (`#007fa8`): Secondary brand color for electrification and innovation surfaces (Hi-EV section, EV charging). Cooler than the navy, suggesting technology and energy.
85
- - **Accent Cyan** (`#00aad2`): Used on the chatbot FAB and interactive digital-service elements. Brighter and more digital than the teal.
107
+ ## 3. Typography Rules
86
108
 
87
- ### Surface & Canvas
88
- - **Pure White** (`#ffffff`): Primary page canvas and card backgrounds. The clean automotive showroom floor.
89
- - **Warm Off-White** (`#f6f3f2`): The signature surface tint. Section background that separates content zones without elevation. A barely-warm stone tone — the color of brushed automotive interior panels.
90
- - **Surface Neutral** (`#f5f5f5`): Alternative neutral surface for secondary content areas.
109
+ ### Evidence classes
91
110
 
92
- ### Text & Neutral
93
- - **Ink Black** (`#000000`): Primary text and heading color. Not softened to navy maximum legibility for automotive product specs.
94
- - **Body Grey** (`#666666`): Secondary body copy, captions, metadata. The most frequent text color in the neutral ladder.
95
- - **Dark Label** (`#333333`): Dark body copy for high-contrast sections.
96
- - **Dark Chrome** (`#1c1b1b`): Near-black footer background and dark chrome UI surfaces.
97
- - **Muted** (`#999999`): Placeholder text, disabled states, very low emphasis labels.
98
- - **Hairline** (`#cbcbcb`): Card borders, dividers, input borders. The system's primary structural separator.
111
+ - **Live computed product use, FontFaceSet-backed:** `HyundaiSansTextKR` (287 observed uses) and `HyundaiSansHeadKR` (84) are visible computed families with matching loaded FontFaceSet entries in the supplied KR product capture. `HyundaiSansHeadKRR` (43) and `HyundaiSansTextKRR` (35) are likewise loaded and visibly used variants.
112
+ - **Official brand/type context:** Hyundai's 2023 official newsroom describes Hyundai Sans UI as a next-generation mobility UX typeface that inherits the formative characteristics of Hyundai Sans. That statement concerns the ccNC infotainment context; it does not establish Hyundai Sans UI as the web product-surface family.
113
+ - **System / declared-only:** Arial is a system family observed in utility chrome. `element-icons` is declared in the capture but has no visible usage. Neither is promoted to the UI family token.
114
+ - **License and distribution boundary:** the supplied capture records no font source URLs, and this review found no public first-party web-font licence for the KR files. The loaded families may be described by name and observed metrics, but no downloadable asset or reuse licence is asserted.
99
115
 
100
- ## 3. Typography Rules
116
+ ### Observed hierarchy
101
117
 
102
- ### Font Family
103
- - **Display/Heading**: `HyundaiSansHeadKR` — Hyundai's proprietary Korean display typeface. Also `HyundaiSansHeadKRR` variant for nav items. Global surfaces use `HyundaiMedium` / `HyundaiKRMedium`.
104
- - **Body/Text**: `HyundaiSansTextKR` the workhorse text face. Fallback: `"Magul Gothic"`.
105
- - All fonts are custom, brand-owned. No system fonts or Korean standards (Noto/Pretendard/SUIT) used.
106
-
107
- ### Hierarchy
108
-
109
- | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
110
- |------|------|------|--------|-------------|----------------|-------|
111
- | Section H2 | HyundaiSansHeadKR | 44px | 400 | 1.32 (58px) | -0.4px | "Model", "Brand", "Events" section titles |
112
- | Sub-section H3 | HyundaiSansHeadKR | 30px | 400 | 1.47 (44px) | -0.4px | Sub-section heads, Hi-EV, Trendy Hyundai |
113
- | Feature H3 | HyundaiSansHeadKR | 24px | 400 | 1.42 (34px) | -0.24px | Event/card title, 이벤트 H3 |
114
- | Nav Item | HyundaiSansHeadKRR | 16px | 400 | 1.50 | normal | Primary nav — 구매/이벤트, 서비스/멤버십 |
115
- | Body | HyundaiSansTextKR | 16px | 400 | 1.15 | normal | Standard body copy |
116
- | CTA Button | HyundaiSansTextKR | 16px | 500 | 1.50 | normal | "내 차 만들기" — medium weight for action |
117
- | Small Caption | HyundaiSansHeadKRR | 15px | 500 | 1.33 | normal | "자세히 보기" card links |
118
-
119
- ### Principles
120
- - **Weight 400 at display sizes**: Unlike Korean consumer brands (SUIT 800 / Pretendard 800), Hyundai uses weight 400 for all headlines. The custom HyundaiSansHeadKR letterforms carry sufficient visual authority without bold weight — like a automotive nameplate, quiet confidence.
121
- - **Negative tracking scales with size**: -0.4px at 44px/30px; -0.24px at 24px; normal tracking at 16px and below.
122
- - **Two-font system**: HyundaiSansHeadKR for display hierarchy, HyundaiSansTextKR for all body/UI. Sharp division of roles.
123
- - **Proprietary type as brand identity**: The custom fonts are a significant moat — no competitor can simply use HyundaiSansHeadKR. The letterforms themselves communicate brand membership.
118
+ | Role | Family | Size | Weight | Line Height | Tracking | Surface |
119
+ |------|--------|------|--------|-------------|----------|---------|
120
+ | H2 | HyundaiSansHeadKR | 44px | 400 | 58px | -0.4px | home |
121
+ | Body/list | HyundaiSansTextKR | 16px | 400 | 18.4px | normal | all three product surfaces |
122
+ | Vehicle action | HyundaiSansTextKR | 16px | 500 | 18.4px | -0.4px | catalogue and IONIQ 6 |
123
+ | Primary nav trigger | HyundaiSansHeadKRR | 16px | 400 | 30px | -0.4px | all three product surfaces |
124
+ | Inline external link | HyundaiSansHeadKR | 14px | 500 | 14px | -0.4px | all three product surfaces |
124
125
 
125
126
  ## 4. Component Stylings
126
127
 
127
- ### Buttons
128
+ Only the variants below are retained because the supplied collector evidence records their selector, surface, and computed values. The capture has `interactionCount: 0`; hover, focus, pressed, disabled, menu-open, and validation states are not asserted.
128
129
 
129
- **Primary CTA (내 차 만들기)**
130
- - Background: `#002c5f`
131
- - Text: `#ffffff`
132
- - Radius: 0px
133
- - Padding: 10px 20px
134
- - Font: 16px HyundaiSansTextKR weight 500
135
- - Height: 50px
136
- - Use: Vehicle configurator entry CTA on every model card — "내 차 만들기"
137
-
138
- **Secondary / Inline Action**
139
- - Background: `#ffffff`
140
- - Text: `#002c5f`
141
- - Border: 1px solid `#002c5f`
142
- - Radius: 2px
143
- - Padding: 12px 10px
144
- - Font: 13px weight 600
145
- - Height: 42px
146
- - Use: Cookie accept, secondary confirmation — "I Understand"
147
-
148
- **Ghost / Tertiary**
149
- - Background: transparent
150
- - Text: `#002c5f`
151
- - Border: 1px solid `#002c5f`
152
- - Radius: 2px
153
- - Padding: 12px 10px
154
- - Font: 13px weight 600
155
- - Height: 42px
156
- - Use: Settings and tertiary actions — "Cookies Settings"
157
-
158
- **Detail Link (자세히 보기)**
130
+ ### Vehicle action
131
+
132
+ **Navy filled action**
159
133
  - Background: `#002c5f`
160
134
  - Text: `#ffffff`
161
135
  - Radius: 0px
162
- - Font: 15px HyundaiSansHeadKRR weight 500
163
- - Height: 40px
164
- - Use: Section-level "more detail" link-button on brand/events cards
136
+ - Font: 16px / 500 / HyundaiSansTextKR
137
+ - Use: `surface-2::[data-omd-capture="15"]`, class `btn nuxt-link-active`; observed on `surface-2` (vehicle catalogue) and `surface-3` (IONIQ 6 intro), 2 occurrences, no state captured.
165
138
 
166
- ### Cards & Containers
139
+ ### Primary navigation
167
140
 
168
- **Vehicle Model Card**
169
- - Background: `#ffffff`
141
+ **Top-level trigger**
142
+ - Background: transparent
170
143
  - Text: `#000000`
171
144
  - Radius: 0px
172
- - Use: Vehicle model listing card on homepage — sharp edge, no shadow, full-bleed vehicle photo
145
+ - Font: 16px / 400 / HyundaiSansHeadKRR
146
+ - Use: `home::[data-omd-capture="2"]`, class `lnb_depth0_btn`; observed on home, vehicle catalogue, and IONIQ 6 intro, 15 occurrences, no state captured.
173
147
 
174
- **Section Surface Card**
175
- - Background: `#f6f3f2`
176
- - Text: `#000000`
148
+ ### Inline external link
149
+
150
+ **Small external link**
151
+ - Background: transparent
152
+ - Text: `#444444`
177
153
  - Radius: 0px
178
- - Use: Warm off-white section containers separating content bands
154
+ - Padding: 10px 0px
155
+ - Font: 14px / 500 / HyundaiSansHeadKR
156
+ - Use: `home::[data-omd-capture="128"]`, class `btn btn-external-sm in-phrase`; observed on all three product surfaces, 9 occurrences, no state captured.
179
157
 
180
- ### Badges
158
+ ### Carousel pagination
181
159
 
182
- **Teal Category Badge**
160
+ **Teal pager control**
183
161
  - Background: `#007fa8`
184
- - Text: `#ffffff`
185
- - Radius: 0px
186
- - Font: 13px HyundaiSansTextKR weight 400
187
- - Use: EV/electrification category tags, Hi-EV section marker
188
-
189
- ### Inputs & Forms
162
+ - Radius: 6px
163
+ - Use: `home::[data-omd-capture="75"]`, class `el-carousel__button`; observed on home only, 2 occurrences, no state captured.
190
164
 
191
- **Search Input**
192
- - Background: `#ffffff`
193
- - Border: 1px solid `#cbcbcb`
194
- - Radius: 0px
195
- - Font: 16px HyundaiSansTextKR
165
+ **Selected indicator shell**
166
+ - Background: transparent
196
167
  - Text: `#000000`
197
- - Placeholder: `#999999`
198
- - Use: Site-wide search input
168
+ - Radius: 0px
169
+ - Padding: 0px 4px
170
+ - Font: 16px / 400 / HyundaiSansTextKR
171
+ - Use: `home::li`, class `el-carousel__indicator el-carousel__indicator--horizontal is-active`; observed on home only, 13 occurrences, `selected` is the sole captured state. The child visual control was not separately measured.
199
172
 
200
- ### Navigation
173
+ ### Footer utility control
201
174
 
202
- - Background: `#ffffff` (sticky, no blur)
203
- - Text: `#000000` primary, `#002c5f` brand accent
204
- - Font: 16px HyundaiSansHeadKRR weight 400
205
- - Active: navy `#002c5f` underline / text shift
206
- - Right-aligned: Auth ("로그인"), Language ("KR"), Search
207
- - No radius on any nav element
175
+ **Family Site control**
176
+ - Background: `#1c1b1b`
177
+ - Text: `#999999`
178
+ - Border: 1px solid `#676767`
179
+ - Radius: 0px
180
+ - Padding: 0px 13px
181
+ - Use: `home::[data-omd-capture="146"]`; observed on all three product surfaces, 3 occurrences. It uses system Arial and is retained as footer utility chrome, not a HyundaiSans UI token.
208
182
 
209
- ### Chatbot FAB
183
+ ### Chatbot trigger
210
184
 
211
- - Background: `#00aad2` (accent cyan)
212
- - Radius: 100% (perfect circle)
213
- - Dimensions: 60px × 60px
214
- - Border: 4px solid transparent
215
- - Shadow: `rgba(0,0,0,0.15) 0px 0px 20px 0px`
216
- - Use: Floating chatbot trigger fixed on all pages; the lone deliberate glow in an otherwise shadow-free system
185
+ **Circular chatbot button**
186
+ - Background: `#00aad2`
187
+ - Radius: 100%
188
+ - Shadow: rgba(0,0,0,0.15) 0px 0px 20px 0px
189
+ - Font: 16px / 500 / HyundaiSansTextKR
190
+ - Use: `home::[data-omd-capture="122"]`, class `btn ibtn chatbot`; observed once on the home product surface, no state captured. This is single-surface, low-confidence component evidence and does not establish a general floating-action pattern.
217
191
 
218
192
  ---
219
193
 
220
- **Verified:** 2026-06-22 (omd:add-reference CREATE — Tier 1 live inspect)
221
- **Tier 1 sources:** https://www.hyundai.com/kr/ko/e, https://www.hyundainews.com/ko-kr/
194
+ **Verified:** 2026-07-13
195
+ **Tier 1 sources:** https://www.hyundai.com/kr/ko/e; https://www.hyundai.com/kr/ko/e/vehicles; https://www.hyundai.com/kr/ko/e/vehicles/the-new-ioniq-6/intro; https://www.hyundai.com/worldwide/en/company/innovation/design; https://www.hyundai.com/worldwide/en/newsroom/detail/0000000287; https://www.hyundai.com/worldwide/en/footer/corporate/history/1967-2000
222
196
 
223
- **Tier 2 sources:** getdesign.md/hyundai — not found; styles.refero.design/?q=hyundai — no Hyundai result (automotive results: BMW, Tesla, Rivian)
197
+ **Tier 2 sources:** https://getdesign.md/hyundai — attempted 2026-07-13, web fetch returned an internal error; https://styles.refero.design/?q=hyundai — attempted 2026-07-13, web fetch returned an internal error.
224
198
  **Conflicts unresolved:** none
225
199
 
200
+ Tier 2 data was unavailable, so it was not used to establish any token or component value.
201
+
226
202
  ## 5. Layout Principles
227
203
 
228
- ### Spacing System
229
- - Base unit: 8px
230
- - Scale: 4px, 8px, 16px, 20px, 24px, 40px, 60px, 80px (section)
231
- - Button horizontal padding: 20px (primary CTA), 10px (secondary)
232
- - Section vertical rhythm: 80px+ between major page sections
233
-
234
- ### Grid & Container
235
- - Full-width hero carousel with vehicle imagery occupying 100vw
236
- - Section headings left-aligned with generous top margin (80px+)
237
- - Vehicle model grid: horizontal scroll/carousel with fixed-height cards
238
- - Events grid: 3-column with H3 titles and thumbnail imagery
239
- - Alternating white and warm-off-white (`#f6f3f2`) full-width section bands
240
-
241
- ### Whitespace Philosophy
242
- - **Automotive generosity**: significant whitespace between sections mirrors the spacious quality of physical showrooms
243
- - **Flat separation**: color alternation (`#ffffff` ↔ `#f6f3f2`) rather than elevation or shadows for section rhythm
244
- - **Sharp geometry**: 0px radius throughout; no organic curves in UI chrome (curves live in the vehicle photography)
245
-
246
- ### Border Radius Scale
247
- - Zero (0px): All interactive elements — buttons, cards, inputs — the system signature
248
- - Micro (2px): Occasional secondary button at global surface
249
- - Full (100%): Chatbot FAB only — the single exception that proves the rule
204
+ The supplied evidence establishes three desktop product routes, but it does not contain a responsive breakpoint or grid measurement. The catalogue and IONIQ 6 routes share the navy filled vehicle action; no universal card, spacing scale, or layout grid is promoted from the capture.
250
205
 
251
206
  ## 6. Depth & Elevation
252
207
 
253
- | Level | Treatment | Use |
254
- |-------|-----------|-----|
255
- | Flat (Level 0) | No shadow | Page background, cards, all primary surfaces |
256
- | Tint (Level 1) | `#f6f3f2` background shift | Section separation without elevation |
257
- | Hairline (Level 2) | `1px solid #cbcbcb` | Card/input borders, fine structural lines |
258
- | Overlay | `rgba(0,0,0,0.1)` — `rgba(0,0,0,0.7)` | Hero carousel overlays over vehicle photography |
259
-
260
- **Shadow Philosophy**: Hyundai is a near-zero-shadow digital system. Live inspection found `box-shadow: none` across all primary UI surfaces — CTAs, cards, the nav header, model carousels. Depth is provided entirely by full-bleed vehicle photography and surface tints. The single deliberate exception is the floating chatbot FAB (`button.btn.ibtn.chatbot`), which carries a soft ambient glow (`rgba(0,0,0,0.15) 0px 0px 20px 0px`) to lift it off the page surface and signal interactivity — a functional exception, not a design contradiction. Every other surface remains flat.
208
+ The repeated captured components in §4 have `box-shadow: none`, except the single home-surface chatbot trigger, which has `rgba(0,0,0,0.15) 0px 0px 20px 0px`. No broader elevation scale is asserted.
261
209
 
262
210
  ## 7. Do's and Don'ts
263
211
 
264
212
  ### Do
265
- - Use HyundaiSansHeadKR weight 400 for all display headings — the proprietary letterform IS the brand voice
266
- - Use 0px border-radius on all buttons, cards, and inputs sharp corners are the system's geometric signature
267
- - Reserve `#002c5f` deep navy as the single primary CTA/action color
268
- - Separate sections with the warm off-white surface tint (`#f6f3f2`) and hairlines, not shadows
269
- - Use vehicle photography as the primary depth signal — full-bleed, cinematic, no shadow competition
270
- - Use weight 400 for headings and 500 for CTAs — never 700/bold
271
- - Apply negative letter-spacing on display headings (-0.4px at 44px)
272
- - Use teal (`#007fa8`) exclusively for EV/electrification contexts
213
+
214
+ - Use the observed navy vehicle action only when the same product action pattern is intended.
215
+ - Use the loaded HyundaiSans KR families only where licensed assets are provided by Hyundai.
216
+ - Preserve a component's surface and state boundary when reusing this reference.
273
217
 
274
218
  ### Don't
275
- - Use rounded corners or pill shapes — 0px is the geometric commitment
276
- - Use drop shadows on cards or buttons Hyundai is a flat-depth system
277
- - Mix in non-brand fonts (Pretendard, SUIT, Noto) HyundaiSans is the brand moat
278
- - Spread the teal (`#007fa8`) across general UI it signals EV specifically
279
- - Use heavy font weights (600-800) on headlines — weight 400 is the deliberate choice
280
- - Use pure decorative color gradients — automotive photography carries the visual richness
281
- - Use circular or pill shapes for standard buttons — only the chatbot FAB breaks the 0px rule
282
- - Add drop shadows to vehicle card imagery — flat presentation lets the vehicle design speak
219
+
220
+ - Treat teal, cyan, or the circular chatbot as a general-purpose accent or floating-action system.
221
+ - Substitute a system font while labelling it Hyundai Sans.
222
+ - Invent hover, focus, disabled, form-error, or responsive variants from this capture.
283
223
 
284
224
  ## 8. Responsive Behavior
285
225
 
286
- ### Breakpoints
287
- | Name | Width | Key Changes |
288
- |------|-------|-------------|
289
- | Mobile | <768px | Single column, hero full-height, stacked model cards |
290
- | Tablet | 768-1024px | 2-column events grid, moderate padding |
291
- | Desktop | 1024-1440px | Full layout, 3-column events, horizontal model carousel |
292
- | Large Desktop | >1440px | Centered content, wider section padding |
293
-
294
- ### Touch Targets
295
- - Primary CTA buttons: 50px height with 20px horizontal padding — comfortable automotive-grade target
296
- - Nav items: 30px height in desktop nav with adequate hover zones
297
- - Detail link buttons: 40px height
298
-
299
- ### Collapsing Strategy
300
- - Hero carousel: maintains full-bleed at all sizes; text overlays scale down
301
- - Model carousel: horizontal scroll behavior on mobile with snap points
302
- - Navigation: hamburger at mobile breakpoint, preserving brand logo
303
- - Section headings 44px → smaller on mobile, weight 400 maintained
304
- - Off-white section bands: maintain full-width at all sizes
226
+ No responsive viewport comparison was supplied. Breakpoints, touch-target rules, and collapse behavior remain unresolved.
305
227
 
306
228
  ## 9. Agent Prompt Guide
307
229
 
308
- ### Quick Color Reference
309
- - Primary CTA: Hyundai Navy (`#002c5f`)
310
- - Background: Pure White (`#ffffff`)
311
- - Surface Tint: Warm Off-White (`#f6f3f2`)
312
- - Heading / body text: Ink Black (`#000000`)
313
- - Secondary text: Body Grey (`#666666`)
314
- - EV/Innovation: Teal Blue (`#007fa8`)
315
- - Interactive Cyan: `#00aad2`
316
- - Border / hairline: `#cbcbcb`
317
- - Dark chrome: `#1c1b1b`
318
-
319
- ### Example Component Prompts
320
- - "Create a vehicle model CTA: `#002c5f` background, white text, 0px radius, 10px 20px padding, 16px HyundaiSansTextKR weight 500 — '내 차 만들기'."
321
- - "Design a Hyundai model card: white background, 0px radius, no shadow. Vehicle full-bleed image at top. Title in HyundaiSansHeadKR 24px weight 400 letter-spacing -0.24px, #000000. Navy CTA button below."
322
- - "Build a section heading: HyundaiSansHeadKR 44px weight 400, letter-spacing -0.4px, color #000000. Section label in teal #007fa8 13px above for EV section."
323
- - "Create top nav: white sticky header. HyundaiSansHeadKRR 16px weight 400 for all nav items, #000000 text. Brand logo left. Language selector (KR) + login + search right. No radius, no shadow."
324
- - "Design an events section: #f6f3f2 warm off-white background full-width. H2 'Events' in HyundaiSansHeadKR 44px weight 400, letter-spacing -0.4px. Cards in 3-column grid, white background, 0px radius, event thumbnail + H3 title 24px weight 400 HyundaiSansHeadKR."
325
-
326
- ### Iteration Guide
327
- 1. 0px radius is the single most distinctive UI commitment — never add rounded corners
328
- 2. Weight 400 at all text sizes — no bold headlines
329
- 3. `#002c5f` navy is the only interactive color; teal `#007fa8` for EV-specific only
330
- 4. No shadows — flat depth, photography provides dimension
331
- 5. Section separation: alternate `#ffffff` and `#f6f3f2` full-width bands
332
- 6. HyundaiSans fonts carry the brand — no substitutes
333
- 7. Negative letter-spacing on display: -0.4px at 44px/30px, -0.24px at 24px
334
-
335
- ---
230
+ Apply only source-bound values: a navy vehicle action (`#002c5f`, white text, 0px radius, 16px/500 HyundaiSansTextKR) is supported on the two vehicle product surfaces. Do not derive card, input, error-state, or motion specifications from this reference.
336
231
 
337
232
  ## 10. Voice & Tone
338
233
 
339
- Hyundai's voice is **aspirational, global, and quietly confident** an automotive authority that has outgrown its challenger origins and now speaks from a position of earned scale. The Korean homepage balances product functionality ("내 차 만들기" — Build your car) with lifestyle framing ("혼라이프를 즐기다" — Enjoy solo life / "새로운 차원의 라이프" — A new dimension of life). The global surface leads with brand campaigns and FIFA World Cup 2026 sponsorship, projecting global ambition. Hyundai does not shout; it presents.
340
-
341
- | Context | Tone |
342
- |---|---|
343
- | Vehicle hero headlines | Cinematic, product-forward. "The new GRANDEUR DONE. YET." Mixed Korean-English registers for premium feel. |
344
- | Model section labels | Clean categorical. "Model", "전기차", "Brand". Functional clarity. |
345
- | CTA labels | Direct, action-oriented. "내 차 만들기" (Build your car), "자세히 보기" (See more detail). |
346
- | Event copy | Specific and benefit-led. "6월 전용카드 신차 구매 혜택" — month, product, benefit, in that order. |
347
- | Brand / lifestyle copy | Lifestyle-benefit framing. "혼라이프를 즐기다" — cultural relevance over product spec. |
348
- | Global surface | Campaign-narrative. "Forests Without Names", FIFA partnership, "Next Starts Now". |
349
-
350
- **Voice samples (verbatim from live homepage):**
351
- - "The new GRANDEUR DONE. YET. GRANDEUR." — hero carousel headline *(verified live 2026-06-22)*
352
- - "KONA Electric 새로운 차원의 라이프" — model card headline (EV lifestyle framing) *(verified live 2026-06-22)*
353
- - "Venue 혼라이프를 즐기다" — model card sub-headline (cultural lifestyle) *(verified live 2026-06-22)*
354
- - "내 차 만들기" — primary CTA on every vehicle card *(verified live 2026-06-22)*
355
- - "Hi, EV" — EV section heading *(verified live 2026-06-22)*
356
-
357
- **Forbidden register**: aggressive hard-sell, price-anxiety urgency ("지금 당장!"), technical jargon without lifestyle framing, exclamation-heavy copy on premium vehicle surfaces.
234
+ Official corporate language frames Hyundai around “Progress for Humanity,” while the official design material describes Sensuous Sportiness as combining emotional appeal with structure, proportion, styling, and technology. The supplied capture does not preserve reliable product-copy text, so no verbatim voice samples or prescriptive copy rules are claimed here.
358
235
 
359
236
  ## 11. Brand Narrative
360
237
 
361
- 현대자동차 (Hyundai Motor Company) was founded in **1967** by **정주영 (Chung Ju-yung)** in Seoul, South Korea, as part of the broader Hyundai industrial conglomerate. What started as a domestic car assembler has evolved over six decades into the world's third-largest automotive group by sales, a status that would have seemed implausible when Hyundai first exported the Pony to Canada in 1984 the first Korean car to be exported. That arc from humble manufacturing ambition to genuine global automotive force — defines Hyundai's brand posture: the brand that proves underestimation wrong.
362
-
363
- The design language governing current Hyundai vehicles is **"Sensuous Sportiness"**, introduced under Chief Design Officer **Luc Donckerwolke** (joined 2016) and first fully realized in the 8th-generation Sonata (2019). The philosophy is organized around four values: **Proportion, Architecture, Styling, and Technology**. It pursues the integration of emotional sensibility (the "Sensuous") with dynamic form (the "Sportiness") — surfaces that feel alive rather than engineered, that invite touch before they invite analysis. The IONIQ sub-brand, launched in 2021 as Hyundai's dedicated EV identity, extends this language into a more futuristic, parametric direction with "Parametric Pixels" — the distinctive pixel-pattern lighting signature that appears across IONIQ 5, 6, and 7.
238
+ Hyundai Motor Company was incorporated in 1967; its official history records the Ulsan assembly plant in 1968, the Pony launch in 1976, and its present framing as a mobility solution provider. The 2024 milestone account connects that history to the current dedicated IONIQ electric-vehicle lineup.
364
239
 
365
- What Hyundai has consistently refused, especially since the 2010s transformation: the generic Korean corporate aesthetic, the safe beige of legacy automotive marketing, and the assumption that Korean brands must visually defer to European automotive dominance. The digital surface HyundaiSansHeadKR at 0px radius, deep navy, warm off-white — is a direct translation of that same ambition: distinctly Korean-branded, globally polished, refusing easy categorization.
240
+ Since 2018, Hyundai has described Sensuous Sportiness as the evolution of its design identity. Its official design page names structure, proportion, and styling, while the 2023 newsroom account separates vehicle infotainment work: the Seon design system and Hyundai Sans UI are an in-vehicle ccNC context, not proof of the KR public-web component rules above.
366
241
 
367
242
  ## 12. Principles
368
243
 
369
- 1. **Progress Through Innovation.** Hyundai's stated commitment ("Innovation for Humanity") drives a design culture where new technology — BEV, FCEV, robotics — is not hidden but showcased. *UI implication:* the EV section has its own distinct teal (`#007fa8`) color identity that marks technological differentiation within the system.
370
- 2. **Sensuous Sportiness form as emotion.** Vehicle design centers on emotionally resonant proportion and surface, not pure function. *UI implication:* vehicle photography is the primary design element; the UI chrome steps back to pure supporting frame.
371
- 3. **Sharp precision as identity.** 0px radius on every button and card is not a default it is a deliberate statement of manufacturing precision. *UI implication:* never add rounding to Hyundai UI without explicit brand justification.
372
- 4. **Heritage with ambition.** Hyundai operates from 50+ years of history while aggressively investing in next-generation mobility. *UI implication:* the deep navy heritage color and the teal EV accent can coexist — past and future in the same system.
373
- 5. **Korean excellence, global stage.** The proprietary HyundaiSans font family and the unique visual language are Korean-developed but globally applicable. *UI implication:* do not use generic Korean consumer fonts (Pretendard/SUIT) — the brand font IS the brand.
244
+ 1. **Progress for Humanity.** Hyundai's official materials frame this as a mobility and sustainability vision. *UI implication:* none is inferred beyond the recorded product surfaces.
245
+ 2. **Sensuous Sportiness.** The official vehicle-design philosophy combines emotional appeal with structure, proportion, styling, and technology. *UI implication:* do not turn that vehicle philosophy into unsupported web tokens.
246
+ 3. **Legibility in mobility UX.** Hyundai's official Hyundai Sans UI description stresses legibility and hierarchy for driving environments. *UI implication:* this supports the typeface's brand context, not a substitution or web licence.
374
247
 
375
248
  ## 13. Personas
376
249
 
377
- *Personas below are fictional archetypes informed by publicly observable Hyundai product segments, not individual people.*
378
-
379
- **김민준, 38, 서울.** A married professional in his late 30s upgrading from an i30 to the new Grandeur. Cares deeply about how the car expresses his professional status. Uses "내 차 만들기" to configure colors and trim. Trusts Hyundai's flagship sedans after 15 years as a loyal customer. Would notice if the website felt cheap — the warm off-white surfaces and sharp-precision UI reinforce that he's making a premium purchase.
380
-
381
- **이수연, 29, 부산.** A first-time car buyer considering the Venue after seeing "혼라이프를 즐기다" marketing. Values independence and personality-match over raw specs. Gravitates toward lifestyle framing in the model copy. Uses the comparison calculator to understand monthly payments. Appreciates that the website speaks to her life, not just the vehicle dimensions.
382
-
383
- **박현우, 44, 경기.** An early EV adopter researching the IONIQ 5. Tracks charging infrastructure, consults "Hi, EV" and the charging network map. Values Hyundai's commitment to rapid EV expansion. The teal `#007fa8` EV color distinction helps him quickly navigate away from ICE content.
384
-
385
- **Rachel Kim, 35, Los Angeles.** A second-generation Korean-American considering a TUCSON. Encounters Hyundai as a quality global brand rather than a discount alternative. The worldwide.hyundai.com FIFA World Cup 2026 sponsorship content reinforces her sense that Hyundai has arrived on the global stage. Design quality matches her expectation for a brand sponsoring a world sporting event.
250
+ [FILL IN] No first-party audience segmentation with enough detail to define personas was collected in this reverify packet. Do not use synthetic personas as evidence for Hyundai product decisions.
386
251
 
387
252
  ## 14. States
388
253
 
389
- | State | Treatment |
390
- |---|---|
391
- | **Empty (model lineup, no filter match)** | White canvas. Single line in body grey (`#666666`) at 16px HyundaiSansTextKR: "조건에 맞는 차량이 없습니다." One navy CTA to reset filters. No illustration. Functional, not decorative. |
392
- | **Empty (event list, none available)** | Neutral statement at body grey: no current events, with a link to all promotions. |
393
- | **Loading (homepage carousel first paint)** | Warm off-white (`#f6f3f2`) placeholder at final vehicle card dimensions, 0px radius. Pulse without shimmer — flat and consistent with shadow-free system. |
394
- | **Loading (model page fetch)** | Progressive image reveal — vehicle photo loads from blurred thumbnail to full res. No spinning loader; image quality arrival is the transition. |
395
- | **Error (page not found)** | Clean error page with H2 "페이지를 찾을 수 없습니다." at 44px HyundaiSansHeadKR weight 400, H3 explanation below, and a single navy "홈으로" CTA. No illustration, no apology emoji. |
396
- | **Error (form validation)** | Field-level inline message at 13px below the input in a red-adjacent tone; states the specific issue. |
397
- | **Success (form submitted)** | Inline confirmation in navy tone. Brief, sentence case, next-step linked. No celebratory animation — automotive purchase flows are deliberate, not impulsive. |
398
- | **Skeleton** | `#f6f3f2` blocks at final image and text dimensions. 0px radius on skeleton blocks (consistent with system). Quiet pulse animation. |
399
- | **Disabled** | Opacity reduction to 0.4 on surface and label. Navy CTA fades to `rgba(0,44,95,0.4)` — preserves brand color identity rather than switching to grey. |
400
- | **Hover** | Subtle background shift or text color shift to `#002c5f` on links. No scale/transform animations — automotive brand restraint. |
254
+ No component interaction state was captured. The collector reports `interactionCount: 0` and only the carousel indicator shell carries an observed `selected` state. Empty, loading, error, success, skeleton, disabled, hover, focus, and pressed treatments are unresolved.
401
255
 
402
256
  ## 15. Motion & Easing
403
257
 
404
- **Durations**:
405
-
406
- | Token | Value | Use |
407
- |---|---|---|
408
- | `motion-instant` | 0ms | State toggles, checkbox selection |
409
- | `motion-fast` | 120ms | Hover states, nav item transitions |
410
- | `motion-standard` | 200ms | Dropdown open, filter apply, card reveal |
411
- | `motion-slow` | 400ms | Hero carousel transition, page-level cross-fades |
412
- | `motion-cinematic` | 800ms | Hero image reveal, full-bleed vehicle entrance |
413
-
414
- **Easings**:
415
-
416
- | Token | Curve | Use |
417
- |---|---|---|
418
- | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — panels, carousels, dropdowns |
419
- | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals, slide-outs |
420
- | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
421
- | `ease-automotive` | `cubic-bezier(0.15, 0.85, 0.35, 1)` | Hero carousel — a custom curve suggesting vehicle acceleration and deceleration |
422
-
423
- **Motion rules**: Hyundai's digital motion mirrors automotive quality — deliberate, smooth, never jittery. Hero carousels transition at `motion-cinematic` (800ms) to honor the full-bleed vehicle photography; cutting fast would make the premium imagery feel cheap. Hover states at `motion-fast` (120ms) are crisp and responsive. The system avoids bounce, spring, or overshoot — automotive engineering is precise, not playful.
424
-
425
- **Signature motions:**
426
- 1. **Vehicle carousel.** Full-bleed hero images cross-fade at `motion-cinematic / ease-automotive`. Overlay text fades in 200ms after image settles. Arrow controls respond at `motion-fast`.
427
- 2. **Model card reveal.** On scroll-triggered entry, vehicle cards reveal with a 3px upward fade at `motion-standard / ease-enter`. Sequential stagger of 50ms per card.
428
- 3. **Nav dropdown.** Opens at `motion-standard / ease-enter`. Closes at `motion-fast / ease-exit` — asymmetric timing mirrors automotive door behavior (slower to open, crisper to close).
429
- 4. **Reduce motion.** Under `prefers-reduced-motion: reduce`, all transitions collapse to `motion-instant`. The carousel becomes paginated with immediate cuts. Product remains fully functional — no motion is structural.
430
-
431
- <!--
432
- OmD v0.1 Sources — Philosophy Layer (sections 10–15)
433
-
434
- Tier 1 live inspect (2026-06-22) via playwright getComputedStyle on:
435
- - https://www.hyundai.com/kr/ko/e (homepage, live computed style)
436
- - https://www.hyundai.com/worldwide/en (worldwide global English)
437
-
438
- Primary observations:
439
- - body: font-family HyundaiSansTextKR, "Magul Gothic"; color rgb(0,0,0); font-size 16px
440
- - H1 "HYUNDAI": font-size 32px; font-weight 400; HyundaiSansTextKR; color rgb(0,0,0)
441
- - H2 "Model": font-size 44px; font-weight 400; HyundaiSansHeadKR; line-height 58px; letter-spacing -0.4px
442
- - H3 "Hi, EV": font-size 30px; font-weight 400; HyundaiSansHeadKR; line-height 44px; color rgb(255,255,255)
443
- - H3 event cards: font-size 24px; font-weight 400; letter-spacing -0.4px
444
- - Primary CTA "내 차 만들기": bg rgb(0,44,95) #002c5f; color rgb(255,255,255); radius 0px; padding 10px 20px; height 50px; font 16px weight 500 HyundaiSansTextKR
445
- - Detail link "자세히 보기": bg rgb(0,44,95); color rgb(255,255,255); height 40px; font 15px weight 500 HyundaiSansHeadKRR
446
- - Chatbot FAB: bg rgb(0,170,210) #00aad2; radius 100%; 60px x 60px
447
- - Cookie button "I Understand": bg rgb(0,44,95); radius 2px; padding 12px 10px; font 13px weight 600
448
- - Cookie ghost "Cookies Settings": bg #fff; color rgb(0,44,95); border 1px solid rgb(0,44,95); radius 2px
449
- - Carousel arrow: bg rgba(31,45,61,0.4); color rgb(255,255,255); height 44px
450
- - bgFreq top: rgb(246,243,242) ×24 (#f6f3f2), rgb(255,255,255) ×24, rgb(0,127,168) ×18 (#007fa8), rgb(0,44,95) ×16
451
- - fgFreq top: rgb(0,0,0) ×1551, rgb(102,102,102) ×557 (#666666), rgb(0,44,95) ×247, rgb(255,255,255) ×210
452
-
453
- Worldwide site (https://www.hyundai.com/worldwide/en):
454
- - fonts: HyundaiMedium, HyundaiKRMedium
455
- - nav CTA color: rgb(0,44,95) matching KR site
456
- - btn "I Understand": bg rgb(0,44,95); radius 2px; weight 600
457
- - H1 weight 400 consistent
458
-
459
- Brand narrative sources:
460
- - https://www.hyundai.com/kr/ko/e — verified live brand headlines (GRANDEUR, KONA EV, Venue)
461
- - https://www.hyundainews.com/ko-kr/ — Hyundai official Korean press room (HTTP 200, brand-owned)
462
- - Hyundai founding (1967, Chung Ju-yung) and Pony/Canada export (1984) are widely documented public facts
463
- - "Sensuous Sportiness" design language: publicly documented, first fully realized in 8th-gen Sonata 2019, CDO Luc Donckerwolke
464
- - IONIQ "Parametric Pixels": publicly documented EV design language, brand-owned
465
-
466
- Personas (§13) are fictional archetypes, not individual people.
467
- Interpretive claims (0px radius as manufacturing precision analogy, "photography as depth") are editorial readings connecting observed design to brand positioning.
468
- -->
258
+ No duration, easing, animation, or reduced-motion behavior was captured. Motion tokens and rules are unresolved.