-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
760 lines (698 loc) · 45.4 KB
/
index.html
File metadata and controls
760 lines (698 loc) · 45.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Essential Capacities | Context Institute</title>
<meta name="description" content="Develop game-changing foundational capacities to navigate turbulent times. A 4-week course on systems change & cultural evolution.">
<!-- Favicons -->
<link rel="icon" href="assets/favicon.ico" sizes="any">
<link rel="icon" href="assets/favicon-32x32.png" type="image/png" sizes="32x32">
<link rel="icon" href="assets/favicon-16x16.png" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="icon" href="assets/favicon-48x48.png" type="image/png" sizes="48x48">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap" rel="stylesheet">
<!-- Icons -->
<script src="https://unpkg.com/feather-icons"></script>
<!-- Tailwind -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
bg: "#FCF9F3",
surface: "#FFFFFF",
ink: "#1F2937",
muted: "#6B7280",
border: "#E7E0D3",
primary: "#3A4D7E",
"primary-soft": "#E7ECF6",
"primary-deep": "#26355A",
safe: "#FDECB9",
"safe-soft": "#FFF6DB",
"safe-deep": "#E7C56A",
earth: "#D97A5B",
"earth-soft": "#F5D2C7",
"earth-deep": "#B85F45",
},
fontFamily: {
heading: ["Lora", "serif"],
body: ["Nunito Sans", "sans-serif"],
},
boxShadow: {
soft: "0 12px 30px rgba(31, 41, 55, 0.08)",
},
},
},
};
</script>
<style>
body {
font-size: 1.25rem;
line-height: 1.7;
}
/* Custom Utilities */
.text-balance { text-wrap: balance; }
/* Smooth Reveal Animation Classes */
.reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
</style>
</head>
<body class="bg-bg text-ink font-body antialiased selection:bg-safe selection:text-ink">
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-bg/90 backdrop-blur-md border-b border-border transition-all duration-300" id="navbar">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center h-20">
<!-- Logo -->
<div class="flex-shrink-0 flex items-center gap-4">
<img src="assets/cilogoL.svg" alt="Context Institute" class="h-10 w-auto">
<div class="hidden md:block leading-tight">
<p class="font-body font-bold text-ink text-xl tracking-tight">Essential Capacities</p>
</div>
</div>
<!-- Desktop Menu -->
<div class="hidden lg:flex items-center space-x-2 xl:space-x-4">
<a href="#problem" class="font-body font-semibold px-3 py-2 text-base rounded-xl border border-primary/20 text-ink/80 hover:border-primary hover:text-primary transition-all">The Challenge</a>
<a href="#solution" class="font-body font-semibold px-3 py-2 text-base rounded-xl border border-primary/20 text-ink/80 hover:border-primary hover:text-primary transition-all">The Program</a>
<a href="#pricing" class="font-body font-semibold px-3 py-2 text-base rounded-xl border border-primary/20 text-ink/80 hover:border-primary hover:text-primary transition-all">Pricing</a>
<a href="#faq" class="font-body font-semibold px-3 py-2 text-base rounded-xl border border-primary/20 text-ink/80 hover:border-primary hover:text-primary transition-all">FAQ</a>
<a href="#facilitators" class="font-body font-semibold px-3 py-2 text-base rounded-xl border border-primary/20 text-ink/80 hover:border-primary hover:text-primary transition-all">Facilitators</a>
<a href="#register" class="font-body font-semibold px-4 py-2.5 text-base rounded-xl bg-primary text-white hover:bg-primary-deep transition-colors shadow-sm hover:shadow-md">
Register Now
</a>
</div>
<!-- Mobile Menu Button -->
<div class="lg:hidden flex items-center">
<button id="mobile-menu-btn" class="text-ink hover:text-primary p-2">
<i data-feather="menu" class="h-6 w-6"></i>
</button>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden lg:hidden bg-surface border-b border-border absolute w-full">
<div class="px-4 pt-2 pb-6 space-y-2 shadow-soft">
<a href="#problem" class="block px-3 py-2 rounded-lg text-base font-heading font-semibold text-ink hover:bg-safe-soft hover:text-primary">The Challenge</a>
<a href="#solution" class="block px-3 py-2 rounded-lg text-base font-heading font-semibold text-ink hover:bg-safe-soft hover:text-primary">The Program</a>
<a href="#pricing" class="block px-3 py-2 rounded-lg text-base font-heading font-semibold text-ink hover:bg-safe-soft hover:text-primary">Pricing</a>
<a href="#faq" class="block px-3 py-2 rounded-lg text-base font-heading font-semibold text-ink hover:bg-safe-soft hover:text-primary">FAQ</a>
<a href="#facilitators" class="block px-3 py-2 rounded-lg text-base font-heading font-semibold text-ink hover:bg-safe-soft hover:text-primary">Facilitators</a>
<a href="#register" class="block w-full text-center mt-4 font-heading font-semibold px-5 py-3 rounded-xl bg-primary text-white hover:bg-primary-deep transition-colors">
Register Now
</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative pt-32 pb-20 lg:pt-48 lg:pb-32 overflow-hidden">
<!-- Background Elements -->
<div class="absolute top-0 right-0 -z-10 w-1/2 h-full bg-gradient-to-l from-safe-soft/50 to-transparent opacity-60"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-12 lg:gap-20 items-center">
<div class="reveal active">
<span class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-primary-soft border border-primary/20 text-sm font-heading font-semibold text-primary mb-6">
<i data-feather="compass" class="h-4 w-4"></i>
Navigating Complexity
</span>
<h1 class="font-heading text-5xl lg:text-6xl font-bold text-ink leading-[1.1] mb-6 text-balance">
Discover a better way to navigate our turbulent times
</h1>
<p class="text-xl lg:text-2xl text-ink/80 font-body leading-relaxed mb-8 max-w-2xl">
Develop game-changing foundational capacities and use them to transform <em>your</em> challenges, be they personal, organizational or global.
</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#register" class="inline-flex justify-center items-center font-heading font-semibold px-8 py-4 rounded-xl bg-primary text-white text-lg hover:bg-primary-deep transition-all shadow-sm hover:shadow-md hover:-translate-y-0.5">
Register Now
</a>
<a href="#program-details" class="inline-flex justify-center items-center font-heading font-semibold px-8 py-4 rounded-xl border border-primary text-primary bg-transparent hover:bg-primary-soft transition-colors">
Learn More
</a>
</div>
<div class="mt-10 p-5 bg-surface/60 backdrop-blur border border-border rounded-2xl max-w-md">
<p class="text-sm text-ink/70 font-body italic">
"Articulates a cohesive new whole-system approach for moving beyond the current polycrisis."
</p>
</div>
</div>
<div class="relative reveal delay-200">
<div class="relative rounded-3xl overflow-hidden shadow-soft border border-border bg-surface aspect-[4/3] flex items-center justify-center group">
<!-- Gyroscope SVG -->
<img src="assets/water-boys2.jpg" alt="Metaphorical representation of balance and flow" class="absolute inset-0 w-full h-full object-cover opacity-90 group-hover:scale-105 transition-transform duration-700">
<div class="absolute inset-0 bg-primary/5 mix-blend-multiply"></div>
<div class="relative z-10 bg-surface/40 backdrop-blur-sm p-6 rounded-2xl shadow-lg max-w-xs text-center border border-white/30">
<svg viewBox="0 0 24 24" class="h-12 w-12 text-primary mx-auto mb-3 animate-[spin_10s_linear_infinite]" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"></circle>
<path d="M12 2v20M2 12h20"></path>
<ellipse cx="12" cy="12" rx="10" ry="4" transform="rotate(45 12 12)"></ellipse>
<ellipse cx="12" cy="12" rx="10" ry="4" transform="rotate(-45 12 12)"></ellipse>
<circle cx="12" cy="12" r="2" fill="currentColor"></circle>
</svg>
<p class="font-heading font-bold text-lg text-primary">From Wobble to Spin</p>
<p class="text-sm text-ink/70 mt-1">Find your stable center amidst the movement.</p>
</div>
</div>
<!-- Decorative blob -->
<div class="absolute -bottom-10 -left-10 w-64 h-64 bg-safe/30 rounded-full blur-3xl -z-10"></div>
</div>
</div>
</div>
</section>
<!-- Testimonial 1 (After Hero) -->
<section class="py-16 bg-surface border-y border-border">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="reveal">
<div class="flex items-center gap-4 mb-4">
<img src="assets/testimonial_todd.png" alt="Todd" class="h-14 w-14 rounded-full object-cover border border-border">
<div>
<p class="font-heading font-bold text-ink">Todd</p>
<p class="text-xs text-ink/60 uppercase tracking-wide">Alumni</p>
</div>
</div>
<p class="text-xl text-ink/80 italic font-body leading-relaxed">
“The Essential Capacities Programs offer tools, practices, and experiences that have helped me to find inner peace (amongst the chaos)... The 7 Keys are like giving people the missing manual for how to work together effectively.”
</p>
</div>
</div>
</section>
<!-- Problem Section -->
<section id="problem" class="py-24 bg-bg relative overflow-hidden">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="text-center mb-16 reveal">
<h2 class="font-heading text-4xl font-bold text-ink mb-6">The Challenge of Our Times</h2>
<p class="text-xl text-ink/70 font-body">Navigating the modern landscape often feels like walking through a storm without a map.</p>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-surface p-8 rounded-3xl border border-border shadow-sm reveal">
<div class="flex items-center gap-3 mb-6">
<div class="p-3 bg-earth-soft/30 rounded-xl text-earth-deep">
<i data-feather="cloud-rain" class="h-6 w-6"></i>
</div>
<h3 class="font-heading text-3xl font-bold text-ink">Are you feeling...</h3>
</div>
<ul class="space-y-4 text-ink/80 font-body text-xl">
<li class="flex items-start gap-3">
<i data-feather="x" class="h-5 w-5 text-earth mt-1.5 shrink-0"></i>
<span>Overwhelmed and disconnected from who you really are</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="x" class="h-5 w-5 text-earth mt-1.5 shrink-0"></i>
<span>Trapped in old habits and reactions</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="x" class="h-5 w-5 text-earth mt-1.5 shrink-0"></i>
<span>Uncertain how to navigate through all the uncertainty</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="x" class="h-5 w-5 text-earth mt-1.5 shrink-0"></i>
<span>Anxious for your future and grief at what's being lost</span>
</li>
</ul>
</div>
<div class="bg-surface p-8 rounded-3xl border border-border shadow-sm reveal delay-100">
<div class="flex items-center gap-3 mb-6">
<div class="p-3 bg-earth-soft/30 rounded-xl text-earth-deep">
<i data-feather="users" class="h-6 w-6"></i>
</div>
<h3 class="font-heading text-3xl font-bold text-ink">In your groups...</h3>
</div>
<ul class="space-y-4 text-ink/80 font-body text-xl">
<li class="flex items-start gap-3">
<i data-feather="alert-circle" class="h-5 w-5 text-earth mt-1.5 shrink-0"></i>
<span>Misunderstandings and responding to reactivity in others</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="alert-circle" class="h-5 w-5 text-earth mt-1.5 shrink-0"></i>
<span>Rigidity where there needs to be creativity</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="alert-circle" class="h-5 w-5 text-earth mt-1.5 shrink-0"></i>
<span>A lack of skill for true collaboration</span>
</li>
<li class="flex items-start gap-3">
<i data-feather="alert-circle" class="h-5 w-5 text-earth mt-1.5 shrink-0"></i>
<span>Decisions that are either autocratic or bogged down</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Solution Section -->
<section id="solution" class="py-24 bg-surface border-t border-border">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-2 gap-16 items-center">
<div class="order-2 lg:order-1 reveal">
<img src="assets/seedling-on-stump2.jpg" alt="Growth from old roots" class="rounded-3xl shadow-soft border border-border w-full object-cover h-[600px]">
</div>
<div class="order-1 lg:order-2 reveal delay-100">
<span class="text-primary font-heading font-bold tracking-wide uppercase text-sm">Our Solution</span>
<h2 class="font-heading text-4xl lg:text-5xl font-bold text-ink mt-3 mb-8">Build your capacity on multiple levels</h2>
<div class="space-y-8">
<div class="flex gap-5">
<div class="flex-shrink-0 h-12 w-12 rounded-2xl bg-safe border border-border flex items-center justify-center text-primary">
<i data-feather="anchor" class="h-6 w-6"></i>
</div>
<div>
<h3 class="font-heading text-2xl font-bold text-ink mb-2">Partner with your nervous system</h3>
<p class="text-xl text-ink/80 font-body leading-relaxed">
Reliably and authentically feel curious, calm, clear-headed, and courageous even in challenging situations.
</p>
</div>
</div>
<div class="flex gap-5">
<div class="flex-shrink-0 h-12 w-12 rounded-2xl bg-safe border border-border flex items-center justify-center text-primary">
<i data-feather="message-circle" class="h-6 w-6"></i>
</div>
<div>
<h3 class="font-heading text-2xl font-bold text-ink mb-2">Deepen communication</h3>
<p class="text-xl text-ink/80 font-body leading-relaxed">
Understand how motivation and defenses work. Expand your ability to communicate beyond the limits and traps of language.
</p>
</div>
</div>
<div class="flex gap-5">
<div class="flex-shrink-0 h-12 w-12 rounded-2xl bg-safe border border-border flex items-center justify-center text-primary">
<i data-feather="map" class="h-6 w-6"></i>
</div>
<div>
<h3 class="font-heading text-2xl font-bold text-ink mb-2">Navigate complexity</h3>
<p class="text-xl text-ink/80 font-body leading-relaxed">
Gain an empowering bigger-picture understanding of our time in history and learn how cultural change actually works.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial 2 (After Solution) -->
<section class="py-16 bg-bg border-y border-border">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="reveal">
<div class="flex items-center gap-4 mb-4">
<img src="assets/testimonial_celeste.png" alt="Celeste" class="h-14 w-14 rounded-full object-cover border border-border">
<div>
<p class="font-heading font-bold text-ink">Celeste</p>
<p class="text-xs text-ink/60 uppercase tracking-wide">Alumni</p>
</div>
</div>
<p class="text-xl text-ink/80 italic font-body leading-relaxed">
“I feel like a ship that understands the coordinates of my destination and has the navigation capability to chart a course... I’ve gained a level of inner calm that’s been hard to find in our current turbulent times.”
</p>
</div>
</div>
</section>
<!-- Program Details -->
<section id="program-details" class="py-24 bg-bg relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center max-w-3xl mx-auto mb-16 reveal">
<h2 class="font-heading text-4xl font-bold text-ink mb-6">Two 4-week programs</h2>
<p class="text-xl text-ink/80 font-body">
Equipping you to build and maintain positive culture change from the inside out.
</p>
</div>
<div class="grid md:grid-cols-2 gap-8">
<!-- Program 1 -->
<article class="bg-surface rounded-3xl border border-border overflow-hidden shadow-sm hover:shadow-soft transition-shadow reveal">
<div class="bg-primary-soft/50 p-8 pb-0">
<div class="inline-block px-4 py-1.5 rounded-full bg-primary-soft text-primary font-heading font-bold text-sm mb-6">
Mar 2 - 28
</div>
<h3 class="font-heading text-3xl font-bold text-ink mb-6">Program 1: Expanding Personal and Collaborative Capabilities</h3>
</div>
<div class="p-8 pt-6">
<p class="text-xl text-ink/80 font-body mb-8 leading-relaxed">
Empowers you to upgrade your personal operating system. Valuable for everyone ready to outgrow the limitations of modernist culture.
</p>
<div class="space-y-4 mb-8">
<div class="flex items-center gap-3 text-ink/90 text-xl">
<i data-feather="key" class="h-6 w-6 text-primary"></i>
<span>HumanOS Literacy</span>
</div>
<div class="flex items-center gap-3 text-ink/90 text-xl">
<i data-feather="shield" class="h-6 w-6 text-primary"></i>
<span>Savvy about Psychodynamics</span>
</div>
<div class="flex items-center gap-3 text-ink/90 text-xl">
<i data-feather="layers" class="h-6 w-6 text-primary"></i>
<span>Diverse Modes of Cognition</span>
</div>
<div class="flex items-center gap-3 text-ink/90 text-xl">
<i data-feather="users" class="h-6 w-6 text-primary"></i>
<span>Win-Win-Win Collaboration</span>
</div>
</div>
</article>
<!-- Program 2 -->
<article class="bg-surface rounded-3xl border border-border overflow-hidden shadow-sm hover:shadow-soft transition-shadow reveal delay-100">
<div class="bg-safe-soft/50 p-8 pb-0">
<div class="inline-block px-4 py-1.5 rounded-full bg-safe-soft text-ink font-heading font-bold text-sm mb-6">
Apr 13 - May 9
</div>
<h3 class="font-heading text-3xl font-bold text-ink mb-6">Program 2: Co-Evolving Whole-System Organizations</h3>
</div>
<div class="p-8 pt-6">
<p class="text-xl text-ink/80 font-body mb-8 leading-relaxed">
Builds on Program 1. Equips you to co-evolve your groups and organizations by exploring how to create innovative cultures.
</p>
<div class="space-y-4 mb-8">
<div class="flex items-center gap-3 text-ink/90 text-xl">
<i data-feather="globe" class="h-6 w-6 text-earth"></i>
<span>Systems Literacy</span>
</div>
<div class="flex items-center gap-3 text-ink/90 text-xl">
<i data-feather="sun" class="h-6 w-6 text-earth"></i>
<span>Embodied Harmony</span>
</div>
<div class="flex items-center gap-3 text-ink/90 text-xl">
<i data-feather="git-branch" class="h-6 w-6 text-earth"></i>
<span>Cultural Evolution Literacy</span>
</div>
<div class="flex items-center gap-3 text-ink/90 text-xl">
<i data-feather="zap" class="h-6 w-6 text-earth"></i>
<span>Innovative Organization Design</span>
</div>
</div>
</article>
</div>
<!-- Process / How it works -->
<div class="mt-20 bg-primary-soft/30 rounded-3xl p-8 md:p-12 border border-border reveal">
<h3 class="font-heading text-4xl font-bold text-ink mb-10 text-center">How it Works</h3>
<div class="grid md:grid-cols-4 gap-8">
<div class="text-center">
<div class="h-16 w-16 mx-auto bg-surface rounded-2xl border border-border flex items-center justify-center mb-5 text-primary shadow-sm">
<i data-feather="clock" class="h-8 w-8"></i>
</div>
<h4 class="font-heading font-bold text-xl mb-3">Time Efficient</h4>
<p class="text-lg text-ink/70">Under 45 mins reading/week. Designed to integrate into your daily life.</p>
</div>
<div class="text-center">
<div class="h-16 w-16 mx-auto bg-surface rounded-2xl border border-border flex items-center justify-center mb-5 text-primary shadow-sm">
<i data-feather="users" class="h-8 w-8"></i>
</div>
<h4 class="font-heading font-bold text-xl mb-3">Connection</h4>
<p class="text-lg text-ink/70">Weekly triad & group meetings. Learn from each other in a safe space.</p>
</div>
<div class="text-center">
<div class="h-16 w-16 mx-auto bg-surface rounded-2xl border border-border flex items-center justify-center mb-5 text-primary shadow-sm">
<i data-feather="cpu" class="h-8 w-8"></i>
</div>
<h4 class="font-heading font-bold text-xl mb-3">AI Partner</h4>
<p class="text-lg text-ink/70">Train your own AI assistant with program content for personalized support.</p>
</div>
<div class="text-center">
<div class="h-16 w-16 mx-auto bg-surface rounded-2xl border border-border flex items-center justify-center mb-5 text-primary shadow-sm">
<i data-feather="book-open" class="h-8 w-8"></i>
</div>
<div class="flex items-center justify-center gap-2 mb-3">
<h4 class="font-heading font-bold text-xl">Self-Paced</h4>
</div>
<p class="text-lg text-ink/70">Content arrives weekly. Digest it at your own rhythm.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial 3 (Above Pricing) -->
<section class="py-16 bg-surface border-y border-border">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="reveal">
<div class="flex items-center gap-4 mb-4">
<img src="assets/testimonial_denise.png" alt="Denise" class="h-14 w-14 rounded-full object-cover border border-border">
<div>
<p class="font-heading font-bold text-ink">Denise</p>
<p class="text-xs text-ink/60 uppercase tracking-wide">Alumni</p>
</div>
</div>
<p class="text-xl text-ink/80 italic font-body leading-relaxed">
“The Seven Keys provided a pathway to connect my current projects to a higher meaning — a north star of why I’m motivated to do this work and how to share it with others.”
</p>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" class="py-24 bg-bg relative">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center max-w-3xl mx-auto mb-16 reveal">
<h2 class="font-heading text-4xl font-bold text-ink mb-6">Invest in Your Capacity</h2>
<p class="text-xl text-ink/80 font-body">
Accessible pricing with scholarship options available.
</p>
</div>
<div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
<!-- Single Program -->
<div class="bg-surface rounded-3xl border border-border p-8 shadow-sm flex flex-col reveal">
<div class="mb-6">
<h3 class="font-heading text-3xl font-bold text-ink">Program 1 Only</h3>
<p class="text-xl text-ink/60 mt-2">Expanding Personal Capabilities</p>
</div>
<div class="mb-8">
<div class="flex items-baseline gap-2">
<span class="text-5xl font-bold text-primary">$325</span>
<span class="text-xl text-ink/60">Early Bird</span>
</div>
<p class="text-base text-ink/50 mt-1">Regular price $375 after Jan 17</p>
</div>
<ul class="space-y-4 mb-8 flex-1">
<li class="flex items-center gap-3 text-ink/80 text-xl">
<i data-feather="check" class="h-6 w-6 text-primary"></i>
<span>4-week deep dive</span>
</li>
<li class="flex items-center gap-3 text-ink/80 text-xl">
<i data-feather="check" class="h-6 w-6 text-primary"></i>
<span>Weekly triad & group calls</span>
</li>
<li class="flex items-center gap-3 text-ink/80 text-xl">
<i data-feather="check" class="h-6 w-6 text-primary"></i>
<span>Personal AI research assistant</span>
</li>
</ul>
<a href="#register" class="block w-full text-center font-heading font-semibold px-6 py-3 rounded-xl border-2 border-primary text-primary hover:bg-primary-soft transition-colors">
Register for Program 1
</a>
</div>
<!-- Bundle -->
<div class="bg-surface rounded-3xl border-2 border-primary/20 p-8 shadow-soft flex flex-col relative overflow-hidden reveal delay-100">
<div class="absolute top-0 right-0 bg-safe text-ink/80 text-xs font-bold px-3 py-1 rounded-bl-xl uppercase tracking-wide">
Best Value
</div>
<div class="mb-6">
<h3 class="font-heading text-3xl font-bold text-ink">Full Series Bundle</h3>
<p class="text-xl text-ink/60 mt-2">Program 1 + Program 2</p>
</div>
<div class="mb-8">
<div class="flex items-baseline gap-2">
<span class="text-5xl font-bold text-primary">$600</span>
<span class="text-xl text-ink/60">Early Bird</span>
</div>
<p class="text-base text-ink/50 mt-1">Regular price $700 after Jan 17</p>
</div>
<ul class="space-y-4 mb-8 flex-1">
<li class="flex items-center gap-3 text-ink/80 text-xl">
<i data-feather="check" class="h-6 w-6 text-primary"></i>
<span>Complete 8-week journey</span>
</li>
<li class="flex items-center gap-3 text-ink/80 text-xl">
<i data-feather="check" class="h-6 w-6 text-primary"></i>
<span>Full systems & culture training</span>
</li>
<li class="flex items-center gap-3 text-ink/80 text-xl">
<i data-feather="check" class="h-6 w-6 text-primary"></i>
<span>Save $50 with bundle</span>
</li>
<li class="flex items-center gap-3 text-ink/80 text-xl">
<i data-feather="check" class="h-6 w-6 text-primary"></i>
<span>Money-back guarantee</span>
</li>
</ul>
<a href="#register" class="block w-full text-center font-heading font-semibold px-6 py-3 rounded-xl bg-primary text-white hover:bg-primary-deep transition-colors shadow-md">
Register for Bundle
</a>
</div>
</div>
<div class="mt-12 text-center max-w-2xl mx-auto text-ink/70 text-base reveal">
<p class="mb-4">
<strong>Supporting Registration:</strong> $425 (Prog 1) / $750 (Bundle). <br>
Contributes to the Scholarship Fund and diversity commitment.
</p>
<p>
Scholarships available. Email <a href="mailto:rgilman@context.org" class="text-primary underline">rgilman@context.org</a>.
Payment plans available (up to 12 months).
</p>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="py-24 bg-surface border-t border-border">
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="font-heading text-4xl font-bold text-ink mb-12 text-center reveal">Frequently Asked Questions</h2>
<div class="space-y-6 reveal">
<details class="group bg-bg rounded-2xl border border-border overflow-hidden">
<summary class="flex justify-between items-center p-6 cursor-pointer list-none">
<span class="font-heading font-bold text-xl text-ink">What is the time commitment?</span>
<span class="transition group-open:rotate-180">
<i data-feather="chevron-down" class="text-primary"></i>
</span>
</summary>
<div class="px-6 pb-6 text-xl text-ink/80 font-body leading-relaxed">
The program is designed to be efficient. Expect under 45 minutes of reading per week, plus two meetings (one triad, one group). Experiential activities are designed to integrate into your daily life.
</div>
</details>
<details class="group bg-bg rounded-2xl border border-border overflow-hidden">
<summary class="flex justify-between items-center p-6 cursor-pointer list-none">
<span class="font-heading font-bold text-xl text-ink">Can I change my mind after registering?</span>
<span class="transition group-open:rotate-180">
<i data-feather="chevron-down" class="text-primary"></i>
</span>
</summary>
<div class="px-6 pb-6 text-xl text-ink/80 font-body leading-relaxed">
Yes. There is a full money-back guarantee through the first week of each program. If you register for the bundle and drop Program 2, you'll be refunded the difference.
</div>
</details>
<details class="group bg-bg rounded-2xl border border-border overflow-hidden">
<summary class="flex justify-between items-center p-6 cursor-pointer list-none">
<span class="font-heading font-bold text-xl text-ink">Is this open to people outside the network?</span>
<span class="transition group-open:rotate-180">
<i data-feather="chevron-down" class="text-primary"></i>
</span>
</summary>
<div class="px-6 pb-6 text-xl text-ink/80 font-body leading-relaxed">
Absolutely. We welcome everyone. While initial publicity is within the network, the content is designed for anyone ready to build these capacities.
</div>
</details>
<details class="group bg-bg rounded-2xl border border-border overflow-hidden">
<summary class="flex justify-between items-center p-6 cursor-pointer list-none">
<span class="font-heading font-bold text-xl text-ink">What if I can only take Program 1 now?</span>
<span class="transition group-open:rotate-180">
<i data-feather="chevron-down" class="text-primary"></i>
</span>
</summary>
<div class="px-6 pb-6 text-xl text-ink/80 font-body leading-relaxed">
That's perfectly fine. Program 1 is a complete experience on its own. You can take Program 2 in a future cycle if you wish.
</div>
</details>
</div>
</div>
</section>
<!-- Course Facilitators Section -->
<section id="facilitators" class="py-24 bg-surface border-t border-border" aria-labelledby="facilitators-heading">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16 reveal">
<h2 id="facilitators-heading" class="font-heading text-4xl font-bold text-ink mb-6">Course Facilitators</h2>
<p class="text-xl text-ink/70 font-body max-w-2xl mx-auto">Guided by experienced pioneers in systems thinking and cultural evolution.</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Denise Waldron -->
<article class="bg-bg rounded-2xl border border-border p-8 shadow-sm reveal flex flex-col">
<div class="mb-6">
<img src="assets/testimonial_denise.png" alt="Denise Waldron" class="w-32 h-32 rounded-2xl object-cover border border-border shadow-sm mb-6" width="128" height="128" loading="lazy">
<h3 class="font-heading text-2xl font-bold text-ink mb-2">Denise Waldron</h3>
<p class="text-primary font-bold text-sm uppercase tracking-wider mb-4">Evolving systems through intuitive language and regenerative design.</p>
</div>
<p class="text-lg text-ink/80 font-body leading-relaxed">
Denise weaves together systems thinking, regenerative design, and intuitive language to help others own their unique gifts. Based in Portland, Oregon, she is dedicated to helping youth uncover their brilliance and build the agency needed to contribute meaningfully to the world.
</p>
</article>
<!-- Todd Erickson -->
<article class="bg-bg rounded-2xl border border-border p-8 shadow-sm reveal delay-100 flex flex-col">
<div class="mb-6">
<img src="assets/testimonial_todd.png" alt="Todd Erickson" class="w-32 h-32 rounded-2xl object-cover border border-border shadow-sm mb-6" width="128" height="128" loading="lazy">
<h3 class="font-heading text-2xl font-bold text-ink mb-2">Todd Erickson</h3>
<p class="text-primary font-bold text-sm uppercase tracking-wider mb-4">A weaver and connector creating possibilities through collaborative art.</p>
</div>
<p class="text-lg text-ink/80 font-body leading-relaxed">
Todd is a "weaver and connector" who uses the power of the right question to unlock new possibilities. With over 25 years of experience in collaborative arts, he helps diverse groups find harmony and take action on complex problems with empathy and inclusive leadership.
</p>
</article>
<!-- Robert Gilman -->
<article class="bg-bg rounded-2xl border border-border p-8 shadow-sm reveal delay-200 flex flex-col">
<div class="mb-6">
<img src="assets/robert_gilman.jpg" alt="Robert Gilman" class="w-32 h-32 rounded-2xl object-cover border border-border shadow-sm mb-6" width="128" height="128" loading="lazy">
<h3 class="font-heading text-2xl font-bold text-ink mb-2">Robert Gilman</h3>
<p class="text-primary font-bold text-sm uppercase tracking-wider mb-4">Pioneering strategies for global sustainability and positive cultural change.</p>
</div>
<p class="text-lg text-ink/80 font-body leading-relaxed">
Dr. Robert Gilman is the visionary behind the Bright Future program and co-founder of the Context Institute. An astrophysicist turned sustainability pioneer, he has spent decades developing practical strategies for a humane and sustainable future through global networks and cultural research.
</p>
</article>
</div>
</div>
</section>
<!-- Final CTA -->
<section id="register" class="py-24 bg-primary text-white text-center relative overflow-hidden">
<div class="absolute inset-0 opacity-10 bg-[url('assets/spiral-stained-glass2.jpg')] bg-cover bg-center mix-blend-overlay"></div>
<div class="max-w-4xl mx-auto px-4 relative z-10 reveal">
<h2 class="font-heading text-4xl md:text-5xl font-bold mb-6">Ready to navigate with clarity?</h2>
<p class="text-xl text-white/80 font-body mb-10 max-w-2xl mx-auto">
Join us to build the capacities that matter most for our future.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="https://www.context.org/engage/registration-for-essential-capacities/" class="inline-flex justify-center items-center font-heading font-bold px-8 py-4 rounded-xl bg-safe text-ink hover:bg-safe-deep transition-colors shadow-lg">
Register Now
</a>
<a href="#faq" class="inline-flex justify-center items-center font-heading font-bold px-8 py-4 rounded-xl border border-white/30 text-white hover:bg-white/10 transition-colors">
Have Questions?
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-bg border-t border-border pt-16 pb-8">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row justify-between items-center gap-8 mb-12">
<div class="flex items-center gap-3">
<img src="assets/cilogoL.svg" alt="Context Institute" class="h-8 w-auto opacity-80">
<span class="font-heading font-bold text-ink/80">Context Institute</span>
</div>
<div class="flex gap-8 text-sm font-heading font-semibold text-ink/60">
<a href="privacy.html" class="hover:text-primary transition-colors">Privacy Policy</a>
<a href="terms.html" class="hover:text-primary transition-colors">Terms of Use</a>
<a href="copyright.html" class="hover:text-primary transition-colors">Copyright Policy</a>
<a href="mailto:rgilman@context.org" class="hover:text-primary transition-colors">Contact</a>
</div>
</div>
<div class="text-center text-xs text-ink/40 font-body">
© 2026 Context Institute. All rights reserved.
</div>
</div>
</footer>
<!-- Scripts -->
<script>
// Initialize Feather Icons
feather.replace();
// Mobile Menu Toggle
const btn = document.getElementById('mobile-menu-btn');
const menu = document.getElementById('mobile-menu');
btn.addEventListener('click', () => {
menu.classList.toggle('hidden');
});
// Smooth Scroll Reveal
const revealElements = document.querySelectorAll('.reveal');
const revealOnScroll = () => {
const windowHeight = window.innerHeight;
const elementVisible = 100;
revealElements.forEach((reveal) => {
const elementTop = reveal.getBoundingClientRect().top;
if (elementTop < windowHeight - elementVisible) {
reveal.classList.add('active');
}
});
};
window.addEventListener('scroll', revealOnScroll);
// Trigger once on load
revealOnScroll();
</script>
</body>
</html>