oh-my-design-cli 1.8.7 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/.claude/hooks/lib/preferences-parser.cjs +1 -0
  2. package/.claude/hooks/lib/preferences-writer.cjs +1 -0
  3. package/.claude/hooks/post-edit-watch.cjs +1 -0
  4. package/.claude/hooks/session-end-foldin.cjs +1 -0
  5. package/.claude/hooks/session-state-loader.cjs +1 -0
  6. package/.claude/hooks/skill-activation.cjs +1 -0
  7. package/.claude/settings.json +10 -1
  8. package/.github/assets/logo-bg.png +0 -0
  9. package/AGENTS.md +20 -1
  10. package/CHANGELOG.md +482 -0
  11. package/MIGRATION.md +103 -0
  12. package/README.ja.md +56 -19
  13. package/README.ko.md +47 -30
  14. package/README.md +48 -30
  15. package/README.zh-TW.md +59 -22
  16. package/agents/AGENT.md +8 -7
  17. package/agents/omd-codex-image.md +1 -1
  18. package/agents/omd-critic.md +6 -7
  19. package/agents/omd-designer-review.md +1 -1
  20. package/agents/omd-final-qa.md +1 -1
  21. package/agents/omd-humanizer.md +38 -0
  22. package/agents/omd-kr-writer.md +3 -4
  23. package/agents/omd-locale-adapter.md +12 -16
  24. package/agents/omd-master.md +24 -19
  25. package/agents/omd-microcopy.md +1 -1
  26. package/agents/omd-orchestrator.md +7 -8
  27. package/agents/omd-slop-auditor.md +31 -0
  28. package/agents/omd-ux-researcher.md +1 -1
  29. package/data/reference-fingerprints.json +1995 -38
  30. package/dist/bin/oh-my-design.js +16 -8
  31. package/dist/bin/oh-my-design.js.map +1 -1
  32. package/dist/chunk-UJIHCEYF.js +99 -0
  33. package/dist/chunk-UJIHCEYF.js.map +1 -0
  34. package/dist/doctor-LDWSFM3I.js +763 -0
  35. package/dist/doctor-LDWSFM3I.js.map +1 -0
  36. package/dist/install-skills-ZZFNJ2II.js +1120 -0
  37. package/dist/install-skills-ZZFNJ2II.js.map +1 -0
  38. package/docs/CLI_QUICKSTART.md +157 -0
  39. package/package.json +25 -4
  40. package/scripts/postinstall.cjs +5 -4
  41. package/skills/claude-design/SKILL.md +38 -14
  42. package/skills/claude-design/references/claude-design-flow.md +11 -11
  43. package/skills/claude-design/references/codebase-analysis.md +5 -4
  44. package/skills/omd-final-qa/SKILL.md +1 -1
  45. package/skills/omd-harness/SKILL.md +51 -50
  46. package/skills/omd-humanize/SKILL.md +116 -0
  47. package/skills/omd-humanize/agents/openai.yaml +4 -0
  48. package/skills/omd-humanize/references/locale-playbooks.md +102 -0
  49. package/skills/omd-humanize/references/sources.md +11 -0
  50. package/skills/omd-init/SKILL.md +18 -12
  51. package/skills/omd-locale-adapter/SKILL.md +58 -91
  52. package/skills/omd-orchestrator/SKILL.md +11 -5
  53. package/skills/omd-reference-capture/SKILL.md +80 -26
  54. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-LICENSE.txt +202 -0
  55. package/skills/omd-reference-capture/scripts/PLAYWRIGHT-NOTICE.txt +5 -0
  56. package/skills/omd-reference-capture/scripts/THIRD_PARTY_NOTICES.md +3 -0
  57. package/skills/omd-reference-capture/scripts/capture-reference-evidence.mjs +159906 -0
  58. package/skills/omd-slop-audit/SKILL.md +110 -0
  59. package/skills/omd-slop-audit/agents/openai.yaml +4 -0
  60. package/skills/omd-slop-audit/references/pattern-catalog.md +96 -0
  61. package/skills/omd-slop-audit/references/sources.md +24 -0
  62. package/web/references/104/DESIGN.md +354 -0
  63. package/web/references/11st/DESIGN.md +197 -316
  64. package/web/references/29cm/DESIGN.md +297 -393
  65. package/web/references/42dot/DESIGN.md +390 -0
  66. package/web/references/8percent/DESIGN.md +438 -0
  67. package/web/references/ably/DESIGN.md +267 -572
  68. package/web/references/acer/DESIGN.md +329 -0
  69. package/web/references/airbnb/DESIGN.md +219 -557
  70. package/web/references/alipay/DESIGN.md +179 -420
  71. package/web/references/apple/DESIGN.md +224 -498
  72. package/web/references/asleep/DESIGN.md +402 -0
  73. package/web/references/au/DESIGN.md +334 -0
  74. package/web/references/autopedia/DESIGN.md +382 -0
  75. package/web/references/aws-cloudscape/DESIGN.md +241 -0
  76. package/web/references/baemin/DESIGN.md +332 -491
  77. package/web/references/banksalad/DESIGN.md +269 -180
  78. package/web/references/barogo/DESIGN.md +416 -0
  79. package/web/references/beusable/DESIGN.md +464 -0
  80. package/web/references/bilibili/DESIGN.md +206 -374
  81. package/web/references/bmw/DESIGN.md +162 -276
  82. package/web/references/brandi/DESIGN.md +184 -325
  83. package/web/references/catchtable/DESIGN.md +219 -264
  84. package/web/references/cgv/DESIGN.md +317 -0
  85. package/web/references/channeltalk/DESIGN.md +210 -336
  86. package/web/references/china-airlines/DESIGN.md +291 -0
  87. package/web/references/cjonstyle/DESIGN.md +453 -0
  88. package/web/references/class101/DESIGN.md +168 -387
  89. package/web/references/classum/DESIGN.md +228 -203
  90. package/web/references/claude/DESIGN.md +242 -479
  91. package/web/references/clay/DESIGN.md +179 -377
  92. package/web/references/clickhouse/DESIGN.md +254 -343
  93. package/web/references/cohere/DESIGN.md +214 -324
  94. package/web/references/coinone/DESIGN.md +199 -179
  95. package/web/references/corca/DESIGN.md +414 -0
  96. package/web/references/coupang/DESIGN.md +205 -475
  97. package/web/references/cursor/DESIGN.md +240 -381
  98. package/web/references/dabang/DESIGN.md +248 -213
  99. package/web/references/dable/DESIGN.md +431 -0
  100. package/web/references/datarize/DESIGN.md +217 -330
  101. package/web/references/dealicious/DESIGN.md +402 -0
  102. package/web/references/drdiary/DESIGN.md +404 -0
  103. package/web/references/elastic/DESIGN.md +238 -0
  104. package/web/references/elevenlabs/DESIGN.md +183 -321
  105. package/web/references/eslite/DESIGN.md +257 -0
  106. package/web/references/evaair/DESIGN.md +338 -0
  107. package/web/references/expo/DESIGN.md +238 -331
  108. package/web/references/familymart-tw/DESIGN.md +254 -0
  109. package/web/references/ferrari/DESIGN.md +160 -377
  110. package/web/references/figma/DESIGN.md +197 -451
  111. package/web/references/fitpet/DESIGN.md +445 -0
  112. package/web/references/flex/DESIGN.md +170 -253
  113. package/web/references/framer/DESIGN.md +197 -340
  114. package/web/references/freee/DESIGN.md +211 -533
  115. package/web/references/friendliai/DESIGN.md +431 -0
  116. package/web/references/frip/DESIGN.md +440 -0
  117. package/web/references/gangnamunni/DESIGN.md +154 -591
  118. package/web/references/gaudiolab/DESIGN.md +414 -0
  119. package/web/references/google/DESIGN.md +290 -398
  120. package/web/references/hashicorp/DESIGN.md +273 -318
  121. package/web/references/heydealer/DESIGN.md +429 -0
  122. package/web/references/humanscape/DESIGN.md +433 -0
  123. package/web/references/hyundai/DESIGN.md +158 -368
  124. package/web/references/hyundaicard/DESIGN.md +171 -121
  125. package/web/references/ibm/DESIGN.md +227 -378
  126. package/web/references/idus/DESIGN.md +450 -0
  127. package/web/references/igaworks/DESIGN.md +437 -0
  128. package/web/references/inflearn/DESIGN.md +221 -366
  129. package/web/references/intuit/DESIGN.md +244 -0
  130. package/web/references/jandi/DESIGN.md +191 -291
  131. package/web/references/jobplanet/DESIGN.md +415 -0
  132. package/web/references/kakao/DESIGN.md +287 -475
  133. package/web/references/kakaobank/DESIGN.md +220 -521
  134. package/web/references/kakaogames/DESIGN.md +220 -0
  135. package/web/references/kakaopay/DESIGN.md +207 -526
  136. package/web/references/karrot/DESIGN.md +227 -251
  137. package/web/references/kb-kookmin/DESIGN.md +308 -0
  138. package/web/references/kbank/DESIGN.md +220 -175
  139. package/web/references/kmong/DESIGN.md +281 -356
  140. package/web/references/krds/DESIGN.md +245 -19
  141. package/web/references/kream/DESIGN.md +224 -359
  142. package/web/references/kurly/DESIGN.md +211 -533
  143. package/web/references/lamborghini/DESIGN.md +198 -360
  144. package/web/references/lguplus/DESIGN.md +259 -0
  145. package/web/references/likelion/DESIGN.md +283 -0
  146. package/web/references/line/DESIGN.md +396 -355
  147. package/web/references/linear.app/DESIGN.md +209 -562
  148. package/web/references/lotteon/DESIGN.md +386 -0
  149. package/web/references/lovable/DESIGN.md +255 -349
  150. package/web/references/makinarocks/DESIGN.md +149 -349
  151. package/web/references/maum-ai/DESIGN.md +423 -0
  152. package/web/references/medibloc/DESIGN.md +425 -0
  153. package/web/references/megabox/DESIGN.md +232 -0
  154. package/web/references/mercari/DESIGN.md +217 -434
  155. package/web/references/microsoft/DESIGN.md +234 -388
  156. package/web/references/mildang/DESIGN.md +411 -0
  157. package/web/references/millie/DESIGN.md +183 -504
  158. package/web/references/minimax/DESIGN.md +264 -322
  159. package/web/references/miricanvas/DESIGN.md +182 -355
  160. package/web/references/miro/DESIGN.md +234 -232
  161. package/web/references/mistral.ai/DESIGN.md +231 -314
  162. package/web/references/mixi/DESIGN.md +234 -0
  163. package/web/references/moin/DESIGN.md +445 -0
  164. package/web/references/mongodb/DESIGN.md +219 -316
  165. package/web/references/musinsa/DESIGN.md +184 -510
  166. package/web/references/mynavi/DESIGN.md +242 -0
  167. package/web/references/myrealtrip/DESIGN.md +169 -406
  168. package/web/references/naver/DESIGN.md +328 -499
  169. package/web/references/naverwebtoon/DESIGN.md +172 -395
  170. package/web/references/nhn/DESIGN.md +169 -346
  171. package/web/references/nhncloud/DESIGN.md +185 -123
  172. package/web/references/notion/DESIGN.md +271 -475
  173. package/web/references/nrise/DESIGN.md +417 -0
  174. package/web/references/ohouse/DESIGN.md +210 -549
  175. package/web/references/oliveyoung/DESIGN.md +217 -326
  176. package/web/references/ollama/DESIGN.md +241 -308
  177. package/web/references/onestore/DESIGN.md +248 -0
  178. package/web/references/palantir/DESIGN.md +256 -0
  179. package/web/references/panasonic/DESIGN.md +276 -0
  180. package/web/references/patternfly/DESIGN.md +259 -0
  181. package/web/references/payhere/DESIGN.md +438 -0
  182. package/web/references/pega/DESIGN.md +262 -0
  183. package/web/references/peoplefund/DESIGN.md +431 -0
  184. package/web/references/petfriends/DESIGN.md +428 -0
  185. package/web/references/pinkfong/DESIGN.md +199 -367
  186. package/web/references/pinterest/DESIGN.md +258 -308
  187. package/web/references/poya/DESIGN.md +286 -0
  188. package/web/references/pozalabs/DESIGN.md +438 -0
  189. package/web/references/protopie/DESIGN.md +419 -0
  190. package/web/references/qraft/DESIGN.md +448 -0
  191. package/web/references/quotabook/DESIGN.md +449 -0
  192. package/web/references/recruit/DESIGN.md +247 -0
  193. package/web/references/remember/DESIGN.md +202 -396
  194. package/web/references/resend/DESIGN.md +274 -348
  195. package/web/references/sakura-internet/DESIGN.md +269 -0
  196. package/web/references/samsung/DESIGN.md +157 -359
  197. package/web/references/sandoll/DESIGN.md +445 -0
  198. package/web/references/sanity/DESIGN.md +241 -375
  199. package/web/references/scatterlab/DESIGN.md +412 -0
  200. package/web/references/selectstar/DESIGN.md +439 -0
  201. package/web/references/servicenow/DESIGN.md +289 -0
  202. package/web/references/shinhanbank/DESIGN.md +161 -341
  203. package/web/references/shinhancard/DESIGN.md +208 -319
  204. package/web/references/sionic/DESIGN.md +454 -0
  205. package/web/references/sktelecom/DESIGN.md +310 -0
  206. package/web/references/socar/DESIGN.md +125 -32
  207. package/web/references/softbank/DESIGN.md +231 -0
  208. package/web/references/sony/DESIGN.md +234 -0
  209. package/web/references/soop/DESIGN.md +261 -0
  210. package/web/references/spacex/DESIGN.md +184 -323
  211. package/web/references/spotify/DESIGN.md +253 -394
  212. package/web/references/squeezebits/DESIGN.md +441 -0
  213. package/web/references/stayfolio/DESIGN.md +422 -0
  214. package/web/references/stripe/DESIGN.md +212 -491
  215. package/web/references/supabase/DESIGN.md +244 -316
  216. package/web/references/tabling/DESIGN.md +415 -0
  217. package/web/references/taishinbank/DESIGN.md +243 -0
  218. package/web/references/teamlab/DESIGN.md +240 -0
  219. package/web/references/teamsparta/DESIGN.md +472 -0
  220. package/web/references/tellingme/DESIGN.md +392 -0
  221. package/web/references/tesla/DESIGN.md +244 -427
  222. package/web/references/thsr/DESIGN.md +284 -0
  223. package/web/references/thumbtack/DESIGN.md +302 -0
  224. package/web/references/together.ai/DESIGN.md +257 -304
  225. package/web/references/toss/DESIGN.md +251 -593
  226. package/web/references/toss-securities/DESIGN.md +255 -178
  227. package/web/references/tossbank/DESIGN.md +195 -491
  228. package/web/references/toyota/DESIGN.md +238 -0
  229. package/web/references/tving/DESIGN.md +197 -245
  230. package/web/references/typed/DESIGN.md +413 -0
  231. package/web/references/uber/DESIGN.md +256 -333
  232. package/web/references/udn/DESIGN.md +250 -0
  233. package/web/references/upbit/DESIGN.md +145 -256
  234. package/web/references/upstage/DESIGN.md +211 -204
  235. package/web/references/uswds/DESIGN.md +287 -0
  236. package/web/references/vercel/DESIGN.md +236 -440
  237. package/web/references/wanted/DESIGN.md +215 -487
  238. package/web/references/wise/DESIGN.md +223 -231
  239. package/web/references/wisetracker/DESIGN.md +462 -0
  240. package/web/references/wooribank/DESIGN.md +245 -0
  241. package/web/references/yanolja/DESIGN.md +250 -419
  242. package/web/references/yeogiotte/DESIGN.md +235 -418
  243. package/web/references/zapier/DESIGN.md +256 -377
  244. package/web/references/zendesk/DESIGN.md +288 -0
  245. package/web/references/zigzag/DESIGN.md +200 -621
  246. package/dist/install-skills-7UUDOLG2.js +0 -734
  247. package/dist/install-skills-7UUDOLG2.js.map +0 -1
@@ -0,0 +1,445 @@
1
+ ---
2
+ id: sandoll
3
+ name: Sandoll
4
+ display_name_kr: 산돌
5
+ country: KR
6
+ category: design-tools
7
+ homepage: "https://www.sandoll.co.kr/"
8
+ primary_color: "#ff0600"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=sandoll.co.kr&sz=128"
12
+ verified: "2026-07-02"
13
+ added: "2026-07-02"
14
+ omd: "0.1"
15
+ tokens:
16
+ source: live-extract
17
+ extracted: "2026-07-02"
18
+ note: "primary = live corporate accent red (#ff0600) reserved for CTAs, active tabs, and emphasis on an otherwise monochrome canvas; text ink is near-black #1c1c1c. Sandoll sets its OWN type: SDGretaSans on corporate, Sandoll Gothic Neo on the Cloud product. The Cloud product surface carries a separate blue accent (#4173fa / link #0d6efd)."
19
+ colors:
20
+ primary: "#ff0600"
21
+ ink: "#1c1c1c"
22
+ pure-black: "#000000"
23
+ charcoal: "#212121"
24
+ graphite: "#333333"
25
+ slate: "#3b3b3b"
26
+ muted: "#808080"
27
+ muted-alt: "#999999"
28
+ faint: "#a5a5a7"
29
+ canvas: "#ffffff"
30
+ cloud-blue: "#4173fa"
31
+ link-blue: "#0d6efd"
32
+ surface: "#f9f9f9"
33
+ surface-blue: "#f5f8ff"
34
+ surface-cool: "#d7d8d9"
35
+ hairline: "#dddddd"
36
+ typography:
37
+ family: { display: "SDGretaSans", body: "SDGretaSans", product: "SandollGothicNeo1Unicode" }
38
+ display-hero: { size: 44, weight: 400, lineHeight: 1.34, use: "Story / page H1, SDGretaSans Heavy (SDGretaSans-hBd)" }
39
+ section: { size: 34, weight: 400, lineHeight: 1.40, use: "Section headings (서비스/스토리/파트너사), SDGretaSans Heavy" }
40
+ body: { size: 16, weight: 400, lineHeight: 1.60, use: "Body text, SDGretaSans Regular" }
41
+ nav: { size: 16, weight: 400, lineHeight: 1.50, use: "Top navigation items, SDGretaSans Regular" }
42
+ nav-sub: { size: 14, weight: 400, lineHeight: 1.50, use: "Dropdown / sub-nav items" }
43
+ product-hero: { size: 26, weight: 700, lineHeight: 1.37, use: "Sandoll Cloud promo H1, Sandoll Gothic Neo Bold" }
44
+ caption: { size: 13, weight: 400, use: "Footer contact, fine print" }
45
+ spacing: { xs: 4, sm: 8, md: 12, base: 14, lg: 20, xl: 30, xxl: 48 }
46
+ rounded: { sm: 4, md: 8, lg: 19, full: 9999 }
47
+ shadow:
48
+ none: "none"
49
+ components:
50
+ cta-inquiry: { type: button, fg: "#ff0600", border: "1px solid #ff0600", radius: "4px", padding: "14px 30px", height: "53px", font: "16px / 400 SDGretaSans", use: "Primary '제작문의' production-inquiry CTA — outline red on white" }
51
+ cta-portfolio: { type: button, fg: "#ffffff", border: "1px solid #ffffff", radius: "4px", padding: "14px 22px", height: "59px", font: "14px / 400 SDGretaSans", use: "'포트폴리오' CTA over hero imagery — outline white" }
52
+ chip-active: { type: button, bg: "#1c1c1c", fg: "#ffffff", border: "1px solid #dddddd", radius: "19px", padding: "6px 12px", height: "37px", font: "14px / 400 SandollGothicNeo", use: "Sandoll Cloud active filter/sort chip + '문의하기'" }
53
+ chip-inactive: { type: button, bg: "#ffffff", fg: "#999999", border: "1px solid #dddddd", radius: "19px", padding: "6px 12px", height: "37px", font: "14px / 400 SandollGothicNeo", use: "Sandoll Cloud inactive filter chip ('이미지 검색')" }
54
+ nav-tab: { type: tab, fg: "#212121", active: "text #ff0600", font: "14px / 400 SDGretaSans", use: "Corporate nav dropdown / story sub-nav; active item turns brand red #ff0600" }
55
+ menu-panel: { type: card, bg: "#ffffff", border: "1px solid #dddddd", radius: "8px", use: "Nav dropdown menu panel / grouped white container (measured 8px corners)" }
56
+ icon-round: { type: button, bg: "#ffffff", fg: "#333333", border: "1px solid #dddddd", radius: "50%", height: "30px", padding: "2px 3px", use: "Sandoll Cloud carousel prev/next round control" }
57
+ components_harvested: true
58
+ ---
59
+
60
+ # Design System Inspiration of Sandoll
61
+
62
+ ## 1. Visual Theme & Atmosphere
63
+
64
+ Sandoll (산돌) is Korea's most influential type foundry, and its corporate site reads exactly like a foundry that has spent four decades thinking about letterforms: austere, editorial, and almost entirely monochrome. The canvas is pure white (`#ffffff`); text sits in a near-black `#1c1c1c` — never pure black for body — and the entire page refuses color except for one deliberate, high-voltage accent: a vivid brand red (`#ff0600`) reserved for the primary CTA, the active navigation state, and emphasis marks. The restraint is the point. When the whole surface is grayscale, a single saturated red operates like a red pen on a proof sheet — it means "this, here, now."
65
+
66
+ The typographic personality is the identity, because Sandoll makes type for a living. Headlines run in **SDGretaSans** (the foundry's own Greta Sans family) at a heavy display cut — 44px on the story H1, 34px on section heads — rendered through the `SDGretaSans-hBd` (Heavy) face rather than relying on CSS `font-weight`, so the boldness is drawn into the glyphs themselves. Body and navigation drop to `SDGretaSans-eRg` (Regular) at 16px with a comfortable 1.6 line-height. A foundry setting its own retail typeface as its site font is the most on-brand decision possible: the medium is the sample.
67
+
68
+ The system splits across two surfaces. The **corporate** site (sandoll.co.kr) is the red-and-monochrome, SDGretaSans world described above, and it is deliberately **shadowless** — live inspection returned `box-shadow: none` across hero, nav, headings, and CTAs; separation comes from whitespace and thin `#dddddd` hairlines, never elevation. The **Sandoll Cloud** product (sandollcloud.com) — the font-subscription platform — runs a warmer, more utilitarian palette: Sandoll Gothic Neo (`SandollGothicNeo1Unicode`) body type, a product-blue accent (`#4173fa`, links `#0d6efd`), near-black `#1c1c1c` filter chips at a 19px pill radius, and cool grey surfaces (`#d7d8d9`, `#f9f9f9`, blue-tint `#f5f8ff`). Same company, two registers: the corporate brand is a gallery wall; the product is a working studio.
69
+
70
+ **Key Characteristics:**
71
+ - Single saturated brand red (`#ff0600`) reserved for CTA, active tab, and emphasis on an otherwise grayscale corporate canvas
72
+ - Near-black ink (`#1c1c1c`) for text instead of pure black `#000000` — warm, editorial weight
73
+ - SDGretaSans (the foundry's own Greta Sans) as the corporate typeface; boldness baked into the `SDGretaSans-hBd` Heavy face
74
+ - Sandoll Gothic Neo (`SandollGothicNeo1Unicode`) as the Sandoll Cloud product typeface
75
+ - Shadowless corporate system — `#dddddd` hairlines and whitespace do all the separating
76
+ - Conservative corporate geometry: 4px workhorse radius, 8px dropdown panels
77
+ - Product-surface split: blue accent (`#4173fa` / `#0d6efd`) + 19px pill chips + cool grey surfaces on Sandoll Cloud
78
+ - Grey ladder for text hierarchy: `#212121` → `#333333` → `#3b3b3b` → `#808080` → `#999999` → `#a5a5a7`
79
+
80
+ ## 2. Color Palette & Roles
81
+
82
+ ### Primary
83
+ - **Sandoll Red** (`#ff0600`): The single brand accent. Reserved for the primary CTA outline/text ("제작문의"), the active navigation/tab state, and inline emphasis marks. On a monochrome page it is the one color that means "action / here."
84
+ - **Ink** (`#1c1c1c`): Primary text and heading color across the corporate site (measured on ~996 elements). A near-black that reads warmer and more editorial than pure black.
85
+ - **Pure White** (`#ffffff`): Page background, card/panel surfaces, and text over dark hero imagery or dark chips.
86
+
87
+ ### Neutral Text Ladder
88
+ - **Pure Black** (`#000000`): Maximum-contrast promo headlines on Sandoll Cloud (H1) and occasional corporate accents.
89
+ - **Charcoal** (`#212121`): Nav dropdown item text — the inactive menu color.
90
+ - **Graphite** (`#333333`): Sandoll Cloud body text and icon-control glyphs.
91
+ - **Slate** (`#3b3b3b`): Secondary body copy on the corporate site.
92
+ - **Muted** (`#808080`): Muted labels and metadata.
93
+ - **Muted Alt** (`#999999`): Inactive nav links and inactive filter-chip text.
94
+ - **Faint** (`#a5a5a7`): Lowest-emphasis labels and fine print.
95
+
96
+ ### Sandoll Cloud (product) accents
97
+ - **Cloud Blue** (`#4173fa`): The Sandoll Cloud product accent — primary product buttons and interactive highlights on the font platform.
98
+ - **Link Blue** (`#0d6efd`): The dominant interactive/link color throughout the Cloud product (measured on ~532 elements).
99
+ - **Surface** (`#f9f9f9`): Light neutral content surface on Sandoll Cloud.
100
+ - **Surface Blue** (`#f5f8ff`): Blue-tinted surface for highlighted product blocks.
101
+ - **Surface Cool** (`#d7d8d9`): The most frequent Cloud surface/divider — a cool grey used for section separation.
102
+
103
+ ### Lines
104
+ - **Hairline** (`#dddddd`): Borders, dividers, chip outlines, and card edges — the primary separation device in the shadowless system.
105
+
106
+ ## 3. Typography Rules
107
+
108
+ ### Font Family
109
+ - **Corporate display & body**: `SDGretaSans` — Sandoll's own Greta Sans retail family. Headlines use the `SDGretaSans-hBd` (Heavy) face; body/nav use `SDGretaSans-eRg` (Regular). The foundry ships its own typeface as its site font.
110
+ - **Sandoll Cloud (product)**: `SandollGothicNeo1Unicode` — Sandoll Gothic Neo, the foundry's flagship Hangul Gothic, used for all Cloud product UI and promo headlines.
111
+
112
+ ### Hierarchy
113
+
114
+ | Role | Font | Size | Weight | Line Height | Notes |
115
+ |------|------|------|--------|-------------|-------|
116
+ | Story / Page H1 | SDGretaSans (Heavy) | 44px (2.75rem) | 400* | 1.34 (58.96px) | *Weight baked into `SDGretaSans-hBd` face |
117
+ | Section Heading | SDGretaSans (Heavy) | 34px (2.13rem) | 400* | 1.40 (47.6px) | 서비스 / 스토리 / 파트너사 |
118
+ | Body | SDGretaSans (Regular) | 16px (1.00rem) | 400 | 1.60 (25.6px) | Standard reading text |
119
+ | Nav | SDGretaSans (Regular) | 16px (1.00rem) | 400 | 1.50 | Top navigation items |
120
+ | Nav Sub | SDGretaSans (Regular) | 14px (0.88rem) | 400 | 1.50 | Dropdown / sub-nav |
121
+ | Product Hero | Sandoll Gothic Neo | 26px (1.63rem) | 700 | 1.37 (35.62px) | Sandoll Cloud promo H1 |
122
+ | Caption | SDGretaSans (Regular) | 13px (0.81rem) | 400 | normal | Footer contact, fine print |
123
+
124
+ ### Principles
125
+ - **The typeface is the brand.** Sandoll sets its own type on its own site — SDGretaSans on corporate, Sandoll Gothic Neo on Cloud. Never substitute a generic system font; the sample IS the pitch.
126
+ - **Weight lives in the face, not the CSS.** Corporate headlines report `font-weight: 400` but render heavy because they use the `SDGretaSans-hBd` cut. Choose the right face rather than synthesizing bold.
127
+ - **Two typefaces, two jobs.** SDGretaSans is the corporate/editorial voice; Sandoll Gothic Neo is the product/reading voice on Cloud. They never swap roles.
128
+ - **Generous body leading.** Corporate body runs 16px at a relaxed 1.6 line-height for calm, editorial reading rhythm.
129
+
130
+ ## 4. Component Stylings
131
+
132
+ ### Buttons
133
+
134
+ **Production-Inquiry CTA (Primary)**
135
+ - Background: transparent
136
+ - Text: `#ff0600`
137
+ - Border: 1px solid `#ff0600`
138
+ - Radius: 4px
139
+ - Padding: 14px 30px
140
+ - Height: 53px
141
+ - Font: 16px / 400 / SDGretaSans
142
+ - Use: Primary "제작문의" production-inquiry action — the corporate site's single red-accented CTA
143
+
144
+ **Portfolio CTA (Hero, over imagery)**
145
+ - Background: transparent
146
+ - Text: `#ffffff`
147
+ - Border: 1px solid `#ffffff`
148
+ - Radius: 4px
149
+ - Padding: 14px 22px
150
+ - Height: 59px
151
+ - Font: 14px / 400 / SDGretaSans
152
+ - Use: "포트폴리오" CTA placed over dark hero imagery — outline white
153
+
154
+ **Cloud Filter Chip (Active)**
155
+ - Background: `#1c1c1c`
156
+ - Text: `#ffffff`
157
+ - Border: 1px solid `#dddddd`
158
+ - Radius: 19px
159
+ - Padding: 6px 12px
160
+ - Height: 37px
161
+ - Font: 14px / 400 / SandollGothicNeo
162
+ - Use: Sandoll Cloud active filter/sort chip and "문의하기" action — dark pill
163
+
164
+ **Cloud Filter Chip (Inactive)**
165
+ - Background: `#ffffff`
166
+ - Text: `#999999`
167
+ - Border: 1px solid `#dddddd`
168
+ - Radius: 19px
169
+ - Padding: 6px 12px
170
+ - Height: 37px
171
+ - Use: Sandoll Cloud inactive filter chip ("이미지 검색") — light pill
172
+
173
+ **Cloud Carousel Control (Round Icon)**
174
+ - Background: `#ffffff`
175
+ - Text: `#333333`
176
+ - Border: 1px solid `#dddddd`
177
+ - Radius: 50%
178
+ - Height: 30px
179
+ - Padding: 2px 3px
180
+ - Use: Sandoll Cloud carousel prev/next round icon button
181
+
182
+ ### Cards & Containers
183
+
184
+ **Menu Panel**
185
+ - Background: `#ffffff`
186
+ - Border: 1px solid `#dddddd`
187
+ - Radius: 8px
188
+ - Use: Nav dropdown menu panel / grouped white container — measured 8px corners, no shadow
189
+
190
+ ### Tabs & Navigation
191
+
192
+ **Nav / Sub-nav Item**
193
+ - Text (inactive): `#212121`
194
+ - Text (active): `#ff0600`
195
+ - Radius: 8px 8px 0px 0px
196
+ - Padding: 10px 20px
197
+ - Font: 14px / 400 / SDGretaSans
198
+ - Active: brand red `#ff0600` text (story sub-nav active item)
199
+ - Use: Corporate top-nav dropdown items and story sub-navigation
200
+
201
+ **Top Nav (over hero)**
202
+ - Text: `#ffffff`
203
+ - Text (inactive/other pages): `#999999`
204
+ - Font: 16px / 400 / SDGretaSans
205
+ - Use: Primary horizontal nav (서비스 / 타입브랜딩 / 스토리 / 연구 / IR / 문의)
206
+
207
+ ### Badges & Emphasis
208
+
209
+ **Inline Emphasis Mark**
210
+ - Text: `#ff0600`
211
+ - Use: Notice/emphasis spans on the story surface (EM.notice-block) — brand red text draws the eye without a filled chip; Sandoll emphasizes with color on type, not with pills
212
+
213
+ ---
214
+
215
+ **Verified:** 2026-07-02 (omd:add-reference CREATE — Tier 1 live inspect, 3 brand-owned surfaces)
216
+ **Tier 1 sources:** https://www.sandoll.co.kr/, https://www.sandoll.co.kr/story, https://www.sandollcloud.com/
217
+ **Tier 2 sources:** getdesign.md/sandoll (NOT LISTED); styles.refero.design/?q=sandoll (no Sandoll match — only unrelated trending styles)
218
+ **Conflicts unresolved:** none
219
+
220
+ ## 5. Layout Principles
221
+
222
+ ### Spacing System
223
+ - Base rhythm: 14px vertical CTA padding, 20–30px horizontal
224
+ - Scale (measured): 4px, 8px, 12px, 14px, 20px, 30px, 48px
225
+ - Notable: corporate CTAs use asymmetric horizontal padding (30px on the red inquiry CTA, 22px on the hero portfolio CTA); Cloud chips use a tight 6px 12px
226
+
227
+ ### Grid & Container
228
+ - Corporate: centered, single-column editorial rhythm with large SDGretaSans section headings anchoring each band
229
+ - Section bands alternate white (`#ffffff`) with occasional dark hero/feature blocks (text turns `#ffffff`)
230
+ - Sandoll Cloud: denser product grid — filter/sort chip rows above a font-card catalog, carousel promo banners, cool grey (`#d7d8d9`) dividers between sections
231
+
232
+ ### Whitespace Philosophy
233
+ - **Restraint as identity.** The corporate surface is airy and grayscale; whitespace is the frame that lets a single red accent and a heavy headline carry the page.
234
+ - **Flat segmentation.** Sections separate by whitespace and `#dddddd` hairlines, not by shadow or heavy borders.
235
+ - **Product density.** Sandoll Cloud trades editorial air for scan-ability — tight chips and a grid so users can browse hundreds of typefaces quickly.
236
+
237
+ ### Border Radius Scale
238
+ - Small (4px): buttons, CTAs, footer contact — the corporate workhorse (measured ×28)
239
+ - Medium (8px): dropdown menu panels, grouped containers
240
+ - Large (19px): Sandoll Cloud pill filter/sort chips
241
+ - Full (50% / 9999px): round carousel controls and pill text-links (채용 / English)
242
+
243
+ ## 6. Depth & Elevation
244
+
245
+ | Level | Treatment | Use |
246
+ |-------|-----------|-----|
247
+ | Flat (Level 0) | `box-shadow: none` | Corporate page background, hero, nav, headings, CTAs |
248
+ | Hairline (Level 1) | `1px solid #dddddd` border | Panels, chips, cards, dividers |
249
+ | Tint (Level 2) | `#f9f9f9` / `#f5f8ff` / `#d7d8d9` surface shift | Sandoll Cloud section/card separation |
250
+
251
+ **Shadow Philosophy**: The Sandoll corporate site is a near-shadowless system — live inspection returned `box-shadow: none` across the hero, navigation, section headings, and all CTAs. Depth is communicated entirely through whitespace and thin `#dddddd` hairlines. This is a deliberate editorial-flat choice fitting a type foundry: nothing should compete with the letterforms for attention, and elevation would add visual noise to what is essentially a gallery for type. When emphasis is required, the system reaches for the brand red (`#ff0600`) or a dark chip (`#1c1c1c`), never a drop shadow. Sandoll Cloud, being a working product, leans on flat tinted surfaces (`#f9f9f9`, `#f5f8ff`, `#d7d8d9`) rather than elevation for the same reason.
252
+
253
+ ## 7. Do's and Don'ts
254
+
255
+ ### Do
256
+ - Reserve the brand red (`#ff0600`) for the primary CTA, active nav/tab state, and emphasis — keep it the single "action" color
257
+ - Use SDGretaSans on brand/corporate surfaces and Sandoll Gothic Neo on product (Cloud) surfaces
258
+ - Set headlines with the heavy `SDGretaSans-hBd` face rather than synthesizing bold from a regular weight
259
+ - Use near-black ink (`#1c1c1c`) for text instead of pure black `#000000`
260
+ - Separate sections with whitespace and `#dddddd` hairlines, not shadows
261
+ - Keep corporate geometry conservative — 4px on buttons, 8px on panels
262
+ - Use the dark chip (`#1c1c1c`, 19px pill) for Sandoll Cloud active filter/sort controls
263
+ - Let the typeface be the hero — the sample is the pitch
264
+
265
+ ### Don't
266
+ - Spread the red across many elements — it dilutes the single-action signal on a monochrome canvas
267
+ - Substitute a generic system font — Sandoll's own type is the brand identity
268
+ - Use pure black (`#000000`) for corporate body text — reserve near-black `#1c1c1c`
269
+ - Add drop shadows on corporate surfaces — the system is deliberately flat
270
+ - Mix the corporate red accent into the Sandoll Cloud product surface — Cloud uses its own blue (`#4173fa` / `#0d6efd`)
271
+ - Use large rounded corners on corporate buttons — 4px is the intentional workhorse
272
+ - Synthesize bold weight in CSS when a heavy face exists
273
+ - Let decoration compete with the letterforms — restraint is the aesthetic
274
+
275
+ ## 8. Responsive Behavior
276
+
277
+ ### Breakpoints
278
+ | Name | Width | Key Changes |
279
+ |------|-------|-------------|
280
+ | Mobile | <640px | Single column, nav collapses to toggle, section headings compress |
281
+ | Tablet | 640-1024px | Moderate padding, 2-up feature/portfolio cards |
282
+ | Desktop | 1024-1440px | Full editorial layout; Sandoll Cloud shows multi-column font catalog + chip rows |
283
+
284
+ ### Touch Targets
285
+ - Corporate CTAs at 53–59px height with generous 14px vertical padding — comfortably tappable
286
+ - Sandoll Cloud chips at 37px height with 6px 12px padding
287
+ - Round carousel controls at 30px
288
+
289
+ ### Collapsing Strategy
290
+ - Corporate top nav (서비스 / 타입브랜딩 / 스토리 / 연구 / IR / 문의) collapses to a menu toggle on mobile
291
+ - Section headings scale down while retaining the heavy SDGretaSans face
292
+ - Sandoll Cloud chip rows wrap/scroll horizontally; the font-card grid reflows to fewer columns
293
+
294
+ ### Image Behavior
295
+ - Corporate hero/portfolio imagery carries no shadow at any size, consistent with the flat system
296
+ - Sandoll Cloud carousel banners maintain their promo layout; type specimens remain crisp across breakpoints
297
+
298
+ ## 9. Agent Prompt Guide
299
+
300
+ ### Quick Color Reference
301
+ - Brand accent / CTA / active: Sandoll Red (`#ff0600`)
302
+ - Text ink: Near-black (`#1c1c1c`)
303
+ - Max-contrast headline: Pure Black (`#000000`)
304
+ - Nav inactive: Charcoal (`#212121`) / Muted Alt (`#999999`)
305
+ - Product body / icon: Graphite (`#333333`)
306
+ - Background: Pure White (`#ffffff`)
307
+ - Hairline: (`#dddddd`)
308
+ - Sandoll Cloud accent: Cloud Blue (`#4173fa`), Link Blue (`#0d6efd`)
309
+ - Cloud surfaces: (`#f9f9f9`), blue-tint (`#f5f8ff`), cool grey (`#d7d8d9`)
310
+
311
+ ### Example Component Prompts
312
+ - "Create a corporate hero on white background. Section heading at 34px SDGretaSans Heavy, color #1c1c1c, line-height 1.4. One red outline CTA: transparent background, #ff0600 text, 1px solid #ff0600 border, 4px radius, 14px 30px padding — '제작문의'. No shadow anywhere."
313
+ - "Build a Sandoll Cloud filter row: active chip #1c1c1c background, #ffffff text, 1px solid #dddddd border, 19px radius, 6px 12px padding; inactive chip #ffffff background, #999999 text, same border and radius. Sandoll Gothic Neo 14px."
314
+ - "Design a nav dropdown panel: white #ffffff, 8px radius, 1px solid #dddddd hairline, no shadow. Items in SDGretaSans 14px, #212121 text; active item turns #ff0600."
315
+ - "Set an editorial page title in SDGretaSans Heavy at 44px, line-height 1.34, color #1c1c1c. Body below at 16px SDGretaSans Regular, line-height 1.6, #3b3b3b."
316
+
317
+ ### Iteration Guide
318
+ 1. Red (`#ff0600`) is the single action color on corporate — don't spread it
319
+ 2. SDGretaSans for corporate, Sandoll Gothic Neo for the Cloud product
320
+ 3. Use the heavy face for headlines; don't synthesize bold
321
+ 4. No shadows — separate with `#dddddd` hairlines and whitespace
322
+ 5. Text is `#1c1c1c` ink, not pure black, for body
323
+ 6. 4px radius on corporate buttons; 8px on panels; 19px pills only on Cloud
324
+ 7. Keep the product blue (`#4173fa` / `#0d6efd`) on Cloud, off the corporate brand surface
325
+
326
+ ---
327
+
328
+ ## 10. Voice & Tone
329
+
330
+ Sandoll's voice is **precise, craft-proud, and quietly authoritative** — the register of a foundry that has drawn Korean letterforms since the 1980s and expects to be judged on the millimeter. Copy treats type as infrastructure for communication, not decoration. The Sandoll Cloud positioning line "모두의 창작을 위한 베스트 폰트 플랫폼" ("the best font platform for everyone's creation") captures the dual posture: expert craft on the supply side, democratized access on the demand side. Corporate copy is spare and confident; product copy is friendly and enabling.
331
+
332
+ | Context | Tone |
333
+ |---|---|
334
+ | Corporate headings | Spare, declarative, single-word section labels (서비스, 스토리, 연구, 파트너사). Confident, never salesy. |
335
+ | Type-branding / service copy | Craft-forward and expert — speaks about letterform, legibility, and brand fit. |
336
+ | Sandoll Cloud product | Friendly, enabling, creator-facing. Framed around "창작" (creation) and access. |
337
+ | CTAs | Direct and functional. "제작문의", "포트폴리오", "문의하기". |
338
+ | Notices / emphasis | Brand red on key words rather than exclamation marks — emphasis is typographic. |
339
+
340
+ **Voice samples (verbatim from live surfaces):**
341
+ - "산돌" — corporate document title / wordmark (the foundry states its name plainly). *(verified live 2026-07-02)*
342
+ - "스토리" / "연구" / "파트너사" — corporate section headings (spare, single-word labels). *(verified live 2026-07-02)*
343
+ - "모두의 창작을 위한 베스트 폰트 플랫폼 | 산돌구름" — Sandoll Cloud page title (democratized-creation positioning). *(verified live 2026-07-02)*
344
+
345
+ **Forbidden register**: hype superlatives that undercut craft authority, exclamation-heavy marketing, decorative color for its own sake, and any tone that treats type as an afterthought rather than the product.
346
+
347
+ ## 11. Brand Narrative
348
+
349
+ Sandoll (산돌) is one of Korea's foundational type foundries. It was founded in **1984 by 석금호 (Seok Geum-ho)** as 산돌커뮤니케이션 (Sandoll Communication), and across four decades it grew into the country's most prolific designer of Hangul typefaces — the type behind a large share of Korean corporate identities, publications, and screens. The company's premise has been consistent: letters are infrastructure, and a well-drawn typeface is a public good that shapes how a whole language is read.
350
+
351
+ That premise matured into two arms. **Type branding / type design** is the bespoke, craft side — Sandoll draws custom corporate typefaces and retail families (its own SDGretaSans and Sandoll Gothic Neo among them). **Sandoll Cloud (산돌구름)** is the platform side — a subscription service that puts the foundry's library in front of every designer and creator, positioned as "모두의 창작을 위한 베스트 폰트 플랫폼." The two-surface design system mirrors this split precisely: an austere, red-accented, monochrome corporate brand for the foundry, and a warmer, blue-accented, denser product surface for the platform.
352
+
353
+ What Sandoll's design refuses, and what it embraces, is legible in the site itself: no decorative depth, no shadow stacks, no color for color's sake — because nothing should compete with the letterforms. What it embraces is restraint (a single red accent on grayscale), its own type as its site type (the sample is the pitch), and a flat, hairline-separated layout that reads like a well-set page. It is a company that designs the medium other companies use to speak, and it dresses accordingly.
354
+
355
+ *(Founding year/founder and the type-branding-plus-Cloud structure are widely documented public facts about Sandoll; the design reading connecting them to the observed system is an editorial interpretation, not a quoted Sandoll statement.)*
356
+
357
+ ## 12. Principles
358
+
359
+ 1. **The type is the product — and the message.** Sandoll ships its own typefaces as its site fonts. *UI implication:* never substitute a generic system font on a Sandoll surface; the rendered sample must be a real Sandoll typeface.
360
+ 2. **Restraint amplifies.** One red accent on a grayscale canvas carries more force than a full palette. *UI implication:* reserve `#ff0600` for the primary CTA, active state, and emphasis; keep everything else monochrome.
361
+ 3. **Emphasize with type, not ornament.** Sandoll marks important words in red rather than with badges, glows, or exclamation. *UI implication:* use color-on-type emphasis and heavy faces, not decorative chrome.
362
+ 4. **Flat, so the letters lead.** No shadows compete with the letterforms. *UI implication:* separate with whitespace and `#dddddd` hairlines; never add elevation on corporate surfaces.
363
+ 5. **Two registers, one company.** The foundry brand and the Cloud product are intentionally distinct. *UI implication:* keep the corporate red/monochrome/SDGretaSans world and the Cloud blue/Gothic-Neo world separate; don't blend their palettes.
364
+
365
+ ## 13. Personas
366
+
367
+ *Personas below are fictional archetypes informed by publicly observable Sandoll audiences (brand/agency designers commissioning type, and Sandoll Cloud subscribers), not individual people.*
368
+
369
+ **정민석, 38, 서울.** A brand-identity director at an agency, commissioning a custom corporate typeface. Judges a foundry by the rigor of its letterforms and the calm of its presentation; Sandoll's austere, sample-led site signals the craft seriousness he needs to trust it with a client's identity.
370
+
371
+ **이하늘, 27, 성남.** A freelance graphic designer and Sandoll Cloud subscriber who browses hundreds of typefaces a week. Values the product's density and fast filtering (판매순, 이미지 검색) over editorial air — she wants to find and license the right face in minutes.
372
+
373
+ **Yuki Tanaka, 33, Tokyo.** A UI designer at a product team choosing a Hangul + Latin pairing for a bilingual app. Trusts Sandoll Gothic Neo for screen legibility and appreciates that the foundry demonstrates its own type on its own surfaces — proof, not promise.
374
+
375
+ ## 14. States
376
+
377
+ | State | Treatment |
378
+ |---|---|
379
+ | **Empty (no search results, Cloud)** | White canvas, single graphite (`#333333`) line explaining no matching typefaces, with a path to clear filters. No illustration clutter. |
380
+ | **Empty (saved / collection, none yet)** | Muted (`#999999`) single line: nothing saved yet, plus a link back to browse. Calm, honest. |
381
+ | **Loading (font catalog fetch)** | Skeleton cards on `#f9f9f9` surface at final dimensions; flat pulse consistent with the shadowless system — no shadow shimmer. |
382
+ | **Loading (specimen render)** | Inline progress within the card; previous specimen stays visible until the new one paints. |
383
+ | **Error (search/load failed)** | Inline message in ink (`#1c1c1c`) with a plain-language explanation and a retry. No bare "오류가 발생했습니다". |
384
+ | **Error (form validation, inquiry)** | Field-level message below the input; the brand red (`#ff0600`) marks the invalid field; describes what is valid, not just "필수". |
385
+ | **Success (inquiry submitted)** | Brief inline confirmation in a calm tone; next-step detail linked below. No celebratory emoji. |
386
+ | **Skeleton** | `#f9f9f9` / `#d7d8d9` blocks at final dimensions, flat pulse, hairline (`#dddddd`) edges. |
387
+ | **Disabled** | Faint (`#a5a5a7`) text on reduced-opacity surface; the red accent fades rather than turning grey, to preserve the brand read. |
388
+ | **Active / Selected** | Brand red (`#ff0600`) text (nav/tab) or dark fill (`#1c1c1c`, Cloud chip) — the two ways Sandoll marks "current." |
389
+
390
+ ## 15. Motion & Easing
391
+
392
+ **Durations**:
393
+
394
+ | Token | Value | Use |
395
+ |---|---|---|
396
+ | `motion-fast` | 120ms | Hover, chip press, focus |
397
+ | `motion-standard` | 200ms | Card/section reveal, dropdown, carousel step |
398
+ | `motion-slow` | 320ms | Page-level transitions, hero reveal |
399
+
400
+ **Easings**:
401
+
402
+ | Token | Curve | Use |
403
+ |---|---|---|
404
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — dropdowns, cards, carousel |
405
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
406
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
407
+
408
+ **Motion rules**: Motion is functional and restrained — consistent with the flat, editorial aesthetic and the foundry's focus on letterforms over spectacle. The Sandoll Cloud carousel advances at `motion-standard / ease-standard`; dropdown panels and cards fade/settle at `motion-standard / ease-enter`; chips respond to press with a subtle scale/opacity shift. No bounce or spring — a type foundry signals precision, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant and the carousel stops auto-advancing; the product remains fully functional.
409
+
410
+ <!--
411
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
412
+
413
+ Tier 1 live inspect (2026-07-02) via playwright getComputedStyle across three
414
+ brand-owned surfaces (see web/references/sandoll/.verification.md "## Proof"):
415
+ - https://www.sandoll.co.kr/ — corporate homepage (nav, hero CTAs, section headings, footer)
416
+ - https://www.sandoll.co.kr/story — story/editorial surface (H1, active tab, notice emphasis)
417
+ - https://www.sandollcloud.com/ — Sandoll Cloud font-subscription product (promo H1, chips, carousel)
418
+
419
+ Token-level claims (§1-9) are sourced from that live inspection:
420
+ brand red #ff0600 (corporate CTA/active/emphasis), ink #1c1c1c, SDGretaSans
421
+ (SDGretaSans-hBd Heavy / SDGretaSans-eRg Regular) on corporate, Sandoll Gothic Neo
422
+ (SandollGothicNeo1Unicode) + blue accent #4173fa / #0d6efd on Cloud, shadowless
423
+ corporate system, 4px/8px/19px radius scale, #dddddd hairlines.
424
+
425
+ Voice samples (§10) are verbatim from live document titles and section headings
426
+ (산돌 / 스토리 / 연구 / 파트너사 / "모두의 창작을 위한 베스트 폰트 플랫폼 | 산돌구름").
427
+
428
+ Brand narrative (§11): Sandoll (산돌) founded 1984 by 석금호 (Seok Geum-ho) as
429
+ 산돌커뮤니케이션; a foundational Korean type foundry; Sandoll Cloud (산돌구름) is its
430
+ font-subscription platform. These are widely documented public facts; the founding
431
+ details beyond the live surfaces are general public knowledge, not directly quoted
432
+ from a verified Sandoll statement in this turn.
433
+
434
+ Personas (§13) are fictional archetypes informed by publicly observable Sandoll
435
+ audiences (agency/brand designers commissioning type; Sandoll Cloud subscribers).
436
+ Names are illustrative; they do not refer to real people.
437
+
438
+ Interpretive claims (e.g., "the type is the message", "restraint amplifies", "flat so
439
+ the letters lead", the two-register corporate-vs-Cloud reading) are editorial
440
+ interpretations connecting Sandoll's observed design to its foundry positioning, not
441
+ directly sourced Sandoll statements.
442
+
443
+ Tier 2: getdesign.md/sandoll NOT LISTED; styles.refero.design/?q=sandoll no match
444
+ (2026-07-02). KR Tier-2 under-coverage — Tier 1 carries the proof.
445
+ -->