Soulfield Theory – Consciousness, Free Will & the Structure of Reality | 100BooksProject.com
/* ── LIGHT THEME — all explicit hex, no CSS variable traps ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
scroll-behavior: smooth;
background: #f5f0e8;
}
body {
background: #f5f0e8;
color: #1a1612;
font-family: ‘EB Garamond’, Georgia, serif;
font-size: 18px;
line-height: 1.85;
overflow-x: hidden;
}
/* ── NAV ── */
nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 100;
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 48px;
background: rgba(245, 240, 232, 0.96);
backdrop-filter: blur(8px);
border-bottom: 1px solid rgba(180, 155, 80, 0.2);
}
.nav-logo {
font-family: ‘Cinzel’, serif;
font-size: 0.7rem;
letter-spacing: 0.25em;
color: #a07828;
text-decoration: none;
text-transform: uppercase;
}
.nav-links { display: flex; gap: 32px; }
.nav-links a {
font-family: ‘Cinzel’, serif;
font-size: 0.62rem;
letter-spacing: 0.2em;
color: #5a5248;
text-decoration: none;
text-transform: uppercase;
transition: color 0.3s;
}
.nav-links a:hover { color: #a07828; }
/* ── HERO ── */
.hero {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 120px 40px 80px;
background: #eee8dc;
border-bottom: 1px solid rgba(180,155,80,0.25);
position: relative;
overflow: hidden;
}
/* Subtle texture lines */
.hero::before {
content: ”;
position: absolute;
inset: 0;
background-image: repeating-linear-gradient(
0deg,
transparent,
transparent 39px,
rgba(180,155,80,0.06) 39px,
rgba(180,155,80,0.06) 40px
);
pointer-events: none;
}
.hero-eyebrow {
font-family: ‘Cinzel’, serif;
font-size: 0.62rem;
letter-spacing: 0.45em;
color: #a07828;
text-transform: uppercase;
margin-bottom: 32px;
opacity: 0;
animation: fadeUp 1s ease forwards 0.3s;
}
.hero h1 {
font-family: ‘Cinzel’, serif;
font-size: clamp(2.8rem, 7vw, 5.5rem);
font-weight: 400;
letter-spacing: 0.08em;
line-height: 1.1;
color: #0f0d0a;
margin-bottom: 24px;
opacity: 0;
animation: fadeUp 1s ease forwards 0.6s;
}
.hero-sub {
font-family: ‘Cormorant Garamond’, Georgia, serif;
font-size: clamp(1.05rem, 2.5vw, 1.4rem);
font-weight: 300;
font-style: italic;
color: #4a4440;
max-width: 680px;
margin: 0 auto 48px;
opacity: 0;
animation: fadeUp 1s ease forwards 0.9s;
}
.hero-rule {
width: 1px;
height: 80px;
background: linear-gradient(to bottom, #a07828, transparent);
margin: 0 auto 48px;
opacity: 0;
animation: fadeUp 1s ease forwards 1.1s;
}
.hero-question {
font-family: ‘Cormorant Garamond’, Georgia, serif;
font-size: 1.15rem;
font-style: italic;
color: #2a3a4a;
max-width: 560px;
opacity: 0;
animation: fadeUp 1s ease forwards 1.3s;
}
/* ── CTAs ── */
.cta-wrap {
display: flex;
gap: 16px;
justify-content: center;
flex-wrap: wrap;
margin-top: 48px;
opacity: 0;
animation: fadeUp 1s ease forwards 1.5s;
}
.btn-primary {
font-family: ‘Cinzel’, serif;
font-size: 0.62rem;
letter-spacing: 0.25em;
text-transform: uppercase;
color: #f5f0e8;
background: #a07828;
border: none;
padding: 14px 36px;
text-decoration: none;
cursor: pointer;
transition: background 0.3s, transform 0.3s;
display: inline-block;
}
.btn-primary:hover { background: #8a6420; transform: translateY(-2px); }
.btn-secondary {
font-family: ‘Cinzel’, serif;
font-size: 0.62rem;
letter-spacing: 0.25em;
text-transform: uppercase;
color: #a07828;
background: transparent;
border: 1px solid #a07828;
padding: 14px 36px;
text-decoration: none;
cursor: pointer;
transition: background 0.3s, transform 0.3s;
display: inline-block;
}
.btn-secondary:hover { background: rgba(160,120,40,0.08); transform: translateY(-2px); }
/* ── Scroll hint ── */
.scroll-hint {
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
opacity: 0;
animation: fadeUp 1s ease forwards 2s;
}
.scroll-hint span {
font-family: ‘Cinzel’, serif;
font-size: 0.52rem;
letter-spacing: 0.3em;
color: #7a7268;
text-transform: uppercase;
}
.scroll-line {
width: 1px;
height: 40px;
background: linear-gradient(to bottom, #a07828, transparent);
animation: scrollPulse 2s ease infinite;
}
/* ── Sections ── */
.section {
max-width: 860px;
margin: 0 auto;
padding: 80px 40px;
}
.section-label {
font-family: ‘Cinzel’, serif;
font-size: 0.58rem;
letter-spacing: 0.42em;
color: #a07828;
text-transform: uppercase;
margin-bottom: 48px;
display: flex;
align-items: center;
gap: 20px;
}
.section-label::after {
content: ”;
flex: 1;
height: 1px;
background: linear-gradient(to right, rgba(160,120,40,0.4), transparent);
}
/* ── Pull quote ── */
.pull-quote {
border-left: 2px solid #a07828;
padding: 24px 0 24px 36px;
margin: 48px 0;
}
.pull-quote p {
font-family: ‘Cormorant Garamond’, Georgia, serif;
font-size: 1.5rem;
font-style: italic;
font-weight: 400;
color: #0f0d0a;
line-height: 1.6;
}
/* ── Prose ── */
.prose p {
font-size: 1.05rem;
line-height: 1.9;
color: #1a1612;
margin-bottom: 1.4em;
}
.prose p strong { color: #0a0806; font-weight: 600; }
/* ── Topics grid ── */
.topics-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1px;
background: rgba(160,120,40,0.15);
border: 1px solid rgba(160,120,40,0.2);
margin: 48px 0;
}
.topic-item {
background: #f5f0e8;
padding: 28px 24px;
transition: background 0.3s;
}
.topic-item:hover { background: rgba(160,120,40,0.07); }
.topic-num {
font-family: ‘Cinzel’, serif;
font-size: 0.58rem;
letter-spacing: 0.2em;
color: #a07828;
margin-bottom: 10px;
}
.topic-item p {
font-family: ‘EB Garamond’, Georgia, serif;
font-size: 0.97rem;
line-height: 1.55;
color: #1a1612;
}
/* ── Disciplines ── */
.disciplines {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 32px 0 48px;
}
.discipline-tag {
font-family: ‘Cinzel’, serif;
font-size: 0.58rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #2a3a4a;
border: 1px solid rgba(42,58,74,0.35);
padding: 8px 18px;
transition: background 0.3s, border-color 0.3s;
}
.discipline-tag:hover { background: rgba(42,58,74,0.06); border-color: #2a3a4a; }
/* ── Book feature ── */
.book-feature {
max-width: 860px;
margin: 0 auto 80px;
display: grid;
grid-template-columns: 1fr 1.6fr;
border: 1px solid rgba(160,120,40,0.25);
overflow: hidden;
}
@media (max-width: 640px) { .book-feature { grid-template-columns: 1fr; } }
.book-img-wrap {
background: #e8e0d0;
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
min-height: 280px;
}
.book-img-wrap img {
width: 100%;
max-width: 200px;
border: 1px solid rgba(160,120,40,0.3);
box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.book-info {
background: #f5f0e8;
padding: 48px 40px;
}
.book-info h3 {
font-family: ‘Cinzel’, serif;
font-size: 0.58rem;
letter-spacing: 0.3em;
color: #a07828;
text-transform: uppercase;
margin-bottom: 16px;
}
.book-info h2 {
font-family: ‘Cormorant Garamond’, Georgia, serif;
font-size: 1.7rem;
font-weight: 400;
color: #0f0d0a;
line-height: 1.3;
margin-bottom: 20px;
}
.book-info p {
font-size: 0.97rem;
color: #3a3632;
line-height: 1.7;
margin-bottom: 32px;
}
/* ── Q&A ── */
.qa-list { display: flex; flex-direction: column; gap: 2px; }
.qa-item {
background: #ede8de;
border: 1px solid rgba(160,120,40,0.18);
overflow: hidden;
transition: border-color 0.3s;
}
.qa-item:hover { border-color: rgba(160,120,40,0.45); }
.qa-question {
width: 100%;
background: none;
border: none;
cursor: pointer;
padding: 22px 28px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
text-align: left;
}
.qa-num {
font-family: ‘Cinzel’, serif;
font-size: 0.56rem;
letter-spacing: 0.2em;
color: #a07828;
flex-shrink: 0;
}
.qa-q-text {
font-family: ‘Cormorant Garamond’, Georgia, serif;
font-size: 1.08rem;
color: #0f0d0a;
font-style: italic;
flex: 1;
}
.qa-icon {
font-size: 1.3rem;
color: #a07828;
flex-shrink: 0;
transition: transform 0.3s;
line-height: 1;
}
.qa-item.open .qa-icon { transform: rotate(45deg); }
.qa-answer {
display: none;
padding: 0 28px 28px 28px;
border-top: 1px solid rgba(160,120,40,0.15);
background: #f5f0e8;
}
.qa-item.open .qa-answer { display: block; }
.qa-speaker {
font-family: ‘Cinzel’, serif;
font-size: 0.52rem;
letter-spacing: 0.25em;
text-transform: uppercase;
margin-bottom: 6px;
margin-top: 20px;
}
.qa-philosopher .qa-speaker { color: #2a3a4a; }
.qa-author .qa-speaker { color: #a07828; }
.qa-philosopher p {
font-family: ‘EB Garamond’, Georgia, serif;
font-size: 0.98rem;
line-height: 1.8;
color: #3a3632;
margin-bottom: 0.5em;
}
.qa-author p {
font-family: ‘EB Garamond’, Georgia, serif;
font-size: 0.98rem;
line-height: 1.8;
color: #1a1612;
margin-bottom: 0.5em;
}
/* ── Divider ── */
.divider {
display: flex;
align-items: center;
gap: 24px;
max-width: 860px;
margin: 0 auto;
padding: 0 40px;
}
.divider::before, .divider::after {
content: ”;
flex: 1;
height: 1px;
background: rgba(160,120,40,0.2);
}
.divider-glyph {
font-family: ‘Cinzel’, serif;
font-size: 0.8rem;
color: #a07828;
}
/* ── Closing ── */
.closing {
text-align: center;
padding: 100px 40px;
max-width: 700px;
margin: 0 auto;
}
.closing h2 {
font-family: ‘Cinzel’, serif;
font-size: clamp(1.3rem, 3vw, 2rem);
font-weight: 400;
letter-spacing: 0.08em;
color: #0f0d0a;
margin-bottom: 24px;
}
.closing p {
font-family: ‘Cormorant Garamond’, Georgia, serif;
font-size: 1.15rem;
font-style: italic;
color: #3a3632;
line-height: 1.85;
margin-bottom: 48px;
}
.gold-rule {
width: 60px;
height: 1px;
background: #a07828;
margin: 0 auto 48px;
}
/* ── Footer ── */
footer {
border-top: 1px solid rgba(160,120,40,0.2);
background: #ede8de;
padding: 36px 48px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
}
.footer-logo {
font-family: ‘Cinzel’, serif;
font-size: 0.62rem;
letter-spacing: 0.25em;
color: #a07828;
text-decoration: none;
}
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a {
font-family: ‘Cinzel’, serif;
font-size: 0.54rem;
letter-spacing: 0.2em;
color: #5a5248;
text-decoration: none;
text-transform: uppercase;
transition: color 0.3s;
}
.footer-links a:hover { color: #a07828; }
/* ── Animations ── */
@keyframes fadeUp {
from { opacity: 0; transform: translateY(24px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes scrollPulse {
0%, 100% { opacity: 0.3; }
50% { opacity: 1; }
}
.reveal {
opacity: 0;
transform: translateY(28px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
/* ── Responsive ── */
@media (max-width: 640px) {
nav { padding: 14px 20px; }
.section { padding: 56px 24px; }
.book-info { padding: 28px 22px; }
footer { padding: 28px 20px; flex-direction: column; align-items: flex-start; }
.hero { padding: 100px 24px 70px; }
}
Soulfield
Theory
A New Philosophical Framework for Consciousness, Free Will, and the Structure of Reality
What is consciousness — and where does it come from?
“The transition from neural processes to conscious experience — the feeling of seeing, thinking, or choosing — remains unexplained.”
Despite extraordinary advances in neuroscience, physics, and artificial intelligence, the nature of subjective experience remains deeply mysterious. Modern science can map brain activity with remarkable precision, yet the hard problem of consciousness persists: why do physical processes give rise to inner experience at all?
Soulfield Theory proposes a new conceptual framework for approaching this problem. Rather than assuming consciousness is merely a by-product of neural complexity, the theory explores the possibility that conscious experience reflects a deeper causal structure of reality. In this view, the human brain functions not simply as a generator of consciousness but as a biological interface through which conscious agents interact with the physical world.
At the center of this framework lies a key philosophical concept: self-determining causation — a third possibility beyond the deterministic and the random, one in which a system originates action from within itself rather than merely transmitting prior causes.
If conscious agents truly possess the capacity to originate action, then the universe cannot be understood as a purely mechanical chain of causes. Reality may include layers of causation capable of generating agency, intention, and experience.
The goal of this work is not merely to propose answers but to open a deeper investigation into the nature of consciousness and the foundations of reality — because the question of consciousness is ultimately inseparable from the question of what kind of universe we inhabit.
Consciousness and the hard problem of experience
The relationship between brain and mind
The philosophical foundations of free will
The limits of artificial intelligence and machine consciousness
Self-determining causation and agency
The metaphysics of mind and reality
Philosophical implications for science, ethics, and human meaning
Theoretical Physics
Neuroscience
Metaphysics
Artificial Intelligence
“Is consciousness merely an emergent property of matter, or is it a fundamental aspect of reality itself?”
Now Available
Soulfield Theory: Foundations of a Post-Material Science
The complete philosophical exploration of consciousness, agency, and the deeper structure of reality. Available in paperback through Lulu Press.
Questions & Answers on Soulfield Theory
“`
Your work proposes something called Soulfield Theory. What exactly is this theory?
Many neuroscientists believe consciousness is produced by neural activity. Why do you disagree?
If the brain does not produce consciousness, what role does it play?
You use the term “self-determination” frequently. What does it mean?
Some philosophers argue that quantum randomness might allow free will. Why do you reject this idea?
Your ideas sound similar to dualism. Are they the same?
Given your framework, could a sufficiently advanced artificial intelligence become conscious?
So you believe artificial consciousness is impossible?
How does your theory fit with evolutionary biology?
What are the implications of your theory for free will?
Do your ideas lead to a theological conclusion?
Why should anyone care about these questions?
“`
Final Reflection
Soulfield Theory proposes that consciousness cannot be reduced to computation, physical complexity, or neural activity alone. Instead, consciousness may reflect a deeper causal structure of reality — one in which agents are capable of originating action and interacting with the physical world through biological systems.
function toggleQA(btn) {
const item = btn.closest(‘.qa-item’);
const isOpen = item.classList.contains(‘open’);
document.querySelectorAll(‘.qa-item.open’).forEach(el => el.classList.remove(‘open’));
if (!isOpen) item.classList.add(‘open’);
}
const observer = new IntersectionObserver((entries) => {
entries.forEach(e => {
if (e.isIntersecting) { e.target.classList.add(‘visible’); observer.unobserve(e.target); }
});
}, { threshold: 0.08 });
document.querySelectorAll(‘.reveal’).forEach(el => observer.observe(el));