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,317 @@
1
+ ---
2
+ id: cgv
3
+ name: CGV
4
+ country: KR
5
+ category: consumer-tech
6
+ homepage: "https://www.cgv.co.kr/"
7
+ primary_color: "#121212"
8
+ logo:
9
+ type: favicon
10
+ slug: "https://www.google.com/s2/favicons?domain=cgv.co.kr&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: marketing-product, url: "https://cgv.co.kr/", inspected: "2026-07-13" }
18
+ - { id: surface-2, kind: public-home-variant, url: "https://cgv.co.kr/", inspected: "2026-07-13" }
19
+ - { id: surface-3, kind: public-home-variant, url: "https://cgv.co.kr/", inspected: "2026-07-13" }
20
+ sources:
21
+ - { id: cgv-home, kind: product-surface, url: "https://cgv.co.kr/", captured: "2026-07-13" }
22
+ - { id: cgv-home-2, kind: product-surface, url: "https://cgv.co.kr/", captured: "2026-07-13" }
23
+ - { id: cgv-home-3, kind: product-surface, url: "https://cgv.co.kr/", captured: "2026-07-13" }
24
+ - { id: cgv-2024-report, kind: official-doc, url: "https://img.cgv.co.kr/company/sustainabilityStrategy/Report/2024/2024_CJCGV_SUSTAINABILITY_REPORT_kor.pdf", captured: "2026-07-13" }
25
+ - { id: pretendard-license, kind: license, url: "https://github.com/orioncactus/pretendard/blob/main/LICENSE", captured: "2026-07-13" }
26
+ conflicts: []
27
+ claims:
28
+ "tokens.colors.foreground": &home { surface_id: home, source_id: cgv-home, method: live-inspect, captured: "2026-07-13" }
29
+ "tokens.colors.canvas": *home
30
+ "tokens.colors.subtle": *home
31
+ "tokens.colors.secondary": *home
32
+ "tokens.colors.line": *home
33
+ "tokens.colors.signal": *home
34
+ "tokens.typography.family.sans": *home
35
+ "tokens.typography.display.size": *home
36
+ "tokens.typography.display.weight": *home
37
+ "tokens.typography.display.lineHeight": *home
38
+ "tokens.typography.display.tracking": *home
39
+ "tokens.typography.display.use": *home
40
+ "tokens.typography.body.size": *home
41
+ "tokens.typography.body.weight": *home
42
+ "tokens.typography.body.lineHeight": *home
43
+ "tokens.typography.body.tracking": *home
44
+ "tokens.typography.body.use": *home
45
+ "tokens.typography.label.size": *home
46
+ "tokens.typography.label.weight": *home
47
+ "tokens.typography.label.lineHeight": *home
48
+ "tokens.typography.label.tracking": *home
49
+ "tokens.typography.label.use": *home
50
+ "tokens.spacing.dense": *home
51
+ "tokens.spacing.sm": *home
52
+ "tokens.spacing.base": *home
53
+ "tokens.spacing.lg": *home
54
+ "tokens.rounded.badge": *home
55
+ "tokens.rounded.media": *home
56
+ "tokens.rounded.action": *home
57
+ "tokens.rounded.chip": *home
58
+ "tokens.shadow.flat": *home
59
+ "tokens.components.category-chip.type": *home
60
+ "tokens.components.category-chip.bg": *home
61
+ "tokens.components.category-chip.fg": *home
62
+ "tokens.components.category-chip.border": *home
63
+ "tokens.components.category-chip.radius": *home
64
+ "tokens.components.category-chip.padding": *home
65
+ "tokens.components.category-chip.height": *home
66
+ "tokens.components.category-chip.font": *home
67
+ "tokens.components.category-chip.states": *home
68
+ "tokens.components.category-chip.use": *home
69
+ "tokens.components.outline-action.type": *home
70
+ "tokens.components.outline-action.bg": *home
71
+ "tokens.components.outline-action.fg": *home
72
+ "tokens.components.outline-action.border": *home
73
+ "tokens.components.outline-action.radius": *home
74
+ "tokens.components.outline-action.padding": *home
75
+ "tokens.components.outline-action.font": *home
76
+ "tokens.components.outline-action.states": *home
77
+ "tokens.components.outline-action.use": *home
78
+ "tokens.components.screen-format-badge.type": *home
79
+ "tokens.components.screen-format-badge.bg": *home
80
+ "tokens.components.screen-format-badge.fg": *home
81
+ "tokens.components.screen-format-badge.radius": *home
82
+ "tokens.components.screen-format-badge.padding": *home
83
+ "tokens.components.screen-format-badge.height": *home
84
+ "tokens.components.screen-format-badge.font": *home
85
+ "tokens.components.screen-format-badge.use": *home
86
+ "tokens.components.menu-row.type": *home
87
+ "tokens.components.menu-row.bg": *home
88
+ "tokens.components.menu-row.fg": *home
89
+ "tokens.components.menu-row.radius": *home
90
+ "tokens.components.menu-row.height": *home
91
+ "tokens.components.menu-row.font": *home
92
+ "tokens.components.menu-row.use": *home
93
+ tokens:
94
+ source: live-extract
95
+ extracted: "2026-07-13"
96
+ note: "Three supplied public CGV captures (coverage 81). Pretendard is loaded/high with 1,217 visible uses; interaction count is zero, so only default component values are promoted."
97
+ colors:
98
+ foreground: "#121212"
99
+ canvas: "#ffffff"
100
+ subtle: "#f4f4f4"
101
+ secondary: "#454545"
102
+ line: "#d9d9d9"
103
+ signal: "#fc5555"
104
+ typography:
105
+ family: { sans: "Pretendard" }
106
+ display: { size: 22, weight: 700, lineHeight: 1.4, tracking: -0.4, use: "Observed prominent body-role heading" }
107
+ body: { size: 14, weight: 400, lineHeight: 1.4, tracking: -0.2, use: "Observed public-page body and input copy" }
108
+ label: { size: 15, weight: 400, lineHeight: 1, tracking: -0.2, use: "Observed category-tab label" }
109
+ spacing: { dense: 10, sm: 8, base: 16, lg: 24 }
110
+ rounded: { badge: 4, media: 16, action: 20, chip: 25 }
111
+ shadow:
112
+ flat: "none"
113
+ components_harvested: true
114
+ components:
115
+ category-chip: { type: button, bg: "#f4f4f4", fg: "#454545", border: "1px solid #f4f4f4", radius: "25px", padding: "0px 16px", height: "40px", font: "15px / 400 / Pretendard", states: "default observed at home::[data-omd-capture=\"36\"]; no hover, focus, pressed, disabled, or error state observed", use: "Public main-category tab" }
116
+ outline-action: { type: button, bg: "#ffffff", fg: "#121212", border: "1px solid #d9d9d9", radius: "20px", padding: "9px 24px", font: "14px / 500 / Pretendard", states: "default observed at home::[data-omd-capture=\"128\"]; no hover, focus, pressed, disabled, or error state observed", use: "Rounded public movie-card action" }
117
+ screen-format-badge: { type: badge, bg: "rgba(0, 0, 0, 0.55)", fg: "#121212", radius: "4px", padding: "0px 5px", height: "20px", font: "11px / 700 / Pretendard", use: "Movie-card screen-format marker" }
118
+ menu-row: { type: listItem, bg: "transparent", fg: "#121212", radius: "0px", height: "40px", font: "10px / 400 / Pretendard", use: "Observed public navigation/menu row" }
119
+ ---
120
+
121
+ # Design System Inspiration of CGV
122
+
123
+ ## 1. Visual Theme & Atmosphere
124
+
125
+ CGV is Korea’s multiplex cinema brand and a consumer-facing service for finding films, choosing a theatre, and moving toward a viewing experience. Its recognizable expression pairs the practical density of a ticketing and programme surface with cinema-oriented moments: black `#121212` text and outlines, an open white `#ffffff` canvas, small screen-format labels, compact movie metadata, and rounded actions around discovery. That restrained public-web palette does not by itself establish a historical CGV logo or corporate colour system; it describes the supplied current surface only. CGV introduced the multiplex format in Korea with Gangbyeon in 1998 and has evolved its stated Cultureplex proposition beyond a conventional screening venue. Its 2024 sustainability report describes a rebranding campaign around “Deep Dive Space,” positioning the business around immersive experience, special formats, CGV-only content, and expanded space use.
126
+
127
+ The captured interface is crisp and utility-led rather than theatrical by default. Square list rows coexist with 4px format badges, 16px media corners, 20px outline actions, and 25px category chips. This reference keeps those role-specific geometries separate instead of inventing a universal radius or a red primary action from brand familiarity.
128
+
129
+ **Key Characteristics:**
130
+ - White `#ffffff` public canvas with near-black `#121212` information hierarchy
131
+ - Loaded Pretendard across the captured public surface
132
+ - `#f4f4f4` / `#454545` rounded category treatment and `#d9d9d9` outline actions
133
+ - Compact 10px, 14px, 15px, and 22px observed text roles
134
+ - Static evidence for buttons, badges, and a navigation row; no interaction state values
135
+
136
+ ## 2. Color Palette & Roles
137
+
138
+ ### Current public-surface colors
139
+
140
+ - **Foreground** (`#121212`): dominant captured text, border, and dark surface value.
141
+ - **Canvas** (`#ffffff`): repeated page and outlined-action surface.
142
+ - **Subtle control** (`#f4f4f4`): observed category-chip background and border.
143
+ - **Secondary text** (`#454545`): category-chip foreground.
144
+ - **Line** (`#d9d9d9`): observed rounded outline-action border.
145
+ - **Signal** (`#fc5555`): a low-frequency public text/border observation; it is preserved as a signal value, not promoted to a primary or state palette.
146
+
147
+ No verified current error, success, warning, hover, pressed, or focus palette was supplied. Those groups are omitted.
148
+
149
+ ## 3. Typography Rules
150
+
151
+ ### Font evidence boundary
152
+
153
+ | Evidence class | Resolution |
154
+ |---|---|
155
+ | Official product-use | No official CGV product typography specification was supplied or used for token promotion. |
156
+ | Live computed surface-use | `pretendard` is loaded/high with 1,217 visible uses across headings, body, buttons, cards, dialogs, inputs, list items, and badges in the supplied capture. |
157
+ | Official distributed brand asset | No CGV-exclusive distributed font asset was verified. |
158
+ | Declared-only | `Roboto` and `swiper-icons` appear in declarations or sources with zero visible text usage; neither is a UI family token. |
159
+ | Unresolved | Native-app, authenticated booking-flow, and special-format campaign typography are not resolved by this capture. |
160
+
161
+ ### Font family
162
+
163
+ - **Current public UI family:** `Pretendard` followed by the observed system fallbacks.
164
+ - The supplied font evidence links nine CGV CDN Pretendard webfont sources and backs the computed family with a loaded FontFace.
165
+ - Pretendard’s own distribution is under the SIL Open Font License 1.1; that licence describes the font project, not a CGV-owned font asset.
166
+
167
+ ### Observed hierarchy
168
+
169
+ | Role | Font | Size | Weight | Line height | Tracking | Use |
170
+ |---|---|---:|---:|---:|---:|---|
171
+ | Prominent heading | Pretendard | 22px | 700 | 30.8px | -0.4px | Observed prominent body-role heading |
172
+ | Public body | Pretendard | 14px | 400 | 19.6px | -0.2px | Body and input copy |
173
+ | Category label | Pretendard | 15px | 400 | 15px | -0.2px | Category-tab label |
174
+ | Screen marker | Pretendard | 11px | 700 | 19px | -0.2px | Movie-card format badge |
175
+
176
+ ## 4. Component Stylings
177
+
178
+ ### Current verified components
179
+
180
+ **Category Chip**
181
+ - Background: `#f4f4f4`
182
+ - Text: `#454545`
183
+ - Border: 1px solid `#f4f4f4`
184
+ - Radius: 25px
185
+ - Padding: 0px 16px
186
+ - Height: 40px
187
+ - Font: 15px / 400 / Pretendard
188
+ - States: Default only at `home::[data-omd-capture="36"]`; no hover, focus, pressed, disabled, or error state observed.
189
+ - Use: Public main-category tab
190
+
191
+ **Outline Action**
192
+ - Background: `#ffffff`
193
+ - Text: `#121212`
194
+ - Border: 1px solid `#d9d9d9`
195
+ - Radius: 20px
196
+ - Padding: 9px 24px
197
+ - Font: 14px / 500 / Pretendard
198
+ - States: Default only at `home::[data-omd-capture="128"]`; no hover, focus, pressed, disabled, or error state observed.
199
+ - Use: Rounded public movie-card action
200
+
201
+ **Screen Format Badge**
202
+ - Background: `rgba(0, 0, 0, 0.55)`
203
+ - Text: `#121212`
204
+ - Radius: 4px
205
+ - Padding: 0px 5px
206
+ - Height: 20px
207
+ - Font: 11px / 700 / Pretendard
208
+ - Use: Movie-card screen-format marker
209
+
210
+ **Menu Row**
211
+ - Background: transparent
212
+ - Text: `#121212`
213
+ - Radius: 0px
214
+ - Height: 40px
215
+ - Font: 10px / 400 / Pretendard
216
+ - Use: Observed public navigation/menu row
217
+
218
+ The capture contains 383 component variants over three supplied public surfaces. Only the selector-backed static variants above are canonical tokens; 0 interaction observations means no interactive states are inferred.
219
+
220
+ ---
221
+ **Verified:** 2026-07-13
222
+ **Tier 1 sources:** https://cgv.co.kr/ · https://img.cgv.co.kr/company/sustainabilityStrategy/Report/2024/2024_CJCGV_SUSTAINABILITY_REPORT_kor.pdf
223
+ **Tier 2 sources:** https://getdesign.md/cgv (attempted; unavailable) · https://styles.refero.design/?q=cgv (attempted; unavailable)
224
+ **Conflicts unresolved:** none
225
+
226
+ ## 5. Layout Principles
227
+
228
+ - Use white public surfaces and a near-black information hierarchy where the captured CGV pattern is relevant.
229
+ - Keep dense content roles compact: 10px metadata, 8/10/16/24px recurring spacing, and 40px category/menu controls where specifically observed.
230
+ - Treat rounded controls as role-specific: 25px category chip, 20px outline action, 16px media, and 4px badge.
231
+ - Do not generalize the supplied home capture into authenticated seat selection, payment, or theatre-operation layouts.
232
+
233
+ ## 6. Iconography & Imagery
234
+
235
+ - Movie artwork and screen-format labels carry much of the public discovery context; the verified badge sits as a compact overlay.
236
+ - `swiper-icons` is declared-only and is not promoted as a CGV icon token.
237
+ - No CGV brand-icon grid, illustration style, or imagery treatment beyond these supplied public observations is specified here.
238
+
239
+ ## 7. Do's and Don'ts
240
+
241
+ ### Do
242
+
243
+ - Preserve a clear contrast hierarchy with `#121212` content on `#ffffff` surfaces.
244
+ - Use the verified rounded category and outline-action patterns only in their observed public roles.
245
+ - Keep screen-format metadata compact and subordinate to movie information.
246
+
247
+ ### Don't
248
+
249
+ - Treat the low-frequency `#fc5555` observation as a universal CGV primary or error colour.
250
+ - Add hover, focus, pressed, disabled, or error component values from assumptions.
251
+ - Substitute Roboto, swiper-icons, or a system fallback as though it were the loaded Pretendard UI family.
252
+
253
+ ## 8. Responsive Behavior
254
+
255
+ - The supplied evidence confirms public components across three capture surfaces but does not establish a responsive breakpoint system.
256
+ - Preserve the observed component values only where they remain appropriate; breakpoint, navigation collapse, and seat-map behavior are unresolved.
257
+
258
+ ## 9. Accessibility Notes
259
+
260
+ - Maintain the observed high-contrast `#121212` / `#ffffff` reading hierarchy when applying these public patterns.
261
+ - The supplied capture has no focus or error-state observation; accessible focus treatment and form validation styling require separate verified evidence.
262
+ - Do not rely on screen-format badge colour alone to convey movie-format information.
263
+
264
+ ## 10. Voice & Tone
265
+
266
+ The corporate material frames CGV around immersive, differentiated cultural experience; public UI copy should be direct, experience-oriented, and concise rather than overly cinematic.
267
+
268
+ | Voice quality | Use | Avoid |
269
+ |---|---|---|
270
+ | Clear | Name the film, theatre, format, and next action plainly. | Vague promotional instructions. |
271
+ | Immersive | Describe a confirmed format or space experience. | Promising an unverified sensory outcome. |
272
+ | Considerate | Give timing and booking information in compact language. | Hiding practical constraints behind campaign language. |
273
+
274
+ - “영화와 상영 시간을 선택하세요.” *(illustrative; no claim of current CGV copy)*
275
+ - “특별관 정보를 확인하세요.” *(illustrative; no claim of current CGV copy)*
276
+ - “예매 내용을 다시 확인하세요.” *(illustrative; no claim of current CGV copy)*
277
+
278
+ ## 11. Brand Narrative
279
+
280
+ CGV opened Gangbyeon in 1998 as Korea’s first multiplex and later formed the CJ CGV corporate identity through the CJ Village / CJ Golden Village lineage. The official history describes a shift away from the single-screen cinema model toward a cultural space that connects film viewing with adjacent lifestyle experiences.
281
+
282
+ The current corporate narrative calls this direction Cultureplex: a comprehensive cultural and lifestyle space built around differentiated viewing environments, services, and content. In 2024 CGV documented a “Deep Dive Space” rebranding campaign, connecting special-format expansion, CGV-only content, and broader use of physical space to a more immersive experience.
283
+
284
+ This narrative is official brand context, not a substitute for UI evidence. The canonical tokens remain limited to the supplied public-web capture.
285
+
286
+ ## 12. Principles
287
+
288
+ 1. **Evolve beyond a screening transaction.** CGV’s official mission frames the brand as more than a film-viewing environment. *UI implication:* connect practical selection steps to confirmed format and venue context.
289
+ 2. **Make differentiated experiences legible.** Special formats and content are part of the stated direction. *UI implication:* present verified format information as clear, compact metadata.
290
+ 3. **Design for cultural use, not only attendance.** The Cultureplex proposition treats the venue as a broader cultural space. *UI implication:* avoid reducing supporting discovery content to decoration when it informs a real visit.
291
+ 4. **Keep practical decisions clear.** A cinema service still needs reliable choices around title, time, location, and format. *UI implication:* preserve strong text hierarchy and explicit actions.
292
+
293
+ ## 13. Personas
294
+
295
+ These are stakeholder groups stated or directly implied by first-party CGV materials, not fictional personas or synthetic research.
296
+
297
+ - **Moviegoers:** people choosing a film, a theatre, and a viewing format; the public experience should keep essential selection information clear.
298
+ - **Cultureplex visitors:** audiences using a cinema venue as a broader cultural and leisure destination, consistent with CGV’s stated Cultureplex direction.
299
+ - **Special-format audiences and partners:** people engaging with differentiated formats such as 4DX or ScreenX; format claims should remain accurate and specific.
300
+
301
+ ## 14. States
302
+
303
+ No visual state system was captured. The following content requirements are not token values and must be designed only with separately verified visual evidence.
304
+
305
+ | Category | Requirement |
306
+ |---|---|
307
+ | Empty | Explain when no film, theatre, or schedule is available. |
308
+ | Loading | Preserve context while programme or booking data is pending. |
309
+ | Error — availability | State when a requested session is no longer available. |
310
+ | Error — network | State when current information could not be retrieved. |
311
+ | Success | Confirm the completed user action with the relevant context. |
312
+ | Skeleton | Reserve structure without asserting unmeasured geometry. |
313
+ | Disabled | Explain why a booking or selection action cannot proceed. |
314
+
315
+ ## 15. Motion & Easing
316
+
317
+ No duration, easing, transition, or animated-state value is present in the supplied evidence. No motion token is prescribed for CGV in this reference.