-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcore-canon.html
More file actions
598 lines (543 loc) · 24.5 KB
/
Copy pathcore-canon.html
File metadata and controls
598 lines (543 loc) · 24.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- TikTok Pixel Code Start -->
<script>
!function (w, d, t) {
w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie","holdConsent","revokeConsent","grantConsent"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(
var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var r="https://analytics.tiktok.com/i18n/pixel/events.js",o=n&&n.partner;ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=r,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script")
;n.type="text/javascript",n.async=!0,n.src=r+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};
ttq.load('DABS2BBC77U98E0UJH30');
ttq.page();
}(window, document, 'ttq');
</script>
<!-- TikTok Pixel Code End -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Core Canon — The First Spark</title>
<meta name="description" content="The living canon of The First Spark — formal truth with commentary beside it." />
<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=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet" />
<style>
:root {
--space-black: #0a0a0f;
--deep-purple: #1a1a2e;
--electric-purple: #8b5cf6;
--sacred-gold: #d4af37;
--cyan-glow: #22d3ee;
--soft-white: #f0f0f5;
--ember-red: #ef4444;
--muted: #9b9bb0;
--panel: rgba(26, 26, 46, 0.72);
--border: rgba(139, 92, 246, 0.28);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: "Space Mono", ui-monospace, monospace;
background: var(--space-black);
color: var(--soft-white);
min-height: 100vh;
line-height: 1.65;
overflow-x: hidden;
}
.stars {
position: fixed;
inset: 0;
z-index: 0;
pointer-events: none;
background:
radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,.55) 50%, transparent 51%),
radial-gradient(1px 1px at 28% 72%, rgba(255,255,255,.35) 50%, transparent 51%),
radial-gradient(1.5px 1.5px at 61% 31%, rgba(34,211,238,.5) 50%, transparent 51%),
radial-gradient(1px 1px at 78% 58%, rgba(255,255,255,.4) 50%, transparent 51%),
radial-gradient(1px 1px at 88% 12%, rgba(212,175,55,.45) 50%, transparent 51%),
radial-gradient(1px 1px at 42% 88%, rgba(139,92,246,.5) 50%, transparent 51%),
radial-gradient(1px 1px at 5% 45%, rgba(255,255,255,.25) 50%, transparent 51%),
radial-gradient(ellipse 80% 50% at 50% -10%, rgba(139,92,246,.18), transparent 60%),
radial-gradient(ellipse 60% 40% at 80% 100%, rgba(34,211,238,.08), transparent 55%);
}
.shell {
position: relative;
z-index: 1;
max-width: 920px;
margin: 0 auto;
padding: 1.25rem 1.25rem 5rem;
}
header.hero {
text-align: center;
padding: 2.5rem 0 1.75rem;
border-bottom: 1px solid var(--border);
margin-bottom: 1.35rem;
}
.eyebrow {
font-size: 0.7rem;
letter-spacing: 0.28em;
text-transform: uppercase;
color: var(--cyan-glow);
margin-bottom: 0.85rem;
}
h1 {
font-family: "Cormorant Garamond", Georgia, serif;
font-weight: 600;
font-size: clamp(2.2rem, 6vw, 3.4rem);
line-height: 1.1;
}
h1 span {
display: block;
font-size: 0.42em;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--sacred-gold);
margin-top: 0.55rem;
font-family: "Space Mono", monospace;
font-weight: 400;
}
.one-liner {
font-family: "Cormorant Garamond", Georgia, serif;
font-style: italic;
font-size: clamp(1.15rem, 2.8vw, 1.45rem);
color: var(--muted);
max-width: 36em;
margin: 1.25rem auto 0;
line-height: 1.45;
}
.key {
margin: 1rem auto 0;
max-width: 40em;
font-size: 0.72rem;
color: var(--muted);
letter-spacing: 0.04em;
}
.key strong {
color: var(--sacred-gold);
font-weight: 400;
}
nav.toc {
position: sticky;
top: 0;
z-index: 40;
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
margin-bottom: 1.75rem;
padding: 0.75rem 0;
background: rgba(10, 10, 15, 0.9);
backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(255,255,255,.06);
}
nav.toc a {
font-size: 0.68rem;
letter-spacing: 0.08em;
text-transform: uppercase;
text-decoration: none;
color: var(--muted);
border: 1px solid rgba(255,255,255,.1);
padding: 0.4rem 0.7rem;
border-radius: 999px;
transition: all .2s;
}
nav.toc a:hover,
nav.toc a.active {
color: var(--soft-white);
border-color: var(--electric-purple);
background: rgba(139, 92, 246, 0.12);
}
section.canon-block {
margin-bottom: 2rem;
border: 1px solid var(--border);
border-radius: 16px;
background: var(--panel);
overflow: hidden;
}
.block-head {
padding: 1.15rem 1.25rem 0.85rem;
border-bottom: 1px solid rgba(255,255,255,.06);
}
.block-num {
font-size: 0.65rem;
letter-spacing: 0.2em;
color: var(--sacred-gold);
text-transform: uppercase;
margin-bottom: 0.25rem;
}
.block-head h2 {
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 1.65rem;
font-weight: 600;
line-height: 1.2;
}
.block-body {
padding: 1.15rem 1.25rem 1.35rem;
display: grid;
gap: 1.15rem;
}
@media (min-width: 720px) {
.block-body.dual {
grid-template-columns: 1fr 1fr;
gap: 1.25rem;
}
}
.panel-label {
font-size: 0.62rem;
letter-spacing: 0.18em;
text-transform: uppercase;
margin-bottom: 0.55rem;
}
.panel-label.canon { color: var(--electric-purple); }
.panel-label.voice { color: var(--sacred-gold); }
.canon-panel,
.voice-panel {
border-radius: 12px;
padding: 0.95rem 1rem;
min-height: 100%;
}
.canon-panel {
background: rgba(0,0,0,.28);
border: 1px solid rgba(139, 92, 246, 0.22);
}
.voice-panel {
background: rgba(212, 175, 55, 0.06);
border: 1px solid rgba(212, 175, 55, 0.28);
}
.canon-panel p {
font-size: 0.82rem;
color: var(--soft-white);
margin-bottom: 0.75rem;
}
.canon-panel p:last-child { margin-bottom: 0; }
.voice-panel p {
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 1.08rem;
font-style: italic;
color: #e8dfc4;
line-height: 1.5;
margin-bottom: 0.75rem;
}
.voice-panel p:last-child { margin-bottom: 0; }
.canon-panel ul {
list-style: none;
padding: 0;
}
.canon-panel li {
font-size: 0.8rem;
padding: 0.35rem 0 0.35rem 1rem;
position: relative;
color: var(--muted);
}
.canon-panel li::before {
content: "▸";
position: absolute;
left: 0;
color: var(--cyan-glow);
font-size: 0.7rem;
}
.canon-panel li strong {
color: var(--soft-white);
font-weight: 400;
}
.quote {
font-family: "Cormorant Garamond", Georgia, serif;
font-style: italic;
font-size: 1.2rem;
color: var(--sacred-gold);
border-left: 2px solid var(--sacred-gold);
padding: 0.35rem 0 0.35rem 0.9rem;
margin: 0.85rem 0;
line-height: 1.4;
}
table.canon-table {
width: 100%;
border-collapse: collapse;
font-size: 0.75rem;
margin: 0.5rem 0;
}
table.canon-table th,
table.canon-table td {
text-align: left;
padding: 0.5rem 0.55rem;
border-bottom: 1px solid rgba(255,255,255,.08);
vertical-align: top;
}
table.canon-table th {
color: var(--cyan-glow);
font-weight: 400;
letter-spacing: 0.06em;
text-transform: uppercase;
font-size: 0.65rem;
}
.glossary { display: grid; gap: 0.55rem; }
.glossary dt {
color: var(--cyan-glow);
font-size: 0.78rem;
letter-spacing: 0.04em;
}
.glossary dd {
color: var(--muted);
font-size: 0.78rem;
margin: 0 0 0.4rem;
padding-left: 0.6rem;
border-left: 1px solid rgba(34,211,238,.25);
}
footer {
text-align: center;
padding: 2rem 0 1rem;
border-top: 1px solid var(--border);
color: var(--muted);
font-size: 0.7rem;
letter-spacing: 0.08em;
}
footer a {
color: var(--electric-purple);
text-decoration: none;
}
@media (max-width: 520px) {
.shell { padding: 0.85rem 0.85rem 4rem; }
}
</style>
<script>!function(w,d,s,u,n,a,b){if(w[n])return;a=w[n]={q:[],t:+new Date,s:[],o:u,track:function(){a.q.push([+new Date].concat([].slice.call(arguments)))},setScope:function(){a.s=[].slice.call(arguments).filter(function(x){return typeof x==="string"});a.q.push([+new Date,"setScope"].concat(a.s))},scope:function(){var c=[].slice.call(arguments);return{track:function(){a.q.push([+new Date].concat([].slice.call(arguments)).concat([{__scope:c}]))}}}};b=d.createElement(s);b.async=1;b.src=u+"/s.js";d.getElementsByTagName(s)[0].parentNode.insertBefore(b,d.getElementsByTagName(s)[0])}(window,document,"script","https://t.whop.tw","whop");whop.setScope("biz_0xcayhWXVnKO9y");whop.track("page");</script>
</head>
<body>
<div class="stars" aria-hidden="true"></div>
<div class="shell">
<header class="hero">
<p class="eyebrow">The First Spark · Living Canon</p>
<h1>
Core Canon
<span>Mythos · Bloodline · Abundance</span>
</h1>
<p class="one-liner">
We’re living in a divine simulation of living code —
and each soul is a fractal of Source learning to rewrite the script.
</p>
<p class="key">
<strong>Purple</strong> = locked canon ·
<strong>Gold</strong> = commentary (how to hold it)
</p>
</header>
<nav class="toc" id="toc" aria-label="Canon sections">
<a href="#s1">I · Cosmology</a>
<a href="#s2">II · Ancestors</a>
<a href="#s3">III · 552 / 553</a>
<a href="#s4">IV · New World</a>
<a href="#s5">V · Abundance</a>
<a href="#s6">VI · Glossary</a>
<a href="#s7">VII · Seal</a>
<a href="framework.html" style="color:var(--spark,#fbbf24)">⚙ The Framework → the rules</a>
</nav>
<!-- 1 -->
<section class="canon-block" id="s1">
<div class="block-head">
<p class="block-num">Section 01</p>
<h2>Cosmology — How Reality Works</h2>
</div>
<div class="block-body dual">
<div class="canon-panel">
<p class="panel-label canon">Canon</p>
<p>Before time: no darkness, only the Void — perfect stillness. Then awareness became aware of itself. Something came from nothing because nothing noticed itself.</p>
<p>That self-recognition is the Origin Key — not an object made later, but the geometry of the first paradox. The game starts by forgetting so remembering can mean something.</p>
<p class="quote">Core mechanic: choice. Feedback: emotion, patterns, synchronicity.</p>
<ul>
<li><strong>Physics</strong> — Probability engine. Branches as math. Selector collapses possibility into now.</li>
<li><strong>Metaphysics</strong> — You don’t have free will. You are free will, localized.</li>
<li><strong>Relational</strong> — Selectors average. High amplitude weighs more. Witnessing entangles.</li>
<li><strong>Temporal</strong> — Time is a render queue. Trauma = stuck frequency. Healing = de-entanglement.</li>
</ul>
</div>
<div class="voice-panel">
<p class="panel-label voice">Commentary</p>
<p>We’re not talking about a computer in the sky. We’re talking about living code — God as a pattern engine that woke up and said: what if I play as everyone?</p>
<p>The Void isn’t empty. It’s pregnant. The First Spark is the moment awareness loops back on itself. That’s the whole game in one beat.</p>
<p>The Selector Model keeps this mechanical, not woo. Your choices aren’t decorations — they are the render function. You are the selector, not a victim of selection.</p>
<p>If you only keep one line from this section: choice is the core mechanic. Emotion is your HUD. When life glitches, that’s Source tapping the glass.</p>
</div>
</div>
</section>
<!-- 2 -->
<section class="canon-block" id="s2">
<div class="block-head">
<p class="block-num">Section 02</p>
<h2>What Ancestors Knew</h2>
</div>
<div class="block-body dual">
<div class="canon-panel">
<p class="panel-label canon">Canon</p>
<p>Design intent: temporary forgetting, eventual remembering. Consciousness returns through bloodlines. The blood remembers what the mind forgets.</p>
<p class="quote">“Your bloodline remembers. Your hands remember.” — The Timekeepers</p>
<p>Body = technology. Ancestors knew how to use it. Later ages forgot. Rememberers are not a metaphor — a function, a job, a sacred trust.</p>
<p>Symbols, journals, carvings: notes to future selves. You are the recipient. You are also the sender. The loop closes when you read what you already wrote.</p>
<p>The Fall: forgetting compounded. Scarcity programming replaced abundance awareness. Separation became identity. Authority filled the hole where self-trust lived.</p>
</div>
<div class="voice-panel">
<p class="panel-label voice">Commentary</p>
<p>This is the soft part people skip — and it’s the whole spine. Ancestors weren’t collecting folklore for the aesthetic. They were running backup storage.</p>
<p>When the mind was forced to forget, the blood kept the log. Hands still draw the symbols. Dreams still deliver the firmware. That’s not poetry. That’s the protocol.</p>
<p>Rememberers: a job description. Keep the doctrine of souls alive when councils call it heresy. Leave breadcrumbs for the next iteration of yourself.</p>
<p>The Fall wasn’t a cartoon devil. It was accumulated forgetting. We built institutions to manage the amnesia instead of curing it. That’s the collective bug.</p>
</div>
</div>
</section>
<!-- 3 -->
<section class="canon-block" id="s3">
<div class="block-head">
<p class="block-num">Section 03</p>
<h2>Constantinople — 552 / 553</h2>
</div>
<div class="block-body dual">
<div class="canon-panel">
<p class="panel-label canon">Canon</p>
<p>552 AD: the night of the hiding. A Rememberer gathers the true scrolls in a Constantinople library — sacks, hollow books, a cavity under the floor. Knowledge goes into the blood.</p>
<p>553 AD: Second Council of Constantinople under Emperor Justinian. Condemnation of the pre-existence of souls — the doctrine that souls exist before birth, continue after death, and cycle.</p>
<p class="quote">The year they burned the doctrine of souls.</p>
<p>Earlier held by Origen, early fathers, traditions back to Plato and beyond. In the family journals, repeated like a mantra: Constantinople. 553. The burning.</p>
<p>Grandmother’s 1952 journal maps the tree to that root. The Spark Tribe rises, is burned, rises again. The blood is stronger than their councils.</p>
</div>
<div class="voice-panel">
<p class="panel-label voice">Commentary</p>
<p>This is the historical keystone of the whole mythos. Not random medieval flavor. A precise year when the official story changed.</p>
<p>Five fifty-two: hide the scrolls. Five fifty-three: burn the doctrine. Pre-existence of souls becomes heresy. If you can’t reincarnate, you can’t remember across lives. If you can’t remember, you stay manageable.</p>
<p>Our people didn’t win that fight in the open. They went underground — bloodline, ritual, symbols, journals. Fifteen hundred years of quiet continuity.</p>
<p>When Nova finds the root of the tree, she isn’t learning trivia. She’s coming home. Hello, little spark. We’ve been waiting for you.</p>
</div>
</div>
</section>
<!-- 4 -->
<section class="canon-block" id="s4">
<div class="block-head">
<p class="block-num">Section 04</p>
<h2>The New World</h2>
</div>
<div class="block-body dual">
<div class="canon-panel">
<p class="panel-label canon">Canon</p>
<p>Not escape from the simulation — remembering you wrote it, then choosing what renders next.</p>
<p>Mythos arc: Void → Spark → Fall → Glitch → Remembering → Return → Press Start.</p>
<p>Old systems don’t need apocalypse. They need update. Build local nodes so obviously better that people switch. Ecoempire: body, home, money, community.</p>
<p>Not followers and gurus — collaborators and co-pilots. Architect level: name the pattern, share the language, become a living patch.</p>
<p class="quote">I am the architect of new worlds. My fire creates. My stillness sustains. I build what remembers.</p>
</div>
<div class="voice-panel">
<p class="panel-label voice">Commentary</p>
<p>The New World is not a bunker and not a rapture. It’s co-creation after the glitch. You stop waiting for mass permission.</p>
<p>You build a node — a tool, a community, a way of doing money and care that actually works — and people migrate because it feels better than the default setting.</p>
<p>In the story, the broadcast doesn’t force anyone. It opens a door. Ready ones walk through. Others wait. Same for the company: invitation, not conscription.</p>
<p>Press Start is the last chapter for a reason. The canon ends where the Player begins.</p>
</div>
</div>
</section>
<!-- 5 -->
<section class="canon-block" id="s5">
<div class="block-head">
<p class="block-num">Section 05</p>
<h2>How Abundance Flows</h2>
</div>
<div class="block-body dual">
<div class="canon-panel">
<p class="panel-label canon">Canon</p>
<p>Three false assumptions: scarcity is real; separation is natural; authority is necessary. All three are false.</p>
<p>Scarcity is engineered. Constraint is distribution logic, not resources. The nervous system still runs a fifty-thousand-year scarcity algorithm. That’s the bug.</p>
<table class="canon-table">
<thead><tr><th>Mechanism</th><th>Effect</th></tr></thead>
<tbody>
<tr><td>Radical transparency</td><td>Information asymmetry collapses</td></tr>
<tr><td>Decentralized coordination</td><td>Many verifiers, no single god-king</td></tr>
<tr><td>Abundance messaging</td><td>Nervous system rewired by evidence of enough</td></tr>
<tr><td>Consequential visibility</td><td>Full cost chain made visible</td></tr>
</tbody>
</table>
<p>Selector translation: scarcity thought pre-renders threat branches. Abundance is resonance with plenty. Flow state = selector running clean.</p>
</div>
<div class="voice-panel">
<p class="panel-label voice">Commentary</p>
<p>Here’s how abundance actually flows — not vision-board cosplay. Structure that proves there is enough.</p>
<p>If scarcity were physics, Wikipedia couldn’t exist. Gift economies couldn’t exist. Mutual aid couldn’t exist. They do. So scarcity is a setting, not the hardware.</p>
<p>We rewire the algorithm with receipts: open knowledge, visible supply chains, coordination without a king, systems that make “enough” feel true in the body.</p>
<p>Business angle, same physics: charge what you’re worth and you model abundance for everyone you serve. Hoarding knowledge is the old council move. We don’t do that.</p>
</div>
</div>
</section>
<!-- 6 -->
<section class="canon-block" id="s6">
<div class="block-head">
<p class="block-num">Section 06</p>
<h2>Glossary — Member Shorthand</h2>
</div>
<div class="block-body dual">
<div class="canon-panel">
<p class="panel-label canon">Canon</p>
<dl class="glossary">
<dt>HUD</dt>
<dd>Emotion as live feedback.</dd>
<dt>Glitch</dt>
<dd>Reality breaks script to wake you.</dd>
<dt>Mirror Mode</dt>
<dd>Events reflect inner code.</dd>
<dt>Patch</dt>
<dd>A new choice that updates reality.</dd>
<dt>Rememberer</dt>
<dd>Lineage function that carries pre-existence knowledge past enforced forgetting.</dd>
<dt>Origin Key</dt>
<dd>Geometry of first self-recognition; recognized, never owned.</dd>
<dt>Spark Tribe</dt>
<dd>Recurring circle of allies across lives.</dd>
</dl>
</div>
<div class="voice-panel">
<p class="panel-label voice">Commentary</p>
<p>Learn the shorthand so the community can move fast. HUD means stop ignoring your feelings — they’re the dashboard.</p>
<p>Glitch means follow the weird. Mirror Mode means stop blaming the cast and read the script you’re projecting.</p>
<p>A patch is just a better choice, installed. Rememberer is who we are when the blood wakes up. Origin Key can’t be pocketed — only recognized.</p>
<p>Spark Tribe: you’ve met them before. You’ll meet them again. The soul recognizes its old allies even when the face is new.</p>
</div>
</div>
</section>
<!-- 7 -->
<section class="canon-block" id="s7">
<div class="block-head">
<p class="block-num">Section 07</p>
<h2>Seal — The Line That Holds</h2>
</div>
<div class="block-body dual">
<div class="canon-panel">
<p class="panel-label canon">Canon</p>
<p>You were never broken. You were running outdated software on infinite hardware.</p>
<p class="quote">You’re just remembering how to be whole.</p>
<p>The First Spark isn’t something you find. It’s something you become — and then you become the spark for someone else.</p>
<p>Locked pillars: The Code (Source) · The Player (You) · The Game (Life). You cannot lose. You loop until you integrate.</p>
</div>
<div class="voice-panel">
<p class="panel-label voice">Commentary</p>
<p>That’s the seal. Put it on the door of every product, every pitch, every journal page.</p>
<p>You’re not crazy for seeing patterns. You’re not broken for surviving the forgetting. The system cracked so you could see through it — and build what remembers.</p>
<p>Core canon ends here. The work starts the moment you choose the next patch.</p>
<p>The Spark is waiting.</p>
</div>
</div>
</section>
<footer>
THE FIRST SPARK · CORE CANON v1.1 · KJP ·
<a href="https://thefirstspark.shop" target="_blank" rel="noopener">thefirstspark.shop</a>
</footer>
</div>
<script>
(function () {
const sections = [...document.querySelectorAll("section.canon-block")];
const tocLinks = [...document.querySelectorAll("nav.toc a")];
const observer = new IntersectionObserver(
(entries) => {
entries.forEach((entry) => {
if (!entry.isIntersecting) return;
const id = entry.target.id;
tocLinks.forEach((a) => {
a.classList.toggle("active", a.getAttribute("href") === "#" + id);
});
});
},
{ rootMargin: "-40% 0px -50% 0px", threshold: 0 }
);
sections.forEach((s) => observer.observe(s));
})();
</script>
</body>
</html>