@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,387 +1,386 @@
1
- # Websites & Landing Pages — Aurora Command UI
2
-
3
- Landing pages, marketing sites, and product websites using the aurora-command-ui system.
4
-
5
- Requires `design-tokens.md` + `components.md`.
6
-
7
- ---
8
-
9
- ## General rules
10
-
11
- 1. **Aurora gradient spans the full page** — `background-attachment: fixed`, no section resets the background.
12
- 2. **Glass nav becomes more opaque on scroll** — starts at `glass-blur-md`, opacity increases as user scrolls.
13
- 3. **Aurora orbs as decorative atmosphere** — large blurred gradient circles anchored to sections. They must be blurred (60px+), never sharp.
14
- 4. **Mono labels on section eyebrows** — every section starts with a mono uppercase label before the section heading.
15
- 5. **One gradient CTA per page** — the primary call-to-action button uses the full `--accent-gradient`. Do not overuse it.
16
- 6. **Section contrast through glass density** — vary glass opacity between sections to create visual rhythm. Not every section at the same blur level.
17
-
18
- ---
19
-
20
- ## Page shell (landing)
21
-
22
- ```css
23
- .landing-shell {
24
- min-height: 100vh;
25
- background: var(--bg-gradient);
26
- background-attachment: fixed;
27
- font-family: var(--font-body);
28
- color: var(--text-primary);
29
- overflow-x: hidden;
30
- }
31
-
32
- /* Glass navigation */
33
- .landing-nav {
34
- position: fixed;
35
- top: 0;
36
- left: 0;
37
- right: 0;
38
- z-index: var(--z-sticky);
39
- height: 64px;
40
- display: flex;
41
- align-items: center;
42
- justify-content: space-between;
43
- padding: 0 var(--space-8);
44
- background: rgba(8, 12, 22, 0.40);
45
- backdrop-filter: var(--glass-blur-md);
46
- border-bottom: 1px solid var(--glass-border);
47
- transition: background 300ms ease, backdrop-filter 300ms ease;
48
- }
49
-
50
- /* Nav becomes more opaque on scroll — add via JS */
51
- .landing-nav.scrolled {
52
- background: rgba(8, 12, 22, 0.80);
53
- backdrop-filter: var(--glass-blur-lg);
54
- }
55
- ```
56
-
57
- ---
58
-
59
- ## 1. Aurora Hero — Split Layout
60
-
61
- For product launches, platform marketing. Avoids the generic centered hero.
62
-
63
- ```
64
- ┌─────────────────────────────────────────────────────────────────┐
65
- │ GLASS NAV │
66
- ├─────────────────────────────────────────────────────────────────┤
67
- │ │
68
- │ LEFT (text side, 55%): RIGHT (visual side, 45%): │
69
- │ [MONO: PLATFORM · V2.0 LAUNCH] [Glass product card / UI │
70
- │ [Heading text-5xl tight] screenshot in glass frame, │
71
- │ [Subheading text-xl muted] floating over aurora orb] │
72
- │ [CTA Row: [Gradient Button] [Ghost Button]] │
73
- │ [Social proof: 4,200+ teams] [Teal glow orb behind frame] │
74
- │ │
75
- └─────────────────────────────────────────────────────────────────┘
76
- ```
77
-
78
- ```css
79
- .hero-section {
80
- min-height: 100vh;
81
- display: grid;
82
- grid-template-columns: 55% 45%;
83
- align-items: center;
84
- padding: 0 var(--space-16);
85
- padding-top: 80px; /* account for fixed nav */
86
- position: relative;
87
- }
88
-
89
- .hero-text { padding-right: var(--space-12); }
90
-
91
- .hero-heading {
92
- font-size: var(--text-5xl);
93
- font-weight: var(--weight-black);
94
- line-height: var(--leading-tight);
95
- letter-spacing: var(--tracking-tight);
96
- color: var(--text-heading);
97
- margin-bottom: var(--space-5);
98
- }
99
-
100
- .hero-heading-accent {
101
- background: var(--accent-gradient);
102
- -webkit-background-clip: text;
103
- -webkit-text-fill-color: transparent;
104
- background-clip: text;
105
- }
106
-
107
- .hero-subheading {
108
- font-size: var(--text-xl);
109
- color: var(--text-secondary);
110
- line-height: var(--leading-relaxed);
111
- margin-bottom: var(--space-8);
112
- }
113
-
114
- /* Glass product frame */
115
- .product-frame {
116
- background: var(--glass-surface);
117
- backdrop-filter: var(--glass-blur-md);
118
- border: 1px solid var(--glass-border);
119
- border-radius: var(--radius-2xl);
120
- overflow: hidden;
121
- position: relative;
122
- box-shadow: var(--shadow-glow);
123
- }
124
-
125
- .product-frame::before {
126
- content: '';
127
- position: absolute;
128
- inset: 0;
129
- background: var(--glass-highlight);
130
- pointer-events: none;
131
- z-index: 1;
132
- border-radius: inherit;
133
- }
134
-
135
- /* Aurora orb behind product frame */
136
- .hero-orb {
137
- position: absolute;
138
- width: 400px;
139
- height: 400px;
140
- border-radius: 50%;
141
- background: radial-gradient(circle, rgba(0,200,232,0.20), rgba(124,58,237,0.15), transparent 70%);
142
- filter: blur(60px);
143
- right: 5%;
144
- top: 30%;
145
- pointer-events: none;
146
- }
147
- ```
148
-
149
- ---
150
-
151
- ## 2. Aurora Hero — Centered (atmospheric)
152
-
153
- For manifesto pages, product teasers, atmospheric launches.
154
-
155
- ```
156
- ┌─────────────────────────────────────────────────────────────────┐
157
- [Teal aurora orb — top center, large]
158
-
159
- [MONO: BUILT FOR SCALE]
160
- [Heading — text-5xl, 2–3 lines, center]
161
- [Subtexttext-xl, max-width 600px, center]
162
- [CTA Row — centered]
163
-
164
- │ [Glass feature strip — 3 items horizontal, below fold] │
165
- └─────────────────────────────────────────────────────────────────┘
166
- ```
167
-
168
- Use this variant only when the product visual is not available or the focus is the manifesto text. The aurora orb creates the depth.
169
-
170
- ---
171
-
172
- ## 3. Feature Section — Glass Cards Grid
173
-
174
- ```
175
- MONO EYEBROW: PLATFORM CAPABILITIES
176
- Heading: The control center you always wanted. (text-4xl, left-aligned)
177
- Subtext: One line max. (text-lg, muted)
178
-
179
- GLASS CARDS GRID (3 col):
180
- ┌─────────────────────────────────────────────────────────────────┐
181
- ┌────────────────┐ ┌────────────────┐ ┌────────────────┐
182
- │ │ [Icon — teal] │ │ [Icon — teal] │ │ [Icon — violet]│ │
183
- │ │ Feature title │ │ Feature title │ │ Feature title │ │
184
- │ Short desc │ │ Short desc │ │ Short desc
185
- └────────────────┘ └────────────────┘ └────────────────┘
186
- ┌────────────────┐ ┌────────────────┐ ┌────────────────┐
187
- │ ... │ │ ... │ │ ... │
188
- │ └────────────────┘ └────────────────┘ └────────────────┘ │
189
- └─────────────────────────────────────────────────────────────────┘
190
- ```
191
-
192
- ```css
193
- .features-section {
194
- padding: var(--space-24) var(--space-16);
195
- position: relative;
196
- }
197
-
198
- .features-grid {
199
- display: grid;
200
- grid-template-columns: repeat(3, 1fr);
201
- gap: var(--space-4);
202
- margin-top: var(--space-10);
203
- }
204
-
205
- .feature-card {
206
- background: var(--glass-surface);
207
- backdrop-filter: var(--glass-blur-sm);
208
- border: 1px solid var(--glass-border);
209
- border-radius: var(--radius-xl);
210
- padding: var(--space-6);
211
- position: relative;
212
- transition: background var(--transition-glass), box-shadow var(--transition-base);
213
- }
214
-
215
- .feature-card:hover {
216
- background: var(--glass-elevated);
217
- box-shadow: var(--shadow-glow);
218
- }
219
-
220
- .feature-card::before {
221
- content: '';
222
- position: absolute;
223
- inset: 0;
224
- border-radius: inherit;
225
- background: var(--glass-highlight);
226
- pointer-events: none;
227
- }
228
-
229
- .feature-icon {
230
- width: 40px; height: 40px;
231
- background: var(--accent-primary-dim);
232
- border-radius: var(--radius-md);
233
- display: flex;
234
- align-items: center;
235
- justify-content: center;
236
- margin-bottom: var(--space-4);
237
- color: var(--accent-primary);
238
- }
239
- ```
240
-
241
- ---
242
-
243
- ## 4. Stats / Proof Rail
244
-
245
- A horizontal glass strip showing key social proof numbers.
246
-
247
- ```
248
- ┌─────────────────────────────────────────────────────────────────┐
249
- 4,200+ 99.9% <500ms SOC 2 Type II
250
- │ Teams using Uptime SLA Avg latency Certified │
251
- └─────────────────────────────────────────────────────────────────┘
252
- ```
253
-
254
- ```css
255
- .proof-rail {
256
- background: var(--glass-surface);
257
- backdrop-filter: var(--glass-blur-md);
258
- border-top: 1px solid var(--glass-border);
259
- border-bottom: 1px solid var(--glass-border);
260
- display: grid;
261
- grid-template-columns: repeat(4, 1fr);
262
- padding: var(--space-8) var(--space-16);
263
- }
264
-
265
- .proof-item {
266
- text-align: center;
267
- padding: var(--space-4);
268
- border-right: 1px solid var(--glass-border);
269
- }
270
-
271
- .proof-item:last-child { border-right: none; }
272
-
273
- .proof-number {
274
- font-size: var(--text-3xl);
275
- font-weight: var(--weight-bold);
276
- background: var(--accent-gradient);
277
- -webkit-background-clip: text;
278
- -webkit-text-fill-color: transparent;
279
- background-clip: text;
280
- display: block;
281
- }
282
-
283
- .proof-label {
284
- font-family: var(--font-mono);
285
- font-size: 0.625rem;
286
- letter-spacing: 0.10em;
287
- text-transform: uppercase;
288
- color: var(--text-muted);
289
- margin-top: var(--space-1);
290
- }
291
- ```
292
-
293
- ---
294
-
295
- ## 5. Pricing Section
296
-
297
- Three glass cards. Center card is elevated/featured with gradient border.
298
-
299
- ```
300
- MONO: PRICING PLANS
301
- Heading: Start free. Scale confidently.
302
-
303
- ┌──────────────┐ ┌──────────────────┐ ┌──────────────┐
304
- STARTER │ │ PRO (featured) │ │ ENTERPRISE
305
- $0/mo │ │ $49/mo (grad) │ │ Custom
306
- Features... │ │ Features... │ │ Features...
307
- [Ghost btn] │ │ [Gradient btn] │ │ [Ghost btn] │
308
- └──────────────┘ └──────────────────┘ └──────────────┘
309
- ```
310
-
311
- ```css
312
- .pricing-grid {
313
- display: grid;
314
- grid-template-columns: repeat(3, 1fr);
315
- gap: var(--space-4);
316
- align-items: start;
317
- }
318
-
319
- .pricing-card-featured {
320
- background: var(--glass-elevated);
321
- backdrop-filter: var(--glass-blur-lg);
322
- border-radius: var(--radius-2xl);
323
- padding: var(--space-8);
324
- position: relative;
325
- box-shadow: var(--shadow-glow-strong);
326
- /* Gradient border */
327
- background-clip: padding-box;
328
- border: 1px solid transparent;
329
- }
330
-
331
- .pricing-card-featured::after {
332
- content: '';
333
- position: absolute;
334
- inset: 0;
335
- border-radius: inherit;
336
- padding: 1px;
337
- background: var(--accent-gradient);
338
- -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
339
- -webkit-mask-composite: xor;
340
- mask-composite: exclude;
341
- pointer-events: none;
342
- }
343
- ```
344
-
345
- ---
346
-
347
- ## 6. Testimonials Section
348
-
349
- ```
350
- MONO: TRUSTED BY TEAMS WORLDWIDE
351
- Heading: The command center that teams rely on.
352
-
353
- [Glass testimonial cards — masonry or 3-col grid]
354
- Each card:
355
- Quote text (italic, text-base)
356
- Avatar + Name + Role/Company
357
- Teal-electric accent line at top of card
358
- ```
359
-
360
- ---
361
-
362
- ## 7. Footer
363
-
364
- Minimal. Glass strip at the bottom of the aurora background.
365
-
366
- ```css
367
- .footer {
368
- background: var(--glass-shell);
369
- backdrop-filter: var(--glass-blur-md);
370
- border-top: 1px solid var(--glass-border);
371
- padding: var(--space-8) var(--space-16);
372
- display: grid;
373
- grid-template-columns: 1fr auto;
374
- align-items: center;
375
- }
376
- ```
377
-
378
- ---
379
-
380
- ## Anti-patterns
381
-
382
- - **Do NOT** reset the background in each section the aurora gradient must flow continuously top to bottom.
383
- - **Do NOT** use a centered hero with generic "Modern Platform" headline as the only opening move. Use split layout, offset frame, or atmospheric centered with real copy.
384
- - **Do NOT** repeat the same glass card layout in every section. Vary: glass strip, glass split, proof rail, centered manifesto.
385
- - **Do NOT** add neon glows or bright aurora orbs with saturation >70%. The orbs are atmospheric, not decorative neon.
386
- - **Do NOT** use glass pricing cards without the featured-card distinction. The featured card must feel more elevated than the others.
387
- - **Do NOT** put a plain solid white footer on an aurora background page.
1
+ # Websites & Landing Pages — Aurora Command UI
2
+
3
+ Landing pages, marketing sites, and product websites using the aurora-command-ui system.
4
+
5
+ Requires `design-tokens.md` + `components.md`.
6
+
7
+ ---
8
+
9
+ ## General rules
10
+
11
+ 1. **Aurora gradient spans the full page** — `background-attachment: fixed`, no section resets the background.
12
+ 2. **Glass nav becomes more opaque on scroll** — starts at `glass-blur-md`, opacity increases as user scrolls.
13
+ 3. **Aurora field as environmental atmosphere** — page-level radial and linear gradient layers anchored to sections. Keep it broad, subtle, and never shaped like isolated circles.
14
+ 4. **Mono labels on section eyebrows** — every section starts with a mono uppercase label before the section heading.
15
+ 5. **One gradient CTA per page** — the primary call-to-action button uses the full `--accent-gradient`. Do not overuse it.
16
+ 6. **Section contrast through glass density** — vary glass opacity between sections to create visual rhythm. Not every section at the same blur level.
17
+
18
+ ---
19
+
20
+ ## Page shell (landing)
21
+
22
+ ```css
23
+ .landing-shell {
24
+ min-height: 100vh;
25
+ background: var(--bg-gradient);
26
+ background-attachment: fixed;
27
+ font-family: var(--font-body);
28
+ color: var(--text-primary);
29
+ overflow-x: hidden;
30
+ }
31
+
32
+ /* Glass navigation */
33
+ .landing-nav {
34
+ position: fixed;
35
+ top: 0;
36
+ left: 0;
37
+ right: 0;
38
+ z-index: var(--z-sticky);
39
+ height: 64px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-between;
43
+ padding: 0 var(--space-8);
44
+ background: rgba(8, 12, 22, 0.40);
45
+ backdrop-filter: var(--glass-blur-md);
46
+ border-bottom: 1px solid var(--glass-border);
47
+ transition: background 300ms ease, backdrop-filter 300ms ease;
48
+ }
49
+
50
+ /* Nav becomes more opaque on scroll — add via JS */
51
+ .landing-nav.scrolled {
52
+ background: rgba(8, 12, 22, 0.80);
53
+ backdrop-filter: var(--glass-blur-lg);
54
+ }
55
+ ```
56
+
57
+ ---
58
+
59
+ ## 1. Aurora Hero — Split Layout
60
+
61
+ For product launches, platform marketing. Avoids the generic centered hero.
62
+
63
+ ```
64
+ ┌─────────────────────────────────────────────────────────────────┐
65
+ │ GLASS NAV │
66
+ ├─────────────────────────────────────────────────────────────────┤
67
+ │ │
68
+ │ LEFT (text side, 55%): RIGHT (visual side, 45%): │
69
+ │ [MONO: PLATFORM · V2.0 LAUNCH] [Glass product card / UI │
70
+ │ [Heading text-5xl tight] screenshot in glass frame, │
71
+ │ [Subheading text-xl muted] floating over ambient aurora field] │
72
+ │ [CTA Row: [Gradient Button] [Ghost Button]] │
73
+ │ [Social proof: 4,200+ teams] [Teal ambient glow behind frame] │
74
+ │ │
75
+ └─────────────────────────────────────────────────────────────────┘
76
+ ```
77
+
78
+ ```css
79
+ .hero-section {
80
+ min-height: 100vh;
81
+ display: grid;
82
+ grid-template-columns: 55% 45%;
83
+ align-items: center;
84
+ padding: 0 var(--space-16);
85
+ padding-top: 80px; /* account for fixed nav */
86
+ position: relative;
87
+ }
88
+
89
+ .hero-text { padding-right: var(--space-12); }
90
+
91
+ .hero-heading {
92
+ font-size: var(--text-5xl);
93
+ font-weight: var(--weight-black);
94
+ line-height: var(--leading-tight);
95
+ letter-spacing: var(--tracking-tight);
96
+ color: var(--text-heading);
97
+ margin-bottom: var(--space-5);
98
+ }
99
+
100
+ .hero-heading-accent {
101
+ background: var(--accent-gradient);
102
+ -webkit-background-clip: text;
103
+ -webkit-text-fill-color: transparent;
104
+ background-clip: text;
105
+ }
106
+
107
+ .hero-subheading {
108
+ font-size: var(--text-xl);
109
+ color: var(--text-secondary);
110
+ line-height: var(--leading-relaxed);
111
+ margin-bottom: var(--space-8);
112
+ }
113
+
114
+ /* Glass product frame */
115
+ .product-frame {
116
+ background: var(--glass-surface);
117
+ backdrop-filter: var(--glass-blur-md);
118
+ border: 1px solid var(--glass-border);
119
+ border-radius: var(--radius-2xl);
120
+ overflow: hidden;
121
+ position: relative;
122
+ box-shadow: var(--shadow-glow);
123
+ }
124
+
125
+ .product-frame::before {
126
+ content: '';
127
+ position: absolute;
128
+ inset: 0;
129
+ background: var(--glass-highlight);
130
+ pointer-events: none;
131
+ z-index: 1;
132
+ border-radius: inherit;
133
+ }
134
+
135
+ /* Ambient aurora field behind product frame */
136
+ .hero-ambient-field {
137
+ position: absolute;
138
+ inset: -12% -8% -10% 42%;
139
+ background:
140
+ radial-gradient(ellipse at 70% 35%, rgba(0,200,232,0.18), transparent 58%),
141
+ linear-gradient(135deg, rgba(124,58,237,0.16), transparent 62%);
142
+ filter: blur(36px);
143
+ opacity: 0.75;
144
+ pointer-events: none;
145
+ }
146
+ ```
147
+
148
+ ---
149
+
150
+ ## 2. Aurora Hero — Centered (atmospheric)
151
+
152
+ For manifesto pages, product teasers, atmospheric launches.
153
+
154
+ ```
155
+ ┌─────────────────────────────────────────────────────────────────┐
156
+ │ [Teal aurora field — top center, full-width] │
157
+
158
+ [MONO: BUILT FOR SCALE]
159
+ [Heading text-5xl, 2–3 lines, center]
160
+ [Subtext — text-xl, max-width 600px, center]
161
+ [CTA Row centered]
162
+
163
+ [Glass feature strip — 3 items horizontal, below fold]
164
+ └─────────────────────────────────────────────────────────────────┘
165
+ ```
166
+
167
+ Use this variant only when the product visual is not available or the focus is the manifesto text. The aurora field creates the depth.
168
+
169
+ ---
170
+
171
+ ## 3. Feature Section — Glass Cards Grid
172
+
173
+ ```
174
+ MONO EYEBROW: PLATFORM CAPABILITIES
175
+ Heading: The control center you always wanted. (text-4xl, left-aligned)
176
+ Subtext: One line max. (text-lg, muted)
177
+
178
+ GLASS CARDS GRID (3 col):
179
+ ┌─────────────────────────────────────────────────────────────────┐
180
+ │ ┌────────────────┐ ┌────────────────┐ ┌────────────────┐ │
181
+ │ [Icon — teal] │ [Icon — teal] │ │ [Icon — violet]│
182
+ │ │ Feature title │ │ Feature title │ │ Feature title │ │
183
+ │ │ Short desc │ │ Short desc │ │ Short desc │ │
184
+ └────────────────┘ └────────────────┘ └────────────────┘
185
+ ┌────────────────┐ ┌────────────────┐ ┌────────────────┐
186
+ │ ... │ │ ... │ │ ... │
187
+ └────────────────┘ └────────────────┘ └────────────────┘
188
+ └─────────────────────────────────────────────────────────────────┘
189
+ ```
190
+
191
+ ```css
192
+ .features-section {
193
+ padding: var(--space-24) var(--space-16);
194
+ position: relative;
195
+ }
196
+
197
+ .features-grid {
198
+ display: grid;
199
+ grid-template-columns: repeat(3, 1fr);
200
+ gap: var(--space-4);
201
+ margin-top: var(--space-10);
202
+ }
203
+
204
+ .feature-card {
205
+ background: var(--glass-surface);
206
+ backdrop-filter: var(--glass-blur-sm);
207
+ border: 1px solid var(--glass-border);
208
+ border-radius: var(--radius-xl);
209
+ padding: var(--space-6);
210
+ position: relative;
211
+ transition: background var(--transition-glass), box-shadow var(--transition-base);
212
+ }
213
+
214
+ .feature-card:hover {
215
+ background: var(--glass-elevated);
216
+ box-shadow: var(--shadow-glow);
217
+ }
218
+
219
+ .feature-card::before {
220
+ content: '';
221
+ position: absolute;
222
+ inset: 0;
223
+ border-radius: inherit;
224
+ background: var(--glass-highlight);
225
+ pointer-events: none;
226
+ }
227
+
228
+ .feature-icon {
229
+ width: 40px; height: 40px;
230
+ background: var(--accent-primary-dim);
231
+ border-radius: var(--radius-md);
232
+ display: flex;
233
+ align-items: center;
234
+ justify-content: center;
235
+ margin-bottom: var(--space-4);
236
+ color: var(--accent-primary);
237
+ }
238
+ ```
239
+
240
+ ---
241
+
242
+ ## 4. Stats / Proof Rail
243
+
244
+ A horizontal glass strip showing key social proof numbers.
245
+
246
+ ```
247
+ ┌─────────────────────────────────────────────────────────────────┐
248
+ │ 4,200+ 99.9% <500ms SOC 2 Type II │
249
+ Teams using Uptime SLA Avg latency Certified
250
+ └─────────────────────────────────────────────────────────────────┘
251
+ ```
252
+
253
+ ```css
254
+ .proof-rail {
255
+ background: var(--glass-surface);
256
+ backdrop-filter: var(--glass-blur-md);
257
+ border-top: 1px solid var(--glass-border);
258
+ border-bottom: 1px solid var(--glass-border);
259
+ display: grid;
260
+ grid-template-columns: repeat(4, 1fr);
261
+ padding: var(--space-8) var(--space-16);
262
+ }
263
+
264
+ .proof-item {
265
+ text-align: center;
266
+ padding: var(--space-4);
267
+ border-right: 1px solid var(--glass-border);
268
+ }
269
+
270
+ .proof-item:last-child { border-right: none; }
271
+
272
+ .proof-number {
273
+ font-size: var(--text-3xl);
274
+ font-weight: var(--weight-bold);
275
+ background: var(--accent-gradient);
276
+ -webkit-background-clip: text;
277
+ -webkit-text-fill-color: transparent;
278
+ background-clip: text;
279
+ display: block;
280
+ }
281
+
282
+ .proof-label {
283
+ font-family: var(--font-mono);
284
+ font-size: 0.625rem;
285
+ letter-spacing: 0.10em;
286
+ text-transform: uppercase;
287
+ color: var(--text-muted);
288
+ margin-top: var(--space-1);
289
+ }
290
+ ```
291
+
292
+ ---
293
+
294
+ ## 5. Pricing Section
295
+
296
+ Three glass cards. Center card is elevated/featured with gradient border.
297
+
298
+ ```
299
+ MONO: PRICING PLANS
300
+ Heading: Start free. Scale confidently.
301
+
302
+ ┌──────────────┐ ┌──────────────────┐ ┌──────────────┐
303
+ STARTER │ │ PRO (featured) │ │ ENTERPRISE │
304
+ $0/mo │ │ $49/mo (grad) │ │ Custom
305
+ Features... │ │ Features... │ │ Features...
306
+ [Ghost btn] │ │ [Gradient btn] │ │ [Ghost btn]
307
+ └──────────────┘ └──────────────────┘ └──────────────┘
308
+ ```
309
+
310
+ ```css
311
+ .pricing-grid {
312
+ display: grid;
313
+ grid-template-columns: repeat(3, 1fr);
314
+ gap: var(--space-4);
315
+ align-items: start;
316
+ }
317
+
318
+ .pricing-card-featured {
319
+ background: var(--glass-elevated);
320
+ backdrop-filter: var(--glass-blur-lg);
321
+ border-radius: var(--radius-2xl);
322
+ padding: var(--space-8);
323
+ position: relative;
324
+ box-shadow: var(--shadow-glow-strong);
325
+ /* Gradient border */
326
+ background-clip: padding-box;
327
+ border: 1px solid transparent;
328
+ }
329
+
330
+ .pricing-card-featured::after {
331
+ content: '';
332
+ position: absolute;
333
+ inset: 0;
334
+ border-radius: inherit;
335
+ padding: 1px;
336
+ background: var(--accent-gradient);
337
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
338
+ -webkit-mask-composite: xor;
339
+ mask-composite: exclude;
340
+ pointer-events: none;
341
+ }
342
+ ```
343
+
344
+ ---
345
+
346
+ ## 6. Testimonials Section
347
+
348
+ ```
349
+ MONO: TRUSTED BY TEAMS WORLDWIDE
350
+ Heading: The command center that teams rely on.
351
+
352
+ [Glass testimonial cards — masonry or 3-col grid]
353
+ Each card:
354
+ Quote text (italic, text-base)
355
+ Avatar + Name + Role/Company
356
+ Teal-electric accent line at top of card
357
+ ```
358
+
359
+ ---
360
+
361
+ ## 7. Footer
362
+
363
+ Minimal. Glass strip at the bottom of the aurora background.
364
+
365
+ ```css
366
+ .footer {
367
+ background: var(--glass-shell);
368
+ backdrop-filter: var(--glass-blur-md);
369
+ border-top: 1px solid var(--glass-border);
370
+ padding: var(--space-8) var(--space-16);
371
+ display: grid;
372
+ grid-template-columns: 1fr auto;
373
+ align-items: center;
374
+ }
375
+ ```
376
+
377
+ ---
378
+
379
+ ## Anti-patterns
380
+
381
+ - **Do NOT** reset the background in each section — the aurora gradient must flow continuously top to bottom.
382
+ - **Do NOT** use a centered hero with generic "Modern Platform" headline as the only opening move. Use split layout, offset frame, or atmospheric centered with real copy.
383
+ - **Do NOT** repeat the same glass card layout in every section. Vary: glass strip, glass split, proof rail, centered manifesto.
384
+ - **Do NOT** add neon glows or saturated circular aurora shapes. The field is atmospheric, not decorative neon.
385
+ - **Do NOT** use glass pricing cards without the featured-card distinction. The featured card must feel more elevated than the others.
386
+ - **Do NOT** put a plain solid white footer on an aurora background page.