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,433 @@
1
+ ---
2
+ id: humanscape
3
+ name: Humanscape
4
+ display_name_kr: 휴먼스케이프
5
+ country: KR
6
+ category: healthcare
7
+ homepage: "https://humanscape.io/"
8
+ primary_color: "#00adf7"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=humanscape.io&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: "Humanscape rebranded to LifeX (humanscape.io -> lifex.io). primary = azure hero-highlight #00adf7 (coded as Tailwind text-[#00ADF7]); secondary accent violet #7b61ff on section index labels. Near-black ink #191a1f, shadowless flat system, oversized Pretendard display type."
19
+ colors:
20
+ primary: "#00adf7"
21
+ accent-violet: "#7b61ff"
22
+ ink: "#191a1f"
23
+ heading: "#1a1b1e"
24
+ body: "#0a0a0a"
25
+ dark: "#28292d"
26
+ meta: "#3c3d42"
27
+ muted: "#5d5d60"
28
+ faint: "#b0b3ba"
29
+ canvas: "#ffffff"
30
+ surface: "#f4f6f9"
31
+ hero-mint: "#dfe7e4"
32
+ blue-tint: "#c7e1ff"
33
+ hairline: "#d8dde4"
34
+ typography:
35
+ family: { sans: "Pretendard" }
36
+ display: { size: 112, weight: 600, use: "Page hero title (Our Business)" }
37
+ display-lg: { size: 90, weight: 500, use: "Closing statement headline" }
38
+ hero: { size: 64, weight: 500, lineHeight: 1.2, use: "Section headline" }
39
+ h1: { size: 58, weight: 500, use: "Homepage hero H1" }
40
+ h2: { size: 32, weight: 500, use: "Card section title" }
41
+ h3: { size: 24, weight: 500, use: "Card title" }
42
+ label: { size: 16, weight: 500, use: "Section index label (violet)" }
43
+ body: { size: 16, weight: 400, lineHeight: 1.5, use: "Body, nav, buttons" }
44
+ toggle: { size: 14, weight: 600, use: "Language toggle pill" }
45
+ micro: { size: 12, weight: 600, use: "Hiring badge / small tag" }
46
+ spacing: { xs: 4, sm: 8, nav: 14, md: 24, lg: 40, xl: 64, section: 120, band: 144 }
47
+ rounded: { sm: 8, lg: 24, xl: 32, full: 9999 }
48
+ shadow:
49
+ none: "none"
50
+ components:
51
+ nav-link: { type: tab, fg: "#1a1b1e", radius: "8px", padding: "8px 14px", font: "16px / 400", active: "text #00adf7", use: "Top navigation item" }
52
+ lang-toggle: { type: toggle, bg: "#f4f6f9", fg: "#28292d", radius: "9999px", padding: "8px 14px", font: "14px / 600", use: "KR/EN language pill toggle" }
53
+ inline-cta: { type: button, fg: "#28292d", border: "0 0 1px solid #28292d", font: "18px / 400", use: "Inline underlined text CTA (eXplore Our Business)" }
54
+ feature-card: { type: card, bg: "#f4f6f9", fg: "#191a1f", radius: "24px", use: "Feature/content card on cool-grey surface" }
55
+ data-card: { type: card, bg: "#c7e1ff", fg: "#191a1f", radius: "32px", use: "Data-viz tinted metric card" }
56
+ index-label: { type: badge, fg: "#7b61ff", font: "16px / 500", use: "Section index label 1/2/3 (violet)" }
57
+ hiring-badge: { type: badge, fg: "#7b61ff", font: "12px / 600", use: "'we're hiring' micro tag" }
58
+ growth-row: { type: listItem, fg: "#191a1f", border: "0 0 1px solid #d8dde4", padding: "40px 0", font: "16px / 400", use: "Growth Layers list row with hairline divider" }
59
+ data-dot: { type: badge, bg: "#00adf7", fg: "#191a1f", radius: "9999px", use: "Azure data-point indicator dot" }
60
+ components_harvested: true
61
+ ---
62
+
63
+ # Design System Inspiration of Humanscape
64
+
65
+ ## 1. Visual Theme & Atmosphere
66
+
67
+ Humanscape (휴먼스케이프) is the Korean healthcare-data company behind RareNote (레어노트), and its current corporate site — now presented under the LifeX brand at `humanscape.io` (which resolves to `lifex.io`) — reads like a scientific white paper turned into a product page. The canvas is pure white (`#ffffff`), the hero rests on a soft mint-grey wash (`#dfe7e4`), and text sits in a near-black ink (`#191a1f`) rather than pure black — the register is calm, editorial, and data-literate rather than clinical or salesy. The single saturated brand accent is a bright azure (`#00adf7`), reserved for the one word that matters in the hero headline ("the Life Journey") and for small data-point indicator dots, training the eye to read that cyan-blue as "the signal in the data."
68
+
69
+ The typographic personality is defined by scale rather than weight. Every headline runs in **Pretendard** — Korea's de-facto product sans — at genuinely oversized display sizes: 58px on the homepage hero, 64px on section headlines, and a full 112px on the "Our Business" page title, all at a restrained medium weight (500-600). This is the opposite of the heavy-800 Korean-fintech convention; the confidence comes from size and air, not boldness. Body, navigation, and interface text drop to a quiet 16px / weight 400, and a secondary violet accent (`#7b61ff`) marks the small numbered section labels ("1. Built on Healthcare Network", "2. Powered by Global User Base", "3. Scaled by Data Intelligence") and the "we're hiring" micro tag.
70
+
71
+ What distinguishes Humanscape from its healthcare peers is its total restraint with depth. Live inspection found `box-shadow: none` across the hero, nav, headings, cards, and list rows — this is a flat, shadow-free system. Separation comes from tinted surfaces (cool-grey `#f4f6f9`, mint `#dfe7e4`, and pale data-blue tints such as `#c7e1ff`) and thin `#d8dde4` hairlines, never elevation. Geometry leans generously rounded: 8px nav chips, 24px feature cards, 32px data cards, and full-pill (`9999px`) language toggles and indicator dots. The result is a spacious, science-forward aesthetic — a data company that wants to feel trustworthy and human, not intimidating.
72
+
73
+ **Key Characteristics:**
74
+ - Pretendard as the single family, scaled from a 16px body up to a 112px display — hierarchy by size, not weight
75
+ - Medium display weight (500-600) — confident and airy, never the heavy-800 Korean convention
76
+ - One saturated azure accent (`#00adf7`) reserved for the hero highlight word and data-point dots
77
+ - Secondary violet (`#7b61ff`) only on numbered section labels and the hiring tag
78
+ - Near-black ink (`#191a1f`) and heading navy (`#1a1b1e`) instead of pure black for warmth and trust
79
+ - Flat, shadow-free depth: mint (`#dfe7e4`), cool-grey (`#f4f6f9`), and data-blue tint (`#c7e1ff`) surfaces + `#d8dde4` hairlines do the separating
80
+ - Generous rounding — 24px / 32px cards, full-pill toggles and dots
81
+ - Text CTAs are minimalist underlined links (`#28292d` with a 1px bottom border), not filled buttons
82
+
83
+ ## 2. Color Palette & Roles
84
+
85
+ ### Primary & Accent
86
+ - **LifeX Azure** (`#00adf7`): The primary brand accent. Coded verbatim as the Tailwind class `text-[#00ADF7]` on the hero highlight ("the Life Journey") and used as the fill for small full-round data-point indicator dots. The system's single "signal" color.
87
+ - **Accent Violet** (`#7b61ff`): Secondary accent for the numbered section index labels ("1. / 2. / 3.") and the small "we're hiring" tag. Never a background — always a small typographic marker.
88
+
89
+ ### Text / Ink Hierarchy
90
+ - **Ink** (`#191a1f`): Primary text and card copy color (the most frequent foreground on the page).
91
+ - **Heading Navy** (`#1a1b1e`): Display headlines and section titles — a hair softer than ink, still near-black.
92
+ - **Body Black** (`#0a0a0a`): The document default body color.
93
+ - **Dark Slate** (`#28292d`): Inline underlined CTA links, footer section heads, and the active-nav ink on white surfaces.
94
+ - **Meta Grey** (`#3c3d42`): Footer sub-navigation links and secondary metadata.
95
+ - **Muted Grey** (`#5d5d60`): Tertiary text, captions, and muted labels.
96
+ - **Faint Grey** (`#b0b3ba`): Disabled state, inactive language toggle, lowest-emphasis text.
97
+
98
+ ### Neutral & Surface
99
+ - **Pure White** (`#ffffff`): Page background, card surfaces, and text on the mint hero / azure accents.
100
+ - **Cool-Grey Surface** (`#f4f6f9`): Tinted surface for feature cards and the language-toggle pill background.
101
+ - **Hero Mint** (`#dfe7e4`): The soft mint-grey wash behind the full-height homepage hero.
102
+ - **Data Blue Tint** (`#c7e1ff`): Pale blue tinted surface for data-visualization and metric cards.
103
+ - **Hairline** (`#d8dde4`): Thin borders, dividers, and list-row rules — the primary separation device in a shadowless system.
104
+
105
+ ## 3. Typography Rules
106
+
107
+ ### Font Family
108
+ - **Sans (single family)**: `Pretendard` (with `Pretendard Fallback`, `system-ui`) — used for every text element, from the 112px page hero down to the 12px hiring tag. There is no separate display face; Pretendard carries both display and body roles.
109
+
110
+ ### Hierarchy
111
+
112
+ | Role | Font | Size | Weight | Line Height | Notes |
113
+ |------|------|------|--------|-------------|-------|
114
+ | Page Hero Title | Pretendard | 112px (7.00rem) | 600 | tight | "Our Business" oversized page title |
115
+ | Closing Statement | Pretendard | 90px (5.63rem) | 500 | tight | "eXplore Life, Decide Better." |
116
+ | Section Headline | Pretendard | 64px (4.00rem) | 500 | ~1.2 | "The Foundation for Scalable Innovation." |
117
+ | Homepage Hero H1 | Pretendard | 58px (3.63rem) | 500 | ~1.2 | "eXploring human Life through data-driven..." |
118
+ | Sub-hero H1 | Pretendard | 52px (3.25rem) | 500 | ~1.2 | "Intelligence Across the Life Journey" |
119
+ | Card Section Title | Pretendard | 32px (2.00rem) | 500 | normal | H2 card / feature title |
120
+ | Card Title | Pretendard | 24px (1.50rem) | 500 | normal | H3 business-area title |
121
+ | Section Index Label | Pretendard | 16px (1.00rem) | 500 | normal | Violet numbered label |
122
+ | Body / Nav / Button | Pretendard | 16px (1.00rem) | 400 | 1.50 (24px) | Standard reading + interface text |
123
+ | Language Toggle | Pretendard | 14px (0.88rem) | 600 | normal | KR/EN pill label |
124
+ | Micro Tag | Pretendard | 12px (0.75rem) | 600 | normal | "we're hiring" and small tags |
125
+
126
+ ### Principles
127
+ - **Scale, not weight, is the hierarchy**: display sizes climb to 112px while staying at weight 500-600. The system never reaches for 700-800 to command attention.
128
+ - **One family, two jobs**: Pretendard is both the display and the reading voice; the difference between a headline and a paragraph is size, not typeface.
129
+ - **Airy display, dense body**: headlines get vast surrounding whitespace; body text stays at a compact 16px / 1.5 for information-dense corporate content.
130
+ - **Accent by color, not weight**: the violet section labels and azure highlight word carry emphasis through hue, letting the surrounding type stay calm.
131
+
132
+ ## 4. Component Stylings
133
+
134
+ ### Navigation & Toggle
135
+
136
+ **Nav Link**
137
+ - Text: `#1a1b1e`
138
+ - Radius: 8px
139
+ - Padding: 8px 14px
140
+ - Font: 16px Pretendard weight 400
141
+ - Active: `#00adf7` text
142
+ - Use: Top navigation items (About Us, Our Business, Newsroom, Investor Relations, Career)
143
+
144
+ **Language Toggle Pill**
145
+ - Background: `#f4f6f9`
146
+ - Text: `#28292d`
147
+ - Radius: 9999px (full pill)
148
+ - Padding: 8px 14px
149
+ - Font: 14px Pretendard weight 600
150
+ - Use: KR/EN language switch (active language filled, inactive `#b0b3ba` text)
151
+
152
+ ### Buttons
153
+
154
+ **Inline Underlined CTA**
155
+ - Text: `#28292d`
156
+ - Border: 0 0 1px solid `#28292d` (bottom rule only)
157
+ - Font: 18px Pretendard weight 400
158
+ - Use: Primary text CTA ("eXplore Our Business", "eXplore About Us") — the site favors underlined links over filled buttons
159
+
160
+ ### Cards & Containers
161
+
162
+ **Feature Card**
163
+ - Background: `#f4f6f9`
164
+ - Text: `#191a1f`
165
+ - Radius: 24px
166
+ - Use: Feature / content card on the cool-grey surface (no shadow)
167
+
168
+ **Data Card**
169
+ - Background: `#c7e1ff`
170
+ - Text: `#191a1f`
171
+ - Radius: 32px
172
+ - Use: Data-visualization / metric card with a pale-blue tint
173
+
174
+ ### Badges & Indicators
175
+
176
+ **Section Index Label**
177
+ - Text: `#7b61ff`
178
+ - Font: 16px Pretendard weight 500
179
+ - Use: Violet numbered section labels ("1. Built on Healthcare Network")
180
+
181
+ **Hiring Tag**
182
+ - Text: `#7b61ff`
183
+ - Font: 12px Pretendard weight 600
184
+ - Use: "we're hiring" micro tag
185
+
186
+ **Data Dot**
187
+ - Background: `#00adf7`
188
+ - Radius: 9999px (full)
189
+ - Use: Small azure data-point indicator (14px) beside metrics and timeline markers
190
+
191
+ ### List Rows
192
+
193
+ **Growth Layers Row**
194
+ - Text: `#191a1f`
195
+ - Border: 0 0 1px solid `#d8dde4` (bottom hairline)
196
+ - Padding: 40px 0
197
+ - Font: 16px Pretendard weight 400
198
+ - Use: Stacked "Growth Layers" list rows separated by hairline dividers
199
+
200
+ ---
201
+
202
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 2 surfaces)
203
+ **Tier 1 sources:** https://humanscape.io/ (redirects to https://lifex.io/ — live homepage inspect); https://lifex.io/our-business (second surface live inspect)
204
+ **Tier 2 sources:** getdesign.md/humanscape — SPA shell, no brand data; styles.refero.design/?q=humanscape — no brand-specific match (generic browse grid)
205
+ **Conflicts unresolved:** none
206
+
207
+ ## 5. Layout Principles
208
+
209
+ ### Spacing System
210
+ - Base unit: 8px
211
+ - Scale: 4px, 8px, 14px, 24px, 40px, 64px, 120px, 144px
212
+ - Notable: section vertical padding is large (120px top on band sections; 40px per list row), giving the corporate content a spacious, unhurried rhythm
213
+
214
+ ### Grid & Container
215
+ - Full-height (`100dvh`) hero anchored on the mint (`#dfe7e4`) wash with the 58px Pretendard headline centered
216
+ - Business-area cards laid out as a horizontal set of large rounded cards (24-32px radius)
217
+ - "Growth Layers" rendered as a stacked vertical list where each row is a 40px-padded band separated by a `#d8dde4` hairline
218
+ - Partner/investor logos arranged in grouped grids under 24px H3 category heads
219
+ - Footer expands into a multi-column sitemap (About Us / Our Business / Newsroom / Investor Relations)
220
+
221
+ ### Whitespace Philosophy
222
+ - **Air as authority**: oversized headlines with generous surrounding space signal confidence without heavy weight.
223
+ - **Flat segmentation**: sections separate by background wash (mint `#dfe7e4` vs white `#ffffff` vs cool-grey `#f4f6f9`) and hairlines, never by shadow.
224
+ - **Data breathing room**: metric cards on `#c7e1ff` tint get their own space so the numbers read as evidence, not decoration.
225
+
226
+ ### Border Radius Scale
227
+ - Small (8px): nav chips, inner elements
228
+ - Large (24px): feature cards — the workhorse
229
+ - Extra-large (32px): data / metric cards
230
+ - Full (9999px): language toggle pills, azure data dots
231
+
232
+ ## 6. Depth & Elevation
233
+
234
+ | Level | Treatment | Use |
235
+ |-------|-----------|-----|
236
+ | Flat (Level 0) | No shadow | Page background, inline text, most surfaces |
237
+ | Wash (Level 1) | Background shift (`#dfe7e4` / `#f4f6f9` / `#c7e1ff`) | Section and card separation without elevation |
238
+ | Hairline (Level 2) | `1px solid #d8dde4` | List-row dividers, card outlines |
239
+
240
+ **Shadow Philosophy**: Humanscape/LifeX is a fully shadowless system. Live inspection returned `box-shadow: none` on the hero, navigation, headings, cards, and list rows. Depth and grouping are communicated entirely through flat tinted washes (mint `#dfe7e4`, cool-grey `#f4f6f9`, data-blue `#c7e1ff`) and thin `#d8dde4` hairlines. This is a deliberate modern-flat choice that keeps a data-heavy healthcare narrative feeling clean, editorial, and trustworthy rather than skeuomorphic. When emphasis is needed the system reaches for color (azure `#00adf7`) or scale (a 112px headline), never elevation.
241
+
242
+ ## 7. Do's and Don'ts
243
+
244
+ ### Do
245
+ - Use Pretendard for everything and build hierarchy through size (16px body up to 112px display)
246
+ - Keep display weight at 500-600 — confident and airy, never heavy 700-800
247
+ - Reserve azure (`#00adf7`) for the single hero-highlight word and data-point dots
248
+ - Use violet (`#7b61ff`) only for numbered section labels and the hiring tag
249
+ - Use near-black ink (`#191a1f`) and heading navy (`#1a1b1e`) instead of pure black
250
+ - Separate sections with flat washes (`#dfe7e4`, `#f4f6f9`, `#c7e1ff`) and `#d8dde4` hairlines — no shadows
251
+ - Prefer underlined text CTAs (`#28292d` with a 1px bottom rule) over filled buttons
252
+ - Use generous rounding — 24px feature cards, 32px data cards, full-pill toggles
253
+
254
+ ### Don't
255
+ - Set headlines in heavy weight — this system uses size, not boldness, for authority
256
+ - Spread azure across many elements — it dilutes the single-signal read
257
+ - Use violet as a fill or background — it is a small typographic accent only
258
+ - Add drop shadows for elevation — the system is flat and shadow-free
259
+ - Use pure black (`#000000`) for body or headings — reserve near-black ink `#191a1f`
260
+ - Introduce a third saturated hue — azure and violet are the only accents
261
+ - Use sharp/square corners on cards or toggles — geometry is generously rounded
262
+ - Cram headlines into tight columns — display type needs surrounding air
263
+
264
+ ## 8. Responsive Behavior
265
+
266
+ ### Breakpoints
267
+ | Name | Width | Key Changes |
268
+ |------|-------|-------------|
269
+ | Mobile | <640px | Single column, hero headline compresses (112px -> ~40px), cards stack |
270
+ | Tablet | 640-1024px | 2-up card layout, moderate padding |
271
+ | Desktop | 1024-1440px | Full layout, full-height hero, horizontal card sets |
272
+
273
+ ### Touch Targets
274
+ - Nav links at 40px height with 8px 14px padding — comfortably tappable
275
+ - Language toggle as a full pill for an unmistakable target
276
+ - Growth-layer rows at 40px vertical padding give generous tap zones
277
+
278
+ ### Collapsing Strategy
279
+ - Hero: oversized Pretendard headline scales down on mobile, weight 500-600 maintained
280
+ - Business-area cards: horizontal set -> stacked single column
281
+ - Growth Layers list: hairline-separated rows maintain full-width, padding tightens
282
+ - Partner logo grids: multi-column -> 2-column -> single column
283
+ - Mint / white / cool-grey wash sections keep full-width treatment
284
+
285
+ ### Image Behavior
286
+ - Product screenshots and data visuals carry no shadow at any size, consistent with the flat system
287
+ - Cards maintain their 24px / 32px radius across breakpoints
288
+ - Azure data dots and tint surfaces persist as the visual signal on smaller screens
289
+
290
+ ## 9. Agent Prompt Guide
291
+
292
+ ### Quick Color Reference
293
+ - Primary accent (highlight word, data dots): LifeX Azure (`#00adf7`)
294
+ - Secondary accent (section labels, hiring tag): Violet (`#7b61ff`)
295
+ - Primary text / card copy: Ink (`#191a1f`)
296
+ - Display headings: Heading Navy (`#1a1b1e`)
297
+ - Body default: Body Black (`#0a0a0a`)
298
+ - Inline CTA / footer heads: Dark Slate (`#28292d`)
299
+ - Footer sub-links: Meta Grey (`#3c3d42`)
300
+ - Muted text: Muted Grey (`#5d5d60`)
301
+ - Disabled / faint: Faint Grey (`#b0b3ba`)
302
+ - Background: Pure White (`#ffffff`)
303
+ - Cool-grey surface / toggle: (`#f4f6f9`)
304
+ - Hero wash: Hero Mint (`#dfe7e4`)
305
+ - Data-viz tint: Data Blue Tint (`#c7e1ff`)
306
+ - Hairline: (`#d8dde4`)
307
+
308
+ ### Example Component Prompts
309
+ - "Create a full-height hero on a mint (`#dfe7e4`) wash. Headline at 58px Pretendard weight 500, near-black `#191a1f`, with a single highlighted word in azure `#00adf7`. Below it an underlined text CTA: `#28292d` text, 18px, 1px bottom border, no fill."
310
+ - "Design a feature card: cool-grey `#f4f6f9` background, 24px radius, no shadow. Title 24px Pretendard weight 500 `#1a1b1e`, body 16px weight 400 `#191a1f`."
311
+ - "Build a data/metric card: pale-blue `#c7e1ff` background, 32px radius, flat. Big number in Pretendard, an azure `#00adf7` full-round dot as the data indicator."
312
+ - "Create the top nav: white header, 16px Pretendard links `#1a1b1e` with 8px radius and 8px 14px padding, azure `#00adf7` on the active item. A full-pill KR/EN toggle on `#f4f6f9`, 14px weight 600."
313
+ - "Lay out a Growth Layers list: stacked rows, each 40px vertical padding, separated by a 1px `#d8dde4` hairline. A violet `#7b61ff` numbered label ('1.', '2.', '3.') leads each row."
314
+
315
+ ### Iteration Guide
316
+ 1. Pretendard for everything; build hierarchy by size, keep weight at 500-600 for display
317
+ 2. Azure (`#00adf7`) is the single signal color — one highlight word and data dots only
318
+ 3. Violet (`#7b61ff`) marks numbered labels and the hiring tag, never a fill
319
+ 4. No shadows — separate with mint / cool-grey / blue-tint washes and `#d8dde4` hairlines
320
+ 5. Text color is `#191a1f` ink, headings `#1a1b1e`, never pure black
321
+ 6. Rounding is generous: 24px feature cards, 32px data cards, full-pill toggles/dots
322
+ 7. CTAs are underlined text links (`#28292d`), not filled buttons
323
+
324
+ ---
325
+
326
+ ## 10. Voice & Tone
327
+
328
+ Humanscape/LifeX's voice is **clear, humane, and evidence-led** — a healthcare-data company that speaks about serious subjects (rare disease, patient data, clinical outcomes) with calm confidence rather than either cold clinical jargon or startup hype. The brand's own hero framing — "eXploring human Life through data-driven Intelligence" and the closing "eXplore Life, Decide Better." — sets the register: it puts *human life* first and *data* second, treating data as a means to better decisions, not an end in itself. Copy addresses partners, patients, and investors as intelligent readers who deserve transparency about how the data works.
329
+
330
+ | Context | Tone |
331
+ |---|---|
332
+ | Hero headlines | Mission-framed, humane. "eXploring human Life through data-driven Intelligence." Confident, never superlative. |
333
+ | Business-area labels | Plain and descriptive. "AI Growth Monitoring", "Developmental Care & Treatment", "Care Navigation for Serious Illness". |
334
+ | Scale claims | Concrete and specific. "1,800+ Healthcare Network", "2.5M+ Global User Base", "230M+ Data Intelligence". |
335
+ | CTAs | Low-key invitations. "eXplore Our Business", "eXplore About Us". |
336
+ | Careers | Warm and inviting. A small violet "we're hiring" tag rather than an aggressive banner. |
337
+
338
+ **Voice samples (verbatim from live homepage, verified 2026-07-02):**
339
+ - "eXploring human Life through data-driven Intelligence Across the Life Journey" — hero headline (human-first, data-second framing).
340
+ - "The Foundation for Scalable Innovation." — section headline (infrastructure register).
341
+ - "eXplore Life, Decide Better." — closing statement (data-for-decisions mission).
342
+
343
+ **Forbidden register**: fear-based medical urgency, undefined clinical jargon, hype superlatives ("revolutionary", "world-class"), and anything that treats patient data as a commodity rather than a trust.
344
+
345
+ ## 11. Brand Narrative
346
+
347
+ Humanscape (휴먼스케이프) was founded in **March 2016** by CEO **Jang Min-hoo (장민후)** as a digital-healthcare company built around a hard, human problem: patients with rare and intractable diseases had almost no accessible, trustworthy source of information about their own condition, drug-development status, or clinical trials. Its flagship service, **RareNote (레어노트)**, turned that gap into a patient-first data platform — organizing information on over a thousand rare diseases for tens of thousands of patients and guardians — and the company also operated **MamiTalk (마미톡)**, a pregnancy and childcare platform. In its early years Humanscape was known for exploring **blockchain-based health-data sharing**, framing patient data as something patients themselves should own and benefit from ([시사저널e interview with CEO 장민후](https://www.sisajournal-e.com/news/articleView.html?idxno=181666)).
348
+
349
+ The company is now continuing its journey under the new brand **LifeX**, presented at `humanscape.io` (which resolves to `lifex.io`) as "data-driven healthcare intelligence across the life journey." The rebrand reframes the mission from a single rare-disease community into a broader **life-journey intelligence** platform spanning growth monitoring, developmental care, personalized financial and shopping services, and care navigation for serious illness. Per the live site, LifeX now describes itself as *Built on Healthcare Network (1,800+), Powered by Global User Base (2.5M+), and Scaled by Data Intelligence (230M+)* — with overseas expansion into the United States, Indonesia, and Vietnam through local subsidiaries ([VentureSquare coverage](https://www.venturesquare.net/1093607)).
350
+
351
+ What the design refuses, and what it embraces, tracks this narrative. It refuses the heavy, alarming chrome of legacy medical software (no dense shadowed panels, no institutional blue-and-white sterility) and the dark-pattern urgency of consumer health marketing. It embraces a flat, editorial, science-forward surface: oversized Pretendard headlines that speak plainly, a single azure signal color for the data that matters, and a humane near-black ink that keeps a data company feeling like it is, first, about human life.
352
+
353
+ ## 12. Principles
354
+
355
+ 1. **Human life first, data second.** The hero literally reads "eXploring human Life through data-driven Intelligence" — life is the subject, data the instrument. *UI implication:* lead with the person and the outcome; let numbers support the story rather than dominate it.
356
+ 2. **Data as a trust, not a commodity.** The company's origin in patient-owned, rare-disease data means information is handled as something borrowed from people who are vulnerable. *UI implication:* present metrics transparently and specifically ("1,800+", "2.5M+"), never as vague marketing puffery.
357
+ 3. **Clarity over intimidation.** Serious healthcare topics are surfaced in plain language and airy layouts. *UI implication:* generous whitespace, oversized-but-calm headlines, and descriptive labels ("Care Navigation for Serious Illness") instead of jargon.
358
+ 4. **One signal, one color.** Azure (`#00adf7`) means "this is the data point that matters." *UI implication:* reserve the azure accent for the single highlight and for data-point dots so the signal is never ambiguous.
359
+ 5. **Flat and evidence-like.** A shadowless, hairline-separated surface reads like a well-set scientific document. *UI implication:* separate with tint and rules, not elevation; keep the page feeling like credible evidence rather than a sales deck.
360
+
361
+ ## 13. Personas
362
+
363
+ *Personas below are fictional archetypes informed by publicly observable Humanscape/LifeX user and stakeholder segments (rare-disease patients and guardians, healthcare partners, and investors), not individual people.*
364
+
365
+ **김서연, 38, 서울.** A parent of a child with a rare disease who first found Humanscape through RareNote. Distrusts fragmented, alarmist medical forums and values a single calm source that explains her child's condition, drug pipelines, and trials in plain Korean. Chose the platform because it treated her as a partner in the data, not a patient to be marketed to.
366
+
367
+ **Dr. Arun Patel, 45, singapore-based partner.** A clinical-network lead evaluating LifeX for a cross-border data collaboration. Reads the "Growth Layers" and scale metrics ("1,800+ Healthcare Network") as evidence of real infrastructure. Appreciates that the site reads like a scientific brief rather than a hype pitch, which signals the seriousness he needs from a data partner.
368
+
369
+ **박준호, 41, 판교.** A healthcare-focused VC reviewing LifeX's investor-relations page. Values the concrete, specific numbers and the calm, editorial presentation — it tells him the team respects evidence. Notices immediately that there is no shadow-stacked, over-designed chrome, and reads that restraint as maturity.
370
+
371
+ ## 14. States
372
+
373
+ | State | Treatment |
374
+ |---|---|
375
+ | **Empty (no data / results)** | White canvas. A single Ink (`#191a1f`) line explaining that no data is available yet, with one underlined `#28292d` text CTA to adjust the query. No illustration clutter, no alarm. |
376
+ | **Empty (saved / watchlist, none yet)** | Muted Grey (`#5d5d60`) single line stating nothing is saved, plus a calm path back. Honest and quiet. |
377
+ | **Loading (data fetch)** | Skeleton blocks on `#f4f6f9` tinted surface at final card dimensions, 24px radius. Flat pulse — no shadow shimmer, consistent with the shadowless system. |
378
+ | **Loading (metric compute)** | Inline progress near the azure data dot; previous values stay visible until the new value resolves. |
379
+ | **Error (fetch failed)** | Inline message in Ink (`#191a1f`) with a plain-language explanation and a retry link. No bare "오류가 발생했습니다" — always states the next step. |
380
+ | **Error (form validation)** | Field-level message below the input in a calm tone; describes what is valid, not just "필수". |
381
+ | **Success (submitted / saved)** | Brief inline confirmation in a calm tone; the relevant detail links immediately below. No celebratory emoji. |
382
+ | **Skeleton** | `#f4f6f9` blocks at final dimensions, 24px radius, flat pulse. |
383
+ | **Disabled** | Faint Grey (`#b0b3ba`) text on a reduced-opacity surface; the azure `#00adf7` accent fades rather than switching to grey, to preserve the brand read. |
384
+
385
+ ## 15. Motion & Easing
386
+
387
+ **Durations**:
388
+
389
+ | Token | Value | Use |
390
+ |---|---|---|
391
+ | `motion-fast` | 120ms | Hover, nav/link, focus |
392
+ | `motion-standard` | 240ms | Card / section reveal, toggle, dropdown |
393
+ | `motion-slow` | 400ms | Full-height hero reveal, page-level transitions |
394
+
395
+ **Easings**:
396
+
397
+ | Token | Curve | Use |
398
+ |---|---|---|
399
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — sections, cards, data reveals |
400
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
401
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
402
+
403
+ **Motion rules**: Motion is quiet, editorial, and evidence-paced — consistent with the flat, science-forward aesthetic. Oversized hero headlines and data metrics fade/rise in from below at `motion-standard / ease-enter`; azure data dots may animate in as the underlying number resolves, reinforcing "the signal arriving in the data." No bounce, spring, or overshoot — a healthcare-data company signals steadiness and credibility, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the page remains fully functional.
404
+
405
+ <!--
406
+ OmD v0.1 Sources — Philosophy Layer (sections 10-15)
407
+
408
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle on https://humanscape.io/
409
+ (resolves to https://lifex.io/) and https://lifex.io/our-business:
410
+ - Hero H1 "eXploring human Life through data-driven..." — Pretendard 58px / weight 500 / white; sub-hero H1 "Intelligence Across the Life Journey" 52px / 500 / rgb(26,27,30) #1a1b1e with azure highlight span rgb(0,173,247) #00adf7
411
+ - Section headline "The Foundation for Scalable Innovation." 64px / 500; "Our Business" page hero 112px / 600; "eXplore Life, Decide Better." 90px / 500
412
+ - Section index labels ("1. Built on Healthcare Network", "2. Powered by Global User Base", "3. Scaled by Data Intelligence") 16px / 500 violet rgb(123,97,255) #7b61ff; "we're hiring" 12px / 600 violet
413
+ - box-shadow: none across hero, nav, headings, cards, list rows (shadowless system)
414
+ - Scale metrics on live homepage: "1,800+ Healthcare Network", "2.5M+ Global User Base", "230M+ Data Intelligence"
415
+
416
+ Token-level claims (sections 1-9) are sourced from this live inspection.
417
+ Voice samples (section 10) are verbatim from the live homepage.
418
+
419
+ Brand narrative (section 11): Humanscape (휴먼스케이프) founded March 2016; CEO 장민후 (Jang Min-hoo);
420
+ flagship RareNote (레어노트) rare-disease data platform + MamiTalk (마미톡); early blockchain
421
+ health-data era; rebranding to LifeX with overseas expansion (US, Indonesia, Vietnam).
422
+ Sourced from WebSearch (2026-07-02): sisajournal-e.com CEO interview, venturesquare.net LifeX
423
+ coverage, rocketpunch/thevc company profiles. Founding month and scale figures are publicly
424
+ documented; specific figures reflect the live site and cited coverage.
425
+
426
+ Personas (section 13) are fictional archetypes informed by publicly observable user/stakeholder
427
+ segments (rare-disease patients and guardians, healthcare partners, investors). Names are
428
+ illustrative; they do not refer to real people.
429
+
430
+ Interpretive claims (e.g., "human life first, data second", "flat and evidence-like as a rejection
431
+ of legacy medical-software chrome") are editorial readings connecting the observed design to the
432
+ company's stated positioning, not directly sourced Humanscape/LifeX statements.
433
+ -->