:root{--navy:#0A1628;--gold:#D4A740;--teal-mid:#2E86C1;--teal-end:#1ABC9C;--cream:#FAF8F4;--font-headline:'Cormorant Garamond',serif;--font-body:'Source Sans 3',sans-serif;--font-label:'JetBrains Mono',monospace} *,*::before,*::after{margin:0;padding:0;box-sizing:border-box} html{scroll-behavior:smooth;font-size:16px} body{font-family:var(--font-body);background:var(--navy);color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased} ::selection{background:var(--gold);color:var(--navy)} .section{position:relative;padding:120px 40px;max-width:1200px;margin:0 auto} @media(max-width:768px){.section{padding:80px 24px}} @media(max-width:600px){.section{padding:60px 16px}} .gold-rule{width:80px;height:2px;background:var(--gold);margin:40px auto;opacity:0.6} .label{font-family:var(--font-label);font-size:0.7rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:16px} h1,h2,h3{font-family:var(--font-headline);font-weight:300} h1{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.15} h2{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.2;margin-bottom:24px} h3{font-size:clamp(1.3rem,3vw,1.8rem);line-height:1.3} p{font-size:1.05rem;line-height:1.75;color:rgba(255,255,255,0.85);margin-bottom:16px} .fade-up{opacity:0;transform:translateY(40px)} /* NAV */ .top-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;backdrop-filter:blur(12px);background:rgba(10,22,40,0.7);border-bottom:1px solid rgba(212,167,64,0.1);transition:all 0.3s} .top-nav .brand{font-family:var(--font-headline);font-size:1.4rem;color:var(--gold);font-weight:300;letter-spacing:2px} .top-nav .cta-btn{font-family:var(--font-label);font-size:0.7rem;letter-spacing:2px;text-transform:uppercase;padding:10px 24px;border:1px solid var(--gold);color:var(--gold);text-decoration:none;transition:all 0.3s} .top-nav .cta-btn:hover{background:var(--gold);color:var(--navy)} @media(max-width:600px){.top-nav{padding:14px 16px}.top-nav .brand{font-size:1.1rem}} /* SIDE DOTS */ .side-dots{position:fixed;right:30px;top:50%;transform:translateY(-50%);z-index:999;display:flex;flex-direction:column;gap:12px} .side-dots .dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.2);transition:all 0.3s;cursor:pointer} .side-dots .dot.active{background:var(--gold);box-shadow:0 0 12px rgba(212,167,64,0.5)} @media(max-width:768px){.side-dots{display:none}} /* HERO */ .hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden} .hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 50%,rgba(46,134,193,0.08) 0%,transparent 60%)} .hero-rings{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none} .hero-rings .ring{position:absolute;border-radius:50%;border:1px solid rgba(212,167,64,0.1);animation:ringPulse 8s ease-in-out infinite} .hero-rings .ring:nth-child(1){width:300px;height:300px;animation-delay:0s} .hero-rings .ring:nth-child(2){width:500px;height:500px;animation-delay:2s} .hero-rings .ring:nth-child(3){width:700px;height:700px;animation-delay:4s} .hero-rings .ring:nth-child(4){width:900px;height:900px;animation-delay:6s} @keyframes ringPulse{0%,100%{opacity:0.3;transform:scale(1)}50%{opacity:0.7;transform:scale(1.03)}} .hero-glow{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(212,167,64,0.12) 0%,transparent 70%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);animation:glowPulse 6s ease-in-out infinite} @keyframes glowPulse{0%,100%{opacity:0.6;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}} .hero-particles{position:absolute;inset:0;pointer-events:none} .particle{position:absolute;width:2px;height:2px;background:var(--gold);border-radius:50%;opacity:0;animation:particleFloat 10s linear infinite} @keyframes particleFloat{0%{opacity:0;transform:translateY(100vh)}10%{opacity:0.6}90%{opacity:0.6}100%{opacity:0;transform:translateY(-100px)}} .hero-content{position:relative;z-index:2;max-width:800px;padding:0 24px} .hero-content h1{color:#fff;margin-bottom:24px} .hero-content h1 span{color:var(--gold)} .hero-hook{font-size:1.15rem;color:rgba(255,255,255,0.75);max-width:600px;margin:0 auto;line-height:1.8;font-style:italic} .scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0.6;animation:scrollBounce 2s ease-in-out infinite} .scroll-indicator span{font-family:var(--font-label);font-size:0.6rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold)} .scroll-indicator .arrow{width:1px;height:30px;background:linear-gradient(to bottom,var(--gold),transparent)} @keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}} /* LETTER */ .letter-section{background:linear-gradient(180deg,var(--navy) 0%,rgba(10,22,40,0.97) 100%);padding-top:140px} .letter-container{max-width:720px;margin:0 auto;padding:60px;background:rgba(255,255,255,0.02);border:1px solid rgba(212,167,64,0.12);border-radius:2px;position:relative} .letter-container::before{content:'';position:absolute;top:-1px;left:60px;right:60px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)} .letter-salutation{font-family:var(--font-headline);font-size:1.4rem;color:var(--gold);margin-bottom:24px;font-style:italic} .letter-body p{font-size:1rem;line-height:1.85;color:rgba(255,255,255,0.8);margin-bottom:20px} .letter-closing{margin-top:40px;font-style:italic;color:var(--gold);font-family:var(--font-headline);font-size:1.1rem} .letter-sig{margin-top:16px;font-family:var(--font-body);font-size:0.95rem;color:rgba(255,255,255,0.7)} .letter-sig strong{color:#fff;display:block;font-size:1.05rem;margin-bottom:4px} @media(max-width:768px){.letter-container{padding:32px 24px}} /* PEARL */ .pearl-section{background:var(--navy);position:relative;overflow:hidden} .pearl-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(26,188,156,0.05) 0%,transparent 70%);border-radius:50%;pointer-events:none} .pearl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px} .pearl-card{padding:32px;background:rgba(255,255,255,0.02);border:1px solid rgba(212,167,64,0.08);border-radius:2px;transition:all 0.3s} .pearl-card:hover{border-color:rgba(212,167,64,0.3);transform:translateY(-2px)} .pearl-card h3{font-size:1.1rem;color:var(--gold);margin-bottom:12px;font-family:var(--font-headline)} .pearl-card p{font-size:0.95rem;color:rgba(255,255,255,0.7);margin:0} @media(max-width:768px){.pearl-grid{grid-template-columns:1fr}} /* SCRIPTURE */ .scripture-section{background:#000;padding:140px 40px;text-align:center;position:relative;overflow:hidden} .scripture-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(212,167,64,0.03) 0%,transparent 60%)} .scripture-block{max-width:700px;margin:0 auto 60px} .scripture-block blockquote{font-family:var(--font-headline);font-size:clamp(1.2rem,3vw,1.6rem);font-style:italic;color:var(--gold);line-height:1.7;margin-bottom:16px;opacity:0.9} .scripture-block cite{font-family:var(--font-label);font-size:0.7rem;letter-spacing:2px;color:rgba(212,167,64,0.6);font-style:normal} /* URGENCY */ .urgency-section{background:linear-gradient(180deg,var(--navy) 0%,rgba(10,22,40,0.95) 100%)} .urgency-list{display:grid;gap:28px;margin-top:40px} .urgency-item{padding:28px 32px;border-left:2px solid var(--gold);background:rgba(212,167,64,0.03)} .urgency-item h3{font-size:1.05rem;color:var(--gold);margin-bottom:8px;font-family:var(--font-headline);font-weight:500} .urgency-item p{font-size:0.95rem;color:rgba(255,255,255,0.75);margin:0;line-height:1.7} /* PROOF */ .proof-section{background:var(--cream);color:var(--navy);padding:140px 40px} .proof-section h2{color:var(--navy)} .proof-section .label{color:var(--gold)} .proof-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:60px} .proof-stat{text-align:center} .proof-stat .number{font-family:var(--font-headline);font-size:clamp(2rem,5vw,3.2rem);font-weight:300;color:var(--navy);display:block;margin-bottom:8px} .proof-stat .unit{font-family:var(--font-label);font-size:0.65rem;letter-spacing:2px;text-transform:uppercase;color:rgba(10,22,40,0.5)} .proof-extras{display:flex;flex-wrap:wrap;gap:12px;margin-top:48px;justify-content:center} .proof-tag{font-family:var(--font-label);font-size:0.65rem;letter-spacing:1px;padding:8px 16px;background:rgba(10,22,40,0.06);border-radius:2px;color:rgba(10,22,40,0.7)} @media(max-width:900px){.proof-stats{grid-template-columns:repeat(2,1fr)}} @media(max-width:600px){.proof-stats{grid-template-columns:1fr}} /* CONTRAST */ .contrast-section{background:var(--navy)} .contrast-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:48px;border-radius:2px;overflow:hidden} .contrast-panel{padding:48px 40px} .contrast-panel.dark{background:rgba(180,40,40,0.08);border:1px solid rgba(180,40,40,0.2)} .contrast-panel.light{background:rgba(212,167,64,0.06);border:1px solid rgba(212,167,64,0.2)} .contrast-panel h3{font-size:1.2rem;margin-bottom:24px;font-family:var(--font-headline)} .contrast-panel.dark h3{color:#e85d5d} .contrast-panel.light h3{color:var(--gold)} .contrast-panel ul{list-style:none;display:flex;flex-direction:column;gap:14px} .contrast-panel ul li{font-size:0.95rem;color:rgba(255,255,255,0.75);padding-left:20px;position:relative} .contrast-panel.dark ul li::before{content:'✕';position:absolute;left:0;color:#e85d5d;font-size:0.8rem} .contrast-panel.light ul li::before{content:'✓';position:absolute;left:0;color:var(--gold);font-size:0.9rem} @media(max-width:768px){.contrast-grid{grid-template-columns:1fr}.contrast-panel{padding:32px 24px}} /* HEARTBEAT */ .heartbeat-section{background:linear-gradient(180deg,var(--navy) 0%,rgba(10,22,40,0.98) 100%);position:relative} .heartbeat-section::before{content:'';position:absolute;top:50%;left:50%;width:300px;height:300px;background:radial-gradient(circle,rgba(212,167,64,0.06) 0%,transparent 70%);transform:translate(-50%,-50%);border-radius:50%} .heartbeat-content{max-width:720px;margin:0 auto;text-align:center} .heartbeat-content p{font-size:1.05rem;line-height:1.85;color:rgba(255,255,255,0.8)} /* RETURNS */ .returns-section{background:var(--navy)} .returns-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px} .returns-card{padding:36px 28px;background:rgba(255,255,255,0.02);border:1px solid rgba(212,167,64,0.08);border-radius:2px} .returns-card h3{font-size:1rem;color:var(--gold);margin-bottom:16px;font-family:var(--font-headline);font-weight:500} .returns-card ul{list-style:none;display:flex;flex-direction:column;gap:12px} .returns-card ul li{font-size:0.9rem;color:rgba(255,255,255,0.7);line-height:1.6;padding-left:16px;position:relative} .returns-card ul li::before{content:'—';position:absolute;left:0;color:var(--gold);font-size:0.8rem} @media(max-width:900px){.returns-grid{grid-template-columns:1fr}} /* INVITATION */ .invitation-section{background:linear-gradient(180deg,var(--navy),#060d18);text-align:center} .invitation-section .questions{max-width:600px;margin:40px auto;text-align:left;display:flex;flex-direction:column;gap:20px} .invitation-section .question{padding:20px 24px;border-left:2px solid var(--gold);background:rgba(212,167,64,0.03)} .invitation-section .question strong{color:var(--gold);font-family:var(--font-label);font-size:0.7rem;letter-spacing:2px;display:block;margin-bottom:8px} .invitation-section .question p{margin:0;font-size:0.95rem;color:rgba(255,255,255,0.8)} .invitation-note{font-style:italic;color:rgba(255,255,255,0.5);margin-top:32px;font-size:0.95rem} /* GO DEEPER */ .deeper-section{background:#060d18;text-align:center;padding:100px 40px} .deeper-link{display:inline-block;font-family:var(--font-label);font-size:0.8rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold);text-decoration:none;padding:16px 40px;border:1px solid var(--gold);transition:all 0.3s;margin-top:24px} .deeper-link:hover{background:var(--gold);color:var(--navy)} /* FOOTER */ .footer{background:#050b14;padding:40px;text-align:center;border-top:1px solid rgba(212,167,64,0.08)} .footer p{font-family:var(--font-label);font-size:0.6rem;letter-spacing:2px;color:rgba(255,255,255,0.3);text-transform:uppercase}

CLASSIFIED

KINGDOM STRATEGIC BRIEF

A blueprint for intelligence that glorifies the One who designed intelligence itself.

Where generational stewardship meets sovereign AI — built on a Kingdom blueprint.

A PERSONAL LETTER

Dear Mr. Bolthouse,

I want to begin with respect — for what your family built over generations, for the foundation’s unwavering commitment to glorifying Christ, and for the quiet way you’ve demonstrated that faithful stewardship and exceptional returns are not competing values.

I am Carter Hill. I am 27 years old, building in Dallas, and I believe God gave me a blueprint for something the world has not seen yet: an AI system architected on Kingdom principles — not as marketing language, but as the actual design specification.

Every major AI system was built on a philosophical foundation of either corporate extraction or academic neutrality. Neither serves the purposes of the Kingdom. I spent 207 days building Genesis — a sovereign AI that reasons, learns, and grows according to a different blueprint entirely.

This is not a pitch. I am here because I believe God brings the right people together at the right time, and this work needs the counsel of faithful stewards who think in generations, not quarters.

The Bolthouse legacy began with a man who saw what others overlooked — a carrot that everyone else discarded. Genesis began the same way: seeing what the entire AI industry overlooked. That intelligence divorced from truth is not intelligence at all.

I would be honored to share more about what has been built. Not on my timeline — on yours.

— Carter Hill
Founder, Genesis | Day 7 PBC

THE PEARL OF GREAT PRICE

Why Genesis Exists

Genesis exists because the most powerful technology humanity has ever created is being built without any foundation in eternal truth. Every frontier AI lab operates from a secular philosophical base.

Genesis is different by design, not by decoration. Its architecture is patterned after Kingdom principles: covenant over transaction, sacrificial excellence over minimum viable product, stewardship of knowledge over exploitation of data.

As a Public Benefit Corporation, Genesis cannot be acquired and stripped for parts. The structure itself is a stewardship commitment across generations.

JESUS SPEAKS
“His master replied, Well done, good and faithful servant! You have been faithful with a few things; I will put you in charge of many things. Come and share your master’s happiness!”
— Matthew 25:23

The One who spoke galaxies into existence invites you into partnership with His purposes. This is not about technology. It is about faithfulness with what you have been given.

THE URGENCY

The Window Is Closing

The AI landscape is consolidating rapidly. Within 24 months, the philosophical foundations of artificial intelligence will be set — and right now, every major system is built on secular assumptions. This is urgency born of stewardship. The tools being forged to shape the next century of human thought are being built without reference to the One who gave us thought itself.

THE PROOF

Built. Running. Verified.

18.1M
LINES OF CODE
207
DAYS TO BUILD
73,516
COMMITS
8×H200
NVIDIA GPUs
17.1M
KNOWLEDGE ELEMENTS
$112B
NETWORK VALUE

One founder. One AI system. 355 commits per day. Public Benefit Corporation. Sovereign infrastructure.

THE CONTRAST

Two Paths for AI

Centralized AI

  • ✘ Optimized for engagement
  • ✘ Censors perspectives
  • ✘ Your data trains their models
  • ✘ Dependent on corporate policy
  • ✘ Accountable to shareholders

Genesis (Sovereign AI)

  • ✔ Optimized for truth
  • ✔ All evidence examined
  • ✔ Your data stays sovereign
  • ✔ Independent infrastructure
  • ✔ Accountable to mission (PBC)
THE HEARTBEAT

The Generational Stewardship Engine

The Bolthouse legacy demonstrates what happens when stewardship compounds across generations. Genesis is infrastructure built for the same timescale — AI that serves truth and human flourishing not for one product cycle, but for generations. The reverence for long-term Kingdom impact that defines the Bolthouse approach is exactly what AI infrastructure needs.

THE BLESSING

Covenant Returns

THE INVITATION

Mr. Bolthouse, This Is Your Moment

I would be honored by a conversation at your pace. Not a pitch meeting — a conversation between a young builder following a divine blueprint and an elder steward who has spent decades proving that faith and extraordinary returns are the same value.

RESPOND TO CARTER
GO DEEPER

Explore the Full Genesis Vision →

// Particles (function(){ const container=document.getElementById('particles'); for(let i=0;i<30;i++){ const p=document.createElement('div'); p.className='particle'; p.style.left=Math.random()*100+'%'; p.style.animationDelay=Math.random()*10+'s'; p.style.animationDuration=(8+Math.random()*6)+'s'; container.appendChild(p); } })(); // GSAP gsap.registerPlugin(ScrollTrigger); // Fade-up animations gsap.utils.toArray('.fade-up').forEach(el=>{ gsap.fromTo(el,{opacity:0,y:40},{opacity:1,y:0,duration:1,ease:'power3.out',scrollTrigger:{trigger:el,start:'top 85%',toggleActions:'play none none none'}}); }); // Counter animations function animateCounters(){ document.querySelectorAll('.proof-stat .number').forEach(el=>{ const target=parseInt(el.dataset.target); const prefix=el.dataset.prefix||''; const suffix=el.dataset.suffix||''; const duration=2; let start=0; const formatNum=n=>{ if(n>=1000000)return prefix+(n/1000000).toFixed(1)+'M'+suffix; if(n>=1000)return prefix+Math.round(n).toLocaleString()+suffix; return prefix+Math.round(n)+suffix; }; ScrollTrigger.create({ trigger:el, start:'top 80%', onEnter:()=>{ gsap.to({val:0},{val:target,duration:duration,ease:'power2.out',onUpdate:function(){ el.textContent=formatNum(this.targets()[0].val); }}); }, once:true }); }); } animateCounters(); // Side dots const sections=['hero','letter','pearl','scripture','urgency','proof','contrast','heartbeat','returns','invitation']; const dots=document.querySelectorAll('.side-dots .dot'); sections.forEach((id,i)=>{ ScrollTrigger.create({ trigger:'#'+id, start:'top center', end:'bottom center', onEnter:()=>{dots.forEach(d=>d.classList.remove('active'));if(dots[i])dots[i].classList.add('active');}, onEnterBack:()=>{dots.forEach(d=>d.classList.remove('active'));if(dots[i])dots[i].classList.add('active');} }); }); dots.forEach((dot,i)=>{ dot.addEventListener('click',()=>{ const target=document.getElementById(sections[i]); if(target)target.scrollIntoView({behavior:'smooth'}); }); }); // Hero parallax gsap.to('.hero-content',{y:-60,ease:'none',scrollTrigger:{trigger:'.hero',start:'top top',end:'bottom top',scrub:true}}); gsap.to('.hero-rings',{y:-30,opacity:0.3,ease:'none',scrollTrigger:{trigger:'.hero',start:'top top',end:'bottom top',scrub:true}}); // Nav background on scroll ScrollTrigger.create({ start:'top -80', onUpdate:self=>{ document.querySelector('.top-nav').style.background=self.progress>0?'rgba(10,22,40,0.95)':'rgba(10,22,40,0.7)'; } });