<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="The Constitution of The Cochran Block, LLC. An index, not a digest. Every governing document reachable by one click. We aren't savages — we have pointers.">
<title>Constitution — The Cochran Block, LLC</title>
<style>
:root {
--bg: #000;
--bg2: #0a0a0a;
--fg: #f5f5f5;
--fg2: #bbb;
--fg3: #777;
--amber: #ffb300;
--blue: #4a6fc3;
--green: #4caf50;
--red: #ef5350;
--blood: #b71c1c;
--line: rgba(255,255,255,0.08);
--line2: rgba(255,255,255,0.18);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
background: var(--bg);
color: var(--fg);
font-family: 'SF Mono','Fira Code','JetBrains Mono',Menlo,Consolas,monospace;
font-size: 15px;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
min-height: 100%;
}
body { max-width: 720px; margin: 0 auto; padding: 3rem 1.5rem 6rem; }
.preamble {
text-align: center;
padding-bottom: 1.5rem;
margin-bottom: 2.5rem;
border-bottom: 1px solid var(--line2);
}
.pulse-row {
font-size: 0.72rem;
letter-spacing: 0.35em;
color: var(--amber);
text-transform: uppercase;
margin-bottom: 1rem;
}
.pulse {
display: inline-block;
width: 8px; height: 8px;
background: var(--amber);
border-radius: 50%;
margin-right: 0.5em;
animation: pulse 1.6s ease-in-out infinite;
vertical-align: middle;
}
@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.25; }
}
h1.banner {
font-size: clamp(2.4rem, 7vw, 3.8rem);
font-weight: 900;
letter-spacing: 0.18em;
line-height: 1;
margin-bottom: 0.8rem;
font-family: 'Charter','Georgia','Times New Roman',serif;
font-variant: small-caps;
color: var(--fg);
}
.kicker {
font-size: 0.9rem;
color: var(--fg2);
font-style: italic;
font-family: 'Charter','Georgia',serif;
max-width: 560px;
margin: 0 auto;
}
.entity {
margin-top: 0.8rem;
font-size: 0.72rem;
color: var(--fg3);
letter-spacing: 0.1em;
text-transform: uppercase;
}
h2.section-head {
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.3em;
color: var(--amber);
margin: 2.2rem 0 0.6rem;
}
h2.section-head .roman {
color: var(--fg3);
margin-right: 0.7em;
}
ul.toc {
list-style: none;
padding: 0;
margin: 0;
}
ul.toc li {
padding: 0.45rem 0;
border-bottom: 1px dashed var(--line);
display: flex;
gap: 0.8rem;
align-items: baseline;
}
ul.toc li:last-child { border-bottom: none; }
ul.toc .path {
color: var(--amber);
text-decoration: none;
font-weight: 700;
flex-shrink: 0;
min-width: 220px;
font-size: 0.9rem;
}
ul.toc .path:hover { text-decoration: underline; }
ul.toc .title {
color: var(--fg);
font-family: 'Charter','Georgia',serif;
font-size: 0.95rem;
flex: 1;
}
ul.toc .title em {
color: var(--fg3);
font-style: italic;
font-size: 0.85rem;
font-family: 'SF Mono', monospace;
margin-left: 0.4rem;
}
.rule {
margin: 2rem 0 1.5rem;
padding: 0.8rem 1rem;
background: var(--bg2);
border-left: 2px solid var(--amber);
font-size: 0.88rem;
color: var(--fg2);
}
.rule strong { color: var(--fg); }
.pointers-motto {
margin-top: 3rem;
padding: 1.2rem;
text-align: center;
background: var(--bg2);
border: 1px dashed var(--line2);
border-radius: 3px;
color: var(--amber);
font-style: italic;
font-size: 0.95rem;
}
.pointers-motto a { color: var(--amber); }
.sig-footer {
margin-top: 3rem;
padding-top: 1.2rem;
border-top: 1px solid var(--line);
text-align: center;
font-size: 0.75rem;
color: var(--fg3);
letter-spacing: 0.05em;
}
.sig-footer .sig {
font-family: 'Brush Script MT','Lucida Handwriting','Snell Roundhand',cursive;
font-size: 1.3rem;
color: var(--amber);
margin: 0.5rem 0 0.2rem;
}
.sig-footer .name { color: var(--fg); font-weight: 700; font-family: 'Charter','Georgia',serif; }
@media (max-width: 560px) {
body { padding: 2rem 1rem 4rem; }
ul.toc li {
flex-direction: column;
gap: 0.2rem;
}
ul.toc .path { min-width: 0; }
}
</style>
</head>
<body>
<div class="preamble">
<div class="pulse-row"><span class="pulse"></span>Active Governance · Public · 2026-04-16</div>
<h1 class="banner">Constitution</h1>
<div class="kicker">An index, not a digest. Each line points to its canonical source.</div>
<div class="entity">The Cochran Block, LLC · Maryland · Sole Member: Michael Cochran</div>
</div>
<div class="rule">
<strong>Order of authority.</strong> OA → Amendments (numeric order) → Manifesto → Doctrine → Protocols. Conflicts are resolved up the chain. If a document isn't linked here, it isn't binding on the Company.
</div>
<h2 class="section-head"><span class="roman">I ·</span>Foundation</h2>
<ul class="toc">
<li><a class="path" href="/operations">/operations</a><span class="title">Operating Agreement <em>(signed 2026-04-14)</em></span></li>
<li><a class="path" href="/operating-agreement.pdf">/operating-agreement.pdf</a><span class="title">Executed PDF</span></li>
<li><a class="path" href="/operating-agreement.md">/operating-agreement.md</a><span class="title">Markdown source</span></li>
</ul>
<h2 class="section-head"><span class="roman">II ·</span>Amendments</h2>
<ul class="toc">
<li><a class="path" href="/amendment-001">/amendment-001</a><span class="title">CEBP + P31 <em>(2026-04-16)</em></span></li>
<li><a class="path" href="/amendment-002">/amendment-002</a><span class="title">MMLC + P32 <em>(2026-04-16)</em></span></li>
<li><a class="path" href="/amendment-003">/amendment-003</a><span class="title">10-Slide Pitch Deck <em>(2026-04-16)</em></span></li>
<li><a class="path" href="/amendment-005">/amendment-005</a><span class="title">IORP + P33 <em>(2026-04-16)</em></span></li>
<li><a class="path" href="/amendment-006">/amendment-006</a><span class="title">Pointer Discipline + P34 <em>(2026-04-16)</em></span></li>
</ul>
<h2 class="section-head"><span class="roman">III ·</span>Voice</h2>
<ul class="toc">
<li><a class="path" href="/manifesto">/manifesto</a><span class="title">Manifesto</span></li>
</ul>
<h2 class="section-head"><span class="roman">IV ·</span>Doctrine</h2>
<ul class="toc">
<li><a class="path" href="/no-quarter">/no-quarter</a><span class="title">Mission Doctrine</span></li>
<li><a class="path" href="/onboarding">/onboarding</a><span class="title">Operator Handbook</span></li>
</ul>
<h2 class="section-head"><span class="roman">V ·</span>Proofs</h2>
<ul class="toc">
<li><a class="path" href="/sovereignty">/sovereignty</a><span class="title">Six-Proof Sovereignty Audit</span></li>
<li><a class="path" href="/pulse">/pulse</a><span class="title">Live Infrastructure Pulse</span></li>
<li><a class="path" href="/stats">/stats</a><span class="title">Performance Contest (CF vs Direct)</span></li>
</ul>
<h2 class="section-head"><span class="roman">VI ·</span>Protocols in Force</h2>
<ul class="toc">
<li><a class="path" href="/operations#article-xviii">P26</a><span class="title">Moonshot Frame</span></li>
<li><a class="path" href="/operations#article-xviii">P27</a><span class="title">Diamond Rust Binary</span></li>
<li><a class="path" href="/operations#article-xviii">P28</a><span class="title">Plasma Timing</span></li>
<li><a class="path" href="/operations#article-xviii">P29</a><span class="title">Dual-Laser Separation</span></li>
<li><a class="path" href="/operations#article-xviii">P30</a><span class="title">Swarm Observability</span></li>
<li><a class="path" href="/amendment-001">P31</a><span class="title">Unbreaking Software</span></li>
<li><a class="path" href="/amendment-002">P32</a><span class="title">Mission-Aligned Revenue</span></li>
<li><a class="path" href="/amendment-005">P33</a><span class="title">Irony Observation & Roasting</span></li>
<li><a class="path" href="/amendment-006">P34</a><span class="title">Pointer Discipline</span></li>
</ul>
<h2 class="section-head"><span class="roman">VII ·</span>Amendment Procedure</h2>
<ul class="toc">
<li><a class="path" href="/operations#article-xv">/operations#article-xv</a><span class="title">Article XV — how amendments are enacted</span></li>
</ul>
<div class="pointers-motto">
"We aren't savages. We have pointers." — <a href="/amendment-006">Amendment 006, Protocol P34</a>
</div>
<div class="sig-footer">
<div>THIS PAGE IS THE INDEX · NOT THE DIGEST</div>
<div class="sig">/s/ Michael Cochran</div>
<div class="name">Michael Cochran</div>
<div>Sole Member · The Cochran Block, LLC · Maryland</div>
</div>
</body>
</html>