- Add SnS Technology Group LLC (planned) - Add SnS Hospitality Group LLC (Kiowa Scott 15%, coffee trailers 2-year plan) - Add SnS Properties LLC (planned) - Move 04-foodtruck1 to sns-hospitality-group/indian-food-truck-legacy - Add Kiowa partnership agreement HTML (Option C split-grant, group-level) - Add NDA, equity framework, legal services docs - Add coffee trailers business plan (10 locations, NW IN + S. Michigan) - Add corporate structure HTML (visual org chart) - Add Holdings legal docs (certificate, EIN, operating agreement HTML)
351 lines
10 KiB
HTML
351 lines
10 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>SnS Network Solutions Holdings LLC — Corporate Structure</title>
|
||
<style>
|
||
:root{
|
||
--navy:#0A1628;
|
||
--cyan:#10C8D8;
|
||
--ink:#1a1f27;
|
||
--paper:#ffffff;
|
||
--muted:#5b6472;
|
||
--rule:#e2e6ec;
|
||
--tech-color:#3b82f6;
|
||
--hosp-color:#f59e0b;
|
||
--prop-color:#10b981;
|
||
--hold-color:#8b5cf6;
|
||
}
|
||
*{box-sizing:border-box}
|
||
body{
|
||
margin:0;
|
||
background:#f2f4f7;
|
||
font-family:"IBM Plex Sans",Inter,system-ui,Arial,sans-serif;
|
||
color:var(--ink);
|
||
line-height:1.6;
|
||
font-size:15px;
|
||
}
|
||
.page{
|
||
max-width:900px;
|
||
margin:0 auto;
|
||
background:var(--paper);
|
||
padding:48px 56px 64px;
|
||
box-shadow:0 2px 24px rgba(10,22,40,.12);
|
||
}
|
||
.header{
|
||
text-align:center;
|
||
border-bottom:3px solid var(--cyan);
|
||
padding-bottom:24px;
|
||
margin-bottom:36px;
|
||
}
|
||
.header h1{
|
||
font-family:Oxanium,Sora,system-ui,sans-serif;
|
||
font-size:1.7rem;
|
||
color:var(--navy);
|
||
margin:0 0 6px;
|
||
letter-spacing:.5px;
|
||
}
|
||
.header .sub{
|
||
color:var(--cyan);
|
||
font-weight:600;
|
||
font-size:1rem;
|
||
}
|
||
.meta{
|
||
display:flex;
|
||
justify-content:center;
|
||
flex-wrap:wrap;
|
||
gap:24px;
|
||
font-size:.88rem;
|
||
color:var(--muted);
|
||
margin-bottom:36px;
|
||
}
|
||
.meta b{color:var(--ink)}
|
||
|
||
/* Org chart */
|
||
.org{margin:0 auto 40px;max-width:780px}
|
||
.org-root{
|
||
background:var(--navy);
|
||
color:#fff;
|
||
text-align:center;
|
||
padding:14px 24px;
|
||
border-radius:8px;
|
||
font-weight:700;
|
||
font-size:1rem;
|
||
margin-bottom:8px;
|
||
}
|
||
.org-owner{
|
||
text-align:center;
|
||
font-size:.85rem;
|
||
color:var(--muted);
|
||
margin-bottom:20px;
|
||
}
|
||
.org-connector{
|
||
width:2px;
|
||
height:24px;
|
||
background:var(--navy);
|
||
margin:0 auto;
|
||
}
|
||
.groups{
|
||
display:grid;
|
||
grid-template-columns:1fr 1fr 1fr;
|
||
gap:20px;
|
||
margin-top:20px;
|
||
}
|
||
.group-card{
|
||
border-radius:10px;
|
||
padding:16px 18px;
|
||
border:2px solid;
|
||
}
|
||
.group-card h3{
|
||
font-size:.9rem;
|
||
margin:0 0 10px;
|
||
font-family:Oxanium,Sora,system-ui,sans-serif;
|
||
}
|
||
.group-card ul{
|
||
list-style:none;
|
||
padding:0;
|
||
margin:0;
|
||
font-size:.82rem;
|
||
}
|
||
.group-card li{
|
||
padding:5px 0;
|
||
border-top:1px solid rgba(0,0,0,.08);
|
||
}
|
||
.group-card li:first-child{border-top:none}
|
||
.group-card .badge{
|
||
display:inline-block;
|
||
font-size:.7rem;
|
||
padding:2px 6px;
|
||
border-radius:3px;
|
||
font-weight:600;
|
||
margin-left:6px;
|
||
vertical-align:middle;
|
||
}
|
||
.tech{border-color:var(--tech-color);background:#eff6ff}
|
||
.tech h3{color:var(--tech-color)}
|
||
.hosp{border-color:var(--hosp-color);background:#fffbeb}
|
||
.hosp h3{color:var(--hosp-color)}
|
||
.prop{border-color:var(--prop-color);background:#ecfdf5}
|
||
.prop h3{color:var(--prop-color)}
|
||
|
||
.partner-badge{
|
||
background:var(--hosp-color);
|
||
color:#fff;
|
||
font-size:.7rem;
|
||
padding:2px 8px;
|
||
border-radius:10px;
|
||
font-weight:600;
|
||
}
|
||
.status-badge{
|
||
font-size:.7rem;
|
||
padding:2px 6px;
|
||
border-radius:3px;
|
||
font-weight:600;
|
||
}
|
||
.active{background:#dcfce7;color:#166534}
|
||
.pending{background:#fef3c7;color:#92400e}
|
||
.planned{background:#e2e8f0;color:#475569}
|
||
|
||
/* Info sections */
|
||
h2{
|
||
font-family:Oxanium,Sora,system-ui,sans-serif;
|
||
font-size:1.05rem;
|
||
color:var(--navy);
|
||
border-bottom:2px solid var(--cyan);
|
||
padding-bottom:6px;
|
||
margin:36px 0 14px;
|
||
}
|
||
table{
|
||
width:100%;
|
||
border-collapse:collapse;
|
||
margin:14px 0;
|
||
font-size:.88rem;
|
||
}
|
||
th{
|
||
text-align:left;
|
||
padding:8px 10px;
|
||
background:var(--navy);
|
||
color:#fff;
|
||
font-weight:600;
|
||
}
|
||
td{
|
||
padding:8px 10px;
|
||
border-bottom:1px solid var(--rule);
|
||
}
|
||
.principles{
|
||
display:grid;
|
||
grid-template-columns:1fr 1fr;
|
||
gap:12px;
|
||
margin:16px 0;
|
||
}
|
||
.principle{
|
||
background:#f8fafc;
|
||
border-left:3px solid var(--cyan);
|
||
padding:10px 14px;
|
||
font-size:.85rem;
|
||
border-radius:0 6px 6px 0;
|
||
}
|
||
.principle b{color:var(--navy)}
|
||
footer{
|
||
text-align:center;
|
||
color:var(--muted);
|
||
font-size:.78rem;
|
||
padding:24px;
|
||
}
|
||
@media print{
|
||
body{background:#fff}
|
||
.page{box-shadow:none;padding:24px 36px}
|
||
.groups{grid-template-columns:1fr 1fr 1fr}
|
||
footer{display:none}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
|
||
<div class="page">
|
||
|
||
<div class="header">
|
||
<h1>CORPORATE STRUCTURE</h1>
|
||
<div class="sub">SnS Network Solutions Holdings LLC</div>
|
||
</div>
|
||
|
||
<div class="meta">
|
||
<div><b>Sole Member:</b> Samuel S. James</div>
|
||
<div><b>State:</b> Indiana</div>
|
||
<div><b>EIN:</b> 42-4099038</div>
|
||
<div><b>Effective:</b> July 2026</div>
|
||
</div>
|
||
|
||
<!-- ORG CHART -->
|
||
<div class="org">
|
||
<div class="org-owner">Samuel S. James — Sole Member</div>
|
||
<div class="org-connector"></div>
|
||
<div class="org-root">SnS Network Solutions Holdings LLC</div>
|
||
<div class="org-connector"></div>
|
||
|
||
<div class="groups">
|
||
<div class="group-card tech">
|
||
<h3>SnS Technology Group LLC</h3>
|
||
<ul>
|
||
<li>SnS Network Solutions LLC <span class="status-badge planned">PLANNED</span></li>
|
||
<li>SnS Secure LLC <span class="status-badge planned">PLANNED</span></li>
|
||
<li>SnS Support LLC <span class="status-badge planned">PLANNED</span></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="group-card hosp">
|
||
<h3>SnS Hospitality Group LLC</h3>
|
||
<div style="margin-bottom:8px"><span class="partner-badge">Kiowa Scott — 15%</span></div>
|
||
<ul>
|
||
<li>Coffee Trailers (×10) <span class="status-badge active">ACTIVE</span></li>
|
||
<li>Indian Food Truck <span class="status-badge pending">PENDING</span></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="group-card prop">
|
||
<h3>SnS Properties LLC</h3>
|
||
<ul>
|
||
<li>Warehouse Property LLC <span class="status-badge planned">PLANNED</span></li>
|
||
<li>Rental Property LLC <span class="status-badge planned">PLANNED</span></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- ENTITY DETAILS -->
|
||
<h2>Entity Summary</h2>
|
||
<table>
|
||
<tr><th>Entity</th><th>Purpose</th><th>Members</th><th>Status</th></tr>
|
||
<tr>
|
||
<td><b>SnS Network Solutions Holdings LLC</b></td>
|
||
<td>Holding company — owns and oversees all subsidiaries</td>
|
||
<td>Samuel S. James (100%)</td>
|
||
<td><span class="status-badge active">FORMED</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td><b>SnS Technology Group LLC</b></td>
|
||
<td>IT networking, cybersecurity, managed support services</td>
|
||
<td>Holdings (100%)</td>
|
||
<td><span class="status-badge planned">PLANNED</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td><b>SnS Hospitality Group LLC</b></td>
|
||
<td>Mobile/trailer-based food & beverage ventures</td>
|
||
<td>Holdings (85%) + Kiowa Scott (15%)</td>
|
||
<td><span class="status-badge active">FORMING</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td><b>SnS Properties LLC</b></td>
|
||
<td>Real estate — warehouse, commissary, rental income</td>
|
||
<td>Holdings (100%)</td>
|
||
<td><span class="status-badge planned">PLANNED</span></td>
|
||
</tr>
|
||
</table>
|
||
|
||
<!-- HOSPITALITY DETAIL -->
|
||
<h2>SnS Hospitality Group — Venture Detail</h2>
|
||
<table>
|
||
<tr><th>Venture</th><th>Model</th><th>Target</th><th>Investment/Unit</th><th>Status</th></tr>
|
||
<tr>
|
||
<td><b>Coffee Trailers</b></td>
|
||
<td>Mobile drive-through, high-traffic lots</td>
|
||
<td>10 locations — NW Indiana + Southern Michigan</td>
|
||
<td>$50K first / $35K each after</td>
|
||
<td><span class="status-badge active">2-YEAR PLAN</span></td>
|
||
</tr>
|
||
<tr>
|
||
<td><b>Indian Food Truck</b></td>
|
||
<td>Mobile food trailer</td>
|
||
<td>TBD — awaiting staff proposal</td>
|
||
<td>TBD</td>
|
||
<td><span class="status-badge pending">PENDING</span></td>
|
||
</tr>
|
||
</table>
|
||
|
||
<!-- PARTNERSHIP -->
|
||
<h2>Partnership — Kiowa Scott</h2>
|
||
<table>
|
||
<tr><th>Term</th><th>Detail</th></tr>
|
||
<tr><td>Entity</td><td>SnS Hospitality Group LLC</td></tr>
|
||
<tr><td>Interest</td><td>15% — permanent after 12-month vesting</td></tr>
|
||
<tr><td>Capital</td><td>$0 (service equity only)</td></tr>
|
||
<tr><td>Vesting</td><td>5% immediate (formation) + 2.5%/quarter × 4 quarters</td></tr>
|
||
<tr><td>Role</td><td>Find locations, manage permits/legal, keep operations profitable</td></tr>
|
||
<tr><td>Territory</td><td>NW Indiana and Southern Michigan</td></tr>
|
||
<tr><td>If she stops</td><td>Loses management authority; keeps 15% economic rights (passive member)</td></tr>
|
||
<tr><td>Agreement</td><td>kiowa-partnership-agreement.html (in sns-hospitality-group/docs/)</td></tr>
|
||
</table>
|
||
|
||
<!-- PRINCIPLES -->
|
||
<h2>Structural Principles</h2>
|
||
<div class="principles">
|
||
<div class="principle"><b>Sole ownership at top.</b> Sam is the only member of Holdings. No partners at the holding level.</div>
|
||
<div class="principle"><b>Group = liability silo.</b> Each group LLC walls off its risk from the others.</div>
|
||
<div class="principle"><b>Mobile only (Hospitality).</b> All ventures are trailer-based. Low cost, low overhead, no leases.</div>
|
||
<div class="principle"><b>Properties leases to siblings.</b> Real estate stays separate from operating risk.</div>
|
||
<div class="principle"><b>Form when needed.</b> Don't file entities until they have revenue or liability.</div>
|
||
<div class="principle"><b>Partner equity at group level.</b> Kiowa's 15% covers all Hospitality ventures, not just one.</div>
|
||
</div>
|
||
|
||
<!-- COFFEE TRAILER SNAPSHOT -->
|
||
<h2>Coffee Trailer — Financial Snapshot</h2>
|
||
<table>
|
||
<tr><th>Metric</th><th>Per Trailer</th><th>10 Trailers (Year 2 full)</th></tr>
|
||
<tr><td>Investment</td><td>$35,000-50,000</td><td>~$400,000 total deployed</td></tr>
|
||
<tr><td>Revenue (100 customers × $8 × 312 days)</td><td>$249,600/yr</td><td>$2,496,000/yr</td></tr>
|
||
<tr><td>Net profit</td><td>$140,592/yr</td><td>$1,405,920/yr</td></tr>
|
||
<tr><td>Sam's 85% (after ~35% tax)</td><td>$77,700/yr</td><td>$777,000/yr</td></tr>
|
||
<tr><td>Kiowa's 15% (after ~35% tax)</td><td>$13,700/yr</td><td>$137,000/yr</td></tr>
|
||
</table>
|
||
|
||
</div>
|
||
|
||
<footer>
|
||
SnS Network Solutions Holdings LLC • 759 Boxwood Drive, South Bend, IN 46641<br>
|
||
Internal planning document — not a legal filing
|
||
</footer>
|
||
|
||
</body>
|
||
</html>
|