oh-my-design-cli 1.8.6 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +2761 -85
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/airbridge/DESIGN.md +451 -0
  71. package/web/references/alipay/DESIGN.md +179 -420
  72. package/web/references/apple/DESIGN.md +224 -498
  73. package/web/references/asleep/DESIGN.md +402 -0
  74. package/web/references/au/DESIGN.md +334 -0
  75. package/web/references/autopedia/DESIGN.md +382 -0
  76. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  77. package/web/references/baemin/DESIGN.md +332 -491
  78. package/web/references/banksalad/DESIGN.md +269 -180
  79. package/web/references/barogo/DESIGN.md +416 -0
  80. package/web/references/beusable/DESIGN.md +464 -0
  81. package/web/references/bigin/DESIGN.md +454 -0
  82. package/web/references/bilibili/DESIGN.md +206 -374
  83. package/web/references/bmw/DESIGN.md +162 -276
  84. package/web/references/brandi/DESIGN.md +184 -325
  85. package/web/references/buzzvil/DESIGN.md +457 -0
  86. package/web/references/cafe24/DESIGN.md +472 -0
  87. package/web/references/catchtable/DESIGN.md +219 -264
  88. package/web/references/cgv/DESIGN.md +317 -0
  89. package/web/references/channeltalk/DESIGN.md +210 -336
  90. package/web/references/china-airlines/DESIGN.md +291 -0
  91. package/web/references/cjonstyle/DESIGN.md +453 -0
  92. package/web/references/class101/DESIGN.md +168 -387
  93. package/web/references/classum/DESIGN.md +228 -203
  94. package/web/references/claude/DESIGN.md +242 -479
  95. package/web/references/clay/DESIGN.md +179 -377
  96. package/web/references/clickhouse/DESIGN.md +254 -343
  97. package/web/references/codeit/DESIGN.md +470 -0
  98. package/web/references/cohere/DESIGN.md +214 -324
  99. package/web/references/coinone/DESIGN.md +199 -179
  100. package/web/references/corca/DESIGN.md +414 -0
  101. package/web/references/coupang/DESIGN.md +205 -475
  102. package/web/references/cursor/DESIGN.md +240 -381
  103. package/web/references/dabang/DESIGN.md +248 -213
  104. package/web/references/dable/DESIGN.md +431 -0
  105. package/web/references/datarize/DESIGN.md +338 -0
  106. package/web/references/dealicious/DESIGN.md +402 -0
  107. package/web/references/drdiary/DESIGN.md +404 -0
  108. package/web/references/elastic/DESIGN.md +238 -0
  109. package/web/references/elevenlabs/DESIGN.md +183 -321
  110. package/web/references/elice/DESIGN.md +445 -0
  111. package/web/references/eslite/DESIGN.md +257 -0
  112. package/web/references/evaair/DESIGN.md +338 -0
  113. package/web/references/expo/DESIGN.md +238 -331
  114. package/web/references/familymart-tw/DESIGN.md +254 -0
  115. package/web/references/ferrari/DESIGN.md +160 -377
  116. package/web/references/figma/DESIGN.md +197 -451
  117. package/web/references/fitpet/DESIGN.md +445 -0
  118. package/web/references/flex/DESIGN.md +170 -253
  119. package/web/references/framer/DESIGN.md +197 -340
  120. package/web/references/freee/DESIGN.md +211 -533
  121. package/web/references/friendliai/DESIGN.md +431 -0
  122. package/web/references/frip/DESIGN.md +440 -0
  123. package/web/references/furiosaai/DESIGN.md +450 -0
  124. package/web/references/gangnamunni/DESIGN.md +154 -591
  125. package/web/references/gaudiolab/DESIGN.md +414 -0
  126. package/web/references/google/DESIGN.md +290 -398
  127. package/web/references/goorm/DESIGN.md +470 -0
  128. package/web/references/greencar/DESIGN.md +420 -0
  129. package/web/references/hackle/DESIGN.md +472 -0
  130. package/web/references/hashicorp/DESIGN.md +273 -318
  131. package/web/references/heydealer/DESIGN.md +429 -0
  132. package/web/references/humanscape/DESIGN.md +433 -0
  133. package/web/references/hwahae/DESIGN.md +453 -0
  134. package/web/references/hyundai/DESIGN.md +158 -368
  135. package/web/references/hyundaicard/DESIGN.md +171 -121
  136. package/web/references/ibm/DESIGN.md +227 -378
  137. package/web/references/idus/DESIGN.md +450 -0
  138. package/web/references/igaworks/DESIGN.md +437 -0
  139. package/web/references/inflearn/DESIGN.md +221 -366
  140. package/web/references/intuit/DESIGN.md +244 -0
  141. package/web/references/jandi/DESIGN.md +191 -291
  142. package/web/references/jobplanet/DESIGN.md +415 -0
  143. package/web/references/kakao/DESIGN.md +287 -475
  144. package/web/references/kakaobank/DESIGN.md +220 -521
  145. package/web/references/kakaogames/DESIGN.md +220 -0
  146. package/web/references/kakaopay/DESIGN.md +207 -526
  147. package/web/references/karrot/DESIGN.md +227 -251
  148. package/web/references/kb-kookmin/DESIGN.md +308 -0
  149. package/web/references/kbank/DESIGN.md +220 -175
  150. package/web/references/kcd/DESIGN.md +432 -0
  151. package/web/references/kmong/DESIGN.md +281 -356
  152. package/web/references/krds/DESIGN.md +245 -19
  153. package/web/references/kream/DESIGN.md +224 -359
  154. package/web/references/kurly/DESIGN.md +211 -533
  155. package/web/references/kyobobook/DESIGN.md +445 -0
  156. package/web/references/lablup/DESIGN.md +474 -0
  157. package/web/references/lamborghini/DESIGN.md +198 -360
  158. package/web/references/lemonbase/DESIGN.md +452 -0
  159. package/web/references/lguplus/DESIGN.md +259 -0
  160. package/web/references/likelion/DESIGN.md +283 -0
  161. package/web/references/line/DESIGN.md +396 -355
  162. package/web/references/linear.app/DESIGN.md +209 -562
  163. package/web/references/lotteon/DESIGN.md +386 -0
  164. package/web/references/lovable/DESIGN.md +255 -349
  165. package/web/references/makinarocks/DESIGN.md +242 -0
  166. package/web/references/maum-ai/DESIGN.md +423 -0
  167. package/web/references/medibloc/DESIGN.md +425 -0
  168. package/web/references/megabox/DESIGN.md +232 -0
  169. package/web/references/mercari/DESIGN.md +217 -434
  170. package/web/references/microsoft/DESIGN.md +234 -388
  171. package/web/references/mildang/DESIGN.md +411 -0
  172. package/web/references/millie/DESIGN.md +183 -504
  173. package/web/references/minimax/DESIGN.md +264 -322
  174. package/web/references/miricanvas/DESIGN.md +182 -355
  175. package/web/references/miro/DESIGN.md +234 -232
  176. package/web/references/mistral.ai/DESIGN.md +231 -314
  177. package/web/references/mixi/DESIGN.md +234 -0
  178. package/web/references/moin/DESIGN.md +445 -0
  179. package/web/references/mongodb/DESIGN.md +219 -316
  180. package/web/references/moreh/DESIGN.md +437 -0
  181. package/web/references/musinsa/DESIGN.md +184 -510
  182. package/web/references/mynavi/DESIGN.md +242 -0
  183. package/web/references/myrealtrip/DESIGN.md +169 -406
  184. package/web/references/naver/DESIGN.md +328 -499
  185. package/web/references/naverwebtoon/DESIGN.md +172 -395
  186. package/web/references/neosapience/DESIGN.md +441 -0
  187. package/web/references/nhn/DESIGN.md +169 -346
  188. package/web/references/nhncloud/DESIGN.md +185 -123
  189. package/web/references/nota/DESIGN.md +451 -0
  190. package/web/references/notion/DESIGN.md +271 -475
  191. package/web/references/nrise/DESIGN.md +417 -0
  192. package/web/references/ohouse/DESIGN.md +210 -549
  193. package/web/references/oliveyoung/DESIGN.md +217 -326
  194. package/web/references/ollama/DESIGN.md +241 -308
  195. package/web/references/onestore/DESIGN.md +248 -0
  196. package/web/references/palantir/DESIGN.md +256 -0
  197. package/web/references/panasonic/DESIGN.md +276 -0
  198. package/web/references/patternfly/DESIGN.md +259 -0
  199. package/web/references/payhere/DESIGN.md +438 -0
  200. package/web/references/pega/DESIGN.md +262 -0
  201. package/web/references/peoplefund/DESIGN.md +431 -0
  202. package/web/references/petfriends/DESIGN.md +428 -0
  203. package/web/references/pinkfong/DESIGN.md +199 -367
  204. package/web/references/pinterest/DESIGN.md +258 -308
  205. package/web/references/portone/DESIGN.md +446 -0
  206. package/web/references/poya/DESIGN.md +286 -0
  207. package/web/references/pozalabs/DESIGN.md +438 -0
  208. package/web/references/protopie/DESIGN.md +419 -0
  209. package/web/references/qraft/DESIGN.md +448 -0
  210. package/web/references/queenit/DESIGN.md +432 -0
  211. package/web/references/quotabook/DESIGN.md +449 -0
  212. package/web/references/rebellions/DESIGN.md +449 -0
  213. package/web/references/recruit/DESIGN.md +247 -0
  214. package/web/references/remember/DESIGN.md +202 -396
  215. package/web/references/resend/DESIGN.md +274 -348
  216. package/web/references/returnzero/DESIGN.md +460 -0
  217. package/web/references/sakura-internet/DESIGN.md +269 -0
  218. package/web/references/samsung/DESIGN.md +157 -359
  219. package/web/references/sandoll/DESIGN.md +445 -0
  220. package/web/references/sanity/DESIGN.md +241 -375
  221. package/web/references/saramin/DESIGN.md +465 -0
  222. package/web/references/scatterlab/DESIGN.md +412 -0
  223. package/web/references/selectstar/DESIGN.md +439 -0
  224. package/web/references/servicenow/DESIGN.md +289 -0
  225. package/web/references/shiftee/DESIGN.md +468 -0
  226. package/web/references/shinhanbank/DESIGN.md +161 -341
  227. package/web/references/shinhancard/DESIGN.md +208 -319
  228. package/web/references/sionic/DESIGN.md +454 -0
  229. package/web/references/sktelecom/DESIGN.md +310 -0
  230. package/web/references/socar/DESIGN.md +125 -32
  231. package/web/references/softbank/DESIGN.md +231 -0
  232. package/web/references/solapi/DESIGN.md +483 -0
  233. package/web/references/sony/DESIGN.md +234 -0
  234. package/web/references/soop/DESIGN.md +261 -0
  235. package/web/references/spacex/DESIGN.md +184 -323
  236. package/web/references/spotify/DESIGN.md +253 -394
  237. package/web/references/squeezebits/DESIGN.md +441 -0
  238. package/web/references/stayfolio/DESIGN.md +422 -0
  239. package/web/references/stripe/DESIGN.md +212 -491
  240. package/web/references/supabase/DESIGN.md +244 -316
  241. package/web/references/supertone/DESIGN.md +413 -0
  242. package/web/references/tabling/DESIGN.md +415 -0
  243. package/web/references/taishinbank/DESIGN.md +243 -0
  244. package/web/references/teamlab/DESIGN.md +240 -0
  245. package/web/references/teamsparta/DESIGN.md +472 -0
  246. package/web/references/tellingme/DESIGN.md +392 -0
  247. package/web/references/tesla/DESIGN.md +244 -427
  248. package/web/references/thsr/DESIGN.md +284 -0
  249. package/web/references/thumbtack/DESIGN.md +302 -0
  250. package/web/references/together.ai/DESIGN.md +257 -304
  251. package/web/references/toss/DESIGN.md +251 -593
  252. package/web/references/toss-securities/DESIGN.md +255 -178
  253. package/web/references/tossbank/DESIGN.md +195 -491
  254. package/web/references/toyota/DESIGN.md +238 -0
  255. package/web/references/tving/DESIGN.md +197 -245
  256. package/web/references/typed/DESIGN.md +413 -0
  257. package/web/references/uber/DESIGN.md +256 -333
  258. package/web/references/udn/DESIGN.md +250 -0
  259. package/web/references/upbit/DESIGN.md +145 -256
  260. package/web/references/upstage/DESIGN.md +211 -204
  261. package/web/references/uswds/DESIGN.md +287 -0
  262. package/web/references/vercel/DESIGN.md +236 -440
  263. package/web/references/vuno/DESIGN.md +413 -0
  264. package/web/references/wanted/DESIGN.md +215 -487
  265. package/web/references/weverse/DESIGN.md +437 -0
  266. package/web/references/wise/DESIGN.md +223 -231
  267. package/web/references/wisetracker/DESIGN.md +462 -0
  268. package/web/references/wooribank/DESIGN.md +245 -0
  269. package/web/references/yanolja/DESIGN.md +250 -419
  270. package/web/references/yeogiotte/DESIGN.md +235 -418
  271. package/web/references/zapier/DESIGN.md +256 -377
  272. package/web/references/zendesk/DESIGN.md +288 -0
  273. package/web/references/zigzag/DESIGN.md +200 -621
  274. package/dist/install-skills-7UUDOLG2.js +0 -734
  275. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,437 @@
1
+ ---
2
+ id: igaworks
3
+ name: IGAWorks
4
+ display_name_kr: 아이지에이웍스
5
+ country: KR
6
+ category: marketing
7
+ homepage: "https://www.igaworks.com/"
8
+ primary_color: "#1a1d23"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=igaworks.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 = corporate ink (#1a1d23) — the iGA logotype color, hero heading, and primary CTA background. Single blue action accent (#3464f4) on the newsletter subscribe button; red (#ef4343) and green (#17cf63) are data/status accents that echo the tricolor logo dots. Flat, shadowless system on white."
19
+ colors:
20
+ primary: "#1a1d23"
21
+ canvas: "#ffffff"
22
+ body: "#373f49"
23
+ slate: "#1e293b"
24
+ muted: "#4f5864"
25
+ muted-alt: "#4b5563"
26
+ hairline: "#e5e7eb"
27
+ surface: "#f2f5f8"
28
+ surface-alt: "#f4f4f6"
29
+ accent-blue: "#3464f4"
30
+ accent-red: "#ef4343"
31
+ accent-green: "#17cf63"
32
+ on-primary: "#ffffff"
33
+ typography:
34
+ family: { sans: "Pretendard Variable", fallback: "Pretendard" }
35
+ display-hero: { size: 88, weight: 900, lineHeight: 1.1, use: "Home hero H1 (Built on Data. Driven by AI.)" }
36
+ display: { size: 56, weight: 700, lineHeight: 1.2, use: "Page H1 (Solutions by IGAWorks)" }
37
+ section: { size: 36, weight: 700, lineHeight: 1.3, use: "Section headings" }
38
+ category: { size: 28, weight: 600, lineHeight: 1.2, use: "Solution category heads (Data Infrastructure)" }
39
+ card-title: { size: 24, weight: 700, lineHeight: 1.4, use: "Solution card titles" }
40
+ subhead: { size: 18, weight: 700, use: "Small block heads (newsletter)" }
41
+ body: { size: 16, weight: 400, lineHeight: 1.5, use: "Standard reading text, Pretendard" }
42
+ nav: { size: 16, weight: 400, use: "Top nav links" }
43
+ button: { size: 15, weight: 500, use: "Primary CTA label" }
44
+ button-sm: { size: 14, weight: 500, use: "Secondary / subscribe button label" }
45
+ spacing: { xs: 4, sm: 8, md: 12, base: 16, lg: 20, xl: 24, xxl: 40, section: 64 }
46
+ rounded: { sm: 8, md: 12, full: 9999 }
47
+ shadow:
48
+ none: "none"
49
+ components:
50
+ cta-primary: { type: button, bg: "#1a1d23", fg: "#ffffff", radius: "12px", height: "43px", padding: "10px 24px", font: "15px / 500 Pretendard", use: "Header primary CTA (문의하기) — dark ink action" }
51
+ cta-outline: { type: button, bg: "#ffffff", fg: "#1a1d23", border: "1px solid #e5e7eb", radius: "12px", height: "43px", padding: "10px 20px", font: "14px / 500 Pretendard", use: "Secondary link button (바로가기) on solution cards" }
52
+ subscribe-button: { type: button, bg: "#3464f4", fg: "#ffffff", radius: "8px", height: "41px", padding: "10px 20px", font: "14px / 500 Pretendard", use: "Newsletter subscribe (구독) — the single blue accent action" }
53
+ newsletter-input: { type: input, bg: "#ffffff", fg: "#1a1d23", border: "1px solid #e5e7eb", radius: "8px", height: "43px", padding: "10px 16px", font: "15px / 400 Pretendard", use: "Newsletter email field" }
54
+ solution-card: { type: card, bg: "#ffffff", fg: "#1a1d23", border: "1px solid #e5e7eb", radius: "12px", use: "White solution / feature card, hairline outline, no shadow" }
55
+ surface-card: { type: card, bg: "#f2f5f8", fg: "#1a1d23", radius: "12px", use: "Tinted cool-grey data/stat card" }
56
+ nav-link: { type: tab, fg: "#4f5864", font: "16px / 400 Pretendard", active: "text #1a1d23", use: "Top nav items (Solution / Data / Culture / Blog)" }
57
+ accent-badge: { type: badge, bg: "rgba(239, 67, 67, 0.1)", fg: "#ef4343", radius: "9999px", font: "13px / 500 Pretendard", use: "Data / alert accent pill (tinted red)" }
58
+ components_harvested: true
59
+ ---
60
+
61
+ # Design System Inspiration of IGAWorks
62
+
63
+ ## 1. Visual Theme & Atmosphere
64
+
65
+ IGAWorks (아이지에이웍스) is Korea's data-and-AI marketing company, and its corporate site reads exactly like the tagline stamped across the hero: *"Built on Data. Driven by AI."* The aesthetic is confident monochrome — a pure white canvas (`#ffffff`) carrying near-black ink headings (`#1a1d23`) and quiet slate body copy (`#373f49`), with almost no chrome, no gradients, and no drop shadows. This is the visual language of a serious infrastructure company: it wants to look like the neutral, trustworthy substrate that thousands of brands build on top of, not a flashy consumer app. The restraint is the message — the data is the color.
66
+
67
+ The typographic personality is entirely `Pretendard Variable`, the de-facto Korean product typeface, pushed to an extreme weight range. The home hero runs at a massive **88px / weight 900** — a black, declarative slab that projects scale and certainty. Section headings step down to 36px / 700 and 28px / 600, card titles to 24px / 700, while body and navigation settle into a calm 16px / 400 with 1.5 line-height. There is no secondary display font and no serif; the entire hierarchy is built from one variable family flexing between weight 900 and weight 400. That single-font discipline reinforces the engineered, systematic feel.
68
+
69
+ Color is deployed with deliberate scarcity. The primary "action" is not a saturated brand hue but the dark ink itself — the header CTA (문의하기) is a `#1a1d23` block with white text and a soft 12px radius. The one genuinely chromatic action, the newsletter subscribe button, is a clean royal blue (`#3464f4`). Beyond that, red (`#ef4343`) and green (`#17cf63`) appear only as data and status accents — a direct echo of the red / yellow / blue tricolor dots that sit above the "iGA" logotype. Separation is done with flat cool-grey surfaces (`#f2f5f8`, `#f4f4f6`) and hairline `#e5e7eb` borders rather than elevation; live inspection found `box-shadow: none` across the hero, nav, cards, and CTAs. The result is a flat, fast, data-first system that feels like the dashboard behind the marketing, not the marketing itself.
70
+
71
+ **Key Characteristics:**
72
+ - One typeface, extreme weight range — `Pretendard Variable` from weight 900 (88px hero) down to 400 body
73
+ - Dark ink (`#1a1d23`) as the primary action color, not a saturated brand hue — the CTA is near-black on white
74
+ - Single blue accent (`#3464f4`) reserved for the newsletter subscribe action
75
+ - Tricolor data accents — red (`#ef4343`) and green (`#17cf63`) echoing the logo's red/yellow/blue dots
76
+ - Near-black ink (`#1a1d23`) for headings instead of pure black; slate (`#373f49`) for body
77
+ - Flat, shadowless depth — cool-grey `#f2f5f8` / `#f4f4f6` surfaces and `#e5e7eb` hairlines do the separating
78
+ - Soft-but-restrained radius — 12px on CTAs and cards, 8px on inputs and the subscribe button
79
+ - Cool-grey neutral ladder (`#1e293b` → `#4f5864` → `#4b5563`) for text hierarchy
80
+
81
+ ## 2. Color Palette & Roles
82
+
83
+ ### Primary
84
+ - **Corporate Ink** (`#1a1d23`): The primary brand color — the "iGA" logotype color, the hero H1, and the primary CTA background. A near-black warm charcoal used as the dominant "action" and heading read across the whole site.
85
+ - **Pure White** (`#ffffff`): Page background, card surfaces, and the text color on the dark ink CTA (`on-primary`).
86
+
87
+ ### Accents
88
+ - **Action Blue** (`#3464f4`): The single saturated action color, reserved for the newsletter subscribe button (구독). A clean royal blue that matches the blue dot of the logo mark.
89
+ - **Data Red** (`#ef4343`): Data-visualization and alert accent, usually as a 10%-tint pill (`rgba(239, 67, 67, 0.1)`) with red text. Echoes the red logo dot.
90
+ - **Data Green** (`#17cf63`): Positive / growth data accent for metrics and status. Echoes the "up" direction in data displays.
91
+
92
+ ### Text Hierarchy
93
+ - **Corporate Ink** (`#1a1d23`): Headings, hero, strong labels, active nav.
94
+ - **Slate Heading** (`#1e293b`): Solution category subheadings (e.g. "Data Infrastructure").
95
+ - **Body Slate** (`#373f49`): Standard body copy and descriptions — the document default text color.
96
+ - **Muted Slate** (`#4f5864`): Inactive navigation links and secondary labels.
97
+ - **Muted Alt** (`#4b5563`): Tertiary captions and fine print.
98
+
99
+ ### Surface & Borders
100
+ - **Surface Grey** (`#f2f5f8`): Cool-grey tinted surface for data/stat cards and segmented blocks.
101
+ - **Surface Alt** (`#f4f4f6`): A warmer secondary grey for alternating bands.
102
+ - **Hairline** (`#e5e7eb`): Thin borders, card outlines, and dividers — the primary separation device in a shadow-free system.
103
+
104
+ ## 3. Typography Rules
105
+
106
+ ### Font Family
107
+ - **Sans (only family)**: `Pretendard Variable`, falling back to `Pretendard` then system sans. Used for every text element — hero, headings, body, nav, and buttons alike.
108
+ - There is no secondary display or monospace face; hierarchy comes entirely from weight and size.
109
+
110
+ ### Hierarchy
111
+
112
+ | Role | Font | Size | Weight | Line Height | Notes |
113
+ |------|------|------|--------|-------------|-------|
114
+ | Home Hero | Pretendard Variable | 88px (5.50rem) | 900 | ~1.1 | "Built on Data. Driven by AI." — black slab |
115
+ | Page H1 | Pretendard Variable | 56px (3.50rem) | 700 | ~1.2 | Section-page titles (Solutions by IGAWorks) |
116
+ | Section Heading | Pretendard Variable | 36px (2.25rem) | 700 | ~1.3 | Home section titles |
117
+ | Category Head | Pretendard Variable | 28px (1.75rem) | 600 | ~1.2 | Solution category labels (Data Infrastructure) |
118
+ | Card Title | Pretendard Variable | 24px (1.50rem) | 700 | ~1.4 | Solution / feature card headings |
119
+ | Sub-head | Pretendard Variable | 18px (1.13rem) | 700 | normal | Small block heads (newsletter) |
120
+ | Body | Pretendard Variable | 16px (1.00rem) | 400 | 1.5 (24px) | Standard reading text |
121
+ | Nav Link | Pretendard Variable | 16px (1.00rem) | 400 | normal | Top navigation items |
122
+ | Button | Pretendard Variable | 15px (0.94rem) | 500 | normal | Primary CTA label |
123
+ | Button Small | Pretendard Variable | 14px (0.88rem) | 500 | normal | Secondary / subscribe labels |
124
+
125
+ ### Principles
126
+ - **One family, full weight range**: `Pretendard Variable` carries everything; the jump from weight 900 (hero) to 400 (body) is the system's primary hierarchy signal.
127
+ - **Black hero, calm body**: the 88px / 900 hero is the loudest element on the site; everything below it deliberately steps down in both size and weight.
128
+ - **Medium (500) for interactive labels**: buttons and links use weight 500 to feel tappable without competing with the 700–900 headings.
129
+ - **Hangul-first body sizing**: body sits at 16px with a generous 1.5 line-height (24px) for dense Korean legibility in an information-heavy layout.
130
+
131
+ ## 4. Component Stylings
132
+
133
+ ### Buttons
134
+
135
+ **Primary CTA (Ink)**
136
+ - Background: `#1a1d23`
137
+ - Text: `#ffffff`
138
+ - Radius: 12px
139
+ - Padding: 10px 24px
140
+ - Height: 43px
141
+ - Font: 15px Pretendard weight 500
142
+ - Use: Header primary call-to-action ("문의하기") — the dominant dark-ink action
143
+
144
+ **Secondary Link (Outline)**
145
+ - Background: `#ffffff`
146
+ - Text: `#1a1d23`
147
+ - Border: 1px solid `#e5e7eb`
148
+ - Radius: 12px
149
+ - Padding: 10px 20px
150
+ - Height: 43px
151
+ - Font: 14px Pretendard weight 500
152
+ - Use: In-card link buttons ("바로가기") on solution cards
153
+
154
+ **Subscribe (Blue Accent)**
155
+ - Background: `#3464f4`
156
+ - Text: `#ffffff`
157
+ - Radius: 8px
158
+ - Padding: 10px 20px
159
+ - Height: 41px
160
+ - Font: 14px Pretendard weight 500
161
+ - Use: Newsletter subscribe ("구독") — the single saturated blue action
162
+
163
+ ### Inputs & Forms
164
+
165
+ **Newsletter Field**
166
+ - Background: `#ffffff`
167
+ - Text: `#1a1d23`
168
+ - Border: 1px solid `#e5e7eb`
169
+ - Radius: 8px
170
+ - Padding: 10px 16px
171
+ - Height: 43px
172
+ - Font: 15px Pretendard weight 400
173
+ - Use: Newsletter email capture, paired inline with the blue subscribe button
174
+
175
+ ### Cards & Containers
176
+
177
+ **White Solution Card**
178
+ - Background: `#ffffff`
179
+ - Text: `#1a1d23`
180
+ - Border: 1px solid `#e5e7eb`
181
+ - Radius: 12px
182
+ - Use: Solution / feature card with hairline outline and no shadow
183
+
184
+ **Tinted Data Card**
185
+ - Background: `#f2f5f8`
186
+ - Text: `#1a1d23`
187
+ - Radius: 12px
188
+ - Use: Cool-grey data/stat card sitting on the white canvas
189
+
190
+ ### Badges
191
+
192
+ **Data Accent Pill**
193
+ - Background: `rgba(239, 67, 67, 0.1)`
194
+ - Text: `#ef4343`
195
+ - Radius: 9999px (full)
196
+ - Font: 13px Pretendard weight 500
197
+ - Use: Data / alert accent tag (tinted red pill)
198
+
199
+ ### Navigation
200
+ - Background: `#ffffff`
201
+ - Text: `#4f5864` (inactive)
202
+ - Active: ink `#1a1d23` text on the current item
203
+ - Font: 16px Pretendard weight 400
204
+ - Use: Top horizontal nav ("Solution", "Data", "Culture", "Blog") with the ink CTA right-aligned
205
+
206
+ ---
207
+
208
+ **Verified:** 2026-07-02
209
+ **Tier 1 sources:** https://www.igaworks.com/ ; https://www.igaworks.com/solutions ; https://www.igaworksblog.com/
210
+ **Tier 2 sources:** getdesign.md/igaworks (0 DESIGN.md files — no entry); styles.refero.design/?q=igaworks (no matching brand — 96 fuzzy results, all unrelated)
211
+ **Conflicts unresolved:** none
212
+
213
+ ## 5. Layout Principles
214
+
215
+ ### Spacing System
216
+ - Base unit: ~4px
217
+ - Scale: 4px, 8px, 12px, 16px, 20px, 24px, 40px, 64px
218
+ - Notable: Button padding lands at 10px 24px (primary) and 10px 20px (secondary/subscribe), giving compact, precise hit areas consistent with a data-tool aesthetic
219
+
220
+ ### Grid & Container
221
+ - Centered content column with the oversized hero (88px / 900) as the anchor
222
+ - Solution offerings arranged as a grid of white cards, each with a hairline outline and a "바로가기" link button
223
+ - Home sections alternate between white (`#ffffff`) and faint tinted (`#f2f5f8` / `#f4f4f6`) full-width bands
224
+ - Newsletter capture is a single inline row: email field plus the blue subscribe button
225
+
226
+ ### Whitespace Philosophy
227
+ - **Room to breathe**: despite being a data company, the marketing surface is airy — generous vertical rhythm separates each solution block.
228
+ - **Flat segmentation**: sections separate by background tint and `#e5e7eb` hairlines, never by shadow or heavy borders.
229
+ - **Ink as anchor**: the near-black hero and CTA give each screen a single point of maximum contrast; everything else recedes into slate and grey.
230
+
231
+ ### Border Radius Scale
232
+ - Small (8px): inputs, the blue subscribe button
233
+ - Medium (12px): primary CTA, outline buttons, cards — the workhorse radius
234
+ - Full (9999px): accent pills / badges
235
+
236
+ ## 6. Depth & Elevation
237
+
238
+ | Level | Treatment | Use |
239
+ |-------|-----------|-----|
240
+ | Flat (Level 0) | No shadow | Page background, hero, headings, most surfaces |
241
+ | Tint (Level 1) | `#f2f5f8` / `#f4f4f6` background shift | Card/section separation without elevation |
242
+ | Hairline (Level 2) | `1px solid #e5e7eb` border | White card outlines, dividers |
243
+
244
+ **Shadow Philosophy**: IGAWorks runs a near-shadowless system. Live inspection across the homepage and solutions page found `box-shadow: none` on the hero, nav, CTAs, cards, and inputs. Depth and grouping are communicated entirely through flat tinted surfaces (`#f2f5f8`, `#f4f4f6`) and thin `#e5e7eb` hairlines. This is a deliberate modern-flat choice: it keeps the data-marketing UI feeling clean, fast, and engineered, avoiding the heavy card-stack look of legacy corporate sites. When emphasis is needed, the system reaches for the dark ink (`#1a1d23`) or the single blue accent (`#3464f4`), never elevation.
245
+
246
+ ## 7. Do's and Don'ts
247
+
248
+ ### Do
249
+ - Use `Pretendard Variable` for every text element — one family, weight 900 down to 400
250
+ - Use dark ink (`#1a1d23`) as the primary action color and heading color
251
+ - Reserve the blue accent (`#3464f4`) for the single subscribe/action moment
252
+ - Use near-black ink (`#1a1d23`) for headings instead of pure black; slate (`#373f49`) for body
253
+ - Separate sections with flat tinted surfaces (`#f2f5f8` / `#f4f4f6`) and `#e5e7eb` hairlines, not shadows
254
+ - Keep radius restrained — 12px on CTAs and cards, 8px on inputs
255
+ - Let red (`#ef4343`) and green (`#17cf63`) appear only as data/status accents, echoing the tricolor logo dots
256
+ - Give the hero maximum weight (900) so it is the single loudest element per screen
257
+
258
+ ### Don't
259
+ - Use drop shadows for elevation — IGAWorks is a flat, shadow-free system
260
+ - Introduce a saturated brand hue as the primary action — the primary action is dark ink
261
+ - Spread the blue accent (`#3464f4`) across many elements — it marks one action
262
+ - Use pure black (`#000000`) for headings — reserve near-black ink `#1a1d23`
263
+ - Add a second display or serif typeface — hierarchy comes from Pretendard weight alone
264
+ - Use heavy or colored borders — separation is a `#e5e7eb` hairline
265
+ - Turn the data-accent red/green into decorative brand color — keep them for data and status
266
+ - Set the hero in a light weight — it is always weight 900
267
+
268
+ ## 8. Responsive Behavior
269
+
270
+ ### Breakpoints
271
+ | Name | Width | Key Changes |
272
+ |------|-------|-------------|
273
+ | Mobile | <640px | Single column, hero compresses from 88px, cards stack |
274
+ | Tablet | 640-1024px | Moderate padding, 2-up solution cards |
275
+ | Desktop | 1024-1440px | Full layout, centered hero, multi-column solution grid |
276
+
277
+ ### Touch Targets
278
+ - Primary CTA at 43px height with 10px 24px padding — comfortably tappable
279
+ - Subscribe button at 41px height, paired inline with the 43px email field
280
+ - Nav links spaced within the header for touch
281
+
282
+ ### Collapsing Strategy
283
+ - Hero: 88px black headline scales down on mobile, weight 900 maintained
284
+ - Solution card grid: multi-column → 2-up → stacked single column
285
+ - Tinted / white alternating bands maintain full-width treatment
286
+ - Newsletter row: inline field + button → stacked on narrow viewports
287
+
288
+ ### Image Behavior
289
+ - Product / solution imagery carries no shadow at any size, consistent with the flat system
290
+ - Cards maintain 12px radius across breakpoints
291
+
292
+ ## 9. Agent Prompt Guide
293
+
294
+ ### Quick Color Reference
295
+ - Primary action / heading: Corporate Ink (`#1a1d23`)
296
+ - Background: Pure White (`#ffffff`)
297
+ - Blue accent action: Action Blue (`#3464f4`)
298
+ - Body text: Body Slate (`#373f49`)
299
+ - Category heading: Slate (`#1e293b`)
300
+ - Muted / nav: Muted Slate (`#4f5864`)
301
+ - Tinted surface: Surface Grey (`#f2f5f8`) / Surface Alt (`#f4f4f6`)
302
+ - Hairline: `#e5e7eb`
303
+ - Data accents: Red (`#ef4343`), Green (`#17cf63`)
304
+
305
+ ### Example Component Prompts
306
+ - "Create a hero on white background. Headline at 88px Pretendard weight 900, color #1a1d23 ('Built on Data. Driven by AI.'). Right-aligned primary CTA: #1a1d23 background, white text, 12px radius, 10px 24px padding, 15px weight 500."
307
+ - "Design a solution card: white background, 1px solid #e5e7eb border, 12px radius, no shadow. Title 24px Pretendard weight 700, #1a1d23. Body 16px weight 400, #373f49. A '바로가기' outline link button inside: white bg, #1a1d23 text, 1px #e5e7eb border, 12px radius."
308
+ - "Build a newsletter row: white email input (1px solid #e5e7eb, 8px radius, 10px 16px padding, 15px) next to a blue subscribe button (#3464f4 background, white text, 8px radius, 14px weight 500)."
309
+ - "Create top nav: white header. Pretendard 16px weight 400 links in #4f5864, active item in #1a1d23. Ink CTA ('문의하기') right-aligned, 12px radius pill-ish block."
310
+
311
+ ### Iteration Guide
312
+ 1. `Pretendard Variable` for everything; weight 900 for hero, 700 for headings, 400 for body, 500 for buttons
313
+ 2. Dark ink (`#1a1d23`) is the primary action — don't swap it for a saturated hue
314
+ 3. Blue (`#3464f4`) marks one action only (subscribe)
315
+ 4. No shadows — separate with `#f2f5f8` / `#f4f4f6` tint and `#e5e7eb` hairlines
316
+ 5. Radius: 12px CTAs/cards, 8px inputs, full pills for badges
317
+ 6. Heading color is `#1a1d23` ink, body is `#373f49` slate — never pure black
318
+ 7. Red (`#ef4343`) and green (`#17cf63`) are data/status accents, echoing the logo dots
319
+
320
+ ---
321
+
322
+ ## 10. Voice & Tone
323
+
324
+ IGAWorks' voice is **confident, technical, and evidence-first** — an infrastructure company that speaks in capabilities and numbers rather than adjectives. The hero line "Built on Data. Driven by AI." is the register in miniature: two short declarative fragments, English-forward, zero hype punctuation. Korean copy stays equally plain and functional ("솔루션 자세히 보기", "문의하기", "매주 뉴스레터로 인사이트를 받아보세요"). The company positions itself as the neutral data substrate other brands rely on, so the tone is that of a trusted platform, not a pitch.
325
+
326
+ | Context | Tone |
327
+ |---|---|
328
+ | Hero headline | Declarative, English-forward fragments. "Built on Data. Driven by AI." Certain, not loud. |
329
+ | Solution labels | Functional, capability-named. "Data Infrastructure", "AI Action & Creative", "Media & Network". |
330
+ | CTAs | Direct and low-pressure. "문의하기", "바로가기", "구독". |
331
+ | Data/scale claims | Concrete and numeric. "with 4000+ Global Brands". States scope plainly. |
332
+ | Newsletter / content | Insight-framed. "매주 뉴스레터로 인사이트를 받아보세요." Positions the brand as a source of intelligence. |
333
+
334
+ **Voice samples (verbatim from live corporate site):**
335
+ - "Built on Data. Driven by AI." — home hero H1 (mission in two fragments). *(verified live 2026-07-02)*
336
+ - "Solutions by IGAWorks" — section / page H1 (portfolio framing). *(verified live 2026-07-02)*
337
+ - "with 4000+ Global Brands" — scale claim H2 (concrete, numeric). *(verified live 2026-07-02)*
338
+
339
+ **Forbidden register**: superlative hype ("revolutionary", "world's best"), exclamation-heavy marketing, vague buzzwords with no capability behind them, and any tone that reads as a hard sell rather than a trusted platform.
340
+
341
+ ## 11. Brand Narrative
342
+
343
+ IGAWorks (아이지에이웍스) is a Korean marketing-technology and data company that has grown from mobile advertising attribution into an integrated **data-and-AI** platform. Its founding problem was the opacity of the mobile marketing ecosystem: advertisers and app publishers had no trustworthy, independent way to measure performance, understand the market, and act on it. IGAWorks' answer was to build the measurement and data infrastructure first — the attribution, the market index, the audience data — and then layer AI-driven action and creative on top of that foundation. The site's own three-act structure spells this out: "01 Data: The AI Moat", "02 The AI-Synthetic Audience", "03 AI Solutions, Built on the Data."
344
+
345
+ The product portfolio reflects that data-first logic — a spread of solutions across **Data Infrastructure**, **AI Action & Creative**, and **Media & Network**, including the widely-cited MobileIndex mobile-market intelligence service. The company frames its own advantage as the accumulated data itself: the "AI Moat" language positions proprietary data as the durable competitive edge that makes the AI layer credible.
346
+
347
+ What IGAWorks refuses, visible in its design: the flashy, gradient-heavy, shadow-stacked look of consumer marketing sites, and any aesthetic that would make it read as a single-product app rather than neutral infrastructure. What it embraces: a flat, monochrome, engineered surface; one typeface flexed across a huge weight range; dark ink as the dominant read; and color used with scientific scarcity — a single blue action, and red/green reserved for data and status. The design says *we are the data layer*, not *look at us*.
348
+
349
+ ## 12. Principles
350
+
351
+ 1. **Data before action.** The whole narrative is "Built on Data" first, "Driven by AI" second. *UI implication:* lead with evidence and numbers; let the action (the CTA, the blue button) be the quiet consequence, not the loud opener.
352
+ 2. **Neutral infrastructure, not a pitch.** IGAWorks wants to read as the substrate other brands build on. *UI implication:* monochrome canvas, restrained color, no hard-sell chrome — trustworthy over flashy.
353
+ 3. **One action color.** The blue accent (`#3464f4`) marks a single moment. *UI implication:* keep the saturated blue for the primary interactive action so the next step is never ambiguous.
354
+ 4. **Flat and fast.** Engineered clarity beats decorative depth. *UI implication:* no shadows; separate with tint and hairlines; keep the page light and scannable like a dashboard.
355
+ 5. **Weight is the hierarchy.** With one typeface, weight does the work. *UI implication:* weight 900 for the hero, 700 for headings, 400 for body — never introduce a second face to signal importance.
356
+
357
+ ## 13. Personas
358
+
359
+ *Personas below are fictional archetypes informed by publicly observable IGAWorks user segments (app marketers, growth teams, market analysts, agency planners), not individual people.*
360
+
361
+ **정민호, 34, 서울.** A growth marketer at a mobile app company who uses IGAWorks' attribution and market-index data to benchmark competitors and plan spend. Trusts the brand because the interface reads like a measurement tool, not a sales funnel.
362
+
363
+ **Sarah Kim, 29, Singapore.** A regional performance-marketing lead at a global brand running campaigns across APAC. Relies on IGAWorks' audience and media data; values the plain, English-forward capability labels that let her scan the portfolio quickly.
364
+
365
+ **이지현, 41, 판교.** A data analyst at an agency who pulls MobileIndex-style market intelligence into client decks. Appreciates the calm, flat, high-legibility layout because she spends all day reading dense numeric data and wants zero visual noise.
366
+
367
+ ## 14. States
368
+
369
+ | State | Treatment |
370
+ |---|---|
371
+ | **Empty (no data / no results)** | White canvas. Single Corporate Ink (`#1a1d23`) line at body size explaining there is nothing to show, with one ink CTA to adjust or start. No illustration clutter. |
372
+ | **Empty (saved / list, none yet)** | Muted Slate (`#4f5864`) single line stating nothing saved yet, plus a path back. Calm and honest. |
373
+ | **Loading (data fetch)** | Skeleton blocks on `#f2f5f8` tinted surface at final dimensions, 12px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
374
+ | **Loading (in-place refresh)** | Subtle blue (`#3464f4`) progress indicator; previous values stay visible during refresh. |
375
+ | **Error (request failed)** | Inline message in Corporate Ink with a plain-language explanation and a retry. A tinted red (`rgba(239, 67, 67, 0.1)`) pill flags the failing item; never a bare "오류". |
376
+ | **Error (form validation)** | Field-level message below the input describing what is valid, not just "필수". |
377
+ | **Success (submitted / subscribed)** | Brief inline confirmation in a calm tone; next step linked immediately below. Green (`#17cf63`) marks the positive state. No celebratory emoji. |
378
+ | **Skeleton** | `#f2f5f8` blocks at final dimensions, 12px radius, flat pulse. |
379
+ | **Disabled** | Muted Slate (`#4b5563`) text on reduced-opacity surface; the ink/blue actions fade rather than switch to a foreign grey. |
380
+
381
+ ## 15. Motion & Easing
382
+
383
+ **Durations**:
384
+
385
+ | Token | Value | Use |
386
+ |---|---|---|
387
+ | `motion-fast` | 120ms | Hover, button press, focus |
388
+ | `motion-standard` | 200ms | Card / section reveal, dropdown |
389
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
390
+
391
+ **Easings**:
392
+
393
+ | Token | Curve | Use |
394
+ |---|---|---|
395
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, sections, sheets |
396
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
397
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
398
+
399
+ **Motion rules**: Motion is functional and quiet — consistent with the flat, engineered aesthetic. Cards and solution blocks fade-in from below at `motion-standard / ease-enter`; the oversized hero may reveal once on load at `motion-slow`. Buttons respond to press with a subtle opacity/scale shift, never a bounce. A data-and-infrastructure brand signals steadiness, not playfulness — no spring, no overshoot. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the interface remains fully functional.
400
+
401
+ <!--
402
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
403
+
404
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on
405
+ https://www.igaworks.com/ and https://www.igaworks.com/solutions:
406
+ - Home hero H1 "Built on Data.Driven by AI." — Pretendard Variable 88px / weight 900 / color rgb(26,29,35) #1a1d23
407
+ - Section H2 "Solutions by IGAWorks→" — 36px / 700 / rgb(26,29,35)
408
+ - Category H2 "Data Infrastructure" — 28px / 600 / rgb(30,41,59) #1e293b
409
+ - Three-act H3s "01 Data: The AI Moat", "02 The AI-Synthetic Audience", "03 AI Solutions, Built on the Data" — 28px / 700
410
+ - Scale claim H2 "with 4000+ Global Brands" — 36px / 700
411
+ - Primary CTA "문의하기" — bg rgb(26,29,35) #1a1d23 / white text / radius 12px / padding 10px 24px / 15px 500
412
+ - Newsletter subscribe "구독" — bg rgb(52,100,244) #3464f4 / white text / radius 8px / padding 10px 20px / 14px 500
413
+ - Secondary "바로가기" — bg #ffffff / #1a1d23 text / 1px solid rgb(229,231,235) #e5e7eb / radius 12px
414
+ - Nav links (Solution/Data/Culture/Blog) — rgb(79,88,100) #4f5864 / 16px / 400
415
+ - Body — Pretendard Variable / rgb(55,63,73) #373f49 / 16px / line-height 24px (1.5)
416
+ - box-shadow: none across hero, nav, cards, CTAs (shadowless system confirmed)
417
+ - Page titles: "IGAWorks | Built on Data. Driven by AI." and "솔루션 | IGAWorks"
418
+
419
+ Token-level claims (§1-9) are sourced from this live inspection.
420
+
421
+ Voice samples (§10) are verbatim from the live corporate site (hero H1, page H1, scale H2).
422
+
423
+ Brand narrative (§11): IGAWorks (아이지에이웍스) is a Korean marketing-technology / data
424
+ company; the "01 Data: The AI Moat / 02 The AI-Synthetic Audience / 03 AI Solutions"
425
+ structure and the "with 4000+ Global Brands" claim are verbatim from the live homepage.
426
+ The MobileIndex product association and the broader data-first positioning are widely
427
+ documented public facts and are reflected on the site's Solutions page; they are not
428
+ quoted from a single verified corporate statement in this turn.
429
+
430
+ Personas (§13) are fictional archetypes informed by publicly observable IGAWorks user
431
+ segments (app marketers, growth teams, market analysts). Names are illustrative; they do
432
+ not refer to real people.
433
+
434
+ Interpretive claims (e.g., "neutral infrastructure not a pitch", "weight is the
435
+ hierarchy", "data before action") are editorial readings connecting IGAWorks' observed
436
+ design to its stated positioning, not directly sourced IGAWorks statements.
437
+ -->