oh-my-design-cli 1.8.0 → 1.8.1

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.
@@ -0,0 +1,462 @@
1
+ ---
2
+ id: greeting
3
+ name: Greeting
4
+ display_name_kr: 그리팅
5
+ country: KR
6
+ category: saas
7
+ homepage: "https://www.greetinghr.com"
8
+ primary_color: "#1890ff"
9
+ logo:
10
+ type: favicon
11
+ slug: "https://www.google.com/s2/favicons?domain=greetinghr.com&sz=128"
12
+ verified: "2026-06-11"
13
+ added: "2026-06-11"
14
+ omd: "0.1"
15
+ tokens:
16
+ source: live-extract
17
+ extracted: "2026-06-11"
18
+ note: "primary = live CTA azure (#1890ff); dark CTA/ink (#0f0f0f, #171717). Deep navy stat band bg (#001946). Text on a zinc neutral ladder (#27272a→#71717a→#a1a1aa). Surfaces white/near-white with light-blue tints (#f2f9ff, #e4f0fc)."
19
+ colors:
20
+ primary: "#1890ff"
21
+ primary-hover: "#2c93f2"
22
+ primary-deep: "#0a58a1"
23
+ ink: "#0f0f0f"
24
+ ink-soft: "#171717"
25
+ heading: "#27272a"
26
+ body: "#3f3f46"
27
+ muted: "#71717a"
28
+ faint: "#a1a1aa"
29
+ hairline: "#e4e4e7"
30
+ disabled: "#d4d4d8"
31
+ navy: "#001946"
32
+ canvas: "#ffffff"
33
+ surface: "#fcfcfc"
34
+ surface-alt: "#fafafa"
35
+ surface-zinc: "#f4f4f5"
36
+ tint-blue: "#f2f9ff"
37
+ tint-blue-alt: "#e4f0fc"
38
+ success: "#4ba63d"
39
+ on-primary: "#ffffff"
40
+ typography:
41
+ family: { display: "Pretendard SemiBold", body: "Pretendard Regular", numeral: "Poppins" }
42
+ hero-accent: { size: 60, weight: 600, lineHeight: 1.20, tracking: -0.6, use: "Hero accent word 채용 성공, Pretendard SemiBold, azure" }
43
+ display: { size: 48, weight: 600, lineHeight: 1.30, tracking: -0.48, use: "Primary section headline, Pretendard SemiBold" }
44
+ section: { size: 36, weight: 600, lineHeight: 1.20, tracking: -0.36, use: "Band headline, Pretendard SemiBold" }
45
+ feature: { size: 28, weight: 600, lineHeight: 1.40, tracking: -0.56, use: "Feature card heading, Pretendard SemiBold" }
46
+ quote: { size: 24, weight: 600, lineHeight: 1.50, tracking: -0.24, use: "Testimonial quote, Pretendard SemiBold" }
47
+ card-title: { size: 20, weight: 600, lineHeight: 1.50, tracking: -0.4, use: "Product card title, Pretendard SemiBold" }
48
+ label: { size: 16, weight: 600, lineHeight: 1.00, tracking: -0.16, use: "Eyebrow / badge H1-H2 labels, Pretendard SemiBold" }
49
+ numeral: { size: 175, weight: 400, lineHeight: 1.00, tracking: -8.74, use: "Big stat numeral 10,000+, Poppins" }
50
+ spacing: { xs: 4, sm: 8, base: 12, md: 16, lg: 20, xl: 25, xxl: 48, section: 80 }
51
+ rounded: { sm: 4, md: 8, lg: 16, xl: 30, pill: 50 }
52
+ shadow:
53
+ none: "none"
54
+ card-inset: "rgba(255,255,255,0.12) 0px 0px 2px 0px inset"
55
+ components:
56
+ button-primary: { type: button, bg: "#1890ff", fg: "#ffffff", radius: "4px", padding: "5px 8px 5px 12px", height: "36px", font: "12px / 600 Pretendard", states: "hover #2c93f2", use: "Header 도입 문의 azure CTA" }
57
+ button-dark: { type: button, bg: "#0f0f0f", fg: "#ffffff", radius: "4px", padding: "14px 25px", height: "50px", font: "12px / 600 Pretendard", states: "hover #171717", use: "Primary dark CTA 도입 문의하기 / 견적 문의하기" }
58
+ button-white: { type: button, bg: "#ffffff", fg: "#171717", radius: "4px", padding: "14px 25px", height: "50px", border: "1px solid #e4e4e7", font: "12px / 600 Pretendard", use: "Secondary CTA 무료 체험하기 / 서비스 소개서 다운로드" }
59
+ badge-pill: { type: badge, bg: "#ffffff", fg: "#0f0f0f", radius: "50px", padding: "8px 20px", height: "32px", font: "12px / 600 Pretendard", use: "국내 1위 채용 관리 솔루션 eyebrow pill" }
60
+ badge-tag: { type: badge, bg: "#ffffff", fg: "#0f0f0f", radius: "6px", padding: "8px 10px", height: "30px", border: "1px solid #e4e4e7", font: "12px / 600 Pretendard", use: "Pricing feature tag 소규모 팀 추천 / 커뮤니케이션" }
61
+ card-product: { type: card, bg: "#fafafa", fg: "#27272a", radius: "16px", padding: "16px", use: "Hero product feature card 채용 홈페이지/다이렉트 소싱" }
62
+ card-zinc: { type: card, bg: "#f4f4f5", fg: "#27272a", radius: "8px", use: "Light zinc list / menu surface" }
63
+ card-pricing: { type: card, bg: "#001946", fg: "#ffffff", radius: "30px", shadow: "rgba(255,255,255,0.12) 0px 0px 2px 0px inset", use: "Pricing plan card on deep navy band" }
64
+ nav-link: { type: tab, fg: "#171717", font: "12px / 600 Pretendard", radius: "4px", padding: "18px 12px", active: "azure #1890ff text on active", use: "Top nav item 제품/솔루션/가격" }
65
+ components_harvested: true
66
+ ---
67
+
68
+ # Design System Inspiration of Greeting
69
+
70
+ ## 1. Visual Theme & Atmosphere
71
+
72
+ Greeting (그리팅) is Korea's self-described #1 recruitment-management SaaS — an applicant-tracking system (ATS) built by the operator 두들린 (Doodlin) — and its marketing surface reads like a confident, enterprise-grade B2B product that has shed the heaviness of legacy HR software. The canvas is overwhelmingly white (`#ffffff`) and near-white (`#fcfcfc`, `#fafafa`), with content segmented into airy full-width bands. Text rides a cool, near-neutral zinc ladder — headings in `#27272a`, body in `#3f3f46`, supporting copy fading through `#71717a` to `#a1a1aa` — which gives the page a clean, modern, slightly technical temperature rather than warm or playful. The brand's single saturated accent is a bright azure (`#1890ff`), reserved for the hero accent word ("채용 성공") and the primary inquiry CTA, so the eye learns to read that one blue as "the action / the promise."
73
+
74
+ Typographically the system is unmistakably Korean-product-modern: every headline and UI label runs in **Pretendard SemiBold** with characteristic tight negative tracking that scales with size (-0.6px at 60px, -0.48px at 48px, -0.36px at 36px, -0.56px at 28px), while body and dense UI copy fall to **Pretendard Regular**. The one departure is the oversized statistic numeral — "10,000+" rendered at ~175px in **Poppins** — a deliberate Latin-numeral flourish that lets the headline metric breathe at billboard scale. The result is a layout that feels engineered and trustworthy: bold where it persuades (SemiBold display, azure accent, giant proof numbers), quiet where it informs (Regular body on a muted zinc scale).
75
+
76
+ What distinguishes Greeting from flashier consumer fintech is its corporate restraint. Buttons are tight 4px-radius rectangles rather than pills; the primary persuasion CTA is often near-black (`#0f0f0f` / `#171717`) rather than colored, with azure held in reserve for the header inquiry button. Depth is almost entirely flat — `box-shadow: none` across nav, hero, and feature cards — separation comes from background shifts (white → `#fafafa` → deep navy `#001946`) and thin `#e4e4e7` hairlines. The one place the system goes dramatic is the dark proof/pricing band: a deep navy (`#001946`) surface carrying the giant white stat numeral and the pricing plan cards (30px radius, a faint white inset rim). This light-to-dark rhythm — clean white product story, then a confident navy "by the numbers" — is the signature of the page.
77
+
78
+ **Key Characteristics:**
79
+ - Pretendard SemiBold for every headline/label; Pretendard Regular for body — weight + tracking carry hierarchy
80
+ - Single azure accent (`#1890ff`) reserved for hero accent word and header inquiry CTA
81
+ - Near-black CTAs (`#0f0f0f` / `#171717`) for primary persuasion buttons, azure held back
82
+ - Cool zinc neutral ladder (`#27272a` → `#3f3f46` → `#71717a` → `#a1a1aa`) for text hierarchy
83
+ - Tight 4px-radius rectangular buttons (corporate, not pill-y); 16px cards; 30px pricing cards
84
+ - Flat depth: `box-shadow: none`; separation by background tint + `#e4e4e7` hairlines
85
+ - Light-to-dark band rhythm — white product story → deep navy (`#001946`) proof/pricing band
86
+ - Poppins for the oversized billboard stat numeral (10,000+) at ~175px
87
+ - Negative tracking scales with size (-0.6px at 60px down to -0.16px at 16px)
88
+
89
+ ## 2. Color Palette & Roles
90
+
91
+ ### Primary
92
+ - **Greeting Azure** (`#1890ff`): Primary brand accent and CTA color. The saturated blue on the hero accent word ("채용 성공") and the header 도입 문의 inquiry button — the system's single "action / promise" color.
93
+ - **Azure Hover** (`#2c93f2`): Slightly lighter azure observed on interactive/hover blue surfaces.
94
+ - **Deep Azure** (`#0a58a1`): A darker blue used for stronger blue accents and deep links.
95
+
96
+ ### Ink & CTA
97
+ - **Ink Black** (`#0f0f0f`): Near-black background for the primary dark CTA buttons (도입 문의하기, 견적 문의하기) and maximum-contrast labels.
98
+ - **Ink Soft** (`#171717`): Soft near-black for primary headings on dark CTAs and strong labels.
99
+ - **Deep Navy** (`#001946`): The dramatic dark band background — carries the giant white stat numeral and the pricing plan cards.
100
+
101
+ ### Text Hierarchy (Zinc ladder)
102
+ - **Heading** (`#27272a`): Primary feature-card and product headings.
103
+ - **Body** (`#3f3f46`): Secondary body copy and small headings.
104
+ - **Muted** (`#71717a`): Tertiary text, captions, metadata.
105
+ - **Faint** (`#a1a1aa`): Lowest-emphasis labels, footnotes (e.g. "*2026년 1월 그리팅 이용 고객사").
106
+ - **Disabled** (`#d4d4d8`): Disabled text, lowest contrast.
107
+
108
+ ### Neutral & Surface
109
+ - **Pure White** (`#ffffff`): Page background, cards, text on dark/azure.
110
+ - **Surface** (`#fcfcfc`): Near-white nav/button surface.
111
+ - **Surface Alt** (`#fafafa`): Warm-neutral product card background.
112
+ - **Surface Zinc** (`#f4f4f5`): Cool light zinc list / menu surface.
113
+ - **Hairline** (`#e4e4e7`): Thin borders, dividers, card outlines — the primary separation device in the shadowless system.
114
+ - **Tint Blue** (`#f2f9ff`): Faint blue wash for highlighted blue zones.
115
+ - **Tint Blue Alt** (`#e4f0fc`): Slightly stronger blue tint for emphasis blocks.
116
+
117
+ ### Semantic
118
+ - **Success Green** (`#4ba63d`): Positive/success accent observed on checkmarks and confirmation marks.
119
+
120
+ ## 3. Typography Rules
121
+
122
+ ### Font Family
123
+ - **Display / UI**: `Pretendard SemiBold` — used for all headlines, nav, labels, and button text at weight 600.
124
+ - **Body**: `Pretendard Regular` — body copy and dense UI text at weight 400.
125
+ - **Numeral**: `Poppins` — reserved for the oversized billboard statistic numeral (10,000+).
126
+
127
+ ### Hierarchy
128
+
129
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
130
+ |------|------|------|--------|-------------|----------------|-------|
131
+ | Hero Accent | Pretendard SemiBold | 60px | 600 | 72px (1.20) | -0.6px | Hero accent word "채용 성공", azure `#1890ff` |
132
+ | Display | Pretendard SemiBold | 48px | 600 | 62.4px (1.30) | -0.48px | Primary section headline |
133
+ | Section | Pretendard SemiBold | 36px | 600 | 43.2px (1.20) | -0.36px | Band headline |
134
+ | Feature | Pretendard SemiBold | 28px | 600 | 39.2px (1.40) | -0.56px | Feature card heading |
135
+ | Quote | Pretendard SemiBold | 24px | 600 | 36px (1.50) | -0.24px | Testimonial quote |
136
+ | Card Title | Pretendard SemiBold | 20px | 600 | 30px (1.50) | -0.4px | Product card title |
137
+ | Label / Eyebrow | Pretendard SemiBold | 16px | 600 | 16px (1.00) | -0.16px | Badge / eyebrow labels |
138
+ | Big Numeral | Poppins | ~175px | 400 | 1.00 | -8.74px | "10,000+" billboard stat |
139
+
140
+ ### Principles
141
+ - **One family, two weights**: Pretendard SemiBold (600) carries every headline and label; Pretendard Regular (400) carries body. The weight contrast is the primary hierarchy signal.
142
+ - **Tracking compresses with size**: -0.6px at 60px, -0.48px at 48px, -0.36px at 36px, narrowing toward -0.16px at 16px. Display compresses; small text relaxes.
143
+ - **Latin numerals get Poppins**: big proof statistics switch to Poppins for a confident billboard read, while Korean copy stays Pretendard.
144
+ - **Tight, technical, calm**: negative tracking + cool zinc color give the type an engineered, enterprise-trustworthy feel rather than a warm consumer one.
145
+
146
+ ## 4. Component Stylings
147
+
148
+ ### Buttons
149
+
150
+ **Azure Inquiry CTA (Primary)**
151
+ - Background: `#1890ff`
152
+ - Text: `#ffffff`
153
+ - Radius: 4px
154
+ - Padding: 5px 8px 5px 12px
155
+ - Font: 12px Pretendard SemiBold weight 600
156
+ - Height: 36px
157
+ - Hover: `#2c93f2`
158
+ - Use: Header 도입 문의 azure call-to-action — the system's single colored action
159
+
160
+ **Dark CTA**
161
+ - Background: `#0f0f0f`
162
+ - Text: `#ffffff`
163
+ - Radius: 4px
164
+ - Padding: 14px 25px
165
+ - Font: 12px Pretendard SemiBold weight 600
166
+ - Height: 50px
167
+ - Hover: `#171717`
168
+ - Use: Primary persuasion buttons (도입 문의하기, 견적 문의하기)
169
+
170
+ **White Secondary CTA**
171
+ - Background: `#ffffff`
172
+ - Text: `#171717`
173
+ - Border: 1px solid `#e4e4e7`
174
+ - Radius: 4px
175
+ - Padding: 14px 25px
176
+ - Font: 12px Pretendard SemiBold weight 600
177
+ - Height: 50px
178
+ - Use: Secondary actions (무료 체험하기, 서비스 소개서 다운로드)
179
+
180
+ ### Cards & Containers
181
+
182
+ **Product Feature Card**
183
+ - Background: `#fafafa`
184
+ - Text: `#27272a`
185
+ - Radius: 16px
186
+ - Padding: 16px
187
+ - Use: Hero product feature cards (채용 홈페이지 빌더, 다이렉트 소싱, 인재풀 구축)
188
+
189
+ **Zinc List Surface**
190
+ - Background: `#f4f4f5`
191
+ - Text: `#27272a`
192
+ - Radius: 8px
193
+ - Use: Light zinc list / menu surface and grouped tiles
194
+
195
+ **Pricing Plan Card**
196
+ - Background: `#001946`
197
+ - Text: `#ffffff`
198
+ - Radius: 30px
199
+ - Shadow: `rgba(255,255,255,0.12) 0px 0px 2px 0px inset`
200
+ - Use: Pricing plan cards on the deep navy proof band
201
+
202
+ ### Badges
203
+
204
+ **Eyebrow Pill**
205
+ - Background: `#ffffff`
206
+ - Text: `#0f0f0f`
207
+ - Radius: 50px
208
+ - Padding: 8px 20px
209
+ - Font: 12px Pretendard SemiBold weight 600
210
+ - Height: 32px
211
+ - Use: Eyebrow pill ("국내 1위 채용 관리 솔루션")
212
+
213
+ **Feature Tag**
214
+ - Background: `#ffffff`
215
+ - Text: `#0f0f0f`
216
+ - Border: 1px solid `#e4e4e7`
217
+ - Radius: 6px
218
+ - Padding: 8px 10px
219
+ - Font: 12px Pretendard SemiBold weight 600
220
+ - Height: 30px
221
+ - Use: Pricing feature tags (소규모 팀 추천, 커뮤니케이션, 캘린더 연동)
222
+
223
+ ### Navigation
224
+ - Background: `#ffffff`
225
+ - Text: `#171717`
226
+ - Font: 12px Pretendard SemiBold weight 600
227
+ - Radius: 4px (hover surface)
228
+ - Padding: 18px 12px
229
+ - Active: azure `#1890ff` text on active item
230
+ - Use: Top horizontal nav (왜 그리팅인가, 제품, 솔루션, 고객 사례, 가격, 유용한 자료)
231
+
232
+ ---
233
+
234
+ **Verified:** 2026-06-11 (omd:add-reference CREATE — Tier 1 live inspect)
235
+ **Tier 1 sources:** https://www.greetinghr.com, https://www.greetinghr.com/pricing, https://blog.greetinghr.com, https://www.doodlin.co.kr
236
+ **Tier 2 sources:** getdesign.md/greeting (no data) | styles.refero.design (no Greeting match — search returns Workable/other ATS, not Greeting)
237
+ **Conflicts unresolved:** none
238
+
239
+ ## 5. Layout Principles
240
+
241
+ ### Spacing System
242
+ - Base unit: ~4px
243
+ - Scale: 4px, 8px, 12px, 16px, 20px, 25px, 48px, 80px
244
+ - Notable: CTA buttons land at 14px×25px padding (50px tall); nav links at 18px×12px
245
+
246
+ ### Grid & Container
247
+ - Centered single-column hero with the azure accent word as the focal anchor
248
+ - Product features arranged as a row of `#fafafa` cards (16px radius)
249
+ - Sections alternate white (`#ffffff` / `#fcfcfc` / `#fafafa`) full-width bands
250
+ - The proof/pricing section flips to a deep navy (`#001946`) band carrying the giant Poppins numeral and 30px-radius plan cards
251
+
252
+ ### Whitespace Philosophy
253
+ - **Breathing room over density**: generous vertical rhythm (≈80px) between bands despite information-rich enterprise content.
254
+ - **Flat segmentation**: bands separate by background tint (white → `#fafafa` → navy `#001946`) and `#e4e4e7` hairlines, not by shadow.
255
+ - **Light-to-dark crescendo**: the layout builds from clean white product storytelling to a dramatic navy "by the numbers" band.
256
+
257
+ ### Border Radius Scale
258
+ - Small (4px): buttons — corporate, tight rectangles
259
+ - Medium (8px): zinc list/menu surfaces, eyebrow tag chips
260
+ - Large (16px): product feature cards
261
+ - XL (30px): pricing plan cards
262
+ - Pill (50px): eyebrow status pills
263
+
264
+ ## 6. Depth & Elevation
265
+
266
+ | Level | Treatment | Use |
267
+ |-------|-----------|-----|
268
+ | Flat (Level 0) | No shadow | Page background, nav, hero, most feature cards |
269
+ | Tint (Level 1) | `#fafafa` / `#f4f4f5` background shift | Card/section separation without elevation |
270
+ | Hairline (Level 2) | `1px solid #e4e4e7` border | White card/button outlines, dividers |
271
+ | Inset rim (Level 3) | `rgba(255,255,255,0.12) 0px 0px 2px 0px inset` | Pricing plan cards on the dark navy band |
272
+
273
+ **Shadow Philosophy**: Greeting is a near-shadowless system. Live inspection found `box-shadow: none` across the nav, hero, and feature cards. Depth and grouping are communicated through flat background tints (`#fafafa`, `#f4f4f5`) and thin `#e4e4e7` hairlines rather than drop shadows. The only elevation cue is a faint white inset rim (`rgba(255,255,255,0.12)`) on the pricing cards, which separates them from the deep navy `#001946` band without a heavy outer shadow. This keeps the enterprise UI feeling clean, fast, and modern.
274
+
275
+ ## 7. Do's and Don'ts
276
+
277
+ ### Do
278
+ - Use Pretendard SemiBold (weight 600) for every headline and label
279
+ - Use Pretendard Regular (400) for body and dense UI text
280
+ - Reserve azure (`#1890ff`) for the hero accent word and the header inquiry CTA — keep it the single colored action
281
+ - Use near-black (`#0f0f0f` / `#171717`) for primary persuasion CTAs
282
+ - Keep text on the cool zinc ladder (`#27272a` → `#71717a` → `#a1a1aa`)
283
+ - Use tight 4px-radius rectangular buttons — corporate, not pill-y
284
+ - Separate sections with background tint (`#fafafa`) and `#e4e4e7` hairlines, not shadows
285
+ - Flip to the deep navy band (`#001946`) for the proof/pricing crescendo
286
+ - Apply tight negative tracking that scales with size (-0.6px at 60px)
287
+ - Use Poppins for oversized billboard statistic numerals
288
+
289
+ ### Don't
290
+ - Use drop shadows for elevation — Greeting is a flat, shadow-free system
291
+ - Spread azure across many elements — it dilutes the single-action signal
292
+ - Use pill-shaped (50px) radius on buttons — buttons are tight 4px rectangles
293
+ - Use warm or playful colors — the palette is cool zinc + azure
294
+ - Set headlines in a light weight — display is always SemiBold (600)
295
+ - Use pure black (`#000000`) for body text — text rides the zinc ladder
296
+ - Use positive letter-spacing at display sizes — Greeting tracks tight
297
+ - Use Pretendard for the giant proof numerals — those are Poppins
298
+
299
+ ## 8. Responsive Behavior
300
+
301
+ ### Breakpoints
302
+ | Name | Width | Key Changes |
303
+ |------|-------|-------------|
304
+ | Mobile | <640px | Single column, hero headline compresses, feature cards stack |
305
+ | Tablet | 640-1024px | Moderate padding, 2-up feature cards |
306
+ | Desktop | 1024-1440px | Full layout, centered hero, multi-column feature/pricing bands |
307
+
308
+ ### Touch Targets
309
+ - Primary CTAs at 50px height — comfortably tappable
310
+ - Header inquiry CTA at 36px height
311
+ - Nav links with 18px×12px padding within the header
312
+
313
+ ### Collapsing Strategy
314
+ - Hero: 60px accent word + 48px headline scale down on mobile, weight 600 maintained
315
+ - Feature card row: multi-column → stacked single column
316
+ - Pricing plan cards: side-by-side → stacked, 30px radius maintained
317
+ - Deep navy proof band: full-width treatment with the big numeral scaling down
318
+
319
+ ### Image Behavior
320
+ - Product screenshots carry no shadow at any size, consistent with the flat system
321
+ - Cards maintain 16px radius across breakpoints
322
+
323
+ ## 9. Agent Prompt Guide
324
+
325
+ ### Quick Color Reference
326
+ - Primary accent / CTA: Greeting Azure (`#1890ff`)
327
+ - Dark CTA: Ink Black (`#0f0f0f`) / Ink Soft (`#171717`)
328
+ - Dark band: Deep Navy (`#001946`)
329
+ - Heading text: Heading (`#27272a`)
330
+ - Body text: Body (`#3f3f46`)
331
+ - Muted text: Muted (`#71717a`) / Faint (`#a1a1aa`)
332
+ - Background: Pure White (`#ffffff`)
333
+ - Surfaces: `#fafafa`, `#f4f4f5`
334
+ - Hairline: `#e4e4e7`
335
+ - Success: `#4ba63d`
336
+
337
+ ### Example Component Prompts
338
+ - "Create a hero on white background. Eyebrow pill: white bg, 50px radius, 8px 20px padding, 12px Pretendard SemiBold, '국내 1위 채용 관리 솔루션'. Headline 48px Pretendard SemiBold weight 600, line-height 1.30, letter-spacing -0.48px, color #171717 — with the accent word '채용 성공' at 60px in azure #1890ff."
339
+ - "Design a product feature card: #fafafa background, 16px radius, 16px padding, no shadow. Title 20px Pretendard SemiBold, letter-spacing -0.4px, #27272a. Body 12px Pretendard Regular, #3f3f46."
340
+ - "Build a CTA row: primary dark button (#0f0f0f bg, white text, 4px radius, 14px 25px padding, 12px Pretendard SemiBold) + secondary white button (#ffffff bg, #171717 text, 1px solid #e4e4e7 border, 4px radius)."
341
+ - "Create a proof band: deep navy #001946 full-width. Giant numeral '10,000+' in Poppins at 175px, white, letter-spacing -8.74px. Below, pricing plan cards: #001946 bg, 30px radius, faint white inset rim rgba(255,255,255,0.12) 0 0 2px inset."
342
+
343
+ ### Iteration Guide
344
+ 1. Pretendard SemiBold (600) for every headline; Pretendard Regular (400) for body
345
+ 2. Azure (`#1890ff`) is the single accent — reserve it for the hero word + inquiry CTA
346
+ 3. Primary persuasion buttons are near-black (`#0f0f0f`), not colored
347
+ 4. No shadows — separate with `#fafafa` tint and `#e4e4e7` hairlines
348
+ 5. Buttons are tight 4px rectangles; cards 16px; pricing 30px
349
+ 6. Text rides the zinc ladder (`#27272a` → `#71717a` → `#a1a1aa`), never pure black
350
+ 7. Build to the deep navy band (`#001946`) for the proof/pricing crescendo
351
+
352
+ ---
353
+
354
+ ## 10. Voice & Tone
355
+
356
+ Greeting's voice is **confident, professional, and outcome-oriented** — an enterprise HR guide that frames recruiting not as administrative drudgery but as a strategic path to "채용 성공" (recruitment success). The hero line "채용 관리를 넘어 채용 성공으로" ("Beyond recruitment management, toward recruitment success") sets the register: it positions the product above mere tooling, promising an outcome. Copy speaks to HR practitioners and talent teams as capable professionals, leaning on proof ("국내 1위", "10,000+ 기업") rather than hype, and decoding the recruiting workflow into clear, named steps (모집 → 선발, 다이렉트 소싱, 인재풀 구축).
357
+
358
+ | Context | Tone |
359
+ |---|---|
360
+ | Hero headline | Outcome-framed, confident. "채용 관리를 넘어 채용 성공으로." Promise over feature. |
361
+ | Proof / stats | Quietly authoritative. "국내 1위 채용 관리 솔루션", "10,000+ 기업이 그리팅과 함께합니다." |
362
+ | Feature labels | Plain and functional. "다이렉트 소싱", "인재풀 구축", "채용 홈페이지 빌더". |
363
+ | CTAs | Direct, low-pressure. "무료 체험하기", "도입 문의하기", "1:1 맞춤 상담받기". |
364
+ | Section titles | Strategy-framed. "유연한 모집 전략", "데이터 기반 운영 · 최적화". |
365
+
366
+ **Voice samples (verbatim from live homepage):**
367
+ - "채용 관리를 넘어 채용 성공으로" — hero headline (outcome-framed promise). *(verified live 2026-06-11)*
368
+ - "국내 1위 채용 관리 솔루션" — eyebrow / positioning claim. *(verified live 2026-06-11)*
369
+ - "성과를 만드는 인재, 전략에 구애받지 말고 확보하세요" — section headline (strategic empowerment). *(verified live 2026-06-11)*
370
+
371
+ **Forbidden register**: aggressive sales urgency, exclamation-heavy hype, undefined HR jargon left unexplained, casual/cutesy consumer tone that undercuts enterprise trust.
372
+
373
+ ## 11. Brand Narrative
374
+
375
+ Greeting (그리팅) is the flagship product of **두들린 (Doodlin)**, a Korean HR-tech company building software to fix a structural pain in Korean hiring: recruiting workflows scattered across email, spreadsheets, and disconnected tools, with no system of record from sourcing through selection. Greeting consolidates that workflow into a single applicant-tracking system (ATS) — "모집부터 선발까지, 수시부터 대규모 채용까지 그리팅 하나로" (from sourcing to selection, from rolling to large-scale hiring, all in one Greeting).
376
+
377
+ The product has grown into what the company describes as Korea's #1 recruitment-management solution, with **10,000+ companies** using it (per the homepage's "*2026년 1월 그리팅 이용 고객사" footnote). Its positioning thesis — "채용 관리를 넘어 채용 성공으로" — reframes the category from passive applicant-tracking into active recruiting outcomes: not just managing who applied, but helping teams source proactively (다이렉트 소싱), build talent pools (인재풀 구축), and run structured, data-driven evaluation.
378
+
379
+ What Greeting refuses, visible in its design: the heavy, dated chrome of enterprise HR legacy software (no shadow-stacked panels, no institutional gradients), and the gimmicky over-coloring of consumer apps. What it embraces: a clean white product canvas, a cool zinc type ladder, a single disciplined azure accent, and a confident navy "by the numbers" band — an enterprise tool that signals competence and trust without intimidation.
380
+
381
+ ## 12. Principles
382
+
383
+ 1. **Outcome over administration.** The product is sold as 채용 성공 (recruitment success), not just management. *UI implication:* lead with outcome-framed headlines and proof metrics; keep feature lists secondary to the promise.
384
+ 2. **Proof over hype.** Authority comes from "국내 1위" and "10,000+", not exclamation marks. *UI implication:* give proof numbers billboard scale (Poppins 175px on the navy band); keep copy calm and declarative.
385
+ 3. **One disciplined accent.** Azure (`#1890ff`) means "the action / the promise." *UI implication:* reserve azure for the hero accent word and the inquiry CTA; use near-black for other CTAs so the blue stays meaningful.
386
+ 4. **Flat and clean.** Modern enterprise clarity beats decorative depth. *UI implication:* no shadows; separate with tint and hairlines; keep the page fast and scannable.
387
+ 5. **Decode the workflow.** Recruiting is broken into clearly named, approachable steps. *UI implication:* label every stage plainly (모집, 다이렉트 소싱, 인재풀, 평가, 데이터 분석) so the product feels comprehensible.
388
+
389
+ ## 13. Personas
390
+
391
+ *Personas below are fictional archetypes informed by publicly observable Greeting user segments (Korean HR/talent-acquisition teams), not individual people.*
392
+
393
+ **박지현, 34, 서울.** An in-house HR manager at a mid-size company running both rolling and large-scale hiring. Tired of tracking applicants across email and spreadsheets; values one system of record from sourcing to selection. Chose Greeting because it consolidated the whole workflow.
394
+
395
+ **김도윤, 29, 경기.** A talent-acquisition lead focused on proactive sourcing. Uses 다이렉트 소싱 and 인재풀 구축 to reach candidates before they apply. Appreciates that the tool makes proactive recruiting feel structured rather than ad-hoc.
396
+
397
+ **이서연, 41, 서울.** A people-ops leader evaluating ATS vendors for the org. Wants proof (국내 1위, 10,000+ 고객사) and a clean, trustworthy interface she can present to executives. Trusts the calm, enterprise tone over flashier competitors.
398
+
399
+ ## 14. States
400
+
401
+ | State | Treatment |
402
+ |---|---|
403
+ | **Empty (no candidates yet)** | White canvas. Single Heading (`#27272a`) line explaining no applicants yet, with one azure CTA to post a job or import. No illustration clutter. |
404
+ | **Empty (no talent pool)** | Muted (`#71717a`) single line: nothing in the pool yet, plus a path to 인재풀 구축. Honest, calm. |
405
+ | **Loading (list fetch)** | Skeleton rows on `#fafafa` surface at final card dimensions, 16px radius. Flat pulse, no shadow shimmer — consistent with the shadowless system. |
406
+ | **Loading (action submit)** | Inline spinner within the dark CTA; previous state stays visible. |
407
+ | **Error (load failed)** | Inline message in Heading color with a plain-language explanation and a retry. Never a bare "오류가 발생했습니다" — states the next step. |
408
+ | **Error (form validation)** | Field-level message below the input describing what's valid, not just "필수". |
409
+ | **Success (action complete)** | Brief inline confirmation, optionally with the `#4ba63d` success mark; next-step linked immediately below. No celebratory excess. |
410
+ | **Skeleton** | `#f4f4f5` / `#fafafa` blocks at final dimensions, 16px radius, flat pulse. |
411
+ | **Disabled** | Disabled text (`#d4d4d8`) on reduced-opacity surface; azure actions fade rather than turn grey to preserve brand read. |
412
+
413
+ ## 15. Motion & Easing
414
+
415
+ **Durations**:
416
+
417
+ | Token | Value | Use |
418
+ |---|---|---|
419
+ | `motion-fast` | 120ms | Hover, button press, focus |
420
+ | `motion-standard` | 200ms | Card/section reveal, dropdown, menu |
421
+ | `motion-slow` | 320ms | Page-level transitions, band reveal |
422
+
423
+ **Easings**:
424
+
425
+ | Token | Curve | Use |
426
+ |---|---|---|
427
+ | `ease-enter` | `cubic-bezier(0.2, 0.6, 0.25, 1)` | Arriving — cards, menus, panels |
428
+ | `ease-exit` | `cubic-bezier(0.4, 0.0, 1, 1)` | Dismissals |
429
+ | `ease-standard` | `cubic-bezier(0.25, 0.1, 0.25, 1)` | Two-way transitions |
430
+
431
+ **Motion rules**: Motion is functional and quiet — consistent with the flat, clean enterprise aesthetic. Buttons respond to hover with a subtle background shift (azure `#1890ff` → `#2c93f2`, dark `#0f0f0f` → `#171717`); feature cards and bands fade-in from below at `motion-standard / ease-enter`. No bounce or spring — an enterprise recruiting product signals steadiness, not playfulness. Under `prefers-reduced-motion: reduce`, all transitions collapse to instant; the product remains fully functional.
432
+
433
+ <!--
434
+ OmD v0.1 Sources — Philosophy Layer (sections 10–15)
435
+
436
+ Tier 1 live inspect (2026-06-11) via playwright getComputedStyle on https://www.greetinghr.com and /pricing:
437
+ - Hero accent "채용 성공" — Pretendard SemiBold 60px / weight 600 / -0.6px / color rgb(24,144,255) #1890ff
438
+ - Section headline "성과를 만드는 인재, 전략에 구애받지 말고 확보하세요" — 48px / 600 / -0.48px / rgb(23,23,23) #171717
439
+ - Feature card H3 "지원자를 사로잡는 첫인상, 채용 홈페이지로부터" — 28px / 600 / -0.56px / rgb(39,39,42) #27272a
440
+ - Eyebrow pill "국내 1위 채용 관리 솔루션" — white bg, 50px radius, 8px 20px padding
441
+ - Header CTA "도입 문의" — bg rgb(24,144,255) #1890ff / radius 4px / height 36px
442
+ - Dark CTA "도입 문의하기" / "견적 문의하기" — bg rgb(15,15,15) #0f0f0f & rgb(23,23,23) #171717 / radius 4px / 14px 25px
443
+ - Big numeral "10,000+" — Poppins ~175px / -8.74px / white on navy rgb(0,25,70) #001946
444
+ - Pricing card — bg navy #001946 / radius 30px / inset rim rgba(255,255,255,0.12) 0 0 2px inset
445
+ - box-shadow: none across nav/hero/feature cards (shadowless system)
446
+ - document.title: "그리팅 | 채용 성공을 위한, 국내 1위 채용 관리 솔루션"
447
+
448
+ Token-level claims (§1-9) are sourced from this live inspection.
449
+
450
+ Voice samples (§10) are verbatim from the live homepage and blog title.
451
+
452
+ Brand narrative (§11): Greeting (그리팅) is operated by 두들린 (Doodlin) — confirmed via doodlin.co.kr
453
+ (operator careers page lists [그리팅] roles). "10,000+" and "국내 1위" are from the homepage; the operator
454
+ relationship is from the operator's own site. Specifics beyond these surfaces are general public knowledge,
455
+ not directly quoted from a verified company statement in this turn.
456
+
457
+ Personas (§13) are fictional archetypes informed by publicly observable Greeting user segments
458
+ (Korean HR/TA teams). Names are illustrative; they do not refer to real people.
459
+
460
+ Interpretive claims (e.g., "outcome over administration", "light-to-dark crescendo") are editorial readings
461
+ connecting Greeting's observed design to its positioning, not directly sourced Greeting statements.
462
+ -->