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
@@ -0,0 +1,238 @@
1
+ ---
2
+ id: toyota
3
+ name: "トヨタ"
4
+ country: JP
5
+ category: automotive
6
+ homepage: "https://global.toyota/en/"
7
+ primary_color: "#034f6d"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=global.toyota&sz=128"
11
+ verified: "2026-07-13"
12
+ omd: "0.1"
13
+ verification_v2:
14
+ schema: 2
15
+ checked: "2026-07-13"
16
+ surfaces:
17
+ - { id: home, kind: public-global-home, url: "https://global.toyota/en/", inspected: "2026-07-13" }
18
+ - { id: production-sales, kind: company-data, url: "https://global.toyota/en/company/profile/production-sales-figures/?padid=ag478_from_header_menu", inspected: "2026-07-13" }
19
+ - { id: tps, kind: company-philosophy, url: "https://global.toyota/en/company/vision-and-philosophy/production-system/?padid=ag478_from_header_menu", inspected: "2026-07-13" }
20
+ sources:
21
+ - { id: home-live, kind: product-surface, url: "https://global.toyota/en/", captured: "2026-07-13" }
22
+ - { id: production-sales-live, kind: product-surface, url: "https://global.toyota/en/company/profile/production-sales-figures/?padid=ag478_from_header_menu", captured: "2026-07-13" }
23
+ - { id: tps-live, kind: product-surface, url: "https://global.toyota/en/company/vision-and-philosophy/production-system/?padid=ag478_from_header_menu", captured: "2026-07-13" }
24
+ - { id: toyota-text-web-assets, kind: brand-asset, url: "https://global.toyota/fonts/toyotatext/toyotatext_rg.woff2", captured: "2026-07-13" }
25
+ - { id: toyota-history, kind: official-doc, url: "https://global.toyota/en/company/trajectory-of-toyota/history/%26gt", captured: "2026-07-13" }
26
+ - { id: toyota-philosophy, kind: official-doc, url: "https://global.toyota/en/company/vision-and-philosophy/philosophy/?bt_code=brand_google_pai", captured: "2026-07-13" }
27
+ - { id: toyota-mobility, kind: official-doc, url: "https://global.toyota/en/mobility/?padid=ag478_from_header_menu", captured: "2026-07-13" }
28
+ - { id: toyota-tps, kind: official-doc, url: "https://global.toyota/en/company/vision-and-philosophy/production-system/?padid=ag478_from_header_menu", captured: "2026-07-13" }
29
+ conflicts: []
30
+ claims:
31
+ "tokens.colors.primary": &home { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
32
+ "tokens.colors.foreground": *home
33
+ "tokens.colors.canvas": *home
34
+ "tokens.colors.on-dark": *home
35
+ "tokens.typography.family.ui": { surface_id: home, source_id: toyota-text-web-assets, method: computed-font-face, captured: "2026-07-13" }
36
+ "tokens.typography.display.size": &profile { surface_id: production-sales, source_id: production-sales-live, method: computed-style, captured: "2026-07-13" }
37
+ "tokens.typography.display.weight": *profile
38
+ "tokens.typography.display.lineHeight": *profile
39
+ "tokens.typography.display.use": *profile
40
+ "tokens.typography.section-heading.size": *profile
41
+ "tokens.typography.section-heading.weight": *profile
42
+ "tokens.typography.section-heading.lineHeight": *profile
43
+ "tokens.typography.section-heading.use": *profile
44
+ "tokens.typography.body.size": &body { surface_id: home, source_id: home-live, method: computed-style, captured: "2026-07-13" }
45
+ "tokens.typography.body.weight": *body
46
+ "tokens.typography.body.lineHeight": *body
47
+ "tokens.typography.body.use": *body
48
+ "tokens.typography.nav.size": *home
49
+ "tokens.typography.nav.weight": *home
50
+ "tokens.typography.nav.lineHeight": *home
51
+ "tokens.typography.nav.use": *home
52
+ "tokens.spacing.space-8": *home
53
+ "tokens.spacing.space-15": *home
54
+ "tokens.spacing.space-16": *home
55
+ "tokens.spacing.space-24": *home
56
+ "tokens.spacing.space-25": *home
57
+ "tokens.rounded.none": *home
58
+ "tokens.components.global-nav-list-item.type": *home
59
+ "tokens.components.global-nav-list-item.fg": *home
60
+ "tokens.components.global-nav-list-item.padding": *home
61
+ "tokens.components.global-nav-list-item.radius": *home
62
+ "tokens.components.global-nav-list-item.height": *home
63
+ "tokens.components.global-nav-list-item.states": *home
64
+ "tokens.components.global-nav-list-item.use": *home
65
+ tokens:
66
+ source: live-extract
67
+ extracted: "2026-07-13"
68
+ note: "Public Toyota Global pages used loaded toyotatext_rg across the three supplied public surfaces. Toyota-red branding, a universal semantic palette, and interaction states were not established by this packet."
69
+ colors:
70
+ primary: "#034f6d"
71
+ foreground: "#212121"
72
+ canvas: "#ffffff"
73
+ on-dark: "#ffffff"
74
+ typography:
75
+ family: { ui: "toyotatext_rg" }
76
+ display: { size: 36, weight: 700, lineHeight: 1.3, use: "Observed H1 on the production-sales route." }
77
+ section-heading: { size: 22, weight: 700, lineHeight: 1.5, use: "Observed H2 on company-profile and Toyota Production System routes." }
78
+ body: { size: 16, weight: 400, lineHeight: 1.6, use: "Observed body text across the three supplied public Toyota Global routes." }
79
+ nav: { size: 14, weight: 700, lineHeight: 1.6, use: "Observed global navigation list-row text." }
80
+ spacing: { space-8: 8, space-15: 15, space-16: 16, space-24: 24, space-25: 25 }
81
+ rounded: { none: 0 }
82
+ components_harvested: true
83
+ components:
84
+ global-nav-list-item: { type: listItem, fg: "#212121", padding: "25px 15px", radius: "0px", height: "80px", states: "Default snapshot only; interaction count 0 and no interactive state was observed.", use: "Observed global navigation list row at home::li.nav_text.header_accordion_sp.header_mega_menu_pc_trigger." }
85
+ ---
86
+
87
+ # Design System Inspiration of トヨタ
88
+
89
+ ## 1. Visual Theme & Atmosphere
90
+
91
+ Toyota is an automotive and mobility company whose public Global site brings corporate history, production knowledge, vehicle stories, and current mobility work into one information-dense editorial surface. The captured pages are distinguished less by a promotional color field than by calm white space, dark charcoal reading text, deep blue links, and a compact, bold navigation rhythm set in ToyotaText. That practical restraint accords with Toyota’s long-running manufacturing language: making ever-better products by eliminating waste and improving work for people. Its current corporate direction also frames Toyota as shifting toward a mobility company while continuing to make cars. The result is a public-facing expression that is documentary and serviceable rather than a claim about an in-vehicle, authenticated, regional-dealer, or consumer-transaction interface.
92
+
93
+ **Key characteristics:**
94
+
95
+ - Dark `#212121` prose and heading foreground across the supplied routes
96
+ - Deep `#034f6d` link treatment on the public Global home and company pages
97
+ - Loaded `toyotatext_rg` on visible Toyota Global content
98
+ - 0px-radius, 80px high desktop global-navigation list rows
99
+ - No promoted consent-banner, hover, focus, pressed, disabled, error, motion, or responsive system
100
+
101
+ ## 2. Color Palette & Roles
102
+
103
+ ### Observed Toyota Global public-surface values
104
+
105
+ - **Deep blue link** (`#034f6d`): observed repeatedly on Global-home and company-page link content, including `.grid_title` links.
106
+ - **Foreground** (`#212121`): observed on the page body, company headings, body text, and global-navigation rows.
107
+ - **Canvas** (`#ffffff`): observed on a Global-home content surface; this is a measured surface value, not a complete neutral scale.
108
+ - **On-dark content** (`#ffffff`): observed on Global-home dark-area headings and footer list rows.
109
+
110
+ No Toyota-red token, semantic success/error/warning token, hover treatment, focus ring, disabled color, or universal brand palette is claimed. Those values are absent because this packet does not establish their product-surface roles.
111
+
112
+ ## 3. Typography Rules
113
+
114
+ ### Evidence classes
115
+
116
+ - **Official product-use:** no separate first-party product announcement in this pass establishes a font application beyond the supplied public-web surfaces.
117
+ - **Live computed surface-use:** `toyotatext_rg` is loaded with high confidence and appears on 248 captured elements across body, headings, cards, list rows, text, and navigation roles on all three Toyota Global routes.
118
+ - **Official distributed brand asset:** the loaded family is backed by Toyota-hosted `toyotatext` EOT, WOFF2, WOFF, and TTF resources, including regular, bold, italic, and bold-italic files. This corroborates browser use; it does not itself grant downstream reuse.
119
+ - **Declared-only:** the packet reports no declared-only Toyota family with zero visible uses.
120
+ - **Unresolved:** no first-party font licence or permission for downstream project use was located in this pass. Do not replace `toyotatext_rg` with a system font while labelling it ToyotaText.
121
+
122
+ ### Observed hierarchy
123
+
124
+ | Role | Size | Weight | Line height | Surface boundary |
125
+ |---|---:|---:|---:|---|
126
+ | Display heading | 36px | 700 | 46.8px | Production-sales route H1 |
127
+ | Section heading | 22px | 700 | 33px | Company-profile and TPS H2 |
128
+ | Body copy | 16px | 400 | 25.6px | All supplied public routes |
129
+ | Global navigation | 14px | 700 | 22.4px | Home global-navigation list rows |
130
+
131
+ ## 4. Component Stylings
132
+
133
+ ### Global navigation list items
134
+
135
+ **Desktop global-nav row — observed default**
136
+ - Text: #212121
137
+ - Radius: 0px
138
+ - Padding: 25px 15px
139
+ - Font: 14px / 700 / toyotatext_rg
140
+ - Use: `home::li.nav_text.header_accordion_sp.header_mega_menu_pc_trigger`; 80px rendered height. This is a list row, not a button token. Default snapshot only; the packet reports zero interaction snapshots.
141
+
142
+ Cookiebot dialog, button, slider, and toggle records are third-party consent chrome and are excluded. A `picks_tile_link` card record has no measured card container geometry, and the low-confidence company-page button has a 0px font-size capture; neither is promoted. Inputs, badges, tabs, toast, dialog, avatar, and interactive component states are absent at their individual unresolved boundaries.
143
+
144
+ ---
145
+ **Verified:** 2026-07-13
146
+ **Tier 1 sources:** https://global.toyota/en/ · https://global.toyota/en/company/profile/production-sales-figures/?padid=ag478_from_header_menu · https://global.toyota/en/company/vision-and-philosophy/production-system/?padid=ag478_from_header_menu
147
+ **Tier 2 sources:** https://getdesign.md/toyota (required attempt returned an internal error; no usable record) · https://styles.refero.design/?q=toyota (required query attempt returned an internal error; no usable record)
148
+ **Conflicts unresolved:** none
149
+
150
+ ## 5. Layout Principles
151
+
152
+ ### Observed spacing
153
+
154
+ The packet recurrently records 8px, 15px, 16px, 24px, and 25px values. They are exposed as observations rather than a declared Toyota spacing scale: 25px is the vertical inset of the accepted 80px global-navigation row, 15px its horizontal inset, 16px is the visible body size and recurring page value, and 24px is present in content and consent-layout records. No container, grid, breakpoint, or mobile rule is established.
155
+
156
+ ### Shape boundary
157
+
158
+ The accepted Toyota global-navigation list row has a measured 0px radius. This does not establish a square-corner rule for all Toyota surfaces.
159
+
160
+ ## 6. Depth & Elevation
161
+
162
+ No reusable Toyota Global card, panel, or modal elevation token is established. The accepted navigation row has `box-shadow: none`; cookie-consent dialog shadows are third-party chrome and are excluded.
163
+
164
+ ## 7. Do's and Don'ts
165
+
166
+ ### Do
167
+
168
+ - Use `#034f6d` only for the observed public Global link role, rather than treating it as a complete corporate palette.
169
+ - Preserve the documented 80px, 0px-radius global-navigation list-row geometry where the same public-navigation pattern is intended.
170
+ - Keep `toyotatext_rg` metadata attached to Toyota Global web evidence and use it only when it is lawfully available and loadable.
171
+ - Keep company-information typography distinct from unverified vehicle, dealer, account, and in-car interfaces.
172
+
173
+ ### Don't
174
+
175
+ - Don't infer Toyota-red, a semantic color system, or a brand-wide canvas from logo knowledge or adjacent marketing surfaces.
176
+ - Don't reclassify Cookiebot consent controls as Toyota product components.
177
+ - Don't claim hover, focus, pressed, disabled, menu-open, error, or responsive behavior from a packet with zero interaction observations.
178
+ - Don't label a fallback system font as `toyotatext_rg`.
179
+
180
+ ## 8. Responsive Behavior
181
+
182
+ The supplied capture is 1440×900 only. It does not establish breakpoints, navigation collapse, touch targets, or mobile spacing; those rules are intentionally absent.
183
+
184
+ ## 9. Agent Prompt Guide
185
+
186
+ Use this reference as constrained inspiration for Toyota Global public-information pages, not as a vehicle HMI, a dealer experience, an authenticated owner account, or a manufacturing-system specification.
187
+
188
+ - “Create a Toyota Global-style company-information heading: `toyotatext_rg` where licensed and loadable, 36px/700/1.3 on the observed profile route, with `#212121` foreground.”
189
+ - “Create a source-scoped global navigation list row: `#212121`, 14px/700 `toyotatext_rg`, 25px 15px padding, 0px radius, and 80px observed height.”
190
+ - “Use deep-blue `#034f6d` for observed informational links; do not invent a red primary action or interaction states.”
191
+
192
+ ## 10. Voice & Tone
193
+
194
+ Toyota’s first-party public language is purposeful, practical, and human-centred: it connects mobility with customer benefit, describes improvement as continuous work, and frames technical systems in terms of people and outcomes. Use clear, serviceable language that explains what happens next without borrowing unobserved in-product error or transactional patterns.
195
+
196
+ | Context | Source-backed direction |
197
+ |---------|-------------------------|
198
+ | Product and mobility | Make the customer benefit and the next concrete action clear; Toyota’s Global Vision centres mobility, quality, innovation, and responsibility. |
199
+ | Operational explanation | Explain the purpose before the mechanism; TPS describes quality and waste reduction in terms of work made easier for people. |
200
+ | Future-facing information | Treat mobility-company transformation as an ongoing direction, not as permission to invent a new product voice. |
201
+
202
+ Illustrative, source-backed-style samples—not verbatim Toyota copy:
203
+
204
+ - “See how this work supports safer, more useful mobility.”
205
+ - “Make the next step clear, then improve it with the people doing the work.”
206
+ - “Explain the benefit, the constraint, and the action without theatrical language.”
207
+
208
+ ## 11. Brand Narrative
209
+
210
+ Toyota’s official history traces its automotive work to the Toyoda Automatic Loom Works Automotive Division in 1933 and records the establishment of Toyota Motor Co., Ltd. in 1937. The company’s public identity therefore joins an automotive business with a longer Toyoda manufacturing lineage rather than presenting mobility as a recent visual rebrand. [Toyota history](https://global.toyota/en/company/trajectory-of-toyota/history/%26gt)
211
+
212
+ That lineage is expressed through the Toyota Production System: Toyota describes it as a way of making that aims to eliminate waste, shorten lead times, and make work easier for people. Jidoka and Just-in-Time are its two stated pillars; Toyota links their continuing practice to daily incremental kaizen and ever-better cars. [Toyota Production System](https://global.toyota/en/company/vision-and-philosophy/production-system/?padid=ag478_from_header_menu)
213
+
214
+ Toyota’s current public evolution is framed as a shift toward a mobility company while retaining a commitment to beloved cars and future mobility society. This is corporate and product-direction context, not proof of a new UI system or an in-vehicle interaction model. [Toyota mobility](https://global.toyota/en/mobility/?padid=ag478_from_header_menu)
215
+
216
+ ## 12. Principles
217
+
218
+ 1. **Contribute to the overall good through disciplined work.** *UI implication:* make the task, outcome, and relevant evidence legible before adding decorative complexity. Source: Toyota Philosophy and the Toyoda Principles.
219
+ 2. **Improve continuously with the people doing the work.** *UI implication:* expose a clear next action and preserve room for correction; do not hide a constraint behind optimistic marketing language. Source: Toyota Production System’s daily kaizen framing.
220
+ 3. **Provide what is needed, when it is needed.** *UI implication:* favour timely, context-specific information over generic dashboard density. Source: TPS Just-in-Time principle.
221
+ 4. **Create mobility for people and society.** *UI implication:* describe a public mobility benefit in concrete terms while avoiding claims about unverified vehicle or account flows. Source: Toyota Philosophy and Mobility pages.
222
+
223
+ ## 13. Personas
224
+
225
+ The following are source-backed stakeholder groups, not fictional customers or demographic personas.
226
+
227
+ - **Public Toyota Global information reader:** uses the captured company, production, and philosophy routes to understand Toyota’s corporate information and stated practices.
228
+ - **Toyota customer or prospective customer:** Toyota’s Global Vision identifies customers as a group whose expectations and mobility needs the company aims to address; this does not specify an account or purchase flow.
229
+ - **Front-line Toyota worker:** TPS explicitly frames work as something to make easier and less burdensome, and connects daily improvement to people who put the system into practice.
230
+ - **Business partner or community stakeholder:** Toyota’s public company overview says it seeks to earn stakeholder trust and contribute to a prosperous society; this is a stakeholder context, not a UI persona specification.
231
+
232
+ ## 14. States
233
+
234
+ No Toyota product state treatment is asserted. The supplied collector reports zero observed states, zero interaction kinds, and zero interaction snapshots. Empty, loading, error, success, skeleton, and disabled treatments require a future selector-level Toyota public-surface capture.
235
+
236
+ ## 15. Motion & Easing
237
+
238
+ No Toyota Global duration, easing, animation, or reduced-motion rule was captured or located in the official sources reviewed for this reference. Motion tokens are intentionally omitted.