@jaimevalasek/aioson 1.30.1 → 1.30.2

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 (90) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  3. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  4. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  5. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  6. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  7. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  8. package/docs/design-previews/cognitive-core-ui.html +281 -463
  9. package/docs/design-previews/index.html +83 -31
  10. package/package.json +1 -1
  11. package/src/constants.js +567 -511
  12. package/template/.aioson/docs/play/README.md +2 -0
  13. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  14. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  15. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  16. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  17. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  18. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  19. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  20. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  21. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  22. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  23. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  24. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  25. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  26. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  27. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  28. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  29. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  30. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  31. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  32. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  33. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  34. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  35. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  36. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  37. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  38. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  39. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  40. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  41. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  42. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  43. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  44. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  45. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  46. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  47. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  48. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  49. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  50. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  51. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  52. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  53. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  54. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  55. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  56. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  57. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  58. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  59. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  60. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  61. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  62. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  63. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  64. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  65. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  66. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  67. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  68. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  69. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  70. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  71. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  72. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  73. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  74. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  75. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  76. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  77. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  78. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  79. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  80. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  81. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  82. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  83. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  84. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  85. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  86. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  87. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  88. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  89. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  90. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
@@ -1,307 +1,307 @@
1
- # Websites — Glassmorphism UI
2
-
3
- Landing pages and marketing sites. The gradient substrate rules remain: no glass without gradient.
4
-
5
- ---
6
-
7
- ## Navigation (website)
8
-
9
- Glass sticky navigation bar. The signature behavior is becoming more opaque as the user scrolls.
10
-
11
- ```
12
- Structure:
13
- position: sticky / fixed
14
- top: 0
15
- width: 100%
16
- height: var(--nav-height-web) /* 68px */
17
- background: var(--glass-bg)
18
- backdrop-filter: var(--glass-blur-lg)
19
- border-bottom: 1px solid var(--glass-border)
20
- z-index: 100
21
-
22
- Layout: max-width container (1280px), centered, flex align-center
23
- Left: logo (40px height) + product name (text-base weight-semibold)
24
- Center: nav links (text-sm weight-medium text-secondary, hover text-heading)
25
- Right: CTA button (primary gradient, height control-lg)
26
-
27
- Scroll behavior (JS):
28
- At scroll > 20px: background → var(--glass-bg-hover) via transition-glass
29
- At scroll > 80px: background → var(--glass-bg-active)
30
- ```
31
-
32
- Mobile navigation:
33
- ```
34
- Hamburger trigger: glass icon button (right of logo)
35
- Menu: full-viewport overlay
36
- background: var(--glass-bg-active)
37
- backdrop-filter: var(--glass-blur-xl)
38
- position: fixed, inset: 0
39
- flex-col, align-center, justify-center, gap-8
40
- Nav links: text-2xl weight-semibold
41
- CTA: primary button
42
- Close: top-right ghost icon button
43
- Animation: fade + scale-materialize 300ms
44
- ```
45
-
46
- ---
47
-
48
- ## Hero Patterns (choose one per landing)
49
-
50
- ### A — Aurora Hero
51
-
52
- Best for: product launches, crypto, modern SaaS, fintech marketing.
53
-
54
- ```
55
- Layout: full-viewport (min-height: 100vh)
56
- Background: aurora gradient (mesh of 3-4 desaturated colors)
57
- gradient: radial-gradient or conic-gradient mesh — violet, blue, pink, teal tones
58
- Optional: animated color shift (hue rotation 0→20deg, 8s ease-in-out infinite alternate)
59
-
60
- Decorative orbs (optional, enhance the aurora):
61
- 3-4 gradient blobs, position: absolute, z-index: 0
62
- Size: 200-400px, border-radius: 50%
63
- filter: blur(80px) — extreme blur to look like soft ambient light
64
- opacity: 0.35-0.50
65
- Colors: use accent, accent-secondary, and a pink/teal complementary
66
-
67
- Content (z-index: 1, centered):
68
- Eyebrow label: glass chip (badge style) — "New: Feature X →"
69
- Headline: text-5xl weight-bold text-heading, tracking -0.03em
70
- Optional: gradient text on key words (accent-gradient)
71
- Subtitle: text-lg text-secondary, max-width 520px, centered
72
- CTA row: primary gradient button + ghost "Learn more" link
73
- Social proof: "Trusted by X teams" + avatar group (5-6 overlapping avatars) + text-sm text-muted
74
-
75
- Scroll indicator: glass pill (text-xs "Scroll to explore" + chevron-down), centered, bottom-8
76
- Animation: opacity 0→1 after 1s, chevron bounces subtly
77
- ```
78
-
79
- ### B — Product Float Hero
80
-
81
- Best for: apps with a strong product UI to showcase.
82
-
83
- ```
84
- Layout: full-viewport, 2 columns
85
- Background: gradient (more contained than Aurora — 2 color stops)
86
-
87
- Left column (content, aligned center-left):
88
- Eyebrow: glass chip badge
89
- Headline: text-5xl weight-bold, left-aligned
90
- Subtitle: text-lg text-secondary, max-width 440px
91
- CTA row: primary button + ghost link, left-aligned
92
- Feature list: 3 items with check icons (accent color), text-sm
93
-
94
- Right column (product visual):
95
- Product screenshot/mockup, "floating" in a glass frame:
96
- Glass Card (radius-2xl, blur-md, shadow-lg, border glass-border)
97
- transform: rotate(2deg) /* subtle tilt */
98
- box-shadow: var(--shadow-lg) — large colored shadow below
99
- Inner: ::before top reflection
100
- Optional: second smaller screenshot overlapping, rotate(-3deg), smaller, glass-elevated bg
101
- ```
102
-
103
- ### C — Glass Showcase Hero
104
-
105
- Best for: feature-rich SaaS, platforms with multiple value props.
106
-
107
- ```
108
- Layout: full-viewport, single column centered
109
- Background: gradient substrate (lavender aurora)
110
-
111
- Top section (centered):
112
- Eyebrow chip
113
- Headline: text-5xl, max-width 640px, centered
114
- Subtitle: text-lg text-secondary, max-width 480px, centered
115
- CTA row: 2 buttons centered
116
-
117
- Feature cards grid: 3 columns, glass cards with stagger entrance animation
118
- Each card: icon area (accent-dim bg) + title + description
119
- Cards have stagger: 0ms / 50ms / 100ms entrance delay
120
-
121
- Social proof strip (glass bar, full width):
122
- Background: glass-bg, blur-md
123
- "Trusted by leading companies" text-sm text-muted + logo grid (6-8 logos, grayscale)
124
- ```
125
-
126
- ### D — Immersive Media Hero
127
-
128
- Best for: media platforms, gaming, entertainment, storytelling products.
129
-
130
- ```
131
- Layout: full-viewport
132
- Background: full-bleed image or video
133
-
134
- Overlay system:
135
- Bottom gradient: linear-gradient(to top, rgba(bg-void, 0.9) 0%, transparent 60%)
136
- Glass strip at bottom (NOT a centered card):
137
- Glass bar, full width, blur-lg, padding 40px 80px
138
- Contains: headline text-3xl weight-bold + subtitle text-base + CTA button + badge
139
-
140
- Floating glass elements (optional):
141
- Small glass card (top-right): feature highlight or stat
142
- Glass pill: "Now playing" or context label
143
-
144
- Scroll indicator: glass pill at very bottom-center, animated chevron
145
- ```
146
-
147
- ---
148
-
149
- ## Section Patterns
150
-
151
- ### 1. Feature Grid
152
-
153
- 3-column glass feature cards, with staggered entrance as they scroll into view.
154
-
155
- ```
156
- Container: section, py-32, max-width content-xl
157
- Header: eyebrow chip + headline text-4xl + subtitle text-lg, centered, mb-16
158
-
159
- Grid: 3 columns (1 on mobile, 2 on tablet, 3 on desktop), gap-6
160
- Cards: Feature Card component (art-direction.md)
161
- Stagger entrance: 0 / 50ms / 100ms per card group
162
- Animation: float-up + glass fade-in
163
- ```
164
-
165
- ### 2. Alternating Feature
166
-
167
- Image and text alternating sides, reinforcing product value.
168
-
169
- ```
170
- Sections (2-4 alternating rows), py-24, gap-16
171
- Row: 2 columns (image + text), reverse on even index
172
-
173
- Image side: product screenshot in Glass Card (radius-2xl, shadow-lg, rotate ±1-2deg)
174
- Text side: aligned center
175
- Eyebrow: glass chip badge
176
- Title: text-3xl weight-bold
177
- Description: text-base text-secondary
178
- Feature list: 3 items with check icons
179
- CTA: ghost link or glass button
180
- ```
181
-
182
- ### 3. Testimonial
183
-
184
- ```
185
- Background: gradient section (different from hero — use subtle variant)
186
- Container: max-width content-md, centered
187
-
188
- Glass card (radius-2xl, blur-lg, shadow-md, featured style):
189
- Quote icon: large, accent-dim color
190
- Quote text: text-xl italic text-heading, line-height 1.7
191
- Attribution: avatar (glass-bordered) + name weight-semibold + role text-secondary
192
- ```
193
-
194
- ### 4. Stats Strip
195
-
196
- Large numbers that establish credibility.
197
-
198
- ```
199
- Glass bar (full width, not a card):
200
- Background: glass-bg, backdrop-filter blur-md
201
- Border top + bottom: glass-border
202
- Padding: py-12
203
- Layout: flex, justify-center, gap-16 (dividers: 1px glass-border between items)
204
-
205
- Each stat:
206
- Number: text-4xl weight-bold gradient text (accent-gradient)
207
- Label: text-sm text-secondary, mt-1
208
- ```
209
-
210
- ### 5. Pricing Glass
211
-
212
- ```
213
- Section: py-32, gradient bg
214
- Header: headline + billing toggle (glass toggle switch: monthly/annual)
215
-
216
- Cards grid: 2-3 columns, max-width 900px
217
- Standard card: Glass Card (radius-2xl)
218
- Featured card ("Most Popular"):
219
- Glass Card with featured modifier: border 1px rgba(accent 0.30), shadow-glow
220
- Badge "Most Popular" (glass badge, accent) at top
221
- Slightly larger/taller than other cards
222
-
223
- Each card:
224
- Plan name: text-lg weight-semibold
225
- Price: text-4xl weight-bold (gradient text for featured) + /month text-sm text-muted
226
- Description: text-sm text-secondary
227
- Feature list: checkmarks with glass icon area
228
- CTA: primary gradient (featured) or glass button (others)
229
- ```
230
-
231
- ### 6. CTA Section
232
-
233
- ```
234
- Container: glass card (radius-3xl, blur-lg, shadow-lg, max-width content-lg, mx-auto)
235
- Background: subtle accent gradient tint (accent-dim, 0.08 opacity) + glass-bg
236
-
237
- Inside:
238
- Eyebrow chip
239
- Headline: text-4xl weight-bold, centered
240
- Subtitle: text-lg text-secondary, centered, max-width 480px
241
- Button row: primary gradient + ghost, centered, gap-4
242
- ```
243
-
244
- ### 7. Logo Cloud
245
-
246
- ```
247
- Container: py-16
248
- Label: "Trusted by" text-sm text-muted, centered, mb-8
249
-
250
- Glass strip (full width):
251
- Glass bar: blur-md, border top+bottom glass-border, py-8
252
- Logos: inline-flex, gap-12, overflow hidden (marquee on mobile)
253
- Logo treatment: grayscale, opacity 0.5, hover: color + opacity 1, transition 200ms
254
- ```
255
-
256
- ### 8. FAQ Accordion
257
-
258
- ```
259
- Container: Glass Card (radius-2xl, blur-md, max-width content-md, mx-auto)
260
-
261
- Item:
262
- Button (full width): text-base weight-medium text-heading + chevron icon right
263
- Border bottom: 1px glass-border (except last item)
264
- Hover: background glass-bg-hover
265
- Active (open): chevron rotates 180deg
266
-
267
- Answer panel:
268
- Padding: pb-5 px-0 (flush left)
269
- text-sm text-secondary, line-height 1.7
270
- Animation: height 0 → auto, opacity 0 → 1, 300ms ease-out
271
- ```
272
-
273
- ---
274
-
275
- ## Footer
276
-
277
- ```
278
- Background: glass-bg, backdrop-filter blur-lg
279
- Border top: 1px glass-border
280
- Padding: py-16
281
-
282
- Layout: 4 columns
283
- Col 1: logo + tagline text-sm text-secondary + social icons (glass icon buttons)
284
- Col 2-4: link groups
285
- Group label: text-xs uppercase tracking-wider text-muted, mb-4
286
- Links: text-sm text-secondary, hover text-heading, transition-fast
287
-
288
- Bottom bar:
289
- Border top: 1px glass-border
290
- mt-12, pt-6
291
- flex justify-between
292
- Copyright: text-sm text-muted
293
- Legal links: text-sm text-secondary, gap-6
294
- ```
295
-
296
- ---
297
-
298
- ## Anti-Patterns for Websites
299
-
300
- 1. **Neon colors**: glass marketing is luminous, not neon. Keep saturation < 70%.
301
- 2. **Glass over solid white**: if the background is pure white, glass has nothing to reveal. Always use a gradient.
302
- 3. **Blur without fallback**: always include `@supports (backdrop-filter: blur(1px))` with a fallback solid background.
303
- 4. **Glass on everything**: text, headings, dividers, and inline elements are solid. Glass is for containers (cards, navs, strips, modals).
304
- 5. **Dark glass without contrast check**: dark glass can become illegible. Always verify WCAG AA on dark glass cards.
305
- 6. **Rainbow gradient**: maximum 3-4 colors in any gradient, all from the same family (cool tones: violet, blue, teal, pink). Never mix warm + cool families.
306
- 7. **3+ levels of nested glass cards**: max 2 levels per visible area. More than that creates visual soup and performance issues.
307
- 8. **Animated aurora that distracts from content**: if using animated background, keep the animation very slow (8-12s cycle) and very subtle (opacity or hue shift only).
1
+ # Websites — Glassmorphism UI
2
+
3
+ Landing pages and marketing sites. The gradient substrate rules remain: no glass without gradient.
4
+
5
+ ---
6
+
7
+ ## Navigation (website)
8
+
9
+ Glass sticky navigation bar. The signature behavior is becoming more opaque as the user scrolls.
10
+
11
+ ```
12
+ Structure:
13
+ position: sticky / fixed
14
+ top: 0
15
+ width: 100%
16
+ height: var(--nav-height-web) /* 68px */
17
+ background: var(--glass-bg)
18
+ backdrop-filter: var(--glass-blur-lg)
19
+ border-bottom: 1px solid var(--glass-border)
20
+ z-index: 100
21
+
22
+ Layout: max-width container (1280px), centered, flex align-center
23
+ Left: logo (40px height) + product name (text-base weight-semibold)
24
+ Center: nav links (text-sm weight-medium text-secondary, hover text-heading)
25
+ Right: CTA button (primary gradient, height control-lg)
26
+
27
+ Scroll behavior (JS):
28
+ At scroll > 20px: background → var(--glass-bg-hover) via transition-glass
29
+ At scroll > 80px: background → var(--glass-bg-active)
30
+ ```
31
+
32
+ Mobile navigation:
33
+ ```
34
+ Hamburger trigger: glass icon button (right of logo)
35
+ Menu: full-viewport overlay
36
+ background: var(--glass-bg-active)
37
+ backdrop-filter: var(--glass-blur-xl)
38
+ position: fixed, inset: 0
39
+ flex-col, align-center, justify-center, gap-8
40
+ Nav links: text-2xl weight-semibold
41
+ CTA: primary button
42
+ Close: top-right ghost icon button
43
+ Animation: fade + scale-materialize 300ms
44
+ ```
45
+
46
+ ---
47
+
48
+ ## Hero Patterns (choose one per landing)
49
+
50
+ ### A — Aurora Hero
51
+
52
+ Best for: product launches, crypto, modern SaaS, fintech marketing.
53
+
54
+ ```
55
+ Layout: full-viewport (min-height: 100vh)
56
+ Background: aurora gradient (mesh of 3-4 desaturated colors)
57
+ gradient: radial-gradient or conic-gradient mesh — violet, blue, pink, teal tones
58
+ Optional: animated color shift (hue rotation 0→20deg, 8s ease-in-out infinite alternate)
59
+
60
+ Ambient field layer (optional, enhance the aurora):
61
+ 1-2 full-bleed gradient washes, position: absolute, z-index: 0
62
+ inset: -20% -10%, no border-radius
63
+ filter: blur(56px) — broad diffusion, not a visible shape
64
+ opacity: 0.22-0.35
65
+ Colors: use accent, accent-secondary, and a pink/teal complementary
66
+
67
+ Content (z-index: 1, centered):
68
+ Eyebrow label: glass chip (badge style) — "New: Feature X →"
69
+ Headline: text-5xl weight-bold text-heading, tracking -0.03em
70
+ Optional: gradient text on key words (accent-gradient)
71
+ Subtitle: text-lg text-secondary, max-width 520px, centered
72
+ CTA row: primary gradient button + ghost "Learn more" link
73
+ Social proof: "Trusted by X teams" + avatar group (5-6 overlapping avatars) + text-sm text-muted
74
+
75
+ Scroll indicator: glass pill (text-xs "Scroll to explore" + chevron-down), centered, bottom-8
76
+ Animation: opacity 0→1 after 1s, chevron bounces subtly
77
+ ```
78
+
79
+ ### B — Product Float Hero
80
+
81
+ Best for: apps with a strong product UI to showcase.
82
+
83
+ ```
84
+ Layout: full-viewport, 2 columns
85
+ Background: gradient (more contained than Aurora — 2 color stops)
86
+
87
+ Left column (content, aligned center-left):
88
+ Eyebrow: glass chip badge
89
+ Headline: text-5xl weight-bold, left-aligned
90
+ Subtitle: text-lg text-secondary, max-width 440px
91
+ CTA row: primary button + ghost link, left-aligned
92
+ Feature list: 3 items with check icons (accent color), text-sm
93
+
94
+ Right column (product visual):
95
+ Product screenshot/mockup, "floating" in a glass frame:
96
+ Glass Card (radius-2xl, blur-md, shadow-lg, border glass-border)
97
+ transform: rotate(2deg) /* subtle tilt */
98
+ box-shadow: var(--shadow-lg) — large colored shadow below
99
+ Inner: ::before top reflection
100
+ Optional: second smaller screenshot overlapping, rotate(-3deg), smaller, glass-elevated bg
101
+ ```
102
+
103
+ ### C — Glass Showcase Hero
104
+
105
+ Best for: feature-rich SaaS, platforms with multiple value props.
106
+
107
+ ```
108
+ Layout: full-viewport, single column centered
109
+ Background: gradient substrate (lavender aurora)
110
+
111
+ Top section (centered):
112
+ Eyebrow chip
113
+ Headline: text-5xl, max-width 640px, centered
114
+ Subtitle: text-lg text-secondary, max-width 480px, centered
115
+ CTA row: 2 buttons centered
116
+
117
+ Feature cards grid: 3 columns, glass cards with stagger entrance animation
118
+ Each card: icon area (accent-dim bg) + title + description
119
+ Cards have stagger: 0ms / 50ms / 100ms entrance delay
120
+
121
+ Social proof strip (glass bar, full width):
122
+ Background: glass-bg, blur-md
123
+ "Trusted by leading companies" text-sm text-muted + logo grid (6-8 logos, grayscale)
124
+ ```
125
+
126
+ ### D — Immersive Media Hero
127
+
128
+ Best for: media platforms, gaming, entertainment, storytelling products.
129
+
130
+ ```
131
+ Layout: full-viewport
132
+ Background: full-bleed image or video
133
+
134
+ Overlay system:
135
+ Bottom gradient: linear-gradient(to top, rgba(bg-void, 0.9) 0%, transparent 60%)
136
+ Glass strip at bottom (NOT a centered card):
137
+ Glass bar, full width, blur-lg, padding 40px 80px
138
+ Contains: headline text-3xl weight-bold + subtitle text-base + CTA button + badge
139
+
140
+ Floating glass elements (optional):
141
+ Small glass card (top-right): feature highlight or stat
142
+ Glass pill: "Now playing" or context label
143
+
144
+ Scroll indicator: glass pill at very bottom-center, animated chevron
145
+ ```
146
+
147
+ ---
148
+
149
+ ## Section Patterns
150
+
151
+ ### 1. Feature Grid
152
+
153
+ 3-column glass feature cards, with staggered entrance as they scroll into view.
154
+
155
+ ```
156
+ Container: section, py-32, max-width content-xl
157
+ Header: eyebrow chip + headline text-4xl + subtitle text-lg, centered, mb-16
158
+
159
+ Grid: 3 columns (1 on mobile, 2 on tablet, 3 on desktop), gap-6
160
+ Cards: Feature Card component (art-direction.md)
161
+ Stagger entrance: 0 / 50ms / 100ms per card group
162
+ Animation: float-up + glass fade-in
163
+ ```
164
+
165
+ ### 2. Alternating Feature
166
+
167
+ Image and text alternating sides, reinforcing product value.
168
+
169
+ ```
170
+ Sections (2-4 alternating rows), py-24, gap-16
171
+ Row: 2 columns (image + text), reverse on even index
172
+
173
+ Image side: product screenshot in Glass Card (radius-2xl, shadow-lg, rotate ±1-2deg)
174
+ Text side: aligned center
175
+ Eyebrow: glass chip badge
176
+ Title: text-3xl weight-bold
177
+ Description: text-base text-secondary
178
+ Feature list: 3 items with check icons
179
+ CTA: ghost link or glass button
180
+ ```
181
+
182
+ ### 3. Testimonial
183
+
184
+ ```
185
+ Background: gradient section (different from hero — use subtle variant)
186
+ Container: max-width content-md, centered
187
+
188
+ Glass card (radius-2xl, blur-lg, shadow-md, featured style):
189
+ Quote icon: large, accent-dim color
190
+ Quote text: text-xl italic text-heading, line-height 1.7
191
+ Attribution: avatar (glass-bordered) + name weight-semibold + role text-secondary
192
+ ```
193
+
194
+ ### 4. Stats Strip
195
+
196
+ Large numbers that establish credibility.
197
+
198
+ ```
199
+ Glass bar (full width, not a card):
200
+ Background: glass-bg, backdrop-filter blur-md
201
+ Border top + bottom: glass-border
202
+ Padding: py-12
203
+ Layout: flex, justify-center, gap-16 (dividers: 1px glass-border between items)
204
+
205
+ Each stat:
206
+ Number: text-4xl weight-bold gradient text (accent-gradient)
207
+ Label: text-sm text-secondary, mt-1
208
+ ```
209
+
210
+ ### 5. Pricing Glass
211
+
212
+ ```
213
+ Section: py-32, gradient bg
214
+ Header: headline + billing toggle (glass toggle switch: monthly/annual)
215
+
216
+ Cards grid: 2-3 columns, max-width 900px
217
+ Standard card: Glass Card (radius-2xl)
218
+ Featured card ("Most Popular"):
219
+ Glass Card with featured modifier: border 1px rgba(accent 0.30), shadow-glow
220
+ Badge "Most Popular" (glass badge, accent) at top
221
+ Slightly larger/taller than other cards
222
+
223
+ Each card:
224
+ Plan name: text-lg weight-semibold
225
+ Price: text-4xl weight-bold (gradient text for featured) + /month text-sm text-muted
226
+ Description: text-sm text-secondary
227
+ Feature list: checkmarks with glass icon area
228
+ CTA: primary gradient (featured) or glass button (others)
229
+ ```
230
+
231
+ ### 6. CTA Section
232
+
233
+ ```
234
+ Container: glass card (radius-3xl, blur-lg, shadow-lg, max-width content-lg, mx-auto)
235
+ Background: subtle accent gradient tint (accent-dim, 0.08 opacity) + glass-bg
236
+
237
+ Inside:
238
+ Eyebrow chip
239
+ Headline: text-4xl weight-bold, centered
240
+ Subtitle: text-lg text-secondary, centered, max-width 480px
241
+ Button row: primary gradient + ghost, centered, gap-4
242
+ ```
243
+
244
+ ### 7. Logo Cloud
245
+
246
+ ```
247
+ Container: py-16
248
+ Label: "Trusted by" text-sm text-muted, centered, mb-8
249
+
250
+ Glass strip (full width):
251
+ Glass bar: blur-md, border top+bottom glass-border, py-8
252
+ Logos: inline-flex, gap-12, overflow hidden (marquee on mobile)
253
+ Logo treatment: grayscale, opacity 0.5, hover: color + opacity 1, transition 200ms
254
+ ```
255
+
256
+ ### 8. FAQ Accordion
257
+
258
+ ```
259
+ Container: Glass Card (radius-2xl, blur-md, max-width content-md, mx-auto)
260
+
261
+ Item:
262
+ Button (full width): text-base weight-medium text-heading + chevron icon right
263
+ Border bottom: 1px glass-border (except last item)
264
+ Hover: background glass-bg-hover
265
+ Active (open): chevron rotates 180deg
266
+
267
+ Answer panel:
268
+ Padding: pb-5 px-0 (flush left)
269
+ text-sm text-secondary, line-height 1.7
270
+ Animation: height 0 → auto, opacity 0 → 1, 300ms ease-out
271
+ ```
272
+
273
+ ---
274
+
275
+ ## Footer
276
+
277
+ ```
278
+ Background: glass-bg, backdrop-filter blur-lg
279
+ Border top: 1px glass-border
280
+ Padding: py-16
281
+
282
+ Layout: 4 columns
283
+ Col 1: logo + tagline text-sm text-secondary + social icons (glass icon buttons)
284
+ Col 2-4: link groups
285
+ Group label: text-xs uppercase tracking-wider text-muted, mb-4
286
+ Links: text-sm text-secondary, hover text-heading, transition-fast
287
+
288
+ Bottom bar:
289
+ Border top: 1px glass-border
290
+ mt-12, pt-6
291
+ flex justify-between
292
+ Copyright: text-sm text-muted
293
+ Legal links: text-sm text-secondary, gap-6
294
+ ```
295
+
296
+ ---
297
+
298
+ ## Anti-Patterns for Websites
299
+
300
+ 1. **Neon colors**: glass marketing is luminous, not neon. Keep saturation < 70%.
301
+ 2. **Glass over solid white**: if the background is pure white, glass has nothing to reveal. Always use a gradient.
302
+ 3. **Blur without fallback**: always include `@supports (backdrop-filter: blur(1px))` with a fallback solid background.
303
+ 4. **Glass on everything**: text, headings, dividers, and inline elements are solid. Glass is for containers (cards, navs, strips, modals).
304
+ 5. **Dark glass without contrast check**: dark glass can become illegible. Always verify WCAG AA on dark glass cards.
305
+ 6. **Rainbow gradient**: maximum 3-4 colors in any gradient, all from the same family (cool tones: violet, blue, teal, pink). Never mix warm + cool families.
306
+ 7. **3+ levels of nested glass cards**: max 2 levels per visible area. More than that creates visual soup and performance issues.
307
+ 8. **Animated aurora that distracts from content**: if using animated background, keep the animation very slow (8-12s cycle) and very subtle (opacity or hue shift only).