ChimpDann commited on
Commit
b401332
·
verified ·
1 Parent(s): ec99a0b

Add 2 files

Browse files
Files changed (2) hide show
  1. index.html +413 -172
  2. prompts.txt +3 -1
index.html CHANGED
@@ -14,6 +14,7 @@
14
  background-color: #f8f5f0;
15
  color: #333;
16
  scroll-behavior: smooth;
 
17
  }
18
 
19
  .serif {
@@ -28,12 +29,22 @@
28
  border-color: #9c8c5a;
29
  }
30
 
 
31
  .bg-ivory {
32
  background-color: #f8f5f0;
 
 
 
 
33
  }
34
 
35
  .bg-parchment {
36
  background-color: #f0e8d5;
 
 
 
 
 
37
  }
38
 
39
  .bg-velvet {
@@ -52,13 +63,13 @@
52
  .book-container {
53
  perspective: 2000px;
54
  position: relative;
55
- height: 500px;
56
  }
57
 
58
  .leather-book {
59
  position: absolute;
60
- width: 320px;
61
- height: 480px;
62
  background: linear-gradient(145deg, #3a2e1a 0%, #2a2418 100%);
63
  border-radius: 4px 16px 16px 4px;
64
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
@@ -78,10 +89,10 @@
78
  position: absolute;
79
  left: 0;
80
  top: 0;
81
- width: 30px;
82
  height: 100%;
83
  background: linear-gradient(90deg, #2a2418 0%, #3a2e1a 100%);
84
- transform: rotateY(90deg) translateX(-15px);
85
  border-radius: 4px 0 0 4px;
86
  box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.3);
87
  }
@@ -92,14 +103,14 @@
92
  left: 50%;
93
  transform: translate(-50%, -50%) rotate(90deg);
94
  font-family: 'EB Garamond', serif;
95
- font-size: 1.8rem;
96
  font-weight: 600;
97
  color: #9c8c5a;
98
  letter-spacing: 2px;
99
  text-transform: uppercase;
100
  writing-mode: vertical-rl;
101
  text-orientation: mixed;
102
- height: 300px;
103
  display: flex;
104
  align-items: center;
105
  }
@@ -113,7 +124,7 @@
113
  flex-direction: column;
114
  justify-content: center;
115
  align-items: center;
116
- padding: 2rem;
117
  box-sizing: border-box;
118
  }
119
 
@@ -121,33 +132,38 @@
121
  position: absolute;
122
  width: 100%;
123
  height: 100%;
124
- background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M20,20 L80,20 L80,80 L20,80 Z" fill="none" stroke="rgba(156,140,90,0.03)" stroke-width="2"/></svg>');
125
- background-size: 100px 100px;
126
- opacity: 0.5;
 
 
 
 
 
127
  }
128
 
129
  .book-crest {
130
- width: 120px;
131
- height: 120px;
132
  background: radial-gradient(circle, rgba(156,140,90,0.1) 0%, transparent 70%);
133
  border: 1px solid rgba(156,140,90,0.2);
134
  border-radius: 50%;
135
  display: flex;
136
  justify-content: center;
137
  align-items: center;
138
- margin-bottom: 2rem;
139
  }
140
 
141
  .book-crest-inner {
142
- width: 100px;
143
- height: 100px;
144
  border: 1px solid rgba(156,140,90,0.3);
145
  border-radius: 50%;
146
  display: flex;
147
  justify-content: center;
148
  align-items: center;
149
  font-family: 'EB Garamond', serif;
150
- font-size: 3rem;
151
  color: rgba(156,140,90,0.5);
152
  }
153
 
@@ -158,8 +174,8 @@
158
  }
159
 
160
  .feature-icon {
161
- width: 60px;
162
- height: 60px;
163
  border: 1px solid #9c8c5a;
164
  display: flex;
165
  align-items: center;
@@ -170,13 +186,16 @@
170
 
171
  .old-paper {
172
  background-color: #f5f0e6;
173
- background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path d="M0,0 L100,0 L100,100 L0,100 Z" fill="none" stroke="rgba(0,0,0,0.05)" stroke-width="1"/></svg>');
 
 
 
174
  color: #333;
175
  }
176
 
177
  @keyframes float {
178
  0% { transform: translateY(0px); }
179
- 50% { transform: translateY(-15px); }
180
  100% { transform: translateY(0px); }
181
  }
182
 
@@ -192,6 +211,8 @@
192
  background: #f8f5f0;
193
  border: 1px solid rgba(156, 140, 90, 0.3);
194
  transition: all 0.3s ease;
 
 
195
  }
196
 
197
  .pricing-card:hover {
@@ -214,16 +235,16 @@
214
  width: 0;
215
  height: 0;
216
  border-style: solid;
217
- border-width: 0 60px 60px 0;
218
  border-color: transparent #9c8c5a transparent transparent;
219
  }
220
 
221
  .pricing-card-featured::after {
222
  content: "Premium";
223
  position: absolute;
224
- top: 8px;
225
- right: 8px;
226
- font-size: 10px;
227
  font-weight: bold;
228
  color: #f8f5f0;
229
  transform: rotate(45deg);
@@ -261,6 +282,151 @@
261
  .text-muted {
262
  color: #7a7a7a;
263
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  </style>
265
  </head>
266
  <body class="antialiased">
@@ -294,28 +460,34 @@
294
  </nav>
295
 
296
  <!-- Hero Section -->
297
- <section class="min-h-screen flex items-center justify-center pt-20 pb-16 px-6 bg-parchment">
298
- <div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-16 items-center">
299
- <div class="space-y-8">
 
 
 
 
 
 
300
  <span class="text-xs uppercase tracking-widest text-muted letter-spacing-2">A Limited Edition</span>
301
- <h1 class="serif text-5xl md:text-6xl font-medium leading-tight tracking-tight">
302
- <span class="gold-text">The Art of</span><br>
303
- <span class="text-gray-800">Sustained Attention</span>
304
  </h1>
305
- <p class="text-lg text-gray-700 max-w-lg leading-relaxed">
306
  An evidence-based handbook for discerning gentlemen who refuse to let distraction dilute their potential.
307
  Limited to 500 numbered copies worldwide.
308
  </p>
309
- <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-6 pt-4">
310
- <a href="#purchase" class="btn-gold px-8 py-3 text-center transition duration-300 font-medium tracking-wider">
311
  RESERVE YOUR COPY
312
  </a>
313
- <a href="#about" class="bg-transparent border border-gray-300 text-gray-700 hover:border-gold-500 hover:text-gold-500 px-8 py-3 text-center transition duration-300 font-medium tracking-wider">
314
  EXPLORE THE MANUSCRIPT
315
  </a>
316
  </div>
317
  </div>
318
- <div class="flex justify-center">
319
  <div class="book-container floating">
320
  <div class="leather-book">
321
  <div class="book-spine">
@@ -326,9 +498,9 @@
326
  <div class="book-crest">
327
  <div class="book-crest-inner">F</div>
328
  </div>
329
- <h2 class="serif text-2xl gold-text text-center mb-2 tracking-wider">FOCVS</h2>
330
- <div class="h-px w-16 bg-gradient-to-r from-transparent via-gold-500 to-transparent my-2"></div>
331
- <p class="text-center text-gray-300 text-sm tracking-wider">THE ART OF SUSTAINED ATTENTION</p>
332
  </div>
333
  </div>
334
  </div>
@@ -337,43 +509,51 @@
337
  </section>
338
 
339
  <!-- About Section -->
340
- <section id="about" class="py-24 px-6 bg-ivory">
341
- <div class="max-w-5xl mx-auto">
342
- <div class="text-center mb-16">
 
 
 
 
 
343
  <span class="text-xs uppercase tracking-widest text-muted">The Manuscript</span>
344
- <h2 class="serif text-4xl md:text-5xl font-medium mt-4 mb-6">Philosophy Meets <span class="gold-text">Practicality</span></h2>
345
- <div class="section-divider w-32 mx-auto my-6"></div>
346
- <p class="text-gray-700 max-w-3xl mx-auto leading-relaxed">
347
  In an age of endless distraction, true focus has become the ultimate competitive advantage.
348
  This handbook distills two millennia of wisdom with modern neuroscience into a practical system for mastering your attention.
349
  </p>
350
  </div>
351
 
352
- <div class="grid md:grid-cols-3 gap-12 mt-16">
353
- <div class="space-y-4">
 
354
  <div class="feature-icon mx-auto">
355
- <i class="fas fa-brain gold-text text-xl"></i>
356
  </div>
357
- <h3 class="serif text-xl text-center mt-4 tracking-wider">NEUROSCIENTIFIC FOUNDATIONS</h3>
358
- <p class="text-gray-600 text-center leading-relaxed">
359
  Evidence-based techniques that work with your biology, not against it.
360
  </p>
361
  </div>
362
- <div class="space-y-4">
 
363
  <div class="feature-icon mx-auto">
364
- <i class="fas fa-history gold-text text-xl"></i>
365
  </div>
366
- <h3 class="serif text-xl text-center mt-4 tracking-wider">TIMELESS WISDOM</h3>
367
- <p class="text-gray-600 text-center leading-relaxed">
368
  Lessons from Stoic philosophers, Renaissance scholars, and monastic traditions.
369
  </p>
370
  </div>
371
- <div class="space-y-4">
 
372
  <div class="feature-icon mx-auto">
373
- <i class="fas fa-tools gold-text text-xl"></i>
374
  </div>
375
- <h3 class="serif text-xl text-center mt-4 tracking-wider">PRACTICAL FRAMEWORKS</h3>
376
- <p class="text-gray-600 text-center leading-relaxed">
377
  Immediately applicable systems for deep work and creative flow.
378
  </p>
379
  </div>
@@ -382,68 +562,73 @@
382
  </section>
383
 
384
  <!-- Contents Section -->
385
- <section id="contents" class="py-24 px-6 bg-parchment">
386
- <div class="max-w-5xl mx-auto">
387
- <div class="text-center mb-16">
 
 
 
 
 
388
  <span class="text-xs uppercase tracking-widest text-muted">Contents</span>
389
- <h2 class="serif text-4xl md:text-5xl font-medium mt-4 mb-6">A <span class="gold-text">Systematic</span> Approach</h2>
390
- <div class="section-divider w-32 mx-auto my-6"></div>
391
  </div>
392
 
393
- <div class="grid md:grid-cols-2 gap-12 mt-12">
394
- <div class="space-y-8">
395
- <div class="flex items-start space-x-4">
396
- <span class="gold-text serif text-xl">I.</span>
397
  <div>
398
- <h3 class="serif text-xl mb-2 tracking-wider">THE ANATOMY OF ATTENTION</h3>
399
- <p class="text-gray-600 leading-relaxed">
400
  Understanding the cognitive mechanisms behind focus and distraction.
401
  </p>
402
  </div>
403
  </div>
404
- <div class="flex items-start space-x-4">
405
- <span class="gold-text serif text-xl">II.</span>
406
  <div>
407
- <h3 class="serif text-xl mb-2 tracking-wider">THE MONASTIC METHOD</h3>
408
- <p class="text-gray-600 leading-relaxed">
409
  How medieval scholars achieved unparalleled concentration without modern technology.
410
  </p>
411
  </div>
412
  </div>
413
- <div class="flex items-start space-x-4">
414
- <span class="gold-text serif text-xl">III.</span>
415
  <div>
416
- <h3 class="serif text-xl mb-2 tracking-wider">THE WARRIOR'S FOCUS</h3>
417
- <p class="text-gray-600 leading-relaxed">
418
  Combat-tested techniques for maintaining clarity under pressure.
419
  </p>
420
  </div>
421
  </div>
422
  </div>
423
- <div class="space-y-8">
424
- <div class="flex items-start space-x-4">
425
- <span class="gold-text serif text-xl">IV.</span>
426
  <div>
427
- <h3 class="serif text-xl mb-2 tracking-wider">DIGITAL ASCETICISM</h3>
428
- <p class="text-gray-600 leading-relaxed">
429
  Reclaiming your attention from the attention economy.
430
  </p>
431
  </div>
432
  </div>
433
- <div class="flex items-start space-x-4">
434
- <span class="gold-text serif text-xl">V.</span>
435
  <div>
436
- <h3 class="serif text-xl mb-2 tracking-wider">THE FLOW STATE PROTOCOL</h3>
437
- <p class="text-gray-600 leading-relaxed">
438
  Engineering optimal conditions for creative and intellectual work.
439
  </p>
440
  </div>
441
  </div>
442
- <div class="flex items-start space-x-4">
443
- <span class="gold-text serif text-xl">VI.</span>
444
  <div>
445
- <h3 class="serif text-xl mb-2 tracking-wider">THE 30-DAY CRUCIBLE</h3>
446
- <p class="text-gray-600 leading-relaxed">
447
  A transformative practice regimen to rebuild your attention span.
448
  </p>
449
  </div>
@@ -454,68 +639,77 @@
454
  </section>
455
 
456
  <!-- Testimonials -->
457
- <section id="testimonials" class="py-24 px-6 bg-ivory">
458
- <div class="max-w-5xl mx-auto">
459
- <div class="text-center mb-16">
 
 
 
 
 
460
  <span class="text-xs uppercase tracking-widest text-muted">Endorsements</span>
461
- <h2 class="serif text-4xl md:text-5xl font-medium mt-4 mb-6">Praised by <span class="gold-text">Peers</span></h2>
462
- <div class="section-divider w-32 mx-auto my-6"></div>
463
  </div>
464
 
465
- <div class="grid md:grid-cols-2 gap-8">
466
- <div class="testimonial-card p-8 rounded-lg">
467
- <div class="flex items-center mb-6">
468
- <div class="w-12 h-12 rounded-full bg-gray-200 mr-4 flex items-center justify-center gold-text">
469
- <span class="serif text-xl">MV</span>
 
470
  </div>
471
  <div>
472
- <h4 class="font-medium tracking-wider">DR. MARCUS VAIL</h4>
473
- <p class="text-sm text-gray-500 tracking-wider">Cognitive Neuroscientist, Stanford</p>
474
  </div>
475
  </div>
476
- <p class="text-gray-700 italic leading-relaxed">
477
  "The most comprehensive synthesis of ancient wisdom and modern science on attention I've encountered. Indispensable for anyone serious about cognitive mastery."
478
  </p>
479
  </div>
480
- <div class="testimonial-card p-8 rounded-lg">
481
- <div class="flex items-center mb-6">
482
- <div class="w-12 h-12 rounded-full bg-gray-200 mr-4 flex items-center justify-center gold-text">
483
- <span class="serif text-xl">JH</span>
 
484
  </div>
485
  <div>
486
- <h4 class="font-medium tracking-wider">JAMES HOLLOWAY</h4>
487
- <p class="text-sm text-gray-500 tracking-wider">CEO, Blackthorn Capital</p>
488
  </div>
489
  </div>
490
- <p class="text-gray-700 italic leading-relaxed">
491
  "This handbook transformed how I work. My productivity has increased by at least 300% since implementing its protocols. Worth every penny."
492
  </p>
493
  </div>
494
- <div class="testimonial-card p-8 rounded-lg">
495
- <div class="flex items-center mb-6">
496
- <div class="w-12 h-12 rounded-full bg-gray-200 mr-4 flex items-center justify-center gold-text">
497
- <span class="serif text-xl">ES</span>
 
498
  </div>
499
  <div>
500
- <h4 class="font-medium tracking-wider">PROF. ELENA SOKOLOV</h4>
501
- <p class="text-sm text-gray-500 tracking-wider">Philosophy Chair, Cambridge</p>
502
  </div>
503
  </div>
504
- <p class="text-gray-700 italic leading-relaxed">
505
  "A rare work that bridges the gap between theoretical depth and practical application. The Stoics would have approved."
506
  </p>
507
  </div>
508
- <div class="testimonial-card p-8 rounded-lg">
509
- <div class="flex items-center mb-6">
510
- <div class="w-12 h-12 rounded-full bg-gray-200 mr-4 flex items-center justify-center gold-text">
511
- <span class="serif text-xl">DM</span>
 
512
  </div>
513
  <div>
514
- <h4 class="font-medium tracking-wider">DAVID MERCER</h4>
515
- <p class="text-sm text-gray-500 tracking-wider">Author, "Deep Work Warrior"</p>
516
  </div>
517
  </div>
518
- <p class="text-gray-700 italic leading-relaxed">
519
  "I thought I knew everything about focus until I read this. The 30-Day Crucible alone is worth the investment."
520
  </p>
521
  </div>
@@ -524,124 +718,133 @@
524
  </section>
525
 
526
  <!-- Purchase Section -->
527
- <section id="purchase" class="py-24 px-6 bg-parchment">
528
- <div class="max-w-5xl mx-auto">
529
- <div class="text-center mb-16">
 
 
 
 
 
530
  <span class="text-xs uppercase tracking-widest text-muted">Acquire</span>
531
- <h2 class="serif text-4xl md:text-5xl font-medium mt-4 mb-6">Own This <span class="gold-text">Limited Edition</span></h2>
532
- <div class="section-divider w-32 mx-auto my-6"></div>
533
- <p class="text-gray-700 max-w-3xl mx-auto leading-relaxed">
534
  Only 500 hand-numbered copies will ever be printed. Each volume is bound in premium materials and includes exclusive content not available in digital formats.
535
  </p>
536
  </div>
537
 
538
- <div class="grid md:grid-cols-3 gap-8 mt-12">
539
- <div class="pricing-card p-8 rounded-lg">
540
- <h3 class="serif text-2xl mb-4 tracking-wider">STANDARD EDITION</h3>
541
- <p class="gold-text serif text-3xl mb-6">$195</p>
542
- <ul class="space-y-3 text-gray-600 mb-8">
 
543
  <li class="flex items-start">
544
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
545
  <span>Hand-numbered copy</span>
546
  </li>
547
  <li class="flex items-start">
548
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
549
  <span>Premium clothbound cover</span>
550
  </li>
551
  <li class="flex items-start">
552
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
553
  <span>Exclusive companion PDF</span>
554
  </li>
555
  </ul>
556
- <a href="#" class="block text-center btn-gold px-6 py-3 transition duration-300 tracking-wider">
557
  PURCHASE
558
  </a>
559
  </div>
560
- <div class="pricing-card-featured p-8 rounded-lg">
561
- <h3 class="serif text-2xl mb-4 tracking-wider">COLLECTOR'S EDITION</h3>
562
- <p class="gold-text serif text-3xl mb-6">$495</p>
563
- <ul class="space-y-3 text-gray-600 mb-8">
 
 
564
  <li class="flex items-start">
565
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
566
  <span>Hand-numbered copy (1-100)</span>
567
  </li>
568
  <li class="flex items-start">
569
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
570
  <span>Full leather binding</span>
571
  </li>
572
  <li class="flex items-start">
573
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
574
  <span>Signed by the author</span>
575
  </li>
576
  <li class="flex items-start">
577
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
578
  <span>Private 1-hour consultation</span>
579
  </li>
580
  </ul>
581
- <a href="#" class="block text-center btn-gold-solid px-6 py-3 transition duration-300 tracking-wider">
582
  PURCHASE
583
  </a>
584
  </div>
585
- <div class="pricing-card p-8 rounded-lg">
586
- <h3 class="serif text-2xl mb-4 tracking-wider">EXECUTIVE BUNDLE</h3>
587
- <p class="gold-text serif text-3xl mb-6">$995</p>
588
- <ul class="space-y-3 text-gray-600 mb-8">
 
589
  <li class="flex items-start">
590
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
591
  <span>Two Collector's Editions</span>
592
  </li>
593
  <li class="flex items-start">
594
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
595
  <span>Custom embossed case</span>
596
  </li>
597
  <li class="flex items-start">
598
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
599
  <span>Annual membership updates</span>
600
  </li>
601
  <li class="flex items-start">
602
- <i class="fas fa-check gold-text mr-2 mt-1"></i>
603
  <span>Quarterly strategy sessions</span>
604
  </li>
605
  </ul>
606
- <a href="#" class="block text-center btn-gold px-6 py-3 transition duration-300 tracking-wider">
607
  PURCHASE
608
  </a>
609
  </div>
610
  </div>
611
 
612
- <div class="text-center mt-16 text-muted text-sm tracking-wider">
613
  <p>All purchases include a 30-day satisfaction guarantee. Digital companion materials delivered immediately.</p>
614
- <p class="mt-2">Remaining copies: 127/500</p>
615
  </div>
616
  </div>
617
  </section>
618
 
619
  <!-- Footer -->
620
- <footer class="bg-ivory py-16 px-6 footer-border">
621
  <div class="max-w-5xl mx-auto">
622
  <div class="flex flex-col md:flex-row justify-between items-center">
623
- <div class="mb-8 md:mb-0">
624
  <span class="serif text-2xl gold-text tracking-wider">FOCVS</span>
625
- <p class="text-muted mt-2 tracking-wider">THE ART OF SUSTAINED ATTENTION</p>
626
  </div>
627
- <div class="flex space-x-6">
628
  <a href="#" class="text-muted hover-gold transition duration-300">
629
- <i class="fab fa-twitter"></i>
630
  </a>
631
  <a href="#" class="text-muted hover-gold transition duration-300">
632
- <i class="fab fa-instagram"></i>
633
  </a>
634
  <a href="#" class="text-muted hover-gold transition duration-300">
635
- <i class="fas fa-envelope"></i>
636
  </a>
637
  </div>
638
  </div>
639
- <div class="footer-border mt-12 pt-8 flex flex-col md:flex-row justify-between">
640
- <p class="text-muted text-sm mb-4 md:mb-0 tracking-wider">© 2023 FOCVS PRESS. ALL RIGHTS RESERVED.</p>
641
- <div class="flex space-x-6">
642
- <a href="#" class="text-muted hover-gold text-sm transition duration-300 tracking-wider">PRIVACY</a>
643
- <a href="#" class="text-muted hover-gold text-sm transition duration-300 tracking-wider">TERMS</a>
644
- <a href="#" class="text-muted hover-gold text-sm transition duration-300 tracking-wider">CONTACT</a>
645
  </div>
646
  </div>
647
  </div>
@@ -692,6 +895,44 @@
692
 
693
  // Update every 30 seconds
694
  setInterval(updateRemainingCopies, 30000);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
695
  </script>
696
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=ChimpDann/braindump" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
697
  </html>
 
14
  background-color: #f8f5f0;
15
  color: #333;
16
  scroll-behavior: smooth;
17
+ overflow-x: hidden;
18
  }
19
 
20
  .serif {
 
29
  border-color: #9c8c5a;
30
  }
31
 
32
+ /* Enhanced background patterns */
33
  .bg-ivory {
34
  background-color: #f8f5f0;
35
+ background-image:
36
+ linear-gradient(rgba(156,140,90,0.03) 1px, transparent 1px),
37
+ linear-gradient(90deg, rgba(156,140,90,0.03) 1px, transparent 1px);
38
+ background-size: 30px 30px;
39
  }
40
 
41
  .bg-parchment {
42
  background-color: #f0e8d5;
43
+ background-image:
44
+ radial-gradient(circle, rgba(156,140,90,0.05) 1px, transparent 1px),
45
+ radial-gradient(circle, rgba(156,140,90,0.05) 1px, transparent 1px);
46
+ background-size: 40px 40px;
47
+ background-position: 0 0, 20px 20px;
48
  }
49
 
50
  .bg-velvet {
 
63
  .book-container {
64
  perspective: 2000px;
65
  position: relative;
66
+ height: 400px;
67
  }
68
 
69
  .leather-book {
70
  position: absolute;
71
+ width: 280px;
72
+ height: 420px;
73
  background: linear-gradient(145deg, #3a2e1a 0%, #2a2418 100%);
74
  border-radius: 4px 16px 16px 4px;
75
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
 
89
  position: absolute;
90
  left: 0;
91
  top: 0;
92
+ width: 25px;
93
  height: 100%;
94
  background: linear-gradient(90deg, #2a2418 0%, #3a2e1a 100%);
95
+ transform: rotateY(90deg) translateX(-12.5px);
96
  border-radius: 4px 0 0 4px;
97
  box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.3);
98
  }
 
103
  left: 50%;
104
  transform: translate(-50%, -50%) rotate(90deg);
105
  font-family: 'EB Garamond', serif;
106
+ font-size: 1.5rem;
107
  font-weight: 600;
108
  color: #9c8c5a;
109
  letter-spacing: 2px;
110
  text-transform: uppercase;
111
  writing-mode: vertical-rl;
112
  text-orientation: mixed;
113
+ height: 250px;
114
  display: flex;
115
  align-items: center;
116
  }
 
124
  flex-direction: column;
125
  justify-content: center;
126
  align-items: center;
127
+ padding: 1.5rem;
128
  box-sizing: border-box;
129
  }
130
 
 
132
  position: absolute;
133
  width: 100%;
134
  height: 100%;
135
+ background-image:
136
+ linear-gradient(45deg, rgba(156,140,90,0.05) 25%, transparent 25%),
137
+ linear-gradient(-45deg, rgba(156,140,90,0.05) 25%, transparent 25%),
138
+ linear-gradient(45deg, transparent 75%, rgba(156,140,90,0.05) 75%),
139
+ linear-gradient(-45deg, transparent 75%, rgba(156,140,90,0.05) 75%);
140
+ background-size: 20px 20px;
141
+ background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
142
+ opacity: 0.8;
143
  }
144
 
145
  .book-crest {
146
+ width: 100px;
147
+ height: 100px;
148
  background: radial-gradient(circle, rgba(156,140,90,0.1) 0%, transparent 70%);
149
  border: 1px solid rgba(156,140,90,0.2);
150
  border-radius: 50%;
151
  display: flex;
152
  justify-content: center;
153
  align-items: center;
154
+ margin-bottom: 1.5rem;
155
  }
156
 
157
  .book-crest-inner {
158
+ width: 80px;
159
+ height: 80px;
160
  border: 1px solid rgba(156,140,90,0.3);
161
  border-radius: 50%;
162
  display: flex;
163
  justify-content: center;
164
  align-items: center;
165
  font-family: 'EB Garamond', serif;
166
+ font-size: 2.5rem;
167
  color: rgba(156,140,90,0.5);
168
  }
169
 
 
174
  }
175
 
176
  .feature-icon {
177
+ width: 50px;
178
+ height: 50px;
179
  border: 1px solid #9c8c5a;
180
  display: flex;
181
  align-items: center;
 
186
 
187
  .old-paper {
188
  background-color: #f5f0e6;
189
+ background-image:
190
+ linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
191
+ linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
192
+ background-size: 20px 20px;
193
  color: #333;
194
  }
195
 
196
  @keyframes float {
197
  0% { transform: translateY(0px); }
198
+ 50% { transform: translateY(-10px); }
199
  100% { transform: translateY(0px); }
200
  }
201
 
 
211
  background: #f8f5f0;
212
  border: 1px solid rgba(156, 140, 90, 0.3);
213
  transition: all 0.3s ease;
214
+ position: relative;
215
+ overflow: hidden;
216
  }
217
 
218
  .pricing-card:hover {
 
235
  width: 0;
236
  height: 0;
237
  border-style: solid;
238
+ border-width: 0 50px 50px 0;
239
  border-color: transparent #9c8c5a transparent transparent;
240
  }
241
 
242
  .pricing-card-featured::after {
243
  content: "Premium";
244
  position: absolute;
245
+ top: 6px;
246
+ right: 6px;
247
+ font-size: 9px;
248
  font-weight: bold;
249
  color: #f8f5f0;
250
  transform: rotate(45deg);
 
282
  .text-muted {
283
  color: #7a7a7a;
284
  }
285
+
286
+ /* Enhanced decorative elements */
287
+ .geometric-pattern {
288
+ position: absolute;
289
+ width: 100%;
290
+ height: 100%;
291
+ background-image:
292
+ radial-gradient(circle, rgba(156,140,90,0.05) 1px, transparent 1px),
293
+ radial-gradient(circle, rgba(156,140,90,0.05) 1px, transparent 1px);
294
+ background-size: 30px 30px;
295
+ background-position: 0 0, 15px 15px;
296
+ opacity: 0.5;
297
+ pointer-events: none;
298
+ }
299
+
300
+ .ancient-schematic {
301
+ position: absolute;
302
+ width: 150px;
303
+ height: 150px;
304
+ background-image: url('data:image/svg+xml;utf8,<svg width="150" height="150" viewBox="0 0 150 150" xmlns="http://www.w3.org/2000/svg"><rect x="30" y="30" width="90" height="90" fill="none" stroke="rgba(156,140,90,0.15)" stroke-width="1"/><line x1="30" y1="30" x2="120" y2="120" stroke="rgba(156,140,90,0.15)" stroke-width="1"/><line x1="120" y1="30" x2="30" y2="120" stroke="rgba(156,140,90,0.15)" stroke-width="1"/><circle cx="75" cy="75" r="30" fill="none" stroke="rgba(156,140,90,0.15)" stroke-width="1"/></svg>');
305
+ pointer-events: none;
306
+ }
307
+
308
+ .philosophy-diagram {
309
+ position: absolute;
310
+ width: 120px;
311
+ height: 120px;
312
+ background-image: url('data:image/svg+xml;utf8,<svg width="120" height="120" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg"><path d="M60,20 L100,100 L20,100 Z" fill="none" stroke="rgba(156,140,90,0.15)" stroke-width="1"/><circle cx="60" cy="60" r="25" fill="none" stroke="rgba(156,140,90,0.15)" stroke-width="1"/></svg>');
313
+ pointer-events: none;
314
+ }
315
+
316
+ .parallax-element {
317
+ position: absolute;
318
+ will-change: transform;
319
+ }
320
+
321
+ /* Section decorative backgrounds */
322
+ .hero-decoration {
323
+ position: absolute;
324
+ width: 100%;
325
+ height: 100%;
326
+ top: 0;
327
+ left: 0;
328
+ pointer-events: none;
329
+ overflow: hidden;
330
+ z-index: 0;
331
+ }
332
+
333
+ .section-decoration {
334
+ position: absolute;
335
+ width: 100%;
336
+ height: 100%;
337
+ top: 0;
338
+ left: 0;
339
+ pointer-events: none;
340
+ overflow: hidden;
341
+ z-index: 0;
342
+ }
343
+
344
+ .content-wrapper {
345
+ position: relative;
346
+ z-index: 10;
347
+ }
348
+
349
+ /* Fancy underline for headings */
350
+ .fancy-underline {
351
+ position: relative;
352
+ display: inline-block;
353
+ }
354
+
355
+ .fancy-underline::after {
356
+ content: '';
357
+ position: absolute;
358
+ bottom: -6px;
359
+ left: 0;
360
+ width: 100%;
361
+ height: 1px;
362
+ background: linear-gradient(90deg, rgba(156,140,90,0) 0%, #9c8c5a 50%, rgba(156,140,90,0) 100%);
363
+ }
364
+
365
+ /* Pricing card embellishments */
366
+ .pricing-ornament {
367
+ position: absolute;
368
+ width: 30px;
369
+ height: 30px;
370
+ background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path d="M15,0 Q22.5,7.5 15,15 Q7.5,22.5 15,30 Q22.5,22.5 15,15 Q7.5,7.5 15,0" fill="none" stroke="rgba(156,140,90,0.2)" stroke-width="0.8"/></svg>');
371
+ opacity: 0.6;
372
+ }
373
+
374
+ /* Mobile responsiveness improvements */
375
+ @media (max-width: 768px) {
376
+ .book-container {
377
+ height: 300px;
378
+ margin-top: 2rem;
379
+ }
380
+
381
+ .leather-book {
382
+ width: 200px;
383
+ height: 300px;
384
+ }
385
+
386
+ .book-title {
387
+ font-size: 1.2rem;
388
+ height: 180px;
389
+ }
390
+
391
+ .book-crest {
392
+ width: 70px;
393
+ height: 70px;
394
+ margin-bottom: 1rem;
395
+ }
396
+
397
+ .book-crest-inner {
398
+ width: 60px;
399
+ height: 60px;
400
+ font-size: 2rem;
401
+ }
402
+
403
+ .hero-decoration, .section-decoration {
404
+ display: none;
405
+ }
406
+
407
+ .content-wrapper {
408
+ padding-top: 2rem;
409
+ padding-bottom: 2rem;
410
+ }
411
+
412
+ .section-divider {
413
+ margin: 1rem auto;
414
+ }
415
+
416
+ .pricing-card, .pricing-card-featured {
417
+ padding: 1.5rem;
418
+ }
419
+
420
+ .pricing-card-featured::before {
421
+ border-width: 0 40px 40px 0;
422
+ }
423
+
424
+ .pricing-card-featured::after {
425
+ top: 5px;
426
+ right: 5px;
427
+ font-size: 8px;
428
+ }
429
+ }
430
  </style>
431
  </head>
432
  <body class="antialiased">
 
460
  </nav>
461
 
462
  <!-- Hero Section -->
463
+ <section class="min-h-screen flex items-center justify-center pt-20 pb-16 px-6 bg-parchment relative overflow-hidden">
464
+ <div class="hero-decoration">
465
+ <div class="parallax-element ancient-schematic" style="top: 10%; left: 5%;" data-speed="0.1"></div>
466
+ <div class="parallax-element geometric-pattern" style="top: 60%; right: 8%;" data-speed="0.15"></div>
467
+ <div class="parallax-element philosophy-diagram" style="bottom: 15%; left: 10%;" data-speed="0.2"></div>
468
+ </div>
469
+
470
+ <div class="max-w-7xl mx-auto grid md:grid-cols-2 gap-8 md:gap-16 items-center content-wrapper">
471
+ <div class="space-y-6 md:space-y-8 order-2 md:order-1">
472
  <span class="text-xs uppercase tracking-widest text-muted letter-spacing-2">A Limited Edition</span>
473
+ <h1 class="serif text-4xl md:text-6xl font-medium leading-tight tracking-tight">
474
+ <span class="gold-text fancy-underline">The Art of</span><br>
475
+ <span class="text-gray-800 fancy-underline">Sustained Attention</span>
476
  </h1>
477
+ <p class="text-base md:text-lg text-gray-700 max-w-lg leading-relaxed">
478
  An evidence-based handbook for discerning gentlemen who refuse to let distraction dilute their potential.
479
  Limited to 500 numbered copies worldwide.
480
  </p>
481
+ <div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4 pt-2">
482
+ <a href="#purchase" class="btn-gold px-6 py-2 md:px-8 md:py-3 text-center transition duration-300 font-medium tracking-wider text-sm md:text-base">
483
  RESERVE YOUR COPY
484
  </a>
485
+ <a href="#about" class="bg-transparent border border-gray-300 text-gray-700 hover:border-gold-500 hover:text-gold-500 px-6 py-2 md:px-8 md:py-3 text-center transition duration-300 font-medium tracking-wider text-sm md:text-base">
486
  EXPLORE THE MANUSCRIPT
487
  </a>
488
  </div>
489
  </div>
490
+ <div class="flex justify-center order-1 md:order-2">
491
  <div class="book-container floating">
492
  <div class="leather-book">
493
  <div class="book-spine">
 
498
  <div class="book-crest">
499
  <div class="book-crest-inner">F</div>
500
  </div>
501
+ <h2 class="serif text-xl md:text-2xl gold-text text-center mb-2 tracking-wider">FOCVS</h2>
502
+ <div class="h-px w-12 md:w-16 bg-gradient-to-r from-transparent via-gold-500 to-transparent my-2"></div>
503
+ <p class="text-center text-gray-300 text-xs md:text-sm tracking-wider">THE ART OF SUSTAINED ATTENTION</p>
504
  </div>
505
  </div>
506
  </div>
 
509
  </section>
510
 
511
  <!-- About Section -->
512
+ <section id="about" class="py-16 md:py-24 px-6 bg-ivory relative overflow-hidden">
513
+ <div class="section-decoration">
514
+ <div class="parallax-element ancient-schematic" style="top: 15%; right: 5%; transform: rotate(15deg);" data-speed="0.12"></div>
515
+ <div class="parallax-element geometric-pattern" style="bottom: 20%; left: 8%;" data-speed="0.18"></div>
516
+ </div>
517
+
518
+ <div class="max-w-5xl mx-auto content-wrapper">
519
+ <div class="text-center mb-12 md:mb-16">
520
  <span class="text-xs uppercase tracking-widest text-muted">The Manuscript</span>
521
+ <h2 class="serif text-3xl md:text-5xl font-medium mt-3 md:mt-4 mb-4 md:mb-6">Philosophy Meets <span class="gold-text fancy-underline">Practicality</span></h2>
522
+ <div class="section-divider w-24 md:w-32 mx-auto my-4 md:my-6"></div>
523
+ <p class="text-gray-700 max-w-3xl mx-auto leading-relaxed text-sm md:text-base">
524
  In an age of endless distraction, true focus has become the ultimate competitive advantage.
525
  This handbook distills two millennia of wisdom with modern neuroscience into a practical system for mastering your attention.
526
  </p>
527
  </div>
528
 
529
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8 md:gap-12 mt-12 md:mt-16">
530
+ <div class="space-y-3 md:space-y-4 relative">
531
+ <div class="pricing-ornament" style="top: -10px; right: -10px;"></div>
532
  <div class="feature-icon mx-auto">
533
+ <i class="fas fa-brain gold-text text-lg md:text-xl"></i>
534
  </div>
535
+ <h3 class="serif text-lg md:text-xl text-center mt-2 md:mt-4 tracking-wider">NEUROSCIENTIFIC FOUNDATIONS</h3>
536
+ <p class="text-gray-600 text-center leading-relaxed text-sm md:text-base">
537
  Evidence-based techniques that work with your biology, not against it.
538
  </p>
539
  </div>
540
+ <div class="space-y-3 md:space-y-4 relative">
541
+ <div class="pricing-ornament" style="top: -10px; left: -10px;"></div>
542
  <div class="feature-icon mx-auto">
543
+ <i class="fas fa-history gold-text text-lg md:text-xl"></i>
544
  </div>
545
+ <h3 class="serif text-lg md:text-xl text-center mt-2 md:mt-4 tracking-wider">TIMELESS WISDOM</h3>
546
+ <p class="text-gray-600 text-center leading-relaxed text-sm md:text-base">
547
  Lessons from Stoic philosophers, Renaissance scholars, and monastic traditions.
548
  </p>
549
  </div>
550
+ <div class="space-y-3 md:space-y-4 relative">
551
+ <div class="pricing-ornament" style="bottom: -10px; right: -10px;"></div>
552
  <div class="feature-icon mx-auto">
553
+ <i class="fas fa-tools gold-text text-lg md:text-xl"></i>
554
  </div>
555
+ <h3 class="serif text-lg md:text-xl text-center mt-2 md:mt-4 tracking-wider">PRACTICAL FRAMEWORKS</h3>
556
+ <p class="text-gray-600 text-center leading-relaxed text-sm md:text-base">
557
  Immediately applicable systems for deep work and creative flow.
558
  </p>
559
  </div>
 
562
  </section>
563
 
564
  <!-- Contents Section -->
565
+ <section id="contents" class="py-16 md:py-24 px-6 bg-parchment relative overflow-hidden">
566
+ <div class="section-decoration">
567
+ <div class="parallax-element philosophy-diagram" style="top: 10%; left: 5%; transform: rotate(-10deg);" data-speed="0.15"></div>
568
+ <div class="parallax-element geometric-pattern" style="bottom: 15%; right: 5%;" data-speed="0.1"></div>
569
+ </div>
570
+
571
+ <div class="max-w-5xl mx-auto content-wrapper">
572
+ <div class="text-center mb-12 md:mb-16">
573
  <span class="text-xs uppercase tracking-widest text-muted">Contents</span>
574
+ <h2 class="serif text-3xl md:text-5xl font-medium mt-3 md:mt-4 mb-4 md:mb-6">A <span class="gold-text fancy-underline">Systematic</span> Approach</h2>
575
+ <div class="section-divider w-24 md:w-32 mx-auto my-4 md:my-6"></div>
576
  </div>
577
 
578
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12 mt-8 md:mt-12">
579
+ <div class="space-y-6 md:space-y-8">
580
+ <div class="flex items-start space-x-3 md:space-x-4">
581
+ <span class="gold-text serif text-lg md:text-xl">I.</span>
582
  <div>
583
+ <h3 class="serif text-lg md:text-xl mb-1 md:mb-2 tracking-wider">THE ANATOMY OF ATTENTION</h3>
584
+ <p class="text-gray-600 leading-relaxed text-sm md:text-base">
585
  Understanding the cognitive mechanisms behind focus and distraction.
586
  </p>
587
  </div>
588
  </div>
589
+ <div class="flex items-start space-x-3 md:space-x-4">
590
+ <span class="gold-text serif text-lg md:text-xl">II.</span>
591
  <div>
592
+ <h3 class="serif text-lg md:text-xl mb-1 md:mb-2 tracking-wider">THE MONASTIC METHOD</h3>
593
+ <p class="text-gray-600 leading-relaxed text-sm md:text-base">
594
  How medieval scholars achieved unparalleled concentration without modern technology.
595
  </p>
596
  </div>
597
  </div>
598
+ <div class="flex items-start space-x-3 md:space-x-4">
599
+ <span class="gold-text serif text-lg md:text-xl">III.</span>
600
  <div>
601
+ <h3 class="serif text-lg md:text-xl mb-1 md:mb-2 tracking-wider">THE WARRIOR'S FOCUS</h3>
602
+ <p class="text-gray-600 leading-relaxed text-sm md:text-base">
603
  Combat-tested techniques for maintaining clarity under pressure.
604
  </p>
605
  </div>
606
  </div>
607
  </div>
608
+ <div class="space-y-6 md:space-y-8">
609
+ <div class="flex items-start space-x-3 md:space-x-4">
610
+ <span class="gold-text serif text-lg md:text-xl">IV.</span>
611
  <div>
612
+ <h3 class="serif text-lg md:text-xl mb-1 md:mb-2 tracking-wider">DIGITAL ASCETICISM</h3>
613
+ <p class="text-gray-600 leading-relaxed text-sm md:text-base">
614
  Reclaiming your attention from the attention economy.
615
  </p>
616
  </div>
617
  </div>
618
+ <div class="flex items-start space-x-3 md:space-x-4">
619
+ <span class="gold-text serif text-lg md:text-xl">V.</span>
620
  <div>
621
+ <h3 class="serif text-lg md:text-xl mb-1 md:mb-2 tracking-wider">THE FLOW STATE PROTOCOL</h3>
622
+ <p class="text-gray-600 leading-relaxed text-sm md:text-base">
623
  Engineering optimal conditions for creative and intellectual work.
624
  </p>
625
  </div>
626
  </div>
627
+ <div class="flex items-start space-x-3 md:space-x-4">
628
+ <span class="gold-text serif text-lg md:text-xl">VI.</span>
629
  <div>
630
+ <h3 class="serif text-lg md:text-xl mb-1 md:mb-2 tracking-wider">THE 30-DAY CRUCIBLE</h3>
631
+ <p class="text-gray-600 leading-relaxed text-sm md:text-base">
632
  A transformative practice regimen to rebuild your attention span.
633
  </p>
634
  </div>
 
639
  </section>
640
 
641
  <!-- Testimonials -->
642
+ <section id="testimonials" class="py-16 md:py-24 px-6 bg-ivory relative overflow-hidden">
643
+ <div class="section-decoration">
644
+ <div class="parallax-element ancient-schematic" style="top: 20%; right: 10%; transform: rotate(25deg);" data-speed="0.1"></div>
645
+ <div class="parallax-element philosophy-diagram" style="bottom: 15%; left: 10%;" data-speed="0.15"></div>
646
+ </div>
647
+
648
+ <div class="max-w-5xl mx-auto content-wrapper">
649
+ <div class="text-center mb-12 md:mb-16">
650
  <span class="text-xs uppercase tracking-widest text-muted">Endorsements</span>
651
+ <h2 class="serif text-3xl md:text-5xl font-medium mt-3 md:mt-4 mb-4 md:mb-6">Praised by <span class="gold-text fancy-underline">Peers</span></h2>
652
+ <div class="section-divider w-24 md:w-32 mx-auto my-4 md:my-6"></div>
653
  </div>
654
 
655
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6 md:gap-8">
656
+ <div class="testimonial-card p-6 md:p-8 rounded-lg relative">
657
+ <div class="pricing-ornament" style="top: 8px; right: 8px;"></div>
658
+ <div class="flex items-center mb-4 md:mb-6">
659
+ <div class="w-10 h-10 md:w-12 md:h-12 rounded-full bg-gray-200 mr-3 md:mr-4 flex items-center justify-center gold-text">
660
+ <span class="serif text-lg md:text-xl">MV</span>
661
  </div>
662
  <div>
663
+ <h4 class="font-medium tracking-wider text-sm md:text-base">DR. MARCUS VAIL</h4>
664
+ <p class="text-xs md:text-sm text-gray-500 tracking-wider">Cognitive Neuroscientist, Stanford</p>
665
  </div>
666
  </div>
667
+ <p class="text-gray-700 italic leading-relaxed text-sm md:text-base">
668
  "The most comprehensive synthesis of ancient wisdom and modern science on attention I've encountered. Indispensable for anyone serious about cognitive mastery."
669
  </p>
670
  </div>
671
+ <div class="testimonial-card p-6 md:p-8 rounded-lg relative">
672
+ <div class="pricing-ornament" style="bottom: 8px; left: 8px;"></div>
673
+ <div class="flex items-center mb-4 md:mb-6">
674
+ <div class="w-10 h-10 md:w-12 md:h-12 rounded-full bg-gray-200 mr-3 md:mr-4 flex items-center justify-center gold-text">
675
+ <span class="serif text-lg md:text-xl">JH</span>
676
  </div>
677
  <div>
678
+ <h4 class="font-medium tracking-wider text-sm md:text-base">JAMES HOLLOWAY</h4>
679
+ <p class="text-xs md:text-sm text-gray-500 tracking-wider">CEO, Blackthorn Capital</p>
680
  </div>
681
  </div>
682
+ <p class="text-gray-700 italic leading-relaxed text-sm md:text-base">
683
  "This handbook transformed how I work. My productivity has increased by at least 300% since implementing its protocols. Worth every penny."
684
  </p>
685
  </div>
686
+ <div class="testimonial-card p-6 md:p-8 rounded-lg relative">
687
+ <div class="pricing-ornament" style="top: 8px; left: 8px;"></div>
688
+ <div class="flex items-center mb-4 md:mb-6">
689
+ <div class="w-10 h-10 md:w-12 md:h-12 rounded-full bg-gray-200 mr-3 md:mr-4 flex items-center justify-center gold-text">
690
+ <span class="serif text-lg md:text-xl">ES</span>
691
  </div>
692
  <div>
693
+ <h4 class="font-medium tracking-wider text-sm md:text-base">PROF. ELENA SOKOLOV</h4>
694
+ <p class="text-xs md:text-sm text-gray-500 tracking-wider">Philosophy Chair, Cambridge</p>
695
  </div>
696
  </div>
697
+ <p class="text-gray-700 italic leading-relaxed text-sm md:text-base">
698
  "A rare work that bridges the gap between theoretical depth and practical application. The Stoics would have approved."
699
  </p>
700
  </div>
701
+ <div class="testimonial-card p-6 md:p-8 rounded-lg relative">
702
+ <div class="pricing-ornament" style="bottom: 8px; right: 8px;"></div>
703
+ <div class="flex items-center mb-4 md:mb-6">
704
+ <div class="w-10 h-10 md:w-12 md:h-12 rounded-full bg-gray-200 mr-3 md:mr-4 flex items-center justify-center gold-text">
705
+ <span class="serif text-lg md:text-xl">DM</span>
706
  </div>
707
  <div>
708
+ <h4 class="font-medium tracking-wider text-sm md:text-base">DAVID MERCER</h4>
709
+ <p class="text-xs md:text-sm text-gray-500 tracking-wider">Author, "Deep Work Warrior"</p>
710
  </div>
711
  </div>
712
+ <p class="text-gray-700 italic leading-relaxed text-sm md:text-base">
713
  "I thought I knew everything about focus until I read this. The 30-Day Crucible alone is worth the investment."
714
  </p>
715
  </div>
 
718
  </section>
719
 
720
  <!-- Purchase Section -->
721
+ <section id="purchase" class="py-16 md:py-24 px-6 bg-parchment relative overflow-hidden">
722
+ <div class="section-decoration">
723
+ <div class="parallax-element geometric-pattern" style="top: 10%; left: 5%;" data-speed="0.1"></div>
724
+ <div class="parallax-element ancient-schematic" style="bottom: 15%; right: 5%; transform: rotate(-15deg);" data-speed="0.15"></div>
725
+ </div>
726
+
727
+ <div class="max-w-5xl mx-auto content-wrapper">
728
+ <div class="text-center mb-12 md:mb-16">
729
  <span class="text-xs uppercase tracking-widest text-muted">Acquire</span>
730
+ <h2 class="serif text-3xl md:text-5xl font-medium mt-3 md:mt-4 mb-4 md:mb-6">Own This <span class="gold-text fancy-underline">Limited Edition</span></h2>
731
+ <div class="section-divider w-24 md:w-32 mx-auto my-4 md:my-6"></div>
732
+ <p class="text-gray-700 max-w-3xl mx-auto leading-relaxed text-sm md:text-base">
733
  Only 500 hand-numbered copies will ever be printed. Each volume is bound in premium materials and includes exclusive content not available in digital formats.
734
  </p>
735
  </div>
736
 
737
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6 md:gap-8 mt-8 md:mt-12">
738
+ <div class="pricing-card p-6 md:p-8 rounded-lg relative">
739
+ <div class="pricing-ornament" style="top: 8px; right: 8px;"></div>
740
+ <h3 class="serif text-xl md:text-2xl mb-3 md:mb-4 tracking-wider">STANDARD EDITION</h3>
741
+ <p class="gold-text serif text-2xl md:text-3xl mb-4 md:mb-6">$195</p>
742
+ <ul class="space-y-2 md:space-y-3 text-gray-600 mb-6 md:mb-8 text-sm md:text-base">
743
  <li class="flex items-start">
744
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
745
  <span>Hand-numbered copy</span>
746
  </li>
747
  <li class="flex items-start">
748
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
749
  <span>Premium clothbound cover</span>
750
  </li>
751
  <li class="flex items-start">
752
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
753
  <span>Exclusive companion PDF</span>
754
  </li>
755
  </ul>
756
+ <a href="#" class="block text-center btn-gold px-4 py-2 md:px-6 md:py-3 transition duration-300 tracking-wider text-sm md:text-base">
757
  PURCHASE
758
  </a>
759
  </div>
760
+ <div class="pricing-card-featured p-6 md:p-8 rounded-lg relative">
761
+ <div class="pricing-ornament" style="top: 8px; left: 8px;"></div>
762
+ <div class="pricing-ornament" style="bottom: 8px; right: 8px;"></div>
763
+ <h3 class="serif text-xl md:text-2xl mb-3 md:mb-4 tracking-wider">COLLECTOR'S EDITION</h3>
764
+ <p class="gold-text serif text-2xl md:text-3xl mb-4 md:mb-6">$495</p>
765
+ <ul class="space-y-2 md:space-y-3 text-gray-600 mb-6 md:mb-8 text-sm md:text-base">
766
  <li class="flex items-start">
767
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
768
  <span>Hand-numbered copy (1-100)</span>
769
  </li>
770
  <li class="flex items-start">
771
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
772
  <span>Full leather binding</span>
773
  </li>
774
  <li class="flex items-start">
775
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
776
  <span>Signed by the author</span>
777
  </li>
778
  <li class="flex items-start">
779
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
780
  <span>Private 1-hour consultation</span>
781
  </li>
782
  </ul>
783
+ <a href="#" class="block text-center btn-gold-solid px-4 py-2 md:px-6 md:py-3 transition duration-300 tracking-wider text-sm md:text-base">
784
  PURCHASE
785
  </a>
786
  </div>
787
+ <div class="pricing-card p-6 md:p-8 rounded-lg relative">
788
+ <div class="pricing-ornament" style="bottom: 8px; left: 8px;"></div>
789
+ <h3 class="serif text-xl md:text-2xl mb-3 md:mb-4 tracking-wider">EXECUTIVE BUNDLE</h3>
790
+ <p class="gold-text serif text-2xl md:text-3xl mb-4 md:mb-6">$995</p>
791
+ <ul class="space-y-2 md:space-y-3 text-gray-600 mb-6 md:mb-8 text-sm md:text-base">
792
  <li class="flex items-start">
793
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
794
  <span>Two Collector's Editions</span>
795
  </li>
796
  <li class="flex items-start">
797
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
798
  <span>Custom embossed case</span>
799
  </li>
800
  <li class="flex items-start">
801
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
802
  <span>Annual membership updates</span>
803
  </li>
804
  <li class="flex items-start">
805
+ <i class="fas fa-check gold-text mr-2 mt-0.5 md:mt-1 text-xs md:text-sm"></i>
806
  <span>Quarterly strategy sessions</span>
807
  </li>
808
  </ul>
809
+ <a href="#" class="block text-center btn-gold px-4 py-2 md:px-6 md:py-3 transition duration-300 tracking-wider text-sm md:text-base">
810
  PURCHASE
811
  </a>
812
  </div>
813
  </div>
814
 
815
+ <div class="text-center mt-12 md:mt-16 text-muted text-xs md:text-sm tracking-wider">
816
  <p>All purchases include a 30-day satisfaction guarantee. Digital companion materials delivered immediately.</p>
817
+ <p class="mt-1 md:mt-2">Remaining copies: 127/500</p>
818
  </div>
819
  </div>
820
  </section>
821
 
822
  <!-- Footer -->
823
+ <footer class="bg-ivory py-12 md:py-16 px-6 footer-border">
824
  <div class="max-w-5xl mx-auto">
825
  <div class="flex flex-col md:flex-row justify-between items-center">
826
+ <div class="mb-6 md:mb-0">
827
  <span class="serif text-2xl gold-text tracking-wider">FOCVS</span>
828
+ <p class="text-muted mt-1 md:mt-2 tracking-wider text-sm">THE ART OF SUSTAINED ATTENTION</p>
829
  </div>
830
+ <div class="flex space-x-4 md:space-x-6">
831
  <a href="#" class="text-muted hover-gold transition duration-300">
832
+ <i class="fab fa-twitter text-lg"></i>
833
  </a>
834
  <a href="#" class="text-muted hover-gold transition duration-300">
835
+ <i class="fab fa-instagram text-lg"></i>
836
  </a>
837
  <a href="#" class="text-muted hover-gold transition duration-300">
838
+ <i class="fas fa-envelope text-lg"></i>
839
  </a>
840
  </div>
841
  </div>
842
+ <div class="footer-border mt-8 md:mt-12 pt-6 md:pt-8 flex flex-col md:flex-row justify-between">
843
+ <p class="text-muted text-xs md:text-sm mb-3 md:mb-0 tracking-wider">© 2023 FOCVS PRESS. ALL RIGHTS RESERVED.</p>
844
+ <div class="flex space-x-4 md:space-x-6">
845
+ <a href="#" class="text-muted hover-gold text-xs md:text-sm transition duration-300 tracking-wider">PRIVACY</a>
846
+ <a href="#" class="text-muted hover-gold text-xs md:text-sm transition duration-300 tracking-wider">TERMS</a>
847
+ <a href="#" class="text-muted hover-gold text-xs md:text-sm transition duration-300 tracking-wider">CONTACT</a>
848
  </div>
849
  </div>
850
  </div>
 
895
 
896
  // Update every 30 seconds
897
  setInterval(updateRemainingCopies, 30000);
898
+
899
+ // Parallax effect for decorative elements
900
+ document.addEventListener('mousemove', function(e) {
901
+ const parallaxElements = document.querySelectorAll('.parallax-element');
902
+ const x = e.clientX / window.innerWidth;
903
+ const y = e.clientY / window.innerHeight;
904
+
905
+ parallaxElements.forEach(element => {
906
+ const speed = parseFloat(element.getAttribute('data-speed'));
907
+ const xMove = x * speed * 100;
908
+ const yMove = y * speed * 100;
909
+
910
+ element.style.transform = `translate(${xMove}px, ${yMove}px)`;
911
+ });
912
+ });
913
+
914
+ // Scroll-based animations
915
+ window.addEventListener('scroll', function() {
916
+ const scrollPosition = window.scrollY;
917
+ const heroBook = document.querySelector('.book-container');
918
+
919
+ if (heroBook) {
920
+ const rotation = scrollPosition * 0.05;
921
+ heroBook.style.transform = `rotateY(${-20 + rotation}deg)`;
922
+ }
923
+
924
+ // Animate decorative elements on scroll
925
+ const ancientSchematics = document.querySelectorAll('.ancient-schematic');
926
+ ancientSchematics.forEach(schematic => {
927
+ const schematicPosition = schematic.getBoundingClientRect().top;
928
+ const windowHeight = window.innerHeight;
929
+
930
+ if (schematicPosition < windowHeight) {
931
+ const rotation = (windowHeight - schematicPosition) / windowHeight * 10;
932
+ schematic.style.transform = `rotate(${rotation}deg)`;
933
+ }
934
+ });
935
+ });
936
  </script>
937
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=ChimpDann/braindump" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
938
  </html>
prompts.txt CHANGED
@@ -1 +1,3 @@
1
- Everything looks good except the website aesthetics. You did not change it to old money, quiet luxury type of aesthetics. Like, change the UI look of this website to more reference old money and quiet luxury aesthetics.
 
 
 
1
+ Everything looks good except the website aesthetics. You did not change it to old money, quiet luxury type of aesthetics. Like, change the UI look of this website to more reference old money and quiet luxury aesthetics.
2
+ Can you add like subtle patterns or like drawing schematics that would look like ancient stoic or maybe just represent the same style, you know, the style of old money? But it subtly enhance the visuals like on the bright background there could be like textured pencil drawings or patterns, something like that point attention to a book, you know, like some circles or diagram, not diagrams, but something that could maybe all like your go, like a secret geometry or something. Can you add some textures to the background and then parallax?
3
+ I don't see any patterns on the background. They are like too unclear for me. I would like a bit more geometric patterns, but looking aesthetically. And I need it to be more mobile responsive. So can you arrange everything? Can you make this into mobile responsive web?