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,416 @@
1
+ ---
2
+ id: barogo
3
+ name: Barogo
4
+ display_name_kr: 바로고
5
+ country: KR
6
+ category: consumer-tech
7
+ homepage: "https://www.barogo.com/"
8
+ primary_color: "#fa5014"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=barogo.com&sz=128"
12
+ verified: "2026-07-02"
13
+ added: "2026-07-02"
14
+ omd: "0.1"
15
+ tokens:
16
+ source: live-extract
17
+ extracted: "2026-07-02"
18
+ note: "primary = live hero-CTA orange (#fa5014, rgb(250,80,20)); text is true black (#000000) softening to #111111; near-shadowless flat surfaces with a #2d3ce6 electric-blue used only inside the aboutUs brand-identity block. Single family Pretendard, with Termina reserved for Latin/numeral display accents."
19
+ colors:
20
+ primary: "#fa5014"
21
+ ink: "#000000"
22
+ ink-soft: "#111111"
23
+ body: "#666666"
24
+ muted: "#999999"
25
+ hairline: "#dcdcdc"
26
+ canvas: "#ffffff"
27
+ surface: "#f6f6f6"
28
+ surface-alt: "#f9f9f9"
29
+ dark: "#1a1a1a"
30
+ accent-blue: "#2d3ce6"
31
+ on-primary: "#ffffff"
32
+ typography:
33
+ family: { body: "Pretendard", display: "Termina" }
34
+ mission-hero: { size: 54, weight: 700, lineHeight: 1.33, use: "About-page mission headline, Pretendard Bold" }
35
+ hero: { size: 42, weight: 700, lineHeight: 1.43, use: "Homepage hero + section titles, Pretendard Bold" }
36
+ stat-numeral: { size: 150, weight: 700, use: "Ghosted background year numerals (Termina), color #000000 at 0.05 alpha" }
37
+ subsection: { size: 36, weight: 700, lineHeight: 1.0, use: "Sub-section heads / stat block labels" }
38
+ nav: { size: 20, weight: 500, use: "Top nav item, Pretendard (700 when active)" }
39
+ button: { size: 20, weight: 700, use: "Primary CTA label, Pretendard Bold" }
40
+ button-sm: { size: 18, weight: 700, use: "Outline button label, Pretendard Bold" }
41
+ body: { size: 16, weight: 400, lineHeight: 1.0, use: "Standard reading / UI text, Pretendard" }
42
+ caption: { size: 12, weight: 500, use: "Footer links, Pretendard" }
43
+ spacing: { xs: 8, sm: 12, md: 16, base: 20, lg: 30, xl: 40, xxl: 50 }
44
+ rounded: { sm: 3, md: 12, lg: 16, xl: 20, full: 9999 }
45
+ shadow:
46
+ cta: "rgba(0,0,0,0.2) 0px 2px 10px 0px"
47
+ card: "rgba(0,0,0,0.1) 0px 2px 20px 0px"
48
+ components:
49
+ button-primary: { type: button, bg: "#fa5014", fg: "#ffffff", radius: "3px", height: "72px", padding: "0 40px", font: "20px / 700 Pretendard", shadow: "rgba(0,0,0,0.2) 0px 2px 10px", use: "Primary CTA — 바로 문의하기" }
50
+ button-outline: { type: button, fg: "#fa5014", border: "1px solid #fa5014", radius: "3px", height: "64px", padding: "0 30px", font: "18px / 700 Pretendard", use: "Secondary outline action — 스토어프로그램 / 사용 설명서 / 자세히 보기" }
51
+ card-feature: { type: card, bg: "#ffffff", radius: "12px", padding: "20px", shadow: "rgba(0,0,0,0.1) 0px 2px 20px", use: "Feature/info card grid on aboutUs" }
52
+ card-stat: { type: card, bg: "#ffffff", radius: "16px", padding: "40px 32px", shadow: "rgba(0,0,0,0.1) 0px 2px 20px", use: "'숫자로 보는 바로고' statistic card" }
53
+ nav-link: { type: tab, fg: "#000000", font: "20px / 500 Pretendard", active: "weight 700 #000000", use: "Top navigation item" }
54
+ footer-link: { type: listItem, fg: "#ffffff", font: "12px / 500 Pretendard", use: "Footer navigation link on #1a1a1a dark footer" }
55
+ components_harvested: true
56
+ ---
57
+
58
+ # Design System Inspiration of Barogo
59
+
60
+ ## 1. Visual Theme & Atmosphere
61
+
62
+ Barogo (바로고) is one of Korea's largest last-mile delivery-dispatch platforms — the logistics rails beneath thousands of restaurants and stores — and its website carries the confident, high-energy plainness of an operator that moves physical goods for a living. The canvas is pure white (`#ffffff`) with occasional cool-grey resting surfaces (`#f6f6f6`, `#f9f9f9`), and text is set in true black (`#000000`) softening to a near-black (`#111111`) — no navy, no warm greys, just a direct high-contrast read that mirrors the brand's "무엇이든 어디서나" (anything, anywhere) matter-of-factness. The single saturated brand color is a hot delivery orange (`#fa5014`), applied with discipline: it owns the primary call-to-action, the outline-button ink, and little else, so the eye is trained to read orange as "act now — get moving."
63
+
64
+ The typographic voice is Korean-utilitarian rather than editorial. A single family, **Pretendard**, carries essentially the entire site (measured across 434–474 nodes per page) — bold weight 700 for every headline from the 42px homepage hero up to the 54px mission line on the company page, and a quiet weight 400 at 16px for body and UI. There is almost no typographic ornament; the only exception is **Termina**, a geometric Latin display face reserved for oversized numerals such as the ghosted `2016` founding-year marker (150px, black at 5% alpha) on the about page. Hierarchy is driven by size and weight, not by color or decoration.
65
+
66
+ What gives Barogo its particular flavor is its near-flat, sharp-cornered geometry. Buttons round at a barely-there ~3px (measured 3.008px) — crisp, almost square, reading as functional and fast rather than soft. Cards step up to 12px and 16px, and larger rounded surfaces reach 20px, but elevation stays restrained: a light `rgba(0,0,0,0.1) 0px 2px 20px` card shadow and a slightly firmer `rgba(0,0,0,0.2) 0px 2px 10px` under the primary CTA. Structure is communicated by tint (`#f6f6f6`), hairlines (`#dcdcdc`), and the black footer (`#1a1a1a`) rather than by heavy stacked cards. An electric blue (`#2d3ce6`) appears once, inside the "BAROGO Brand Identity" block, as a deliberate secondary-brand accent — never as general UI color.
67
+
68
+ **Key Characteristics:**
69
+ - Single saturated delivery orange (`#fa5014`) reserved for the primary CTA and outline-button ink — the site's one "action" color
70
+ - Pretendard everywhere: weight 700 for all headlines (42px hero, 54px mission), weight 400 at 16px for body/UI
71
+ - Termina used only for oversized Latin/numeral display accents (the ghosted 150px `2016`)
72
+ - True black (`#000000`) and near-black (`#111111`) text on white — direct, high-contrast, no navy
73
+ - Sharp ~3px button corners — crisp and functional, not pill-soft; cards at 12px/16px, rounded surfaces at 20px
74
+ - Restrained elevation: light `rgba(0,0,0,0.1)` card shadow, firmer `rgba(0,0,0,0.2)` CTA shadow
75
+ - Cool-grey resting surfaces (`#f6f6f6`, `#f9f9f9`) and `#dcdcdc` hairlines carry structure over heavy cards
76
+ - Black footer (`#1a1a1a`) with white (`#ffffff`) links; electric blue (`#2d3ce6`) as a single brand-identity accent
77
+
78
+ ## 2. Color Palette & Roles
79
+
80
+ ### Primary
81
+ - **Barogo Orange** (`#fa5014`): The brand's single saturated color and primary CTA background (rgb(250,80,20)). Also the ink and border color of outline buttons. The site's exclusive "action" hue.
82
+
83
+ ### Text & Ink
84
+ - **Ink Black** (`#000000`): Primary heading and body text color — true black for maximum directness.
85
+ - **Ink Soft** (`#111111`): A near-black used on secondary headings and dense text; a marginally softer companion to pure black.
86
+ - **Body Grey** (`#666666`): Secondary body copy and descriptions on content-heavy pages.
87
+ - **Muted Grey** (`#999999`): Tertiary text, captions, and metadata.
88
+
89
+ ### Neutral & Surface
90
+ - **Pure White** (`#ffffff`): Page background, card surfaces, text on orange/dark. Also the `on-primary` text color.
91
+ - **Surface Grey** (`#f6f6f6`): Cool-grey resting surface for segmented content blocks.
92
+ - **Surface Alt** (`#f9f9f9`): A slightly lighter secondary grey surface for alternating bands on the company page.
93
+ - **Hairline** (`#dcdcdc`): Thin borders, dividers, and card outlines — a primary separation device in this near-flat system.
94
+ - **Dark** (`#1a1a1a`): Near-black footer background (rendered alongside pure `#000000`), carrying white links.
95
+
96
+ ### Accent
97
+ - **Brand-Identity Blue** (`#2d3ce6`): An electric blue used only inside the "BAROGO Brand Identity" block on the about page as a deliberate secondary-brand accent — never general UI chrome.
98
+
99
+ ## 3. Typography Rules
100
+
101
+ ### Font Family
102
+ - **Body / UI / Headlines**: `Pretendard` — the document default, carrying essentially the entire site (measured across 434–474 nodes per page). Weight 700 for display, weight 400–500 for text and nav.
103
+ - **Display Accent**: `Termina` (`termina, sans-serif`) — a geometric Latin face reserved for oversized numeral/Latin display accents (e.g. the ghosted 150px `2016` founding-year marker). Never used for hangul body text.
104
+
105
+ ### Hierarchy
106
+
107
+ | Role | Font | Size | Weight | Line Height | Notes |
108
+ |------|------|------|--------|-------------|-------|
109
+ | Mission Hero | Pretendard | 54px (3.38rem) | 700 | 1.33 | About-page mission headline |
110
+ | Hero / Section | Pretendard | 42px (2.63rem) | 700 | 1.43 | Homepage hero + section titles |
111
+ | Stat Numeral | Termina | 150px (9.38rem) | 700 | — | Ghosted background year numerals, `#000000` at 0.05 alpha |
112
+ | Sub-section | Pretendard | 36px (2.25rem) | 700 | 1.0 | Sub-section heads / stat block labels |
113
+ | Nav | Pretendard | 20px (1.25rem) | 500 | — | Top nav item (700 when active) |
114
+ | Button | Pretendard | 20px (1.25rem) | 700 | — | Primary CTA label |
115
+ | Button Small | Pretendard | 18px (1.13rem) | 700 | — | Outline button label |
116
+ | Body | Pretendard | 16px (1.00rem) | 400 | 1.0 | Standard reading / UI text |
117
+ | Caption | Pretendard | 12px (0.75rem) | 500 | — | Footer links |
118
+
119
+ ### Principles
120
+ - **One family, size-and-weight hierarchy**: Pretendard does nearly all the work; hierarchy comes from size (16px → 42px → 54px) and weight (400 → 700), not from mixing typefaces or colors.
121
+ - **Bold display, light body**: every headline is weight 700; body and UI sit at weight 400. The weight jump is the primary emphasis signal.
122
+ - **Termina as numeral ornament only**: the geometric Latin face appears solely on oversized numerals and Latin wordmarks (the ghosted `2016`), never on functional hangul text.
123
+ - **High-contrast black text**: text is `#000000`/`#111111` on white — direct and legible, not the softened navy common to fintech peers.
124
+
125
+ ## 4. Component Stylings
126
+
127
+ ### Buttons
128
+
129
+ **Primary CTA**
130
+ - Background: `#fa5014`
131
+ - Text: `#ffffff`
132
+ - Radius: 3px
133
+ - Padding: 0px 40px
134
+ - Height: 72px
135
+ - Font: 20px / 700 / Pretendard
136
+ - Shadow: `rgba(0,0,0,0.2) 0px 2px 10px`
137
+ - Use: Primary call-to-action — "바로 문의하기" (the site's single primary action)
138
+
139
+ **Outline / Secondary**
140
+ - Background: transparent
141
+ - Text: `#fa5014`
142
+ - Border: 1px solid `#fa5014`
143
+ - Radius: 3px
144
+ - Padding: 0px 30px
145
+ - Height: 64px
146
+ - Font: 18px / 700 / Pretendard
147
+ - Use: Secondary actions — "스토어프로그램", "사용 설명서", "자세히 보기", "BI / GUIDE"
148
+
149
+ ### Cards & Containers
150
+
151
+ **Feature Card**
152
+ - Background: `#ffffff`
153
+ - Radius: 12px
154
+ - Padding: 20px
155
+ - Shadow: `rgba(0,0,0,0.1) 0px 2px 20px`
156
+ - Use: Feature/info card grid on the about page (also rendered in `#fa5014`, `#000000`, `#2d3ce6`, and `#dcdcdc` fills)
157
+
158
+ **Stat Card**
159
+ - Background: `#ffffff`
160
+ - Radius: 16px
161
+ - Padding: 40px 32px
162
+ - Shadow: `rgba(0,0,0,0.1) 0px 2px 20px`
163
+ - Use: "숫자로 보는 바로고" (Barogo by the numbers) statistic cards
164
+
165
+ ### Badges
166
+ - Background: `#f6f6f6`
167
+ - Text: `#666666`
168
+ - Radius: 20px
169
+ - Font: 12px / 500 / Pretendard
170
+ - Use: Small rounded category/status pills reusing the 20px surface radius
171
+
172
+ ### Navigation
173
+ - Background: `#ffffff`
174
+ - Text: `#000000`
175
+ - Font: 20px / 500 / Pretendard
176
+ - Active: weight 700, `#000000`
177
+ - Use: Top horizontal nav ("배달대행 문의", "라이더 지원", "허브 창업", "회사 소개", "채용")
178
+
179
+ ### Footer
180
+ - Background: `#1a1a1a`
181
+ - Links: `#ffffff`
182
+ - Font: 12px / 500 / Pretendard
183
+ - Use: Footer navigation on the near-black dark band
184
+
185
+ ---
186
+
187
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 2 surfaces)
188
+ **Tier 1 sources:** https://www.barogo.com/, https://www.barogo.com/aboutUs
189
+ **Tier 2 sources:** getdesign.md/barogo (0 files — "No designs found"); styles.refero.design/?q=barogo (no barogo-specific match — generic browse grid only)
190
+ **Conflicts unresolved:** none
191
+
192
+ ## 5. Layout Principles
193
+
194
+ ### Spacing System
195
+ - Base rhythm: ~8px, scaling 8 / 12 / 16 / 20 / 30 / 40 / 50
196
+ - Notable: buttons pad horizontally at 30px (outline) and 40px (primary CTA); cards pad at 20px, stat cards at 40px 32px; footer band pads 50px vertically
197
+
198
+ ### Grid & Container
199
+ - Centered single-column hero anchored by the 42px Pretendard headline and the orange primary CTA
200
+ - Feature/info cards arranged in multi-column grids (12px radius), grouping services and store-program entry points
201
+ - Alternating full-width bands: white (`#ffffff`) content over cool-grey (`#f6f6f6` / `#f9f9f9`) resting sections
202
+ - About page adds oversized ghost numerals (Termina) as background typographic texture behind stat blocks
203
+
204
+ ### Whitespace Philosophy
205
+ - **Operational clarity over decoration**: generous vertical rhythm between sections keeps a logistics-dense product feeling calm and scannable.
206
+ - **Flat segmentation**: sections separate by background tint (`#f6f6f6` vs `#ffffff`) and `#dcdcdc` hairlines rather than by heavy elevation.
207
+ - **Sharp, functional geometry**: the ~3px button corner keeps interactive chrome reading as fast and utilitarian.
208
+
209
+ ### Border Radius Scale
210
+ - Small (3px): buttons — sharp, functional
211
+ - Medium (12px): feature/info cards
212
+ - Large (16px): stat cards
213
+ - X-Large (20px): rounded surfaces and pill-style chips
214
+ - Full (9999px): fully rounded elements when used
215
+
216
+ ## 6. Depth & Elevation
217
+
218
+ | Level | Treatment | Use |
219
+ |-------|-----------|-----|
220
+ | Flat (Level 0) | No shadow | Page background, headings, inline text, most surfaces |
221
+ | Tint (Level 1) | `#f6f6f6` / `#f9f9f9` background shift | Section/card separation without elevation |
222
+ | Hairline (Level 2) | `1px solid #dcdcdc` border | Card and divider outlines |
223
+ | Card (Level 3) | `rgba(0,0,0,0.1) 0px 2px 20px` | Feature and stat cards |
224
+ | CTA (Level 4) | `rgba(0,0,0,0.2) 0px 2px 10px` | Primary orange call-to-action button |
225
+
226
+ **Shadow Philosophy**: Barogo is a near-flat system. Most of the page carries `box-shadow: none`; depth is communicated through flat tinted surfaces (`#f6f6f6`, `#f9f9f9`) and `#dcdcdc` hairlines. When elevation is used it is light and diffuse — a soft `rgba(0,0,0,0.1) 0px 2px 20px` lift on cards, and a slightly firmer, tighter `rgba(0,0,0,0.2) 0px 2px 10px` under the primary CTA so the single action button reads as pressable. This restraint keeps the logistics UI feeling fast and modern rather than heavy — emphasis comes from the orange (`#fa5014`) and the sharp geometry, not from stacked drop shadows.
227
+
228
+ ## 7. Do's and Don'ts
229
+
230
+ ### Do
231
+ - Reserve Barogo orange (`#fa5014`) for the primary CTA and outline-button ink — keep it the single "action" color
232
+ - Set every headline in Pretendard weight 700; use weight 400 at 16px for body and UI
233
+ - Use true black (`#000000`) / near-black (`#111111`) for text on white — direct and high-contrast
234
+ - Keep button corners sharp at ~3px; step cards up to 12px/16px and rounded surfaces to 20px
235
+ - Separate sections with flat tint (`#f6f6f6` / `#f9f9f9`) and `#dcdcdc` hairlines, not heavy shadows
236
+ - Keep elevation light — `rgba(0,0,0,0.1) 0px 2px 20px` on cards, firmer `rgba(0,0,0,0.2)` only on the CTA
237
+ - Use the black footer (`#1a1a1a`) with white (`#ffffff`) links for the closing band
238
+ - Reserve Termina and the electric blue (`#2d3ce6`) for display numerals and the brand-identity block respectively
239
+
240
+ ### Don't
241
+ - Spread orange across many elements — it dilutes the single-action signal
242
+ - Set headlines in a light weight — display is always Pretendard 700
243
+ - Use navy or soft grey for primary text — Barogo text is true black on white
244
+ - Round buttons into full pills — the ~3px sharp corner is the functional read
245
+ - Lean on heavy stacked drop shadows for structure — use tint and hairlines instead
246
+ - Use Termina for hangul body text — it is a Latin/numeral display accent only
247
+ - Promote the electric blue (`#2d3ce6`) into general UI color — it belongs to the brand-identity block
248
+ - Mix in a second saturated accent alongside orange in product chrome
249
+
250
+ ## 8. Responsive Behavior
251
+
252
+ ### Breakpoints
253
+ | Name | Width | Key Changes |
254
+ |------|-------|-------------|
255
+ | Mobile | <640px | Single column, hero headline compresses, card grids stack |
256
+ | Tablet | 640–1024px | Moderate padding, 2-up feature cards |
257
+ | Desktop | 1024–1440px | Full layout, centered hero, multi-column feature/stat grids |
258
+
259
+ ### Touch Targets
260
+ - Primary CTA at 72px height with 40px horizontal padding — an unmistakable, comfortably tappable target
261
+ - Outline buttons at 64px height with 30px horizontal padding
262
+ - Nav links padded 10px vertically within the top header for touch spacing
263
+
264
+ ### Collapsing Strategy
265
+ - Hero: 42px (home) / 54px (about) headline scales down on mobile, weight 700 maintained
266
+ - Feature/stat card grids: multi-column → 2-up → single stacked column
267
+ - Alternating white / tinted bands maintain full-width treatment; internal padding reduces
268
+ - Oversized Termina ghost numerals scale down or clip gracefully as background texture
269
+
270
+ ### Image Behavior
271
+ - App screenshots and illustrations sit on flat surfaces with light or no shadow, consistent with the near-flat system
272
+ - Cards maintain their 12px/16px radius across breakpoints
273
+
274
+ ## 9. Agent Prompt Guide
275
+
276
+ ### Quick Color Reference
277
+ - Primary CTA / action: Barogo Orange (`#fa5014`)
278
+ - Heading / body text: Ink Black (`#000000`), Ink Soft (`#111111`)
279
+ - Secondary text: Body Grey (`#666666`)
280
+ - Muted text: Muted Grey (`#999999`)
281
+ - Background: Pure White (`#ffffff`)
282
+ - Resting surface: Surface Grey (`#f6f6f6`), Surface Alt (`#f9f9f9`)
283
+ - Hairline: `#dcdcdc`
284
+ - Footer / dark: `#1a1a1a`
285
+ - Brand-identity accent: Electric Blue (`#2d3ce6`)
286
+ - On-orange / on-dark text: White (`#ffffff`)
287
+
288
+ ### Example Component Prompts
289
+ - "Create a hero on white background. Headline at 42px Pretendard weight 700, color #000000. One orange primary CTA: #fa5014 background, white text, 3px radius, 0 40px padding, 72px height, 20px/700 Pretendard, shadow rgba(0,0,0,0.2) 0px 2px 10px — '바로 문의하기'. Beside it an outline button: transparent, #fa5014 text, 1px solid #fa5014, 3px radius, 0 30px padding, 64px height, 18px/700."
290
+ - "Design a feature card: white #ffffff background, 12px radius, 20px padding, shadow rgba(0,0,0,0.1) 0px 2px 20px. Title in Pretendard weight 700 #000000, body 16px weight 400 #666666."
291
+ - "Build a stat card row ('숫자로 보는 바로고'): white cards, 16px radius, 40px 32px padding, light rgba(0,0,0,0.1) shadow. Place an oversized ghost numeral behind in Termina at 150px, #000000 at 0.05 alpha."
292
+ - "Create a top nav: white header, Pretendard 20px weight 500 links in #000000, weight 700 for the active item. Sections separate with #f6f6f6 tint and #dcdcdc hairlines. Close with a #1a1a1a footer carrying 12px/500 white links."
293
+
294
+ ### Iteration Guide
295
+ 1. Orange (`#fa5014`) is the single action color — do not spread it
296
+ 2. Pretendard 700 for every headline; Pretendard 400 at 16px for body
297
+ 3. Sharp ~3px button corners; cards at 12px/16px; rounded surfaces at 20px
298
+ 4. Text is true black `#000000` / `#111111` on white — never navy
299
+ 5. Structure with `#f6f6f6`/`#f9f9f9` tint and `#dcdcdc` hairlines, not heavy shadows
300
+ 6. Keep elevation light — `rgba(0,0,0,0.1)` cards, firmer `rgba(0,0,0,0.2)` only on the CTA
301
+ 7. Termina and electric blue (`#2d3ce6`) stay confined to display numerals and the brand-identity block
302
+
303
+ ---
304
+
305
+ ## 10. Voice & Tone
306
+
307
+ Barogo's voice is **direct, operational, and can-do** — the register of a logistics partner that measures itself by whether the delivery arrives. The tagline "무엇이든 어디서나" ("anything, anywhere") and the hero "무엇이든 어디서나 배달" set the tone: plain, capability-first Korean, no hype. Copy addresses two audiences at once — merchants ("사장님", the store owners) and riders — and stays practical and reassuring for both, framing Barogo as the infrastructure that lets a small business focus on its craft ("사장님의 정성 그대로" / "just as the owner made it").
308
+
309
+ | Context | Tone |
310
+ |---|---|
311
+ | Hero headlines | Plain, capability-first. "무엇이든 어디서나 배달." Confident, never superlative. |
312
+ | Merchant-facing copy | Supportive, respectful of the store owner. "사장님의 정성 그대로", "성공하는 매장의 노하우". |
313
+ | CTAs | Direct, low-friction. "바로 문의하기", "자세히 보기", "바로레터 구독하기". |
314
+ | Company / mission | Aspirational but grounded. "세상에 활력을 더하는 초연결 생태계를 만듭니다." |
315
+ | Data / trust copy | Concrete and numeric. "숫자로 보는 바로고" — lets the figures speak. |
316
+
317
+ **Voice samples (verbatim from live surfaces):**
318
+ - "무엇이든 어디서나" — brand tagline / homepage title (capability-first). *(verified live 2026-07-02)*
319
+ - "세상에 활력을 더하는 초연결 생태계를 만듭니다." — aboutUs mission headline (mission-framed). *(verified live 2026-07-02)*
320
+ - "성공하는 매장의 노하우" — homepage section heading (merchant-supportive). *(verified live 2026-07-02)*
321
+
322
+ **Forbidden register**: hype superlatives, fear-based urgency, jargon that hides the operational reality, exclamation-heavy sales copy. Barogo speaks like an operator, not a marketer.
323
+
324
+ ## 11. Brand Narrative
325
+
326
+ Barogo (바로고) was founded in **2016** (the founding year is rendered as an oversized ghost numeral on the company page) as a last-mile delivery-dispatch platform addressing a structural gap in Korea's food-and-retail economy: individual stores had no reliable, technology-driven way to get orders to customers, and the delivery-agency market was fragmented and manual. Barogo's premise — captured in the mission line "세상에 활력을 더하는 초연결 생태계를 만듭니다" ("we build a hyper-connected ecosystem that adds vitality to the world") — was to become the shared logistics rails connecting merchants, riders, and delivery demand.
327
+
328
+ The product grew into one of Korea's largest delivery-dispatch networks, coordinating riders and store operators through software (the Barogo Store Manager program, rider apps, and hub-franchise operations visible in the site's "스토어프로그램", "라이더 지원", and "허브 창업" entry points). The "숫자로 보는 바로고" (Barogo by the numbers) section frames the company's scale in concrete figures rather than adjectives — an operator's instinct to let the metrics carry the claim.
329
+
330
+ What Barogo's design refuses is the decorative softness of consumer-lifestyle branding: there is no navy-and-pastel gentleness, no heavy card-stacking, no pill-rounded playfulness. What it embraces is an operator's aesthetic — one hot orange for action, true-black high-contrast text, a single workhorse typeface (Pretendard), sharp functional corners, and a flat, fast surface. The design says what the business does: move things, reliably, anywhere.
331
+
332
+ ## 12. Principles
333
+
334
+ 1. **Anything, anywhere — reliably.** The brand promise is universal reach with operational dependability. *UI implication:* keep the primary action ("바로 문의하기") always obvious in orange; never bury the path to getting started.
335
+ 2. **One action, one color.** Orange (`#fa5014`) means "do this." *UI implication:* reserve the saturated orange for the primary CTA and outline ink so the next step is never ambiguous.
336
+ 3. **Operator, not marketer.** Copy and layout favor plain capability over hype. *UI implication:* lead with concrete figures ("숫자로 보는 바로고") and direct labels; avoid superlatives and decorative flourish.
337
+ 4. **Fast and flat.** A logistics product should feel quick and unfussy. *UI implication:* near-shadowless surfaces, tint-and-hairline separation, sharp ~3px corners — nothing that reads as slow or heavy.
338
+ 5. **Respect the store owner.** The merchant ("사장님") is the customer whose craft Barogo protects. *UI implication:* merchant-facing copy stays supportive ("사장님의 정성 그대로"); tools present as approachable, not gatekeeping.
339
+
340
+ ## 13. Personas
341
+
342
+ *Personas below are fictional archetypes informed by publicly observable Barogo user segments (Korean store owners using delivery dispatch, delivery riders, hub franchise operators), not individual people.*
343
+
344
+ **김상현, 41, 대구.** A fried-chicken store owner who signed up for Barogo's Store Manager program to stop juggling multiple ad-hoc delivery riders. Values that a single dashboard routes orders and that support is a direct "문의하기" away. Chose Barogo because the pitch was operational and concrete, not a lifestyle promise.
345
+
346
+ **이도윤, 28, 서울.** A delivery rider who works through Barogo's rider app. Cares about steady dispatch volume and clear earnings, and found the "라이더 지원" onboarding path plain and fast. Distrusts platforms that over-design; trusts one that looks like it just works.
347
+
348
+ **박지은, 47, 경기.** A prospective hub-franchise operator evaluating "허브 창업". Reads the "숫자로 보는 바로고" figures to gauge the network's scale before committing. Wants transparent numbers and a no-nonsense interface over glossy marketing.
349
+
350
+ ## 14. States
351
+
352
+ | State | Treatment |
353
+ |---|---|
354
+ | **Empty (no orders / no results)** | White canvas. Single Ink Black (`#000000`) line at body size explaining there is nothing yet, with one orange (`#fa5014`) CTA to take the next operational step. No decorative illustration. |
355
+ | **Empty (saved / list none yet)** | Muted Grey (`#999999`) single line: nothing here yet, plus a path back to the primary flow. Calm and plain. |
356
+ | **Loading (dashboard / results fetch)** | Skeleton cards on `#f6f6f6` tinted surface at final 12px/16px dimensions. Light flat pulse consistent with the near-shadowless system — no heavy shimmer. |
357
+ | **Loading (action submit)** | Inline progress on the pressed control; the orange CTA stays visible with a reduced-opacity state rather than disappearing. |
358
+ | **Error (request failed)** | Inline message in Ink Black with a plain-language explanation and a retry. States what to do next — never a bare "오류가 발생했습니다". |
359
+ | **Error (form validation)** | Field-level message below the input in a direct tone; describes what is valid, not just "필수". |
360
+ | **Success (inquiry / application submitted)** | Brief inline confirmation in a plain, operational tone; next-step detail linked immediately below. No celebratory emoji. |
361
+ | **Skeleton** | `#f6f6f6` blocks at final dimensions, 12px/16px radius, flat pulse. |
362
+ | **Disabled** | Muted Grey (`#999999`) text on reduced-opacity surface; the orange action fades rather than turning grey to preserve the brand read. |
363
+
364
+ ## 15. Motion & Easing
365
+
366
+ **Durations**:
367
+
368
+ | Token | Value | Use |
369
+ |---|---|---|
370
+ | `motion-fast` | 120ms | Hover, button press, focus |
371
+ | `motion-standard` | 220ms | Card/section reveal, dropdown, slide (hero carousel step) |
372
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
373
+
374
+ **Easings**:
375
+
376
+ | Token | Curve | Use |
377
+ |---|---|---|
378
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sheets, carousel slides |
379
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
380
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
381
+
382
+ **Motion rules**: Motion is functional and steady — matching the fast, flat aesthetic of a logistics operator. The homepage hero carousel advances with a `motion-standard / ease-enter` slide (the "Previous slide" / "Next slide" controls); buttons respond to press with a subtle opacity/scale shift. No bounce or spring — a delivery-infrastructure product signals reliability, not playfulness. Under `prefers-reduced-motion: reduce`, carousel auto-advance pauses and all transitions collapse to instant; the site remains fully functional.
383
+
384
+ <!--
385
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
386
+
387
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on two brand-owned surfaces:
388
+ - https://www.barogo.com/ — homepage: hero H1 "무엇이든 어디서나 배달" (Pretendard 42px/700),
389
+ primary CTA "바로 문의하기" (bg rgb(250,80,20) #fa5014, radius 3.008px, 20px/700, white text),
390
+ outline buttons (#fa5014 text + 1px solid #fa5014), section H2s "성공하는 매장의 노하우"
391
+ "사장님의 정성 그대로", black footer #1a1a1a with white links, radius freq 20px×45 / 3.008px×6,
392
+ font Pretendard ×434.
393
+ - https://www.barogo.com/aboutUs — mission H1 "세상에 활력을 더하는 초연결 생태계를 만듭니다."
394
+ (54px/700), ghost numeral "2016" (Termina 150px, #000000 @0.05 alpha), stat cards
395
+ (16px radius), feature cards (12px radius, rgba(0,0,0,0.1) 0px 2px 20px), "BAROGO Brand
396
+ Identity" block with #2d3ce6, "숫자로 보는 바로고" / "바로고가 걸어온 길" section headings.
397
+
398
+ Token-level claims (§1–9) are sourced from this live inspection (see .verification.md Raw samples).
399
+
400
+ Voice samples (§10) are verbatim from the live homepage and aboutUs page (tagline, mission H1,
401
+ section headings).
402
+
403
+ Brand narrative (§11): Barogo (바로고) is a Korean last-mile delivery-dispatch platform; the 2016
404
+ founding year is taken from the oversized ghost numeral on the aboutUs page and the mission line
405
+ "세상에 활력을 더하는 초연결 생태계를 만듭니다" is verbatim from that page. Broader scale/positioning
406
+ claims are general public knowledge about the company, not quoted from a single verified statement
407
+ in this turn.
408
+
409
+ Personas (§13) are fictional archetypes informed by publicly observable Barogo user segments
410
+ (store owners, delivery riders, hub franchise operators). Names are illustrative; they do not
411
+ refer to real people.
412
+
413
+ Interpretive claims (e.g. "operator, not marketer", "one action, one color", "fast and flat as a
414
+ rejection of consumer-lifestyle softness") are editorial readings connecting Barogo's observed
415
+ design to its positioning, not directly sourced Barogo statements.
416
+ -->