-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
847 lines (785 loc) · 26.2 KB
/
index.html
File metadata and controls
847 lines (785 loc) · 26.2 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
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>The 16 Notes of Emotion — Master Your Emotions</title>
<meta name="description" content="An experiential, practical course to help you move from reactive to proactive with your emotions—so conditions don’t dictate your life." />
<!-- Open Graph -->
<meta property="og:title" content="The 16 Notes of Emotion" />
<meta property="og:description" content="Master your emotions—or let them master you. Learn to move from reactive to proactive, on demand." />
<meta property="og:type" content="website" />
<style>
:root{
--bg: #0b1220;
--panel: rgba(255,255,255,0.06);
--panel2: rgba(255,255,255,0.09);
--text: rgba(255,255,255,0.92);
--muted: rgba(255,255,255,0.70);
--faint: rgba(255,255,255,0.14);
--accent: #7dd3fc;
--accent2: #a78bfa;
--ok: #86efac;
--shadow: 0 18px 55px rgba(0,0,0,0.45);
--radius: 18px;
--max: 1080px;
/* iPhone safe areas */
--sat: env(safe-area-inset-top, 0px);
--sab: env(safe-area-inset-bottom, 0px);
--sal: env(safe-area-inset-left, 0px);
--sar: env(safe-area-inset-right, 0px);
}
* { box-sizing: border-box; }
html, body { height: 100%; }
body{
margin: 0;
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
color: var(--text);
background:
radial-gradient(900px 500px at 20% 10%, rgba(125,211,252,0.22), transparent 55%),
radial-gradient(900px 500px at 80% 20%, rgba(167,139,250,0.22), transparent 60%),
radial-gradient(900px 500px at 60% 90%, rgba(134,239,172,0.12), transparent 60%),
linear-gradient(180deg, #070b13 0%, #0b1220 100%);
line-height: 1.5;
overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
/* Better anchor behavior under sticky header */
section[id] { scroll-margin-top: 92px; }
.wrap {
max-width: var(--max);
margin: 0 auto;
padding: calc(18px + var(--sat)) calc(18px + var(--sar)) calc(70px + var(--sab)) calc(18px + var(--sal));
}
/* ===== Header / Nav (mobile-first) ===== */
.topbar{
position: sticky;
top: 0;
z-index: 50;
padding: 10px 0;
backdrop-filter: blur(14px);
background: linear-gradient(180deg, rgba(11,18,32,0.92), rgba(11,18,32,0.62));
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbarInner{
display:flex;
align-items:center;
justify-content:space-between;
gap: 12px;
max-width: var(--max);
margin: 0 auto;
padding: 0 calc(18px + var(--sar)) 0 calc(18px + var(--sal));
}
.brand{
display:flex; align-items:center; gap: 12px;
min-width: 0;
}
.mark{
width: 36px; height: 36px; border-radius: 12px;
background: linear-gradient(135deg, rgba(125,211,252,0.9), rgba(167,139,250,0.9));
box-shadow: 0 12px 30px rgba(0,0,0,0.35);
flex: 0 0 auto;
}
.brandTitle{
display:flex; flex-direction:column; gap: 2px;
min-width: 0;
}
.brandTitle b{
font-size: 13px;
letter-spacing: 0.9px;
text-transform: uppercase;
color: rgba(255,255,255,0.86);
white-space: nowrap; overflow:hidden; text-overflow: ellipsis;
max-width: 44vw;
}
.brandTitle span{
font-size: 12px;
color: rgba(255,255,255,0.56);
white-space: nowrap; overflow:hidden; text-overflow: ellipsis;
max-width: 44vw;
}
.btn{
display:inline-flex; align-items:center; justify-content:center;
gap: 10px;
padding: 12px 16px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,0.14);
background: rgba(255,255,255,0.06);
color: var(--text);
box-shadow: 0 10px 26px rgba(0,0,0,0.22);
font-weight: 650;
letter-spacing: 0.2px;
transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
-webkit-tap-highlight-color: transparent;
}
.btn:hover{
transform: translateY(-1px);
background: rgba(255,255,255,0.09);
border-color: rgba(255,255,255,0.22);
text-decoration:none;
}
.btn.primary{
background: linear-gradient(135deg, rgba(125,211,252,0.25), rgba(167,139,250,0.25));
border-color: rgba(125,211,252,0.35);
}
.btn.primary:hover{
border-color: rgba(125,211,252,0.55);
}
/* Desktop nav links (hidden on mobile) */
.navLinks{
display:none;
align-items:center;
gap: 10px;
}
.navLinks a{
font-size: 14px;
color: rgba(255,255,255,0.72);
padding: 8px 10px;
border-radius: 10px;
text-decoration:none;
}
.navLinks a:hover{
background: rgba(255,255,255,0.06);
color: var(--text);
}
/* Mobile controls (shown on mobile) */
.mobileControls{
display:flex;
align-items:center;
gap: 10px;
}
.iconBtn{
width: 44px; height: 44px;
border-radius: 14px;
border: 1px solid rgba(255,255,255,0.14);
background: rgba(255,255,255,0.06);
display:inline-flex; align-items:center; justify-content:center;
box-shadow: 0 10px 26px rgba(0,0,0,0.18);
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.iconBtn:hover{
background: rgba(255,255,255,0.09);
border-color: rgba(255,255,255,0.22);
}
.iconBtn svg{ width: 20px; height: 20px; opacity: 0.9; }
/* Mobile menu panel */
.menuOverlay{
position: fixed;
inset: 0;
background: rgba(0,0,0,0.40);
backdrop-filter: blur(6px);
opacity: 0;
pointer-events: none;
transition: opacity 160ms ease;
z-index: 80;
}
.menuOverlay.open{
opacity: 1;
pointer-events: auto;
}
.mobileMenu{
position: fixed;
top: calc(12px + var(--sat));
left: 12px;
right: 12px;
z-index: 90;
background: rgba(14, 22, 40, 0.92);
border: 1px solid rgba(255,255,255,0.14);
border-radius: 18px;
box-shadow: 0 30px 90px rgba(0,0,0,0.60);
transform: translateY(-10px);
opacity: 0;
pointer-events: none;
transition: transform 160ms ease, opacity 160ms ease;
padding: 14px;
}
.mobileMenu.open{
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.mobileMenuHeader{
display:flex; align-items:center; justify-content:space-between; gap: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255,255,255,0.10);
margin-bottom: 10px;
}
.mobileMenuHeader b{
font-size: 13px;
letter-spacing: 0.8px;
text-transform: uppercase;
color: rgba(255,255,255,0.82);
}
.menuList{
display:flex;
flex-direction: column;
gap: 8px;
padding: 6px 0 0;
}
.menuList a{
display:flex;
align-items:center;
justify-content:space-between;
padding: 12px 12px;
border-radius: 14px;
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.10);
text-decoration:none;
color: rgba(255,255,255,0.86);
font-weight: 620;
}
.menuList a span{
color: rgba(255,255,255,0.60);
font-weight: 560;
font-size: 13px;
}
.menuList a:hover{
background: rgba(255,255,255,0.09);
border-color: rgba(255,255,255,0.18);
text-decoration:none;
}
.menuCTA{
margin-top: 10px;
display:flex;
gap: 10px;
flex-wrap: wrap;
}
/* ===== Main content ===== */
.hero{
margin-top: 16px;
padding: 18px 0 8px;
}
.heroGrid{
display:grid;
grid-template-columns: 1fr;
gap: 14px;
align-items: stretch;
}
.card{
background: var(--panel);
border: 1px solid rgba(255,255,255,0.10);
border-radius: var(--radius);
box-shadow: var(--shadow);
}
.card.pad{ padding: 22px; }
.kicker{
display:inline-flex; align-items:center; gap: 8px;
padding: 8px 12px;
border-radius: 999px;
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.10);
color: rgba(255,255,255,0.78);
font-size: 13px;
margin-bottom: 14px;
max-width: 100%;
}
.dot{
width: 8px; height: 8px; border-radius: 999px;
background: linear-gradient(135deg, var(--accent), var(--accent2));
box-shadow: 0 0 0 4px rgba(125,211,252,0.10);
flex: 0 0 auto;
}
.hero h2{
font-size: clamp(30px, 7.2vw, 50px);
line-height: 1.05;
margin: 0 0 12px;
letter-spacing: -0.9px;
text-wrap: balance;
}
.hero p{
margin: 0 0 14px;
color: var(--muted);
font-size: 16px;
max-width: 60ch;
}
.ctaRow{
display:flex;
flex-wrap: wrap;
gap: 12px;
align-items:center;
margin-top: 12px;
}
.micro{
font-size: 13px;
color: rgba(255,255,255,0.62);
}
.sideCard{
display:flex; flex-direction: column; gap: 12px;
padding: 18px;
background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.05));
}
.sideCard h3{
margin: 0;
font-size: 16px;
color: rgba(255,255,255,0.86);
letter-spacing: 0.2px;
}
.sideCard .big{
font-size: 14px;
color: var(--muted);
margin: 0;
}
.pillGrid{
display:grid;
grid-template-columns: 1fr;
gap: 10px;
margin-top: 6px;
}
.pill{
padding: 12px 12px;
border-radius: 14px;
background: rgba(255,255,255,0.06);
border: 1px solid rgba(255,255,255,0.10);
}
.pill b{ display:block; font-size: 13px; letter-spacing: 0.2px; }
.pill span{ display:block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.section{
margin-top: 18px;
padding: 0;
}
.sectionHeader{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap: 14px;
margin: 14px 0 12px;
flex-wrap: wrap;
}
.sectionHeader h3{
margin: 0;
font-size: 20px;
letter-spacing: -0.2px;
}
.sectionHeader p{
margin: 0;
color: var(--muted);
font-size: 14px;
max-width: 70ch;
}
.grid2{
display:grid;
grid-template-columns: 1fr;
gap: 14px;
}
.grid3{
display:grid;
grid-template-columns: 1fr;
gap: 14px;
}
.box{
padding: 18px;
border-radius: var(--radius);
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.10);
}
.box h4{
margin: 0 0 6px;
font-size: 15px;
letter-spacing: 0.2px;
color: rgba(255,255,255,0.88);
}
.box p, .box ul{
margin: 0;
color: var(--muted);
font-size: 14px;
}
.box ul{
padding-left: 18px;
margin-top: 10px;
}
.box li{ margin: 6px 0; }
.split{
display:grid;
grid-template-columns: 1fr;
gap: 14px;
align-items: stretch;
}
.quote{
padding: 18px 16px;
background: rgba(125,211,252,0.07);
border: 1px solid rgba(125,211,252,0.18);
border-radius: var(--radius);
}
.quote p{
margin: 0;
font-size: 15px;
color: rgba(255,255,255,0.82);
}
.quote small{
display:block;
margin-top: 10px;
color: rgba(255,255,255,0.62);
font-size: 13px;
}
.ctaBanner{
margin-top: 18px;
padding: 18px;
border-radius: calc(var(--radius) + 4px);
background:
radial-gradient(700px 240px at 20% 30%, rgba(125,211,252,0.16), transparent 60%),
radial-gradient(700px 240px at 80% 20%, rgba(167,139,250,0.14), transparent 60%),
rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.12);
box-shadow: var(--shadow);
display:flex;
flex-wrap: wrap;
align-items:center;
justify-content:space-between;
gap: 14px;
}
.ctaBanner h3{
margin: 0 0 4px;
font-size: 18px;
letter-spacing: -0.2px;
}
.ctaBanner p{
margin: 0;
color: var(--muted);
font-size: 14px;
}
footer{
margin-top: 30px;
color: rgba(255,255,255,0.55);
font-size: 13px;
}
.hr{
height: 1px;
background: rgba(255,255,255,0.10);
margin: 18px 0;
}
/* ===== Desktop enhancements ===== */
@media (min-width: 880px){
.wrap{
padding: calc(28px + var(--sat)) calc(18px + var(--sar)) calc(70px + var(--sab)) calc(18px + var(--sal));
}
.hero{
margin-top: 22px;
padding: 22px 0 8px;
}
.heroGrid{
grid-template-columns: 1.35fr 0.65fr;
}
.grid2{ grid-template-columns: 1fr 1fr; }
.grid3{ grid-template-columns: repeat(3, 1fr); }
.split{ grid-template-columns: 1.1fr 0.9fr; }
.navLinks{ display:flex; }
.mobileControls{ display:none; }
.brandTitle b, .brandTitle span{ max-width: 380px; }
section[id] { scroll-margin-top: 110px; }
}
/* Accessibility */
.sr-only{
position:absolute; width:1px; height:1px; padding:0; margin:-1px;
overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
:focus-visible{
outline: 2px solid rgba(125,211,252,0.7);
outline-offset: 3px;
border-radius: 12px;
}
</style>
</head>
<body>
<!-- Sticky header -->
<header class="topbar">
<div class="topbarInner">
<a class="brand" href="#top" aria-label="Go to top">
<div class="mark" aria-hidden="true"></div>
<div class="brandTitle">
<b>The 16 Notes of Emotion</b>
<span>Emotional mastery, taught as a skill</span>
</div>
</a>
<!-- Desktop nav -->
<nav class="navLinks" aria-label="Primary">
<a href="#model">The Model</a>
<a href="#learn">What You’ll Learn</a>
<a href="#for">Who It’s For</a>
<a href="#faq">FAQ</a>
<a class="btn primary" href="tel:9190000000" aria-label="Call Brad at 919-000-0000">Call Brad</a>
</nav>
<!-- Mobile controls -->
<div class="mobileControls" aria-label="Mobile controls">
<a class="btn primary" href="tel:9190000000" aria-label="Call Brad at 919-000-0000" style="padding:12px 14px;">
Call
</a>
<button id="menuBtn" class="iconBtn" type="button" aria-label="Open menu" aria-expanded="false" aria-controls="mobileMenu">
<svg viewBox="0 0 24 24" fill="none" aria-hidden="true">
<path d="M4 7h16M4 12h16M4 17h16" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</button>
</div>
</div>
</header>
<!-- Mobile menu -->
<div id="menuOverlay" class="menuOverlay" aria-hidden="true"></div>
<div id="mobileMenu" class="mobileMenu" role="dialog" aria-modal="true" aria-label="Site menu">
<div class="mobileMenuHeader">
<b>Menu</b>
<button id="closeMenuBtn" class="iconBtn" type="button" aria-label="Close menu">
<svg viewBox="0 0 24 24" fill="none" aria-hidden="true">
<path d="M6 6l12 12M18 6L6 18" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
</button>
</div>
<div class="menuList">
<a href="#model" data-close-menu>THE MODEL <span>Two octaves</span></a>
<a href="#learn" data-close-menu>WHAT YOU’LL LEARN <span>16 notes</span></a>
<a href="#for" data-close-menu>WHO IT’S FOR <span>Seekers</span></a>
<a href="#faq" data-close-menu>FAQ <span>Quick answers</span></a>
</div>
<div class="menuCTA">
<a class="btn primary" href="tel:9190000000">Talk to Brad — 919-000-0000</a>
<a class="btn" href="#top" data-close-menu>Back to top</a>
</div>
</div>
<div class="wrap">
<main>
<!-- HERO -->
<section class="hero" id="top">
<div class="heroGrid">
<div class="card pad">
<div class="kicker"><span class="dot" aria-hidden="true"></span>Experiential coaching • Practical emotional mastery</div>
<h2>Master your emotions—or let them master you.</h2>
<p>
Most people don’t need more insight. They need a <b>skill</b>:
the ability to move from <b>reactive</b> to <b>proactive</b>—on demand—
so conditions don’t get to dictate their life.
</p>
<p>
<b>The 16 Notes of Emotion</b> is a practical, felt (not just intellectual) course that teaches you to recognize
what you’re feeling in real time and shift your internal state—so you can respond with clarity, steadiness, and freedom.
</p>
<div class="ctaRow">
<a class="btn primary" href="tel:9190000000">Curious? Talk to Brad — 919-000-0000</a>
<a class="btn" href="#learn">See what you’ll learn</a>
<span class="micro">No hype. Just a repeatable skill.</span>
</div>
</div>
<aside class="card sideCard" aria-label="Quick summary">
<h3>What this changes</h3>
<p class="big">Reactive → Proactive. Enslaved by conditions → Empowered to choose your response.</p>
<div class="pillGrid">
<div class="pill">
<b>Low Road (Lower Octave)</b>
<span>Ground level, narrow view, tunnels, pressure, force.</span>
</div>
<div class="pill">
<b>High Road (Higher Octave)</b>
<span>Elevation, wide-angle perspective, vistas, light, power.</span>
</div>
<div class="pill">
<b>Core Skill</b>
<span>Recognize your state, then learn how to move upward—reliably.</span>
</div>
</div>
</aside>
</div>
</section>
<!-- MODEL -->
<section class="section" id="model">
<div class="sectionHeader">
<h3>A simple model that sticks</h3>
<p>Two octaves. Two roads. A practical way to stop being pushed around by your internal state.</p>
</div>
<div class="split">
<div class="box">
<h4>Reactive vs Proactive</h4>
<ul>
<li><b>Reactive:</b> conditions dictate how you feel; you’re at the mercy of triggers.</li>
<li><b>Proactive:</b> you choose your response; you gain freedom regardless of conditions.</li>
</ul>
<div class="hr"></div>
<p>
The more proactive you become with your emotions, the more you experience <b>freedom</b>—not as a concept,
but as something you can actually <b>do</b>.
</p>
</div>
<div class="quote" role="note">
<p>
“Low road is ground level—limited view. High road gives elevation—vistas and the big picture.
The higher you go, the wider you can see.”
</p>
<small>One of the core metaphors in the course (experienced, not just understood).</small>
</div>
</div>
</section>
<!-- LEARN -->
<section class="section" id="learn">
<div class="sectionHeader">
<h3>What you’ll learn</h3>
<p>Learn the 16 “notes” (energy fields) like a musician learns sound: experiential, felt, repeatable.</p>
</div>
<div class="grid3">
<div class="box">
<h4>Recognize in real time</h4>
<p>Spot the octave you’re in before it hijacks your words, choices, and relationships.</p>
</div>
<div class="box">
<h4>Letting go (the core)</h4>
<p>Release the downward pull of lower states and learn the upward flow toward higher states.</p>
</div>
<div class="box">
<h4>Witnessing</h4>
<p>Build the capacity to observe the wave instead of being dragged by it—more clarity, less compulsion.</p>
</div>
</div>
<div class="grid2" style="margin-top:14px;">
<div class="box">
<h4>Power vs force</h4>
<p>
Lower octaves feel heavy and compelling—like gravity. Higher octaves carry more real power:
clearer perception, more choice, less reactivity.
</p>
</div>
<div class="box">
<h4>Ocean-to-air metaphor</h4>
<p>
Lower states can feel like deep water—pressure, darkness, limited options. As you rise, you get oxygen and light.
Break the surface and you see the sunlight directly.
</p>
</div>
</div>
<div class="box" style="margin-top:14px;">
<h4>Example “hook”: Pride (a tricky note)</h4>
<p>
Pride is complex because it’s constantly valuing and judging. Once you can spot it <i>as it happens</i>,
you stop being owned by it—and your relationships get cleaner fast.
</p>
</div>
</section>
<!-- FOR WHO -->
<section class="section" id="for">
<div class="sectionHeader">
<h3>Who it’s for</h3>
<p>This is for seekers—curious people ready to practice, not debate whether growth is possible.</p>
</div>
<div class="grid2">
<div class="box">
<h4>Great fit if you…</h4>
<ul>
<li>Believe personal growth is learnable (and you’re ready to practice).</li>
<li>Want practical skills, not vague inspiration.</li>
<li>Feel capable, but inconsistent under pressure.</li>
<li>Want more freedom and less emotional autopilot.</li>
</ul>
</div>
<div class="box">
<h4>Not a fit if you…</h4>
<ul>
<li>Want a quick motivational hit.</li>
<li>Prefer to stay purely intellectual (no felt experience).</li>
<li>Are looking for someone to convince you growth is real.</li>
</ul>
</div>
</div>
</section>
<!-- HOW -->
<section class="section" id="how">
<div class="sectionHeader">
<h3>How it works</h3>
<p>Designed to be engaging: stories, practice, and “learn-by-doing” momentum.</p>
</div>
<div class="grid3">
<div class="box">
<h4>Online modules</h4>
<p>Structured learning you can return to—built for real life application.</p>
</div>
<div class="box">
<h4>Study groups (optional)</h4>
<p>Practice with others and sharpen recognition through shared reflection.</p>
</div>
<div class="box">
<h4>1:1 coaching (optional)</h4>
<p>Personal guidance to build your “playbook” for repeatable shifts.</p>
</div>
</div>
</section>
<!-- CTA -->
<section class="section">
<div class="ctaBanner" role="region" aria-label="Call to action">
<div>
<h3>Want to see if it’s a fit?</h3>
<p>Ask: “Is this a fit for what I’m dealing with right now?”</p>
</div>
<div class="ctaRow" style="margin:0;">
<a class="btn primary" href="tel:9190000000">Talk to Brad — 919-000-0000</a>
<a class="btn" href="#faq">Read FAQ</a>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section" id="faq">
<div class="sectionHeader">
<h3>FAQ</h3>
<p>Quick answers. Keep it simple. Keep it real.</p>
</div>
<div class="grid2">
<div class="box">
<h4>How long does it take to see results?</h4>
<p>Most people notice shifts quickly because the work targets real scenarios you’re facing now.</p>
</div>
<div class="box">
<h4>Is this therapy?</h4>
<p>No. This is coaching and skill-building: awareness, decisions, habits, and practice.</p>
</div>
<div class="box">
<h4>What if I’m skeptical?</h4>
<p>That’s fine. This is experiential—results show up in how you handle real moments.</p>
</div>
<div class="box">
<h4>What do I do to start?</h4>
<p>Call Brad. You’ll talk through what you’re dealing with and whether this is a fit.</p>
</div>
</div>
</section>
</main>
<footer>
<div class="hr"></div>
<p>
© <span id="year"></span> The 16 Notes of Emotion.
<span style="display:block; margin-top:6px;">
Contact: <a href="tel:9190000000">919-000-0000</a>
</span>
</p>
</footer>
</div>
<script>
// Footer year
document.getElementById("year").textContent = new Date().getFullYear();
// Mobile menu logic
const menuBtn = document.getElementById("menuBtn");
const closeMenuBtn = document.getElementById("closeMenuBtn");
const menu = document.getElementById("mobileMenu");
const overlay = document.getElementById("menuOverlay");
function openMenu(){
menu.classList.add("open");
overlay.classList.add("open");
overlay.setAttribute("aria-hidden","false");
menuBtn.setAttribute("aria-expanded","true");
document.body.style.overflow = "hidden";
}
function closeMenu(){
menu.classList.remove("open");
overlay.classList.remove("open");
overlay.setAttribute("aria-hidden","true");
menuBtn.setAttribute("aria-expanded","false");
document.body.style.overflow = "";
}
function isOpen(){ return menu.classList.contains("open"); }
menuBtn?.addEventListener("click", () => isOpen() ? closeMenu() : openMenu());
closeMenuBtn?.addEventListener("click", closeMenu);
overlay?.addEventListener("click", closeMenu);
// Close menu when clicking a menu link
document.querySelectorAll("[data-close-menu]").forEach(el => {
el.addEventListener("click", closeMenu);
});
// Close on ESC
document.addEventListener("keydown", (e) => {
if (e.key === "Escape" && isOpen()) closeMenu();
});
</script>
</body>
</html>