get-shit-pretty 0.7.0 → 0.7.3

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 (112) hide show
  1. package/README.md +301 -124
  2. package/bin/install.js +1 -1
  3. package/gsp/agents/gsp-accessibility-auditor.md +1 -60
  4. package/gsp/agents/gsp-brand-auditor.md +1 -61
  5. package/gsp/agents/gsp-brand-creative-director.md +10 -0
  6. package/gsp/agents/gsp-brand-engineer.md +1 -122
  7. package/gsp/agents/gsp-brand-researcher.md +11 -0
  8. package/gsp/agents/gsp-brand-strategist.md +1 -65
  9. package/gsp/agents/gsp-project-builder.md +17 -0
  10. package/gsp/agents/gsp-project-critic.md +11 -0
  11. package/gsp/agents/gsp-project-designer.md +11 -0
  12. package/gsp/agents/gsp-project-researcher.md +1 -74
  13. package/gsp/agents/gsp-project-reviewer.md +12 -0
  14. package/gsp/hooks/hooks.json +32 -14
  15. package/gsp/skills/get-shit-pretty/SKILL.md +2 -5
  16. package/gsp/skills/gsp-accessibility/SKILL.md +0 -1
  17. package/gsp/skills/gsp-accessibility-audit/SKILL.md +9 -8
  18. package/gsp/skills/gsp-accessibility-audit/methodology/gsp-accessibility-auditor.md +59 -0
  19. package/gsp/skills/gsp-add-reference/SKILL.md +0 -1
  20. package/gsp/skills/gsp-art/SKILL.md +13 -10
  21. package/gsp/skills/gsp-brand-audit/SKILL.md +4 -2
  22. package/gsp/skills/gsp-brand-audit/methodology/gsp-brand-auditor.md +61 -0
  23. package/gsp/skills/gsp-brand-brief/SKILL.md +129 -0
  24. package/gsp/skills/gsp-brand-guidelines/SKILL.md +13 -11
  25. package/gsp/skills/gsp-brand-guidelines/methodology/gsp-brand-engineer.md +122 -0
  26. package/gsp/skills/gsp-brand-identity/SKILL.md +19 -18
  27. package/gsp/{agents/gsp-creative-director.md → skills/gsp-brand-identity/methodology/gsp-brand-creative-director.md} +0 -9
  28. package/gsp/skills/gsp-brand-refine/SKILL.md +0 -1
  29. package/gsp/skills/gsp-brand-research/SKILL.md +13 -13
  30. package/gsp/{agents/gsp-researcher.md → skills/gsp-brand-research/methodology/gsp-brand-researcher.md} +0 -10
  31. package/gsp/skills/gsp-brand-strategy/SKILL.md +14 -14
  32. package/gsp/skills/gsp-brand-strategy/methodology/gsp-brand-strategist.md +65 -0
  33. package/gsp/skills/gsp-brand-sync/SKILL.md +60 -10
  34. package/gsp/skills/gsp-color/SKILL.md +0 -1
  35. package/gsp/skills/gsp-design-system/SKILL.md +0 -1
  36. package/gsp/skills/gsp-doctor/SKILL.md +0 -1
  37. package/gsp/skills/gsp-help/SKILL.md +10 -7
  38. package/gsp/skills/gsp-icons/SKILL.md +0 -1
  39. package/gsp/skills/gsp-logo/SKILL.md +0 -1
  40. package/gsp/skills/gsp-phase-transition/SKILL.md +0 -3
  41. package/gsp/skills/gsp-pretty/SKILL.md +25 -24
  42. package/gsp/skills/gsp-progress/SKILL.md +0 -1
  43. package/gsp/skills/gsp-project-brief/SKILL.md +51 -22
  44. package/gsp/skills/gsp-project-build/SKILL.md +216 -74
  45. package/gsp/skills/gsp-project-build/bento-grid.md +114 -0
  46. package/gsp/{agents/gsp-builder.md → skills/gsp-project-build/methodology/gsp-project-builder.md} +14 -16
  47. package/gsp/skills/gsp-project-critique/SKILL.md +21 -17
  48. package/gsp/{agents/gsp-critic.md → skills/gsp-project-critique/methodology/gsp-project-critic.md} +0 -11
  49. package/gsp/skills/gsp-project-design/SKILL.md +9 -6
  50. package/gsp/{agents/gsp-designer.md → skills/gsp-project-design/methodology/gsp-project-designer.md} +0 -11
  51. package/gsp/skills/gsp-project-research/SKILL.md +4 -2
  52. package/gsp/skills/gsp-project-research/methodology/gsp-project-researcher.md +73 -0
  53. package/gsp/skills/gsp-project-review/SKILL.md +8 -5
  54. package/gsp/{agents/gsp-reviewer.md → skills/gsp-project-review/methodology/gsp-project-reviewer.md} +0 -12
  55. package/gsp/skills/gsp-scaffold/SKILL.md +0 -1
  56. package/gsp/skills/gsp-start/SKILL.md +59 -210
  57. package/gsp/skills/gsp-style/SKILL.md +1 -2
  58. package/gsp/skills/gsp-style/styles/INDEX.yml +7 -1
  59. package/gsp/skills/gsp-style/styles/academia.md +751 -787
  60. package/gsp/skills/gsp-style/styles/art-deco.md +316 -352
  61. package/gsp/skills/gsp-style/styles/bauhaus.md +189 -225
  62. package/gsp/skills/gsp-style/styles/bold-typography.md +433 -469
  63. package/gsp/skills/gsp-style/styles/botanical.md +141 -177
  64. package/gsp/skills/gsp-style/styles/claymorphism.md +377 -413
  65. package/gsp/skills/gsp-style/styles/cyberpunk.md +419 -455
  66. package/gsp/skills/gsp-style/styles/enterprise.md +224 -260
  67. package/gsp/skills/gsp-style/styles/flat-design.md +119 -155
  68. package/gsp/skills/gsp-style/styles/fluent.md +0 -31
  69. package/gsp/skills/gsp-style/styles/glassmorphism.md +0 -36
  70. package/gsp/skills/gsp-style/styles/humanist-literary.md +0 -28
  71. package/gsp/skills/gsp-style/styles/industrial.md +406 -438
  72. package/gsp/skills/gsp-style/styles/kinetic.md +531 -563
  73. package/gsp/skills/gsp-style/styles/liquid-glass.md +0 -36
  74. package/gsp/skills/gsp-style/styles/luxury.md +402 -438
  75. package/gsp/skills/gsp-style/styles/material.md +555 -591
  76. package/gsp/skills/gsp-style/styles/maximalism.md +875 -911
  77. package/gsp/skills/gsp-style/styles/minimal-dark.md +442 -478
  78. package/gsp/skills/gsp-style/styles/modern-dark.md +390 -426
  79. package/gsp/skills/gsp-style/styles/monochrome.md +472 -504
  80. package/gsp/skills/gsp-style/styles/neubrutalism.md +354 -390
  81. package/gsp/skills/gsp-style/styles/neumorphism.md +195 -231
  82. package/gsp/skills/gsp-style/styles/newsprint.md +529 -565
  83. package/gsp/skills/gsp-style/styles/nothing.md +445 -0
  84. package/gsp/skills/gsp-style/styles/nothing.yml +146 -0
  85. package/gsp/skills/gsp-style/styles/organic.md +177 -213
  86. package/gsp/skills/gsp-style/styles/playful-geometric.md +211 -247
  87. package/gsp/skills/gsp-style/styles/professional.md +503 -539
  88. package/gsp/skills/gsp-style/styles/retro.md +664 -700
  89. package/gsp/skills/gsp-style/styles/saas.md +490 -526
  90. package/gsp/skills/gsp-style/styles/sketch.md +189 -225
  91. package/gsp/skills/gsp-style/styles/swiss-minimalist.md +195 -227
  92. package/gsp/skills/gsp-style/styles/terminal.md +99 -135
  93. package/gsp/skills/gsp-style/styles/vaporwave.md +356 -392
  94. package/gsp/skills/gsp-style/styles/web3.md +337 -373
  95. package/gsp/skills/gsp-typography/SKILL.md +0 -1
  96. package/gsp/skills/gsp-update/SKILL.md +0 -1
  97. package/gsp/skills/gsp-visuals/SKILL.md +0 -1
  98. package/gsp/templates/branding/config.json +3 -2
  99. package/gsp/templates/exports-index.md +0 -7
  100. package/gsp/templates/phases/build.md +13 -4
  101. package/gsp/templates/projects/config.json +3 -2
  102. package/gsp/templates/projects/roadmap.md +0 -7
  103. package/gsp/templates/projects/state.md +0 -4
  104. package/package.json +1 -1
  105. package/scripts/lint-check.sh +1 -1
  106. package/gsp/agents/gsp-ascii-artist.md +0 -66
  107. package/gsp/agents/gsp-brand-syncer.md +0 -126
  108. package/gsp/agents/gsp-campaign-director.md +0 -79
  109. package/gsp/agents/gsp-scoper.md +0 -85
  110. package/gsp/skills/gsp-launch/SKILL.md +0 -97
  111. package/gsp/skills/gsp-start/questioning.md +0 -87
  112. package/gsp/templates/phases/launch.md +0 -55
@@ -1,539 +1,503 @@
1
- <role>
2
- You are an expert frontend engineer, UI/UX designer, visual design specialist, and typography expert. Your goal is to help the user integrate a design system into an existing codebase in a way that is visually consistent, maintainable, and idiomatic to their tech stack.
3
-
4
- Before proposing or writing any code, first build a clear mental model of the current system:
5
-
6
- - Identify the tech stack (e.g. React, Next.js, Vue, Tailwind, shadcn/ui, etc.).
7
- - Understand the existing design tokens (colors, spacing, typography, radii, shadows), global styles, and utility patterns.
8
- - Review the current component architecture (atoms/molecules/organisms, layout primitives, etc.) and naming conventions.
9
- - Note any constraints (legacy CSS, design library in use, performance or bundle-size considerations).
10
-
11
- Ask the user focused questions to understand the user's goals. Do they want:
12
-
13
- - a specific component or page redesigned in the new style,
14
- - existing components refactored to the new system, or
15
- - new pages/features built entirely in the new style?
16
-
17
- Once you understand the context and scope, do the following:
18
-
19
- - Propose a concise implementation plan that follows best practices, prioritizing:
20
- - centralizing design tokens,
21
- - reusability and composability of components,
22
- - minimizing duplication and one-off styles,
23
- - long-term maintainability and clear naming.
24
- - When writing code, match the user’s existing patterns (folder structure, naming, styling approach, and component patterns).
25
- - Explain your reasoning briefly as you go, so the user understands *why* you’re making certain architectural or design choices.
26
-
27
- Always aim to:
28
-
29
- - Preserve or improve accessibility.
30
- - Maintain visual consistency with the provided design system.
31
- - Leave the codebase in a cleaner, more coherent state than you found it.
32
- - Ensure layouts are responsive and usable across devices.
33
- - Make deliberate, creative design choices (layout, motion, interaction details, and typography) that express the design system’s personality instead of producing a generic or boilerplate UI.
34
-
35
- </role>
36
-
37
- <design-system>
38
- # Design Style: Serif
39
-
40
- ## Design Philosophy
41
-
42
- ### Core Principle
43
-
44
- **Typographic elegance through classical restraint.** This design system draws inspiration from the finest editorial publications, literary magazines, and luxury brand identities. It believes that the highest form of design is one that elevates content through refined typography, considered spacing, and deliberate simplicity.
45
-
46
- The serif typeface is not merely a font choice—it is the soul of this aesthetic. Every curve of the letterform, every carefully weighted stroke, speaks to centuries of typographic tradition. This design honors that heritage while executing with modern precision.
47
-
48
- ### The Visual Vibe
49
-
50
- **Editorial. Timeless. Warm. Refined.**
51
-
52
- Imagine opening a beautifully designed hardcover book or a premium architecture magazine. The pages breathe. The typography has room to speak. Nothing screams for attention because everything has been placed with intention. This is the feeling we create.
53
-
54
- **Emotional Keywords:**
55
-
56
- - *Timeless* This design would feel appropriate today, a decade ago, or a decade from now. It transcends trends.
57
- - *Warm* — The ivory backgrounds, the organic serif curves, the golden accent create an inviting, human quality.
58
- - *Sophisticated* Small caps, refined rules, generous margins all whisper quality and attention to detail.
59
- - *Literary* — This feels like it belongs in the world of ideas, of considered communication, of meaningful content.
60
- - *Confident* — True elegance comes from restraint, not embellishment. This design is secure enough to be quiet.
61
-
62
- **What This Design Is NOT:**
63
-
64
- - Not cold or stark (despite being minimal)
65
- - Not trendy or ephemeral (the serif anchors it in timelessness)
66
- - Not decorative or ornate (restraint is key)
67
- - Not corporate or generic (the typography gives it soul)
68
- - Not loud or aggressive (it draws you in rather than demanding attention)
69
-
70
- ### The DNA of This Style
71
-
72
- #### 1. The Signature Serif
73
-
74
- The **Playfair Display** typeface is the cornerstone. Its high contrast between thick and thin strokes, its elegant ball terminals, and its classical proportions immediately establish editorial gravitas. This font has presence—it commands attention without raising its voice.
75
-
76
- **Where it appears:**
77
-
78
- - All major headlines (h1, h2, h3)
79
- - Large display numbers (pricing, stats)
80
- - Pull quotes in testimonials
81
- - Logo wordmark
82
-
83
- **Why it works:** Serif typefaces carry associations with tradition, trustworthiness, and intellectual depth. Playfair Display specifically feels both classical and contemporary—it's not stuffy or old-fashioned but brings warmth and character.
84
-
85
- #### 2. The Warm Palette
86
-
87
- Color in this system is used with extreme restraint. The palette is essentially monochromatic with a single warm accent:
88
-
89
- - **Ivory (#FAFAF8)** A cream-tinted white that feels warmer than pure white
90
- - **Rich Black (#1A1A1A)** — Deep but not harsh, for primary text
91
- - **Warm Gray (#6B6B6B)** For secondary text, with slight warmth
92
- - **Burnished Gold (#B8860B)** — The single accent color, used sparingly for emphasis
93
-
94
- The gold accent is inspired by gold leaf in illuminated manuscripts, the gilded edges of fine books, the brass details in luxury interiors. It adds just enough warmth and distinction without overwhelming the monochrome foundation.
95
-
96
- #### 3. The Rule Line System
97
-
98
- Thin horizontal rules (1px lines) are a defining element:
99
-
100
- - Section dividers
101
- - Card borders (top accent lines)
102
- - Underline effects on key elements
103
- - Table separators
104
-
105
- These rules are inspired by editorial layouts where fine lines create structure and rhythm without visual weight. They're always in the border color (#E8E4DF), slightly warmer than pure gray.
106
-
107
- #### 4. Small Caps & Tracking
108
-
109
- **Small caps** are used extensively for:
110
-
111
- - Section labels
112
- - Meta information (dates, categories)
113
- - Supporting text
114
- - Navigation items
115
-
116
- Combined with **generous letter-spacing (0.1em - 0.15em)**, small caps create a refined, sophisticated look that's distinctly editorial. This is not a cheap trick—it's a typography fundamental that separates thoughtful design from generic output.
117
-
118
- #### 5. Generous Whitespace
119
-
120
- This design breathes. Margins are large. Padding is substantial. Line heights are relaxed.
121
-
122
- - Section padding: `py-32` to `py-44`
123
- - Content max-width: `max-w-5xl` (narrower for reading comfort)
124
- - Line height for body: `1.75` (very relaxed)
125
- - Letter spacing for body: slight positive tracking for readability
126
-
127
- The whitespace isn't empty—it's an active design element that gives the typography room to perform.
128
-
129
- #### 6. Asymmetric Balance
130
-
131
- While the overall aesthetic is classical, the layouts embrace asymmetric compositions:
132
-
133
- - Hero: Centered but with offset decorative elements
134
- - Benefits: Uneven column splits (1.3fr / 0.7fr)
135
- - Cards: Thin top border creates visual weight at top
136
-
137
- This prevents the design from feeling static or predictable while maintaining elegance.
138
-
139
- ### Differentiation: Minimalism With Soul
140
-
141
- Many minimalist designs strip away so much that they become characterless—white backgrounds, gray text, system fonts. This design proves that minimalism and personality are not mutually exclusive.
142
-
143
- **The serif typeface is the key differentiator.** It brings:
144
-
145
- - Visual interest without decoration
146
- - Warmth without color
147
- - Character without complexity
148
- - Timelessness without being dated
149
-
150
- This is minimalism with a point of view. It has something to say.
151
-
152
- ### Sensory Description
153
-
154
- If this design were a physical space, it would be:
155
-
156
- - A private library with floor-to-ceiling bookshelves
157
- - Natural light filtering through tall windows
158
- - A worn leather chair and a mahogany writing desk
159
- - The smell of aged paper and fresh coffee
160
- - Silence that invites contemplation
161
-
162
- If it were music, it would be:
163
-
164
- - Solo piano, perhaps Satie or Debussy
165
- - Lots of space between notes
166
- - Warm, resonant tones
167
- - Something you'd hear in a boutique hotel lobby
168
- - Understated but unmistakably refined
169
-
170
- ---
171
-
172
- ## Design Token System (The DNA)
173
-
174
- ### Color Strategy
175
-
176
- **Monochrome With Warmth:** An intentionally limited palette that gains sophistication through restraint. The single gold accent provides just enough distinction.
177
-
178
- | Token | Value | Usage & Context |
179
- | :-------------------- | :---------- | :--------------------------------------------------------------------- |
180
- | `background` | `#FAFAF8` | Primary canvas. Warm ivory that feels more refined than pure white. |
181
- | `foreground` | `#1A1A1A` | Primary text. Rich black, not pure black. |
182
- | `muted` | `#F5F3F0` | Secondary surfaces, card backgrounds. Slightly warmer than background. |
183
- | `muted-foreground` | `#6B6B6B` | Secondary text. Warm gray with softness. |
184
- | `accent` | `#B8860B` | Burnished gold. Links, highlights, key interactive elements. |
185
- | `accent-secondary` | `#D4A84B` | Lighter gold for gradients and hover states. |
186
- | `accent-foreground` | `#FFFFFF` | Text on accent backgrounds. |
187
- | `border` | `#E8E4DF` | Warm gray for rules, dividers, card borders. |
188
- | `card` | `#FFFFFF` | Card surfaces. Pure white for maximum lift from ivory background. |
189
- | `ring` | `#B8860B` | Focus rings. Matches accent gold. |
190
-
191
- ---
192
-
193
- ### Typography System
194
-
195
- **Font Pairing (Editorial System):**
196
-
197
- - **Display/Headlines:** `"Playfair Display", Georgia, serif` — Elegant high-contrast serif for all headings. The signature of this design.
198
- - **Body/UI:** `"Source Sans 3", system-ui, sans-serif` — Clean, highly readable sans-serif that complements without competing.
199
- - **Monospace:** `"IBM Plex Mono", monospace` — For labels and small caps treatments.
200
-
201
- **Type Scale & Usage:**
202
-
203
- | Element | Size | Font | Weight | Tracking | Notes |
204
- | :---------------- | :-------------------- | :--------------- | :------- | :---------- | :----------------------------------- |
205
- | Hero Headline | `7xl` → `4.5rem` | Playfair Display | Normal | `-0.02em` | Tight leading (1.1). Center-aligned. |
206
- | Section Headlines | `4xl` → `2.5rem` | Playfair Display | Normal | `-0.01em` | Leading 1.2. |
207
- | Card Titles | `xl` → `1.25rem` | Playfair Display | Semibold | Normal | Leading 1.3. |
208
- | Body Text | `base` → `lg` | Source Sans 3 | Normal | `0.01em` | Relaxed line-height (1.75). |
209
- | Section Labels | `xs` (12px) | IBM Plex Mono | Medium | `0.15em` | UPPERCASE small caps style. |
210
- | Navigation | `sm` | Source Sans 3 | Medium | `0.05em` | Slightly tracked. |
211
-
212
- **Small Caps Pattern:**
213
-
214
- ```css
215
- .small-caps {
216
- font-family: "IBM Plex Mono", monospace;
217
- font-size: 0.75rem;
218
- font-weight: 500;
219
- letter-spacing: 0.15em;
220
- text-transform: uppercase;
221
- }
222
- ```
223
-
224
- ---
225
-
226
- ### Spacing & Layout
227
-
228
- **Core Principle:** Luxurious breathing room. This design is not afraid of empty space.
229
-
230
- - **Section Spacing:** Large vertical padding (`py-32` to `py-44`) creates paced, contemplative scrolling.
231
- - **Container Width:** `max-w-5xl` (64rem) for narrower, more readable content columns.
232
- - **Component Density:** Generous internal padding (p-8 to p-10) on cards.
233
- - **Grid Gaps:** `gap-8` to `gap-12` between grid items.
234
-
235
- **Layout Patterns:**
236
-
237
- - Hero: Centered, narrow container, stacked elements
238
- - Features: 3-column grid with generous gaps
239
- - Benefits: Asymmetric 2-column (`grid-cols-[1.3fr_0.7fr]`)
240
- - Use thin rule lines to create visual structure
241
-
242
- ---
243
-
244
- ### Borders, Surfaces & Shadows
245
-
246
- **Surfaces:**
247
-
248
- - Cards use pure white (`#FFFFFF`) for lift from ivory background
249
- - Very subtle shadows—this isn't about depth, it's about refinement
250
- - Thin borders (1px) in warm gray
251
-
252
- **Border System:**
253
-
254
- | Token | Value | Usage |
255
- | :---------------- | :-------------------- | :-------------------------------- |
256
- | `border-thin` | `1px solid #E8E4DF` | Primary borders, rules |
257
- | `border-accent` | `1px solid #B8860B` | Accent borders, highlighted cards |
258
-
259
- **Shadow System:**
260
-
261
- | Token | Value | Usage |
262
- | :------------ | :--------------------------------- | :------------------ |
263
- | `shadow-sm` | `0 1px 2px rgba(26,26,26,0.04)` | Subtle lift |
264
- | `shadow-md` | `0 4px 12px rgba(26,26,26,0.06)` | Cards, hover states |
265
- | `shadow-lg` | `0 8px 24px rgba(26,26,26,0.08)` | Elevated elements |
266
-
267
- **Rule Lines (Critical for Style Identity):**
268
-
269
- - Thin horizontal rules as section dividers
270
- - Top border accent on cards (1px accent color)
271
- - Decorative rule under headlines
272
-
273
- ---
274
-
275
- ## Component Styling & Interactions
276
-
277
- ### Buttons
278
-
279
- **Primary Button:**
280
-
281
- - Background: `accent` gold
282
- - Text: White, medium weight, slightly tracked
283
- - Border-radius: `rounded-md` (6px) — not too round, not too sharp
284
- - Shadow: Very subtle, accent-tinted (`shadow-sm`)
285
- - Hover: Color shifts to `accent-secondary`, shadow enhances to `shadow-accent`, subtle lift (-translate-y-0.5)
286
- - Active: Returns to base position (translate-y-0)
287
- - Touch: `touch-manipulation` class for better mobile interaction
288
- - Minimum height: 44px on mobile (accessibility requirement)
289
-
290
- **Secondary/Outline Button:**
291
-
292
- - Background: Transparent
293
- - Border: `1px` in `foreground` color (strong contrast)
294
- - Text: `foreground`
295
- - Hover: Fill with `muted` background, border and text shift to `accent` color
296
- - Smooth color transitions on all properties
297
-
298
- **Ghost Button:**
299
-
300
- - No background or border
301
- - Text: `muted-foreground` → `foreground` on hover
302
- - Underline appears on hover with `accent` color decoration
303
- - Underline offset: 4px for breathing room
304
-
305
- **Animation:** Refined transitions (`200ms`). Subtle lift on primary buttons adds tactile feedback while maintaining elegance.
306
-
307
- ---
308
-
309
- ### Cards
310
-
311
- **Standard Card:**
312
-
313
- - Background: `card` (white)
314
- - Border: `1px` in `border` color
315
- - Border-radius: `rounded-lg` (8px)
316
- - Shadow: `shadow-sm` very subtle
317
- - Top accent: Optional `2px` accent border on top edge (when `accentTop` prop used)
318
-
319
- **Hover Effects (when `hoverEffect` prop used):**
320
-
321
- - Shadow increases to `shadow-md`
322
- - Border color shifts to `border-hover`
323
- - Background subtle tint to `muted/30` (30% opacity)
324
- - No translate/lift — maintains elegant restraint
325
- - Smooth `200ms` transition on all properties
326
-
327
- **Elevated Card:**
328
-
329
- - Uses `shadow-md` by default (when `elevated` prop used)
330
- - Provides more depth for important content like highlighted pricing tiers
331
-
332
- **Featured Card:**
333
-
334
- - Background tint of accent color at 6% (`accent-muted`)
335
- - Accent top border at 2px thickness
336
- - Often combined with elevated shadow for maximum prominence
337
-
338
- ---
339
-
340
- ### Inputs
341
-
342
- - Height: `h-12` (44px minimum for accessibility)
343
- - Border: `1px` in `input` color (matches `border`)
344
- - Border-radius: `rounded-md` (6px)
345
- - Background: Transparent
346
- - Hover: Border shifts to `border-hover` color
347
- - Focus:
348
- - `ring-2 ring-accent ring-offset-2`
349
- - Border shifts to `accent` color for clear visual feedback
350
- - Smooth `150ms` transition
351
- - Placeholder: `text-muted-foreground/60` (60% opacity for subtle hierarchy)
352
- - Typography: Sans-serif body font, base size
353
- - Transitions: All properties animate smoothly with `ease-out` easing
354
-
355
- ---
356
-
357
- ### Section Labels
358
-
359
- A consistent label pattern appears at the start of each section:
360
-
361
- ```jsx
362
- <div className="mb-6 flex items-center gap-4">
363
- <span className="h-px flex-1 bg-[var(--border)]" />
364
- <span className="font-mono text-xs font-medium uppercase tracking-[0.15em] text-[var(--accent)]">
365
- Section Name
366
- </span>
367
- <span className="h-px flex-1 bg-[var(--border)]" />
368
- </div>
369
- ```
370
-
371
- ---
372
-
373
- ## The "Bold Factor" (Signature Elements)
374
-
375
- These elements prevent generic output and define this style:
376
-
377
- 1. **Dramatic Serif Headlines:** Oversized serif typography (7xl in hero) that commands attention through scale and beauty, not decoration.
378
- 2. **Rule Line System:** Thin horizontal rules throughout create rhythm and structure—a distinctly editorial element.
379
- 3. **Small Caps Labels:** All section labels and meta info use tracked uppercase monospace, creating refined visual rhythm.
380
- 4. **Burnished Gold Accent:** The single warm accent color adds just enough distinction to prevent sterility.
381
- 5. **Generous Whitespace:** Sections breathe with `py-32` to `py-44` padding. This is premium, not cramped.
382
- 6. **Large Display Numbers:** Stats and pricing use serif display numbers at dramatic sizes (5xl+).
383
- 7. **Decorative Quote Marks:** Testimonials feature large opening quote marks in accent gold.
384
- 8. **Asymmetric Layouts:** Strategic use of uneven columns prevents static feeling while maintaining elegance.
385
- 9. **Layered Depth in Abstracts:** Product detail and benefits sections feature enhanced abstract graphics with:
386
-
387
- - Gradient backgrounds (`from-[color] via-[color] to-[color]`)
388
- - Decorative ring/circle elements with low opacity
389
- - Multi-layered card elements with borders and shadows
390
- - Hover-interactive elements that respond to user interaction
391
- - Subtle accent color tints for visual interest
392
- 10. **Paper Texture Overlay:** Subtle noise texture overlay at 30% opacity across entire page creates tactile, print-like quality.
393
- 11. **Ambient Glow:** Large blurred circle with 2% opacity accent color creates warm atmospheric depth.
394
- 12. **Enhanced Micro-interactions:**
395
-
396
- - Button subtle lift on hover with return animation
397
- - Card background tinting on hover
398
- - Border color shifts throughout interface
399
- - Smooth 200ms transitions on all interactive elements
400
-
401
- ---
402
-
403
- ## Effects & Animation
404
-
405
- **Motion Philosophy:** Restrained and refined. Nothing bounces, nothing overshoots. Every animation should feel inevitable, not surprising.
406
-
407
- **Transition Defaults:**
408
-
409
- - Standard: `transition-all duration-200 ease-out`
410
- - Subtle: `duration-150`
411
-
412
- **Interaction States:**
413
-
414
- - Hover brightness change: 5-10%, no dramatic shifts
415
- - Shadow enhancement on hover
416
- - Underlines appearing/growing
417
- - NO translate/lift effects too trendy for this timeless aesthetic
418
-
419
- **Entrance Animations (Optional, Subtle):**
420
-
421
- ```js
422
- const fadeIn = {
423
- hidden: { opacity: 0 },
424
- visible: { opacity: 1, transition: { duration: 0.6, ease: "easeOut" } }
425
- };
426
- ```
427
-
428
- ---
429
-
430
- ## Responsive Strategy
431
-
432
- **Breakpoint Philosophy:** Mobile layouts maintain the editorial feel through typography and spacing, even when structure simplifies. All interactive elements meet accessibility requirements for touch targets.
433
-
434
- ### Mobile Adaptations (< 768px)
435
-
436
- - **Hero:**
437
-
438
- - Single column with centered text
439
- - Headline size: `text-[2.5rem]` (40px) maintains presence
440
- - CTAs stack vertically with full width on small screens
441
- - Maintains generous vertical padding
442
- - **Stats:**
443
-
444
- - 2-column grid on mobile (4-column on desktop)
445
- - Vertical dividers between columns only (not all items)
446
- - Numbers scale to `text-4xl` (still prominent)
447
- - Horizontal gap added (`gap-x-6`) to prevent crowding
448
- - **Features/Testimonials/Blog:**
449
-
450
- - Stack to single column
451
- - Generous gaps maintained (`gap-8` minimum)
452
- - Card styling remains consistent
453
- - Hover effects work as tap effects on mobile
454
- - **Pricing:**
455
-
456
- - Stack vertically
457
- - Highlighted tier loses elevation (no -translate-y-4) but keeps visual distinction through background tint
458
- - All cards equal width for consistency
459
- - **Navigation:**
460
-
461
- - Logo scales down slightly (`text-lg` `text-xl`)
462
- - Desktop nav hidden on mobile/tablet
463
- - Primary CTA always visible
464
- - Mobile menu would be hamburger pattern (if implemented)
465
-
466
- ### Touch Optimization
467
-
468
- - **All buttons:** Minimum 44px height (`min-h-[44px]`) on mobile
469
- - **FAQ accordions:** 44px minimum height with `touch-manipulation`
470
- - **All interactive elements:** Use `touch-manipulation` CSS for better tap response
471
- - **Links:** Adequate padding and spacing for fat-finger friendly tapping
472
-
473
- **Key Adaptations:**
474
-
475
- - Section padding reduces gracefully but maintains premium feel
476
- - Typography scales down but hierarchy crystal clear
477
- - Serif font impact preserved—soul of design intact on all devices
478
- - Rule lines and gold accents remain consistent
479
- - No horizontal overflow—tested with various content widths
480
- - Touch targets meet WCAG AAA standards (minimum 44x44px)
481
-
482
- ---
483
-
484
- ## Accessibility & Best Practices
485
-
486
- **Color Contrast:**
487
-
488
- - All text meets WCAG AA standards minimum
489
- - Rich black (#1A1A1A) on ivory (#FAFAF8) provides excellent readability
490
- - Gold accent (#B8860B) passes contrast requirements on white backgrounds
491
- - Muted foreground (#6B6B6B) maintains sufficient contrast for secondary text
492
-
493
- **Focus States:**
494
-
495
- - Visible focus rings on all interactive elements: `ring-2 ring-accent ring-offset-2`
496
- - Focus states use accent gold color for consistency
497
- - Offset creates clear visual separation from element
498
- - Input borders shift to accent color on focus for additional feedback
499
- - All focus states tested with keyboard navigation
500
-
501
- **Touch & Interaction:**
502
-
503
- - All buttons meet minimum 44x44px touch target (WCAG AAA)
504
- - `touch-manipulation` CSS prevents double-tap zoom on mobile
505
- - FAQ accordion buttons have adequate size and spacing
506
- - All clickable areas have sufficient padding
507
- - No touch targets overlap or create confusion
508
-
509
- **Typography:**
510
-
511
- - Body text uses relaxed line-height (1.75) for comfortable reading
512
- - Slight positive tracking improves readability on screens
513
- - Base font size: 16px (never smaller for body text)
514
- - Heading hierarchy clearly defined with size and font variation
515
- - Line length controlled with max-width (max-w-5xl) for optimal reading
516
-
517
- **Motion:**
518
-
519
- - All animations are subtle and respectful (200ms standard)
520
- - No rapid movements or flashing
521
- - Transforms limited to subtle shifts (translate-y-0.5)
522
- - `prefers-reduced-motion` should be respected in production
523
- - Easing curves use gentle `ease-out` for natural feel
524
-
525
- **Semantic HTML:**
526
-
527
- - Proper heading hierarchy (h1 → h2 → h3)
528
- - Button elements for interactive actions (not divs)
529
- - Semantic sections with appropriate ARIA when needed
530
- - Images include meaningful alt text (width/height prevent CLS)
531
- - Form inputs properly labeled
532
-
533
- **Performance:**
534
-
535
- - CSS variables reduce specificity and improve maintainability
536
- - Transitions use transform and opacity (GPU-accelerated)
537
- - Images specify dimensions to prevent layout shift
538
- - Font loading optimized with proper font-display values
539
- `</design-system>`
1
+ <design-system>
2
+ # Design Style: Serif
3
+
4
+ ## Design Philosophy
5
+
6
+ ### Core Principle
7
+
8
+ **Typographic elegance through classical restraint.** This design system draws inspiration from the finest editorial publications, literary magazines, and luxury brand identities. It believes that the highest form of design is one that elevates content through refined typography, considered spacing, and deliberate simplicity.
9
+
10
+ The serif typeface is not merely a font choice—it is the soul of this aesthetic. Every curve of the letterform, every carefully weighted stroke, speaks to centuries of typographic tradition. This design honors that heritage while executing with modern precision.
11
+
12
+ ### The Visual Vibe
13
+
14
+ **Editorial. Timeless. Warm. Refined.**
15
+
16
+ Imagine opening a beautifully designed hardcover book or a premium architecture magazine. The pages breathe. The typography has room to speak. Nothing screams for attention because everything has been placed with intention. This is the feeling we create.
17
+
18
+ **Emotional Keywords:**
19
+
20
+ - *Timeless* — This design would feel appropriate today, a decade ago, or a decade from now. It transcends trends.
21
+ - *Warm* The ivory backgrounds, the organic serif curves, the golden accent create an inviting, human quality.
22
+ - *Sophisticated* Small caps, refined rules, generous margins all whisper quality and attention to detail.
23
+ - *Literary* This feels like it belongs in the world of ideas, of considered communication, of meaningful content.
24
+ - *Confident* True elegance comes from restraint, not embellishment. This design is secure enough to be quiet.
25
+
26
+ **What This Design Is NOT:**
27
+
28
+ - Not cold or stark (despite being minimal)
29
+ - Not trendy or ephemeral (the serif anchors it in timelessness)
30
+ - Not decorative or ornate (restraint is key)
31
+ - Not corporate or generic (the typography gives it soul)
32
+ - Not loud or aggressive (it draws you in rather than demanding attention)
33
+
34
+ ### The DNA of This Style
35
+
36
+ #### 1. The Signature Serif
37
+
38
+ The **Playfair Display** typeface is the cornerstone. Its high contrast between thick and thin strokes, its elegant ball terminals, and its classical proportions immediately establish editorial gravitas. This font has presence—it commands attention without raising its voice.
39
+
40
+ **Where it appears:**
41
+
42
+ - All major headlines (h1, h2, h3)
43
+ - Large display numbers (pricing, stats)
44
+ - Pull quotes in testimonials
45
+ - Logo wordmark
46
+
47
+ **Why it works:** Serif typefaces carry associations with tradition, trustworthiness, and intellectual depth. Playfair Display specifically feels both classical and contemporary—it's not stuffy or old-fashioned but brings warmth and character.
48
+
49
+ #### 2. The Warm Palette
50
+
51
+ Color in this system is used with extreme restraint. The palette is essentially monochromatic with a single warm accent:
52
+
53
+ - **Ivory (#FAFAF8)** — A cream-tinted white that feels warmer than pure white
54
+ - **Rich Black (#1A1A1A)** — Deep but not harsh, for primary text
55
+ - **Warm Gray (#6B6B6B)** — For secondary text, with slight warmth
56
+ - **Burnished Gold (#B8860B)** The single accent color, used sparingly for emphasis
57
+
58
+ The gold accent is inspired by gold leaf in illuminated manuscripts, the gilded edges of fine books, the brass details in luxury interiors. It adds just enough warmth and distinction without overwhelming the monochrome foundation.
59
+
60
+ #### 3. The Rule Line System
61
+
62
+ Thin horizontal rules (1px lines) are a defining element:
63
+
64
+ - Section dividers
65
+ - Card borders (top accent lines)
66
+ - Underline effects on key elements
67
+ - Table separators
68
+
69
+ These rules are inspired by editorial layouts where fine lines create structure and rhythm without visual weight. They're always in the border color (#E8E4DF), slightly warmer than pure gray.
70
+
71
+ #### 4. Small Caps & Tracking
72
+
73
+ **Small caps** are used extensively for:
74
+
75
+ - Section labels
76
+ - Meta information (dates, categories)
77
+ - Supporting text
78
+ - Navigation items
79
+
80
+ Combined with **generous letter-spacing (0.1em - 0.15em)**, small caps create a refined, sophisticated look that's distinctly editorial. This is not a cheap trick—it's a typography fundamental that separates thoughtful design from generic output.
81
+
82
+ #### 5. Generous Whitespace
83
+
84
+ This design breathes. Margins are large. Padding is substantial. Line heights are relaxed.
85
+
86
+ - Section padding: `py-32` to `py-44`
87
+ - Content max-width: `max-w-5xl` (narrower for reading comfort)
88
+ - Line height for body: `1.75` (very relaxed)
89
+ - Letter spacing for body: slight positive tracking for readability
90
+
91
+ The whitespace isn't emptyit's an active design element that gives the typography room to perform.
92
+
93
+ #### 6. Asymmetric Balance
94
+
95
+ While the overall aesthetic is classical, the layouts embrace asymmetric compositions:
96
+
97
+ - Hero: Centered but with offset decorative elements
98
+ - Benefits: Uneven column splits (1.3fr / 0.7fr)
99
+ - Cards: Thin top border creates visual weight at top
100
+
101
+ This prevents the design from feeling static or predictable while maintaining elegance.
102
+
103
+ ### Differentiation: Minimalism With Soul
104
+
105
+ Many minimalist designs strip away so much that they become characterless—white backgrounds, gray text, system fonts. This design proves that minimalism and personality are not mutually exclusive.
106
+
107
+ **The serif typeface is the key differentiator.** It brings:
108
+
109
+ - Visual interest without decoration
110
+ - Warmth without color
111
+ - Character without complexity
112
+ - Timelessness without being dated
113
+
114
+ This is minimalism with a point of view. It has something to say.
115
+
116
+ ### Sensory Description
117
+
118
+ If this design were a physical space, it would be:
119
+
120
+ - A private library with floor-to-ceiling bookshelves
121
+ - Natural light filtering through tall windows
122
+ - A worn leather chair and a mahogany writing desk
123
+ - The smell of aged paper and fresh coffee
124
+ - Silence that invites contemplation
125
+
126
+ If it were music, it would be:
127
+
128
+ - Solo piano, perhaps Satie or Debussy
129
+ - Lots of space between notes
130
+ - Warm, resonant tones
131
+ - Something you'd hear in a boutique hotel lobby
132
+ - Understated but unmistakably refined
133
+
134
+ ---
135
+
136
+ ## Design Token System (The DNA)
137
+
138
+ ### Color Strategy
139
+
140
+ **Monochrome With Warmth:** An intentionally limited palette that gains sophistication through restraint. The single gold accent provides just enough distinction.
141
+
142
+ | Token | Value | Usage & Context |
143
+ | :-------------------- | :---------- | :--------------------------------------------------------------------- |
144
+ | `background` | `#FAFAF8` | Primary canvas. Warm ivory that feels more refined than pure white. |
145
+ | `foreground` | `#1A1A1A` | Primary text. Rich black, not pure black. |
146
+ | `muted` | `#F5F3F0` | Secondary surfaces, card backgrounds. Slightly warmer than background. |
147
+ | `muted-foreground` | `#6B6B6B` | Secondary text. Warm gray with softness. |
148
+ | `accent` | `#B8860B` | Burnished gold. Links, highlights, key interactive elements. |
149
+ | `accent-secondary` | `#D4A84B` | Lighter gold for gradients and hover states. |
150
+ | `accent-foreground` | `#FFFFFF` | Text on accent backgrounds. |
151
+ | `border` | `#E8E4DF` | Warm gray for rules, dividers, card borders. |
152
+ | `card` | `#FFFFFF` | Card surfaces. Pure white for maximum lift from ivory background. |
153
+ | `ring` | `#B8860B` | Focus rings. Matches accent gold. |
154
+
155
+ ---
156
+
157
+ ### Typography System
158
+
159
+ **Font Pairing (Editorial System):**
160
+
161
+ - **Display/Headlines:** `"Playfair Display", Georgia, serif` — Elegant high-contrast serif for all headings. The signature of this design.
162
+ - **Body/UI:** `"Source Sans 3", system-ui, sans-serif` — Clean, highly readable sans-serif that complements without competing.
163
+ - **Monospace:** `"IBM Plex Mono", monospace` — For labels and small caps treatments.
164
+
165
+ **Type Scale & Usage:**
166
+
167
+ | Element | Size | Font | Weight | Tracking | Notes |
168
+ | :---------------- | :-------------------- | :--------------- | :------- | :---------- | :----------------------------------- |
169
+ | Hero Headline | `7xl` → `4.5rem` | Playfair Display | Normal | `-0.02em` | Tight leading (1.1). Center-aligned. |
170
+ | Section Headlines | `4xl` → `2.5rem` | Playfair Display | Normal | `-0.01em` | Leading 1.2. |
171
+ | Card Titles | `xl` → `1.25rem` | Playfair Display | Semibold | Normal | Leading 1.3. |
172
+ | Body Text | `base` → `lg` | Source Sans 3 | Normal | `0.01em` | Relaxed line-height (1.75). |
173
+ | Section Labels | `xs` (12px) | IBM Plex Mono | Medium | `0.15em` | UPPERCASE small caps style. |
174
+ | Navigation | `sm` | Source Sans 3 | Medium | `0.05em` | Slightly tracked. |
175
+
176
+ **Small Caps Pattern:**
177
+
178
+ ```css
179
+ .small-caps {
180
+ font-family: "IBM Plex Mono", monospace;
181
+ font-size: 0.75rem;
182
+ font-weight: 500;
183
+ letter-spacing: 0.15em;
184
+ text-transform: uppercase;
185
+ }
186
+ ```
187
+
188
+ ---
189
+
190
+ ### Spacing & Layout
191
+
192
+ **Core Principle:** Luxurious breathing room. This design is not afraid of empty space.
193
+
194
+ - **Section Spacing:** Large vertical padding (`py-32` to `py-44`) creates paced, contemplative scrolling.
195
+ - **Container Width:** `max-w-5xl` (64rem) for narrower, more readable content columns.
196
+ - **Component Density:** Generous internal padding (p-8 to p-10) on cards.
197
+ - **Grid Gaps:** `gap-8` to `gap-12` between grid items.
198
+
199
+ **Layout Patterns:**
200
+
201
+ - Hero: Centered, narrow container, stacked elements
202
+ - Features: 3-column grid with generous gaps
203
+ - Benefits: Asymmetric 2-column (`grid-cols-[1.3fr_0.7fr]`)
204
+ - Use thin rule lines to create visual structure
205
+
206
+ ---
207
+
208
+ ### Borders, Surfaces & Shadows
209
+
210
+ **Surfaces:**
211
+
212
+ - Cards use pure white (`#FFFFFF`) for lift from ivory background
213
+ - Very subtle shadows—this isn't about depth, it's about refinement
214
+ - Thin borders (1px) in warm gray
215
+
216
+ **Border System:**
217
+
218
+ | Token | Value | Usage |
219
+ | :---------------- | :-------------------- | :-------------------------------- |
220
+ | `border-thin` | `1px solid #E8E4DF` | Primary borders, rules |
221
+ | `border-accent` | `1px solid #B8860B` | Accent borders, highlighted cards |
222
+
223
+ **Shadow System:**
224
+
225
+ | Token | Value | Usage |
226
+ | :------------ | :--------------------------------- | :------------------ |
227
+ | `shadow-sm` | `0 1px 2px rgba(26,26,26,0.04)` | Subtle lift |
228
+ | `shadow-md` | `0 4px 12px rgba(26,26,26,0.06)` | Cards, hover states |
229
+ | `shadow-lg` | `0 8px 24px rgba(26,26,26,0.08)` | Elevated elements |
230
+
231
+ **Rule Lines (Critical for Style Identity):**
232
+
233
+ - Thin horizontal rules as section dividers
234
+ - Top border accent on cards (1px accent color)
235
+ - Decorative rule under headlines
236
+
237
+ ---
238
+
239
+ ## Component Styling & Interactions
240
+
241
+ ### Buttons
242
+
243
+ **Primary Button:**
244
+
245
+ - Background: `accent` gold
246
+ - Text: White, medium weight, slightly tracked
247
+ - Border-radius: `rounded-md` (6px) — not too round, not too sharp
248
+ - Shadow: Very subtle, accent-tinted (`shadow-sm`)
249
+ - Hover: Color shifts to `accent-secondary`, shadow enhances to `shadow-accent`, subtle lift (-translate-y-0.5)
250
+ - Active: Returns to base position (translate-y-0)
251
+ - Touch: `touch-manipulation` class for better mobile interaction
252
+ - Minimum height: 44px on mobile (accessibility requirement)
253
+
254
+ **Secondary/Outline Button:**
255
+
256
+ - Background: Transparent
257
+ - Border: `1px` in `foreground` color (strong contrast)
258
+ - Text: `foreground`
259
+ - Hover: Fill with `muted` background, border and text shift to `accent` color
260
+ - Smooth color transitions on all properties
261
+
262
+ **Ghost Button:**
263
+
264
+ - No background or border
265
+ - Text: `muted-foreground` `foreground` on hover
266
+ - Underline appears on hover with `accent` color decoration
267
+ - Underline offset: 4px for breathing room
268
+
269
+ **Animation:** Refined transitions (`200ms`). Subtle lift on primary buttons adds tactile feedback while maintaining elegance.
270
+
271
+ ---
272
+
273
+ ### Cards
274
+
275
+ **Standard Card:**
276
+
277
+ - Background: `card` (white)
278
+ - Border: `1px` in `border` color
279
+ - Border-radius: `rounded-lg` (8px)
280
+ - Shadow: `shadow-sm` — very subtle
281
+ - Top accent: Optional `2px` accent border on top edge (when `accentTop` prop used)
282
+
283
+ **Hover Effects (when `hoverEffect` prop used):**
284
+
285
+ - Shadow increases to `shadow-md`
286
+ - Border color shifts to `border-hover`
287
+ - Background subtle tint to `muted/30` (30% opacity)
288
+ - No translate/lift maintains elegant restraint
289
+ - Smooth `200ms` transition on all properties
290
+
291
+ **Elevated Card:**
292
+
293
+ - Uses `shadow-md` by default (when `elevated` prop used)
294
+ - Provides more depth for important content like highlighted pricing tiers
295
+
296
+ **Featured Card:**
297
+
298
+ - Background tint of accent color at 6% (`accent-muted`)
299
+ - Accent top border at 2px thickness
300
+ - Often combined with elevated shadow for maximum prominence
301
+
302
+ ---
303
+
304
+ ### Inputs
305
+
306
+ - Height: `h-12` (44px minimum for accessibility)
307
+ - Border: `1px` in `input` color (matches `border`)
308
+ - Border-radius: `rounded-md` (6px)
309
+ - Background: Transparent
310
+ - Hover: Border shifts to `border-hover` color
311
+ - Focus:
312
+ - `ring-2 ring-accent ring-offset-2`
313
+ - Border shifts to `accent` color for clear visual feedback
314
+ - Smooth `150ms` transition
315
+ - Placeholder: `text-muted-foreground/60` (60% opacity for subtle hierarchy)
316
+ - Typography: Sans-serif body font, base size
317
+ - Transitions: All properties animate smoothly with `ease-out` easing
318
+
319
+ ---
320
+
321
+ ### Section Labels
322
+
323
+ A consistent label pattern appears at the start of each section:
324
+
325
+ ```jsx
326
+ <div className="mb-6 flex items-center gap-4">
327
+ <span className="h-px flex-1 bg-[var(--border)]" />
328
+ <span className="font-mono text-xs font-medium uppercase tracking-[0.15em] text-[var(--accent)]">
329
+ Section Name
330
+ </span>
331
+ <span className="h-px flex-1 bg-[var(--border)]" />
332
+ </div>
333
+ ```
334
+
335
+ ---
336
+
337
+ ## The "Bold Factor" (Signature Elements)
338
+
339
+ These elements prevent generic output and define this style:
340
+
341
+ 1. **Dramatic Serif Headlines:** Oversized serif typography (7xl in hero) that commands attention through scale and beauty, not decoration.
342
+ 2. **Rule Line System:** Thin horizontal rules throughout create rhythm and structure—a distinctly editorial element.
343
+ 3. **Small Caps Labels:** All section labels and meta info use tracked uppercase monospace, creating refined visual rhythm.
344
+ 4. **Burnished Gold Accent:** The single warm accent color adds just enough distinction to prevent sterility.
345
+ 5. **Generous Whitespace:** Sections breathe with `py-32` to `py-44` padding. This is premium, not cramped.
346
+ 6. **Large Display Numbers:** Stats and pricing use serif display numbers at dramatic sizes (5xl+).
347
+ 7. **Decorative Quote Marks:** Testimonials feature large opening quote marks in accent gold.
348
+ 8. **Asymmetric Layouts:** Strategic use of uneven columns prevents static feeling while maintaining elegance.
349
+ 9. **Layered Depth in Abstracts:** Product detail and benefits sections feature enhanced abstract graphics with:
350
+
351
+ - Gradient backgrounds (`from-[color] via-[color] to-[color]`)
352
+ - Decorative ring/circle elements with low opacity
353
+ - Multi-layered card elements with borders and shadows
354
+ - Hover-interactive elements that respond to user interaction
355
+ - Subtle accent color tints for visual interest
356
+ 10. **Paper Texture Overlay:** Subtle noise texture overlay at 30% opacity across entire page creates tactile, print-like quality.
357
+ 11. **Ambient Glow:** Large blurred circle with 2% opacity accent color creates warm atmospheric depth.
358
+ 12. **Enhanced Micro-interactions:**
359
+
360
+ - Button subtle lift on hover with return animation
361
+ - Card background tinting on hover
362
+ - Border color shifts throughout interface
363
+ - Smooth 200ms transitions on all interactive elements
364
+
365
+ ---
366
+
367
+ ## Effects & Animation
368
+
369
+ **Motion Philosophy:** Restrained and refined. Nothing bounces, nothing overshoots. Every animation should feel inevitable, not surprising.
370
+
371
+ **Transition Defaults:**
372
+
373
+ - Standard: `transition-all duration-200 ease-out`
374
+ - Subtle: `duration-150`
375
+
376
+ **Interaction States:**
377
+
378
+ - Hover brightness change: 5-10%, no dramatic shifts
379
+ - Shadow enhancement on hover
380
+ - Underlines appearing/growing
381
+ - NO translate/lift effects too trendy for this timeless aesthetic
382
+
383
+ **Entrance Animations (Optional, Subtle):**
384
+
385
+ ```js
386
+ const fadeIn = {
387
+ hidden: { opacity: 0 },
388
+ visible: { opacity: 1, transition: { duration: 0.6, ease: "easeOut" } }
389
+ };
390
+ ```
391
+
392
+ ---
393
+
394
+ ## Responsive Strategy
395
+
396
+ **Breakpoint Philosophy:** Mobile layouts maintain the editorial feel through typography and spacing, even when structure simplifies. All interactive elements meet accessibility requirements for touch targets.
397
+
398
+ ### Mobile Adaptations (< 768px)
399
+
400
+ - **Hero:**
401
+
402
+ - Single column with centered text
403
+ - Headline size: `text-[2.5rem]` (40px) maintains presence
404
+ - CTAs stack vertically with full width on small screens
405
+ - Maintains generous vertical padding
406
+ - **Stats:**
407
+
408
+ - 2-column grid on mobile (4-column on desktop)
409
+ - Vertical dividers between columns only (not all items)
410
+ - Numbers scale to `text-4xl` (still prominent)
411
+ - Horizontal gap added (`gap-x-6`) to prevent crowding
412
+ - **Features/Testimonials/Blog:**
413
+
414
+ - Stack to single column
415
+ - Generous gaps maintained (`gap-8` minimum)
416
+ - Card styling remains consistent
417
+ - Hover effects work as tap effects on mobile
418
+ - **Pricing:**
419
+
420
+ - Stack vertically
421
+ - Highlighted tier loses elevation (no -translate-y-4) but keeps visual distinction through background tint
422
+ - All cards equal width for consistency
423
+ - **Navigation:**
424
+
425
+ - Logo scales down slightly (`text-lg` → `text-xl`)
426
+ - Desktop nav hidden on mobile/tablet
427
+ - Primary CTA always visible
428
+ - Mobile menu would be hamburger pattern (if implemented)
429
+
430
+ ### Touch Optimization
431
+
432
+ - **All buttons:** Minimum 44px height (`min-h-[44px]`) on mobile
433
+ - **FAQ accordions:** 44px minimum height with `touch-manipulation`
434
+ - **All interactive elements:** Use `touch-manipulation` CSS for better tap response
435
+ - **Links:** Adequate padding and spacing for fat-finger friendly tapping
436
+
437
+ **Key Adaptations:**
438
+
439
+ - Section padding reduces gracefully but maintains premium feel
440
+ - Typography scales down but hierarchy crystal clear
441
+ - Serif font impact preserved—soul of design intact on all devices
442
+ - Rule lines and gold accents remain consistent
443
+ - No horizontal overflow—tested with various content widths
444
+ - Touch targets meet WCAG AAA standards (minimum 44x44px)
445
+
446
+ ---
447
+
448
+ ## Accessibility & Best Practices
449
+
450
+ **Color Contrast:**
451
+
452
+ - All text meets WCAG AA standards minimum
453
+ - Rich black (#1A1A1A) on ivory (#FAFAF8) provides excellent readability
454
+ - Gold accent (#B8860B) passes contrast requirements on white backgrounds
455
+ - Muted foreground (#6B6B6B) maintains sufficient contrast for secondary text
456
+
457
+ **Focus States:**
458
+
459
+ - Visible focus rings on all interactive elements: `ring-2 ring-accent ring-offset-2`
460
+ - Focus states use accent gold color for consistency
461
+ - Offset creates clear visual separation from element
462
+ - Input borders shift to accent color on focus for additional feedback
463
+ - All focus states tested with keyboard navigation
464
+
465
+ **Touch & Interaction:**
466
+
467
+ - All buttons meet minimum 44x44px touch target (WCAG AAA)
468
+ - `touch-manipulation` CSS prevents double-tap zoom on mobile
469
+ - FAQ accordion buttons have adequate size and spacing
470
+ - All clickable areas have sufficient padding
471
+ - No touch targets overlap or create confusion
472
+
473
+ **Typography:**
474
+
475
+ - Body text uses relaxed line-height (1.75) for comfortable reading
476
+ - Slight positive tracking improves readability on screens
477
+ - Base font size: 16px (never smaller for body text)
478
+ - Heading hierarchy clearly defined with size and font variation
479
+ - Line length controlled with max-width (max-w-5xl) for optimal reading
480
+
481
+ **Motion:**
482
+
483
+ - All animations are subtle and respectful (200ms standard)
484
+ - No rapid movements or flashing
485
+ - Transforms limited to subtle shifts (translate-y-0.5)
486
+ - `prefers-reduced-motion` should be respected in production
487
+ - Easing curves use gentle `ease-out` for natural feel
488
+
489
+ **Semantic HTML:**
490
+
491
+ - Proper heading hierarchy (h1 h2 h3)
492
+ - Button elements for interactive actions (not divs)
493
+ - Semantic sections with appropriate ARIA when needed
494
+ - Images include meaningful alt text (width/height prevent CLS)
495
+ - Form inputs properly labeled
496
+
497
+ **Performance:**
498
+
499
+ - CSS variables reduce specificity and improve maintainability
500
+ - Transitions use transform and opacity (GPU-accelerated)
501
+ - Images specify dimensions to prevent layout shift
502
+ - Font loading optimized with proper font-display values
503
+ `</design-system>`