<!DOCTYPE html>
<html xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" lang="en-US" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Planet 5 | Executive Summary</title>
<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=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--golden-yellow: #F4C227;
--charcoal: #2C2C2C;
--warm-gray: #6B6B6B;
--light-gray: #9A9A9A;
--lighter-gray: #E5E5E5;
--light-cream: #FAFAF8;
--accent-blue: #4A90A4;
--white: #FFFFFF;
}
body {
font-family: 'Inter', sans-serif;
background: var(--light-cream);
color: var(--charcoal);
line-height: 1.7;
}
.p5-icon { width: 40px; height: 40px; display: inline-block; }
.p5-icon svg { width: 100%; height: 100%; }
/* Section deep-dive links */
.exec-deep-link {
display: inline-block;
font-family: 'Inter', sans-serif;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.5px;
text-decoration: none;
transition: all 0.3s ease;
margin-top: 8px;
}
.exec-deep-link.light { color: var(--golden-yellow); border-bottom: 1px solid transparent; }
.exec-deep-link.light:hover { border-bottom-color: var(--golden-yellow); }
.exec-deep-link.dark { color: var(--accent-blue); border-bottom: 1px solid transparent; }
.exec-deep-link.dark:hover { border-bottom-color: var(--accent-blue); }
.exec-deep-links { display: flex; justify-content: center; gap: 32px; margin-top: 24px; flex-wrap: wrap; }
/* =========================
HERO SECTION
========================= */
.exec-hero {
position: relative;
height: 55vh;
min-height: 450px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.exec-hero-image {
position: absolute; top: 0; left: 0;
width: 100%; height: 100%;
object-fit: cover; z-index: 0;
}
.exec-hero-overlay {
position: absolute; top: 0; left: 0;
width: 100%; height: 100%;
background: linear-gradient(135deg, rgba(44,44,44,0.94) 0%, rgba(44,44,44,0.88) 100%);
z-index: 1;
}
.exec-hero-content {
position: relative; z-index: 2;
text-align: center;
max-width: 1000px;
padding: 0 40px;
color: #FFFFFF;
}
.exec-hero-eyebrow {
font-family: 'Inter', sans-serif;
font-size: 11px;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--golden-yellow);
margin-bottom: 24px;
}
.exec-hero-content h1 {
font-family: 'Playfair Display', serif;
font-size: 58px;
font-weight: 500;
line-height: 1.1;
margin-bottom: 20px;
color: #FFFFFF;
}
.exec-hero-positioning {
font-family: 'Playfair Display', serif;
font-size: 24px;
font-weight: 400;
color: var(--golden-yellow);
margin-bottom: 24px;
letter-spacing: 0.5px;
}
.exec-hero-statement {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 300;
color: rgba(255,255,255,0.85);
max-width: 900px;
margin: 0 auto 32px;
line-height: 1.8;
}
.exec-hero-pillars {
display: flex;
justify-content: center;
gap: 48px;
}
.exec-hero-pillar {
font-family: 'Playfair Display', serif;
font-size: 20px;
font-weight: 400;
color: var(--golden-yellow);
}
.exec-hero-pillar-sep {
font-family: 'Playfair Display', serif;
font-size: 20px;
color: rgba(255,255,255,0.4);
user-select: none;
}
/* =========================
THE THESIS
========================= */
.exec-thesis { padding: 56px 60px; background: #FFFFFF; }
.exec-thesis-container { max-width: 1000px; margin: 0 auto; text-align: center; }
.exec-thesis-lead {
font-family: 'Playfair Display', serif;
font-size: 32px;
font-weight: 500;
line-height: 1.4;
color: var(--charcoal);
margin-bottom: 20px;
}
.exec-thesis-body {
font-family: 'Inter', sans-serif;
font-size: 17px;
color: var(--charcoal);
line-height: 1.8;
margin-bottom: 20px;
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.exec-thesis-counter {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-style: italic;
color: var(--warm-gray);
margin-bottom: 20px;
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.exec-thesis-quote {
font-family: 'Playfair Display', serif;
font-size: 24px;
font-style: italic;
color: var(--charcoal);
padding: 18px 0;
margin: 20px 0;
border-top: 1px solid var(--lighter-gray);
border-bottom: 1px solid var(--lighter-gray);
}
.exec-thesis-numbers {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 500;
color: var(--charcoal);
line-height: 1.8;
padding-top: 20px;
border-top: 1px solid var(--lighter-gray);
margin-bottom: 4px;
}
.exec-thesis-numbers strong { font-weight: 600; }
.exec-thesis-scale {
font-family: 'Playfair Display', serif;
font-size: 20px;
font-weight: 500;
font-style: italic;
color: var(--charcoal);
margin-top: 12px;
}
/* =========================
WHY COFFEE + ART
========================= */
.exec-why { padding: 80px 60px; background: var(--charcoal); }
.exec-why-container { max-width: 1100px; margin: 0 auto; }
.exec-why-header { text-align: center; margin-bottom: 48px; }
.exec-why-header .exec-section-label { color: var(--golden-yellow); }
.exec-why-header .exec-section-title { color: #FFFFFF; }
.exec-why-subtitle {
font-family: 'Inter', sans-serif;
font-size: 16px;
color: rgba(255,255,255,0.7);
margin-top: 12px;
max-width: 760px;
margin-left: auto;
margin-right: auto;
line-height: 1.7;
}
.exec-why-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 40px;
}
.exec-why-grid-poster {
gap: 0;
margin-bottom: 48px;
border-top: 1px solid rgba(255,255,255,0.1);
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.exec-why-tile {
text-align: center;
padding: 48px 24px;
border-right: 1px solid rgba(255,255,255,0.1);
}
.exec-why-tile:last-child { border-right: none; }
.exec-why-tile svg { margin-bottom: 24px; opacity: 0.95; }
.exec-why-tile-label {
font-family: 'Playfair Display', serif;
font-size: 32px;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 14px;
line-height: 1.1;
}
.exec-why-tile-behavior {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 400;
font-style: italic;
color: rgba(255,255,255,0.7);
letter-spacing: 0.3px;
line-height: 1.5;
}
.exec-why-card {
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.1);
padding: 28px 24px;
}
.exec-why-card-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 18px;
}
.exec-why-card-title {
font-family: 'Playfair Display', serif;
font-size: 22px;
color: #FFFFFF;
line-height: 1.2;
}
.exec-why-card-role {
font-family: 'Inter', sans-serif;
font-size: 11px;
font-weight: 600;
color: var(--golden-yellow);
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 14px;
padding-bottom: 14px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.exec-why-card-body {
font-family: 'Inter', sans-serif;
font-size: 14px;
color: rgba(255,255,255,0.8);
line-height: 1.7;
}
.exec-why-insight {
background: rgba(244,194,39,0.1);
border: 1px solid var(--golden-yellow);
padding: 24px 32px;
text-align: center;
}
.exec-why-insight p {
font-family: 'Playfair Display', serif;
font-size: 20px;
font-style: italic;
color: #FFFFFF;
line-height: 1.6;
}
.exec-why-insight span { color: var(--golden-yellow); }
/* =========================
WHAT'S ALREADY BUILT
========================= */
.exec-built { padding: 80px 60px; background: var(--light-cream); }
.exec-built-container { max-width: 1000px; margin: 0 auto; }
.exec-built-header { text-align: center; margin-bottom: 48px; }
.exec-section-label {
font-family: 'Inter', sans-serif;
font-size: 16px;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--golden-yellow);
margin-bottom: 16px;
}
.exec-section-title {
font-family: 'Playfair Display', serif;
font-size: 36px;
font-weight: 500;
color: var(--charcoal);
}
.exec-built-subtitle {
font-family: 'Inter', sans-serif;
font-size: 16px;
color: var(--warm-gray);
margin-top: 12px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.exec-built-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: var(--lighter-gray);
}
.exec-built-item {
background: #FFFFFF;
padding: 40px 32px;
text-align: center;
}
.exec-built-item .p5-icon { margin-bottom: 20px; }
.exec-built-item .p5-icon svg { stroke: var(--charcoal); }
.exec-built-value {
font-family: 'Playfair Display', serif;
font-size: 32px;
font-weight: 500;
color: var(--charcoal);
margin-bottom: 8px;
line-height: 1.1;
}
.exec-built-label {
font-family: 'Inter', sans-serif;
font-size: 13px;
color: var(--warm-gray);
line-height: 1.5;
}
/* =========================
THE MODEL
========================= */
.exec-model { padding: 80px 60px; background: #FFFFFF; }
.exec-model-container { max-width: 1000px; margin: 0 auto; }
.exec-model-header { text-align: center; margin-bottom: 56px; }
.exec-model-header .exec-section-label { color: var(--warm-gray); }
.exec-model-header .exec-section-title { color: var(--charcoal); }
.exec-model-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
}
.exec-model-card {
background: var(--light-cream);
text-align: center;
position: relative;
overflow: hidden;
}
.exec-model-card::before {
content: '';
position: absolute;
top: 0; left: 50%;
transform: translateX(-50%);
width: 40px;
height: 3px;
background: var(--golden-yellow);
z-index: 2;
}
.exec-model-image {
width: 100%;
height: 180px;
overflow: hidden;
}
.exec-model-image img {
width: 100%; height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.exec-model-card:hover .exec-model-image img { transform: scale(1.05); }
.exec-model-content { padding: 28px 24px 32px; }
.exec-model-name {
font-family: 'Playfair Display', serif;
font-size: 24px;
font-weight: 500;
color: var(--charcoal);
margin-bottom: 8px;
}
.exec-model-metric {
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 600;
color: var(--accent-blue);
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px solid var(--lighter-gray);
}
.exec-model-desc {
font-family: 'Inter', sans-serif;
font-size: 14px;
color: var(--warm-gray);
line-height: 1.7;
}
/* =========================
THE TEAM
========================= */
.exec-team { padding: 80px 60px; background: var(--light-cream); }
.exec-team-container { max-width: 1100px; margin: 0 auto; }
.exec-team-header { text-align: center; margin-bottom: 48px; }
.exec-team-header .exec-section-label { color: var(--warm-gray); }
.exec-team-header .exec-section-title { color: var(--charcoal); }
/* Founder feature (Dirk) */
.exec-team-founder {
display: flex;
gap: 40px;
align-items: center;
max-width: 860px;
margin: 0 auto 56px;
}
.exec-team-photo {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
border: 3px solid var(--lighter-gray);
}
.exec-team-founder-info h3 {
font-family: 'Playfair Display', serif;
font-size: 28px;
font-weight: 500;
color: var(--charcoal);
margin-bottom: 4px;
}
.exec-team-role {
font-family: 'Inter', sans-serif;
font-size: 11px;
font-weight: 600;
color: var(--golden-yellow);
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 14px;
}
.exec-team-bio {
font-family: 'Inter', sans-serif;
font-size: 15px;
color: var(--warm-gray);
line-height: 1.8;
}
.exec-team-bio strong {
color: var(--charcoal);
font-weight: 600;
}
/* Co-founder + leadership grid (2x2) */
.exec-team-leadership-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
max-width: 900px;
margin: 0 auto 40px;
}
.exec-team-member {
background: #FFFFFF;
border: 1px solid var(--lighter-gray);
padding: 24px;
display: flex;
gap: 18px;
align-items: flex-start;
}
.exec-team-member-photo {
width: 80px; height: 80px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
border: 2px solid var(--lighter-gray);
}
.exec-team-member-info { flex: 1; }
.exec-team-member-name {
font-family: 'Playfair Display', serif;
font-size: 20px;
font-weight: 500;
color: var(--charcoal);
margin-bottom: 2px;
line-height: 1.2;
}
.exec-team-member-role {
font-family: 'Inter', sans-serif;
font-size: 10px;
font-weight: 600;
color: var(--golden-yellow);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 10px;
line-height: 1.3;
}
.exec-team-member-bio {
font-family: 'Inter', sans-serif;
font-size: 13px;
color: var(--warm-gray);
line-height: 1.6;
}
/* Strategic Advisors block (light theme to match team section) */
.exec-advisors-block {
max-width: 900px;
margin: 0 auto 40px;
padding-top: 40px;
border-top: 1px solid var(--lighter-gray);
text-align: center;
}
.exec-advisors-label {
font-family: 'Inter', sans-serif;
font-size: 11px;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--golden-yellow);
margin-bottom: 12px;
}
.exec-advisors-title {
font-family: 'Playfair Display', serif;
font-size: 26px;
font-weight: 500;
color: var(--charcoal);
line-height: 1.2;
margin-bottom: 10px;
}
.exec-advisors-intro {
font-family: 'Inter', sans-serif;
font-size: 14px;
color: var(--warm-gray);
line-height: 1.7;
max-width: 720px;
margin: 0 auto 28px;
}
.exec-advisors-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
text-align: left;
}
.exec-advisor-card {
background: #FFFFFF;
border: 1px solid var(--lighter-gray);
border-left: 3px solid var(--golden-yellow);
padding: 24px 26px;
}
.exec-advisor-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 16px;
}
.exec-advisor-photo {
width: 72px;
height: 72px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
border: 2px solid var(--lighter-gray);
}
.exec-advisor-header-text {
flex: 1;
min-width: 0;
}
.exec-advisor-name {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-weight: 500;
color: var(--charcoal);
line-height: 1.2;
margin-bottom: 4px;
}
.exec-advisor-role {
font-family: 'Inter', sans-serif;
font-size: 10px;
font-weight: 600;
color: var(--golden-yellow);
text-transform: uppercase;
letter-spacing: 2px;
}
.exec-advisor-bio {
font-family: 'Inter', sans-serif;
font-size: 13px;
color: var(--warm-gray);
line-height: 1.7;
margin-bottom: 16px;
}
.exec-advisor-logos {
display: flex;
flex-wrap: wrap;
gap: 6px;
padding-top: 14px;
border-top: 1px solid var(--lighter-gray);
}
.exec-advisor-logo-tag {
display: inline-block;
padding: 5px 10px;
background: rgba(244,194,39,0.1);
border: 1px solid rgba(244,194,39,0.4);
font-family: 'Inter', sans-serif;
font-size: 9px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
color: #B8901A;
}
.exec-advisor-footer {
margin-top: 22px;
text-align: center;
font-family: 'Playfair Display', serif;
font-style: italic;
font-size: 14px;
color: var(--warm-gray);
}
@media (max-width: 1024px) {
.exec-advisors-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.exec-advisors-block { padding-top: 32px; }
.exec-advisors-title { font-size: 22px; }
.exec-advisor-card { padding: 20px 22px; }
.exec-advisor-photo { width: 60px; height: 60px; }
.exec-advisor-name { font-size: 20px; }
.exec-advisor-bio { font-size: 12px; }
}
/* AI Team full-width card */
.exec-team-ai-card {
background: var(--charcoal);
border: 1px solid rgba(244,194,39,0.35);
padding: 36px 40px;
max-width: 900px;
margin: 0 auto;
}
.exec-team-ai-header {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 20px;
flex-wrap: wrap;
}
.exec-team-ai-title {
font-family: 'Playfair Display', serif;
font-size: 24px;
font-weight: 500;
color: var(--golden-yellow);
margin: 0;
}
.exec-team-ai-claude {
font-family: 'Inter', sans-serif;
font-size: 12px;
font-weight: 600;
color: rgba(255,255,255,0.85);
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 4px 12px;
border: 1px solid rgba(244,194,39,0.4);
}
.exec-team-ai-roles {
font-family: 'Inter', sans-serif;
font-size: 12px;
font-weight: 500;
color: rgba(255,255,255,0.6);
letter-spacing: 1px;
margin-bottom: 18px;
line-height: 1.6;
}
.exec-team-ai-desc {
font-family: 'Inter', sans-serif;
font-size: 14px;
color: rgba(255,255,255,0.85);
line-height: 1.75;
margin-bottom: 0;
}
/* =========================
ALREADY IN MOTION
========================= */
.exec-motion { padding: 80px 60px; background: #FFFFFF; }
.exec-motion-container { max-width: 1100px; margin: 0 auto; }
.exec-motion-header { text-align: center; margin-bottom: 40px; }
.exec-motion-header .exec-section-label { color: var(--warm-gray); }
.exec-motion-header .exec-section-title { color: var(--charcoal); }
.exec-motion-subtitle {
font-family: 'Inter', sans-serif;
font-size: 16px;
color: var(--warm-gray);
margin-top: 12px;
max-width: 740px;
margin-left: auto;
margin-right: auto;
line-height: 1.7;
}
.exec-motion-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.exec-motion-tile {
background: var(--light-cream);
border-left: 3px solid var(--golden-yellow);
padding: 24px 26px;
}
.exec-motion-tile-label {
font-family: 'Inter', sans-serif;
font-size: 10px;
font-weight: 600;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--golden-yellow);
margin-bottom: 10px;
}
.exec-motion-tile-headline {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-weight: 500;
color: var(--charcoal);
line-height: 1.2;
margin-bottom: 10px;
}
.exec-motion-tile-body {
font-family: 'Inter', sans-serif;
font-size: 13px;
color: var(--warm-gray);
line-height: 1.6;
}
.exec-motion-social-icons {
display: flex;
flex-wrap: wrap;
gap: 10px 14px;
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid var(--lighter-gray);
}
.exec-motion-social-link {
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--warm-gray);
text-decoration: none;
font-family: 'Inter', sans-serif;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.3px;
transition: color 0.2s ease;
}
.exec-motion-social-link:hover {
color: var(--accent-blue);
}
.exec-motion-social-link svg {
flex-shrink: 0;
}
.exec-motion-social-link span {
white-space: nowrap;
}
.exec-motion-footer {
text-align: center;
margin-top: 32px;
padding-top: 24px;
border-top: 1px solid var(--lighter-gray);
font-family: 'Playfair Display', serif;
font-style: italic;
font-size: 18px;
color: var(--charcoal);
}
/* =========================
BRAND PARTNERS
========================= */
.exec-brands {
padding: 60px 60px;
background: var(--light-cream);
border-top: 1px solid var(--lighter-gray);
}
.exec-brands-container { max-width: 900px; margin: 0 auto; }
.exec-brands-header { text-align: center; margin-bottom: 32px; }
.exec-brands-header .exec-section-label {
color: var(--light-gray);
margin-bottom: 0;
}
.exec-brands-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 32px 24px;
align-items: center;
justify-items: center;
}
.exec-brand-logo {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
}
.exec-brand-logo img {
max-width: 80px;
max-height: 36px;
object-fit: contain;
filter: grayscale(100%);
opacity: 0.6;
transition: all 0.3s ease;
}
.exec-brand-logo:hover img {
filter: grayscale(0%);
opacity: 1;
}
.exec-brands-24 {
grid-template-columns: repeat(8, 1fr) !important;
}
/* =========================
THE OPPORTUNITY
========================= */
.exec-opportunity { padding: 80px 60px; background: var(--charcoal); }
.exec-opportunity-container { max-width: 1000px; margin: 0 auto; }
.exec-opportunity-header { text-align: center; margin-bottom: 48px; }
.exec-opportunity-header .exec-section-title { color: #FFFFFF; }
.exec-terms-row {
display: flex;
justify-content: center;
gap: 1px;
margin-bottom: 48px;
background: rgba(255,255,255,0.1);
}
.exec-term {
background: var(--charcoal);
padding: 28px 40px;
text-align: center;
flex: 1;
max-width: 180px;
}
.exec-term-value {
font-family: 'Playfair Display', serif;
font-size: 28px;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 4px;
}
.exec-term-label {
font-family: 'Inter', sans-serif;
font-size: 10px;
color: rgba(255,255,255,0.5);
text-transform: uppercase;
letter-spacing: 2px;
}
.exec-returns-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 32px;
}
.exec-return-card {
padding: 32px 24px;
text-align: center;
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.08);
}
.exec-return-card.featured {
background: rgba(244,194,39,0.08);
border: 1px solid var(--golden-yellow);
}
.exec-return-scenario {
font-family: 'Inter', sans-serif;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(255,255,255,0.4);
margin-bottom: 16px;
}
.exec-return-card.featured .exec-return-scenario {
color: var(--golden-yellow);
}
.exec-return-exit {
font-family: 'Playfair Display', serif;
font-size: 36px;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 20px;
}
.exec-return-detail {
font-family: 'Inter', sans-serif;
font-size: 14px;
color: rgba(255,255,255,0.7);
line-height: 2;
}
.exec-return-detail strong {
color: #FFFFFF;
font-weight: 500;
}
.exec-return-card.featured .exec-return-detail strong {
color: var(--golden-yellow);
}
.exec-returns-note {
text-align: center;
font-family: 'Inter', sans-serif;
font-size: 12px;
color: rgba(255,255,255,0.4);
}
/* =========================
USE OF FUNDS
========================= */
.exec-funds { padding: 60px 60px; background: var(--light-cream); }
.exec-funds-container { max-width: 900px; margin: 0 auto; }
.exec-funds-header { text-align: center; margin-bottom: 32px; }
.exec-funds-header .exec-section-label { color: var(--warm-gray); }
.exec-funds-header .exec-section-title { color: var(--charcoal); font-size: 28px; }
.exec-funds-bar {
display: flex;
height: 56px;
margin-bottom: 24px;
overflow: hidden;
}
.exec-funds-segment {
display: flex;
align-items: center;
justify-content: center;
font-family: 'Inter', sans-serif;
font-size: 10px;
font-weight: 500;
color: #FFFFFF;
transition: all 0.3s ease;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 4px;
}
.exec-funds-segment.seg-1 { background: var(--charcoal); width: 30.7%; }
.exec-funds-segment.seg-2 { background: #4A4A4A; width: 24.6%; }
.exec-funds-segment.seg-3 { background: var(--accent-blue); width: 14.3%; }
.exec-funds-segment.seg-4 { background: #7AB3C4; width: 12.1%; }
.exec-funds-segment.seg-5 { background: #5C5C5C; width: 7.1%; }
.exec-funds-segment.seg-6 { background: #6B6B6B; width: 6.9%; }
.exec-funds-segment.seg-7 { background: var(--golden-yellow); width: 4.3%; color: var(--charcoal); }
.exec-funds-legend {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 12px;
}
.exec-funds-item { text-align: center; }
.exec-funds-amount {
font-family: 'Playfair Display', serif;
font-size: 16px;
font-weight: 500;
color: var(--charcoal);
margin-bottom: 4px;
}
.exec-funds-name {
font-family: 'Inter', sans-serif;
font-size: 9px;
color: var(--warm-gray);
text-transform: uppercase;
letter-spacing: 0.5px;
line-height: 1.4;
}
/* =========================
BRAND PROMISE
========================= */
.exec-promise {
padding: 80px 60px;
background: var(--charcoal);
position: relative;
overflow: hidden;
}
.exec-promise-bg {
position: absolute; top: 0; left: 0;
width: 100%; height: 100%;
object-fit: cover;
opacity: 0.3;
}
.exec-promise-overlay {
position: absolute; top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(44,44,44,0.7);
}
.exec-promise-container {
position: relative; z-index: 2;
max-width: 900px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.exec-promise-left { text-align: left; }
.exec-promise-label {
font-family: 'Inter', sans-serif;
font-size: 11px;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--golden-yellow);
margin-bottom: 20px;
}
.exec-promise-text {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-style: italic;
color: #FFFFFF;
line-height: 1.6;
margin-bottom: 24px;
}
.exec-promise-follow {
font-family: 'Playfair Display', serif;
font-size: 18px;
font-style: italic;
color: rgba(255,255,255,0.8);
line-height: 1.6;
}
.exec-promise-right {
border-left: 3px solid var(--golden-yellow);
padding-left: 32px;
}
.exec-promise-tagline {
font-family: 'Playfair Display', serif;
font-size: 28px;
font-style: italic;
color: var(--golden-yellow);
line-height: 1.4;
}
/* =========================
CTA FOOTER
========================= */
.cta-footer { padding: 80px 60px; background: var(--charcoal); }
.cta-footer-container { max-width: 1200px; margin: 0 auto; }
.cta-footer-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px;
}
.cta-footer-title {
font-family: 'Playfair Display', serif;
font-size: 42px;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 0;
}
.cta-header-button {
display: inline-block;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
color: var(--charcoal);
background: var(--golden-yellow);
padding: 16px 36px;
text-decoration: none;
transition: all 0.3s ease;
}
.cta-header-button:hover { background: #E5B520; }
.cta-hero-card {
position: relative;
height: 280px;
margin-bottom: 20px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
border: 1px solid rgba(255,255,255,0.1);
}
.cta-hero-bg {
position: absolute; top: 0; left: 0; right: 0; bottom: 0;
background-size: cover;
background-position: center;
filter: grayscale(100%);
opacity: 0.5;
transition: all 0.4s ease;
}
.cta-hero-card:hover .cta-hero-bg {
opacity: 0.6;
transform: scale(1.02);
}
.cta-hero-content {
position: relative; z-index: 2;
text-align: center;
}
.cta-hero-label {
font-family: 'Inter', sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--golden-yellow);
margin-bottom: 16px;
}
.cta-hero-title {
font-family: 'Playfair Display', serif;
font-size: 40px;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 12px;
}
.cta-hero-desc {
font-family: 'Inter', sans-serif;
font-size: 15px;
color: rgba(255,255,255,0.7);
}
.cta-nav-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-bottom: 20px;
}
.cta-nav-card {
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.1);
padding: 28px 20px;
text-align: center;
text-decoration: none;
transition: all 0.3s ease;
}
.cta-nav-card:hover {
background: rgba(255,255,255,0.06);
border-color: rgba(255,255,255,0.2);
}
.cta-nav-card-title {
font-family: 'Playfair Display', serif;
font-size: 18px;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 6px;
}
.cta-nav-card-desc {
font-family: 'Inter', sans-serif;
font-size: 12px;
color: rgba(255,255,255,0.5);
}
.cta-safe-card {
display: block;
background: var(--golden-yellow);
padding: 28px 20px;
text-align: center;
text-decoration: none;
transition: all 0.3s ease;
margin-bottom: 0;
}
.cta-safe-card:hover { background: #E5B520; }
.cta-safe-title {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-weight: 500;
color: var(--charcoal);
}
.cta-invest {
text-align: center;
padding: 60px 0 20px;
margin-top: 48px;
border-top: 1px solid rgba(255,255,255,0.1);
}
.cta-invest-label {
font-family: 'Inter', sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--golden-yellow);
margin-bottom: 16px;
}
.cta-invest-title {
font-family: 'Playfair Display', serif;
font-size: 48px;
font-weight: 500;
color: #FFFFFF;
margin-bottom: 20px;
}
.cta-invest-text {
font-family: 'Inter', sans-serif;
font-size: 15px;
color: rgba(255,255,255,0.75);
max-width: 720px;
margin: 0 auto 32px;
line-height: 1.75;
}
.cta-invest-button {
display: inline-block;
font-family: 'Inter', sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--charcoal);
background: var(--golden-yellow);
padding: 18px 48px;
text-decoration: none;
transition: all 0.3s ease;
}
.cta-invest-button:hover { background: #E5B520; }
.cta-invest-contact {
font-family: 'Inter', sans-serif;
font-size: 14px;
color: rgba(255,255,255,0.5);
margin-top: 24px;
}
.cta-invest-contact a { color: var(--golden-yellow); text-decoration: none; }
.cta-invest-contact a:hover { text-decoration: underline; }
/* =========================
RESPONSIVE - TABLET
========================= */
@media (max-width: 1024px) {
.exec-hero-statement { max-width: 680px; }
.exec-built-grid { grid-template-columns: repeat(2, 1fr); }
.exec-model-grid { grid-template-columns: 1fr; gap: 24px; }
.exec-model-image { height: 200px; }
.exec-team-founder { flex-direction: column; text-align: center; }
.exec-team-leadership-grid { grid-template-columns: 1fr; }
.exec-motion-grid { grid-template-columns: repeat(2, 1fr); }
.exec-returns-grid { grid-template-columns: 1fr; }
.exec-terms-row { flex-wrap: wrap; }
.exec-term { max-width: none; }
.exec-funds-legend { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.exec-brands-24 { grid-template-columns: repeat(6, 1fr) !important; }
.cta-nav-grid { grid-template-columns: repeat(2, 1fr); }
.exec-why-grid { grid-template-columns: 1fr; }
.exec-why-grid-poster .exec-why-tile {
border-right: none;
border-bottom: 1px solid rgba(255,255,255,0.1);
padding: 36px 24px;
}
.exec-why-grid-poster .exec-why-tile:last-child { border-bottom: none; }
.exec-promise-container { grid-template-columns: 1fr; text-align: center; }
.exec-promise-left { text-align: center; }
.exec-promise-right {
border-left: none;
border-top: 3px solid var(--golden-yellow);
padding-left: 0;
padding-top: 32px;
}
.cta-footer-header { flex-direction: column; gap: 24px; text-align: center; }
}
/* =========================
RESPONSIVE - MOBILE
========================= */
@media (max-width: 768px) {
.exec-hero, .exec-thesis, .exec-why, .exec-built,
.exec-model, .exec-team, .exec-motion, .exec-brands,
.exec-opportunity, .exec-funds, .exec-promise, .cta-footer {
padding-left: 20px; padding-right: 20px;
}
.exec-hero { height: auto; min-height: 400px; padding: 80px 20px; }
.exec-hero-statement { font-size: 16px; }
.exec-hero-content h1 { font-size: clamp(32px, 8vw, 40px); }
.exec-hero-positioning { font-size: 18px; }
.exec-hero-pillars { flex-direction: column; gap: 12px; }
.exec-hero-pillar { font-size: 18px; }
.exec-hero-pillar-sep { display: none; }
.exec-thesis, .exec-why, .exec-built, .exec-model,
.exec-team, .exec-motion, .exec-brands, .exec-opportunity,
.exec-funds, .exec-promise {
padding-top: 60px; padding-bottom: 60px;
}
.exec-section-title { font-size: clamp(24px, 6vw, 28px); }
.exec-section-label { font-size: 12px; letter-spacing: 2px; }
.exec-thesis-lead { font-size: clamp(20px, 5vw, 24px); }
.exec-thesis-quote { font-size: 18px; }
.exec-built-grid { grid-template-columns: 1fr; }
.exec-built-item { padding: 32px 24px; }
.exec-built-value { font-size: 26px; }
.exec-team-photo { width: 120px; height: 120px; }
.exec-team-founder-info h3 { font-size: 24px; }
.exec-team-member {
flex-direction: column;
align-items: center;
text-align: center;
gap: 14px;
}
.exec-team-ai-card { padding: 28px 24px; }
.exec-motion-grid { grid-template-columns: 1fr; }
.exec-motion-tile { padding: 20px 22px; }
.exec-motion-tile-headline { font-size: 19px; }
.exec-brands-24 { grid-template-columns: repeat(4, 1fr) !important; }
.exec-terms-row {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
flex-wrap: nowrap;
justify-content: flex-start;
padding-bottom: 8px;
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
.exec-term { flex: 0 0 auto; min-width: 120px; padding: 20px 24px; }
.exec-term-value { font-size: 24px; }
.exec-term-label { font-size: 9px; }
.exec-returns-grid {
display: flex;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
gap: 16px;
padding-bottom: 8px;
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
.exec-return-card { flex: 0 0 280px; min-width: 280px; }
.exec-return-exit { font-size: 32px; }
.exec-funds-bar { height: 40px; }
.exec-funds-segment { font-size: 8px; }
.exec-funds-legend { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
.exec-funds-amount { font-size: 16px; }
.exec-funds-name { font-size: 9px; }
.cta-footer { padding: 60px 20px; }
.cta-footer-title { font-size: clamp(28px, 7vw, 32px); }
.cta-nav-grid { grid-template-columns: 1fr; }
.cta-hero-card { height: 220px; }
.cta-hero-title { font-size: clamp(24px, 6vw, 28px); }
.cta-invest-title { font-size: clamp(32px, 8vw, 36px); }
.cta-invest-button { padding: 16px 36px; font-size: 13px; }
.cta-nav-card { padding: 24px 16px; min-height: 80px; }
.cta-safe-card { padding: 24px 16px; min-height: 60px; }
.exec-why-card { padding: 24px; }
.exec-why-card-title { font-size: 20px; }
.exec-why-tile { padding: 32px 20px; }
.exec-why-tile-label { font-size: 26px; }
.exec-promise-text { font-size: 18px; }
.exec-promise-tagline { font-size: 22px; }
.cta-header-button { padding: 14px 28px; font-size: 12px; }
.exec-deep-links { flex-direction: column; align-items: center; gap: 16px; }
}
@media print {
body { font-size: 10px; }
.exec-hero { height: 180px; min-height: 180px; }
.exec-hero-content h1 { font-size: 32px; }
section { padding: 24px 32px !important; }
}
</style>
</head>
<body>
<!-- ==========================
HERO
========================== -->
<section class="exec-hero">
<img src="https://res.cloudinary.com/planet5/image/upload/w_2000,h_1200,c_fill,q_auto,f_auto/v1764406260/galleries/fifth-element/p5__2025_the_sentinals_torres_del_paine_fifth_element.jpg" alt="Planet 5" class="exec-hero-image">
<div class="exec-hero-overlay"></div>
<div class="exec-hero-content">
<p class="exec-hero-eyebrow">Private Placement · Limited Allocation · By Invitation Only</p>
<h1>PLANET 5</h1>
<p class="exec-hero-statement" style="margin-top: 24px;">A mountain preservation company built on fine art, rare high altitude coffee, and Guardian memberships. Three revenue streams. One customer. Built to scale.</p>
<div class="exec-hero-pillars">
<span class="exec-hero-pillar">Collect Art</span>
<span class="exec-hero-pillar-sep">•</span>
<span class="exec-hero-pillar">Drink Rare Coffee</span>
<span class="exec-hero-pillar-sep">•</span>
<span class="exec-hero-pillar">Journey with Us</span>
</div>
</div>
</section>
<!-- ==========================
THE THESIS
========================== -->
<section class="exec-thesis">
<div class="exec-thesis-container">
<p class="exec-thesis-lead">A Luxury Brand Built on Mountain Preservation</p>
<p class="exec-thesis-body">Fine art for your walls. Rare High Altitude coffee for your morning. Guardianship for your conscience. Expeditions for your calendar. All from the mountains we help protect.</p>
<p class="exec-thesis-counter">Preservation through commerce. A brand with purpose.</p>
<p class="exec-thesis-quote">This is the art of being there.</p>
<p class="exec-thesis-body">Planet 5 sits at the intersection of two growing markets and one of the strongest consumer shifts of the decade, luxury buyers moving from status to meaning. We meet them with real products at real margin, run by an AI-native team that scales without headcount.</p>
<p class="exec-thesis-numbers"><strong>$60M</strong> Y5 revenue. <strong>45.5%</strong> Y5 EBITDA margin. <strong>13.8x</strong> base case return on a $500K seed check.</p>
<a href="/planet5-assumptions-defense" class="exec-deep-link dark">See our model benchmarks and assumptions →</a>
</div>
</section>
<!-- ==========================
WHY THIS COMBINATION
========================== -->
<section class="exec-why">
<div class="exec-why-container">
<div class="exec-why-header">
<p class="exec-section-label">Why this combination</p>
<h2 class="exec-section-title">One customer. Three behaviors.</h2>
<p class="exec-why-subtitle">The person who buys our art is the person who drinks our coffee is the person who joins as a Guardian. One customer. Three meetings. A relationship that compounds.</p>
</div>
<div class="exec-why-grid exec-why-grid-poster">
<div class="exec-why-tile">
<svg width="56" height="56" viewBox="0 0 32 32" fill="none"><path d="M6 10H22V24C22 26.21 20.21 28 18 28H10C7.79 28 6 26.21 6 24V10Z" stroke="#F4C227" stroke-width="1.5"/><path d="M22 14H24C25.1 14 26 14.9 26 16V18C26 19.1 25.1 20 24 20H22" stroke="#F4C227" stroke-width="1.5"/><path d="M10 4V8M14 4V8M18 4V8" stroke="#F4C227" stroke-width="1.5" stroke-linecap="round"/></svg>
<div class="exec-why-tile-label">Coffee</div>
<div class="exec-why-tile-behavior">They drink it every morning</div>
</div>
<div class="exec-why-tile">
<svg width="56" height="56" viewBox="0 0 32 32" fill="none"><rect x="4" y="4" width="24" height="24" stroke="#F4C227" stroke-width="1.5"/><rect x="8" y="8" width="16" height="16" stroke="#F4C227" stroke-width="1"/></svg>
<div class="exec-why-tile-label">Art</div>
<div class="exec-why-tile-behavior">They hang it on the wall</div>
</div>
<div class="exec-why-tile">
<svg width="56" height="56" viewBox="0 0 32 32" fill="none"><path d="M16 4L28 12V24C28 25.1 27.1 26 26 26H6C4.9 26 4 25.1 4 24V12L16 4Z" stroke="#F4C227" stroke-width="1.5" stroke-linejoin="round"/><circle cx="16" cy="16" r="3" stroke="#F4C227" stroke-width="1.5"/></svg>
<div class="exec-why-tile-label">Guardian</div>
<div class="exec-why-tile-behavior">They belong to the work</div>
</div>
</div>
<div class="exec-why-insight">
<p>78% buy with purpose. <span>And stay 3x longer.</span></p>
</div>
<div class="exec-deep-links">
<a href="/planet5-assumptions-defense" class="exec-deep-link light">Model assumptions and benchmarks →</a>
</div>
</div>
</section>
<!-- ==========================
THE MODEL
========================== -->
<section class="exec-model">
<div class="exec-model-container">
<div class="exec-model-header">
<p class="exec-section-label">The Flywheel</p>
<h2 class="exec-section-title">Three Revenue Streams. One Purpose.</h2>
</div>
<div class="exec-model-grid">
<div class="exec-model-card">
<div class="exec-model-image">
<img src="https://res.cloudinary.com/planet5/image/upload/l_v1764871750:p5_0071_2025_elephant_portrait_kenya_essential_majesty_54x36_web_g7xkk5,w_500,x_-150,y_-180,bo_10px_solid_rgb:1a1a1a/c_fill,w_500,h_300,g_west,q_auto,f_auto/room-templates/living-room-1.png" alt="Collect Art" loading="lazy">
</div>
<div class="exec-model-content">
<div class="exec-model-name">Collect Art</div>
<div class="exec-model-metric">Highest AOV · 72% Margin</div>
<div class="exec-model-desc">High margin. Limited editions. A scalable platform built to host multiple artists with no inventory costs. An archive of over a million professional images spanning mountains, wildlife, and cultures across seven continents.</div>
</div>
</div>
<div class="exec-model-card">
<div class="exec-model-image">
<img src="https://res.cloudinary.com/planet5/image/upload/w_500,h_300,c_lpad,g_center,q_auto,f_auto,b_rgb:0a0a0a/v1767698380/Planet5-origins_kgbiqe.png" alt="Drink Rare Coffee" loading="lazy">
</div>
<div class="exec-model-content">
<div class="exec-model-name">Drink Rare Coffee</div>
<div class="exec-model-metric">Recurring Revenue · 70.7% Margin</div>
<div class="exec-model-desc">Recurring revenue. Habitual purchase. Built on a US exclusive partnership with Nuwa Estate, co-founded by the grandson of Tenzing Norgay. A scalable platform for rare high altitude coffee from the world's most compelling growing regions.</div>
</div>
</div>
<div class="exec-model-card">
<div class="exec-model-image">
<img src="https://res.cloudinary.com/planet5/image/upload/w_500,h_300,c_fill,g_north,q_auto,f_auto/v1767724566/women-penguins_wqqxel.png" alt="Become a Guardian" loading="lazy">
</div>
<div class="exec-model-content">
<div class="exec-model-name">Become a Guardian</div>
<div class="exec-model-metric">Recurring Revenue</div>
<div class="exec-model-desc">Guardian membership unlocks exclusive art and coffee benefits, early access, and collector privileges. Origin Expeditions bring members to the places behind the art. Fees fund preservation.</div>
</div>
</div>
</div>
<div class="exec-deep-links">
<a href="/planet5-business-model" class="exec-deep-link dark">See the full business model →</a>
<a href="/planet5-investment-memo" class="exec-deep-link dark">Read the full investment memo →</a>
</div>
</div>
</section>
<!-- ==========================
THE TEAM
========================== -->
<section class="exec-team">
<div class="exec-team-container">
<div class="exec-team-header">
<p class="exec-section-label">The Team</p>
<h2 class="exec-section-title">Decades of Experience. Ready to Scale.</h2>
</div>
<!-- Dirk (featured) -->
<div class="exec-team-founder">
<img src="https://res.cloudinary.com/planet5/image/upload/c_fill,g_face,w_320,h_320,q_auto,f_auto/v1767792596/Dirk-camera_ihoqpp.png" alt="Dirk Collins" class="exec-team-photo">
<div class="exec-team-founder-info">
<h3>Dirk Collins</h3>
<div class="exec-team-role">CEO & Co-Founder</div>
<p class="exec-team-bio"><strong>Co-founder of Teton Gravity Research</strong>, transforming a garage startup into the gold standard in action sports media. TGR returned as Planet 5's first distribution partner in April 2026. Emmy-nominated filmmaker with 30 years producing premium content across seven continents. Archive of 1M+ professional images represents an irreplaceable moat. Access and relationships that can't be bought.</p>
</div>
</div>
<!-- Leadership 2x2 grid -->
<div class="exec-team-leadership-grid">
<div class="exec-team-member">
<img src="https://res.cloudinary.com/planet5/image/upload/c_fill,w_200,h_200,g_face,q_auto,f_auto/v1767865472/allegra_portrait_vuwq9y.jpg" alt="Allegra Meredith" class="exec-team-member-photo">
<div class="exec-team-member-info">
<div class="exec-team-member-name">Allegra Meredith</div>
<div class="exec-team-member-role">COO & Co-Founder</div>
<div class="exec-team-member-bio">Architect of Planet 5's AI-native platform and nine-agent operating system. Two decades scaling venture and PE-backed companies. Co-founded Revedy. Former President of Authentic Vacations, delivering 30-50% YoY growth across three acquisitions.</div>
</div>
</div>
<div class="exec-team-member">
<img src="https://res.cloudinary.com/planet5/image/upload/c_fill,w_200,h_200,g_face,q_auto,f_auto/v1769706525/laura-bio6_h0bvcc.png" alt="Laura Pizzarelli" class="exec-team-member-photo">
<div class="exec-team-member-info">
<div class="exec-team-member-name">Laura Pizzarelli</div>
<div class="exec-team-member-role">SVP Brand & Creative</div>
<div class="exec-team-member-bio">25+ years in fashion, entertainment, and advertising. Created iconic album artwork for No Doubt. As VP Creative at J Brand, led collaborations with Christopher Kane and Proenza Schouler. Launched Gap's Clio-winning "Meet Me in the Gap" campaign.</div>
</div>
</div>
<div class="exec-team-member">
<img src="https://res.cloudinary.com/planet5/image/upload/c_fill,w_200,h_200,g_face,q_auto,f_auto/v1769703433/jiban-bio_dxsdtt.jpg" alt="Jiban Ghimire" class="exec-team-member-photo">
<div class="exec-team-member-info">
<div class="exec-team-member-name">Jiban Ghimire</div>
<div class="exec-team-member-role">Managing Director, Nepal</div>
<div class="exec-team-member-bio">35+ years as Nepal's premier expedition outfitter. Dubbed "The Fixer's Fixer" by Outside Magazine. Has outfitted expeditions for The North Face, National Geographic, and Alpine Ascents. Now manages all Planet 5 operations in Nepal from coffee sourcing to Origin Expeditions.</div>
</div>
</div>
<div class="exec-team-member">
<img src="https://res.cloudinary.com/planet5/image/upload/c_fill,w_200,h_200,g_face,q_auto,f_auto/v1763913299/p5_0547_2025_nepal_web_t4uvyg.jpg" alt="Tashi Tenzing" class="exec-team-member-photo">
<div class="exec-team-member-info">
<div class="exec-team-member-name">Tashi Tenzing</div>
<div class="exec-team-member-role">Co-Founder, Nuwa Estate · US Exclusive Partner</div>
<div class="exec-team-member-bio">Grandson of Tenzing Norgay, first to summit Everest with Sir Edmund Hillary. Co-founded Nuwa Estate Coffee with Bandi Nima Sherpa Tenzing. Two tonnes of Nuwa Estate green bean secured for 2026 launch. Reinvests profits into schools and health clinics.</div>
</div>
</div>
</div>
<!-- Strategic Advisors -->
<div class="exec-advisors-block">
<p class="exec-advisors-label">Strategic Advisors</p>
<h3 class="exec-advisors-title">Operators Who've Built the Playbook.</h3>
<p class="exec-advisors-intro">Two advisors with the exact category experience Planet 5 needs. Premium spirits launch and outdoor lifestyle brand-building, both at scale.</p>
<div class="exec-advisors-grid">
<div class="exec-advisor-card">
<div class="exec-advisor-header">
<img src="https://res.cloudinary.com/planet5/image/upload/c_fill,w_200,h_200,g_face,q_auto,f_auto/v1777268896/david-mandler_vzhadm.jpg" alt="David Mandler" class="exec-advisor-photo">
<div class="exec-advisor-header-text">
<div class="exec-advisor-name">David Mandler</div>
<div class="exec-advisor-role">Strategic Advisor</div>
</div>
</div>
<p class="exec-advisor-bio">Brand and PR architect behind two of the most successful ultra-premium launches of the last decade. Coordinated the launch of Casamigos Tequila in 2013 and served as global head of PR through its rise. Global agency of record for WhistlePig Whiskey from 2018 to 2022, building the leader of the premium rye category. Currently SVP at Magrino, the lifestyle PR agency representing some of the world's most respected luxury brands.</p>
<div class="exec-advisor-logos">
<span class="exec-advisor-logo-tag">Casamigos</span>
<span class="exec-advisor-logo-tag">WhistlePig</span>
<span class="exec-advisor-logo-tag">Magrino</span>
</div>
</div>
<div class="exec-advisor-card">
<div class="exec-advisor-header">
<img src="https://res.cloudinary.com/planet5/image/upload/c_fill,w_200,h_200,g_face,q_auto,f_auto/v1777268896/jason-newell_cviaz5.jpg" alt="Jason Newell" class="exec-advisor-photo">
<div class="exec-advisor-header-text">
<div class="exec-advisor-name">Jason Newell</div>
<div class="exec-advisor-role">Strategic Advisor</div>
</div>
</div>
<p class="exec-advisor-bio">Brand operator with two decades scaling premium lifestyle and outdoor companies. Former CMO of WhistlePig Whiskey. Led North America brand, communications, and marketing for Rossignol, Dynastar, Lange and Look. Built and managed a 17-person sports marketing and promotions division activating brands across more than 300 events per year.</p>
<div class="exec-advisor-logos">
<span class="exec-advisor-logo-tag">WhistlePig</span>
<span class="exec-advisor-logo-tag">Rossignol</span>
<span class="exec-advisor-logo-tag">Dynastar</span>
<span class="exec-advisor-logo-tag">Lange</span>
</div>
</div>
</div>
<p class="exec-advisor-footer">Both advisors hold strategic equity in Planet 5.</p>
</div>
<!-- AI team full-width -->
<div class="exec-team-ai-card">
<div class="exec-team-ai-header">
<h3 class="exec-team-ai-title">AI Operations Team · 9 Agents</h3>
<span class="exec-team-ai-claude">Built on Claude</span>
</div>
<p class="exec-team-ai-roles">Marketing · Sales · Creative · Visual · Support · Strategy · Technology · Finance · Legal</p>
<p class="exec-team-ai-desc">First luxury lifestyle brand operating entirely on AI. Nine-agent executive team running 24/7 across every operational function. Enterprise capability at less than $1K per month, the equivalent of a 30-person team. AI-native from day one, delivering 20%+ operating efficiency that compounds across all three revenue streams.</p>
</div>
<div class="exec-deep-links">
<a href="/planet5-ai-team" class="exec-deep-link dark">Meet the AI team →</a>
</div>
</div>
</section>
<!-- ==========================
18-MONTH LAUNCH
========================== -->
<section class="exec-motion">
<div class="exec-motion-container">
<div class="exec-motion-header">
<p class="exec-section-label">18-Month Launch · July 2026</p>
<h2 class="exec-section-title">Not Pitching. Launching.</h2>
<p class="exec-motion-subtitle">Six months ago this was a thesis. Today the platform is live, the supply chain is confirmed, the first distribution partner is signed, and we launch July 2026.</p>
</div>
<div class="exec-motion-grid">
<div class="exec-motion-tile">
<div class="exec-motion-tile-label">April 2026 · Signed</div>
<div class="exec-motion-tile-headline">TGR Distribution Partner</div>
<div class="exec-motion-tile-body">Teton Gravity Research, our first preservation-focused distribution partner. Revenue share. Homepage placement. Direct access to TGR's outdoor audience.</div>
</div>
<div class="exec-motion-tile">
<div class="exec-motion-tile-label">Confirmed</div>
<div class="exec-motion-tile-headline">Coffee Supply Secured</div>
<div class="exec-motion-tile-body">US exclusive with Nuwa Estate. Two tonnes of green bean secured for the 2026 launch. Partner is Tashi Tenzing, grandson of Tenzing Norgay. Heritage that cannot be built.</div>
</div>
<div class="exec-motion-tile">
<div class="exec-motion-tile-label">AI Native</div>
<div class="exec-motion-tile-headline">Built on Claude</div>
<div class="exec-motion-tile-body">First luxury lifestyle brand operating entirely on AI. Nine-agent executive team across marketing, sales, creative, finance, and legal. Enterprise capability at less than $1K per month.</div>
</div>
<div class="exec-motion-tile">
<div class="exec-motion-tile-label">Audience</div>
<div class="exec-motion-tile-headline">150K Email List</div>
<div class="exec-motion-tile-body">Warm audience built from luxury hospitality and HNW travel networks. Activated at launch, not acquired cold.</div>
</div>
<div class="exec-motion-tile">
<div class="exec-motion-tile-label">In Conversation</div>
<div class="exec-motion-tile-headline">Luxury Hospitality</div>
<div class="exec-motion-tile-body">Active discussions with Banyan Tree on art and coffee placement in their African resort properties. The customer is already there.</div>
</div>
<div class="exec-motion-tile exec-motion-tile-social">
<div class="exec-motion-tile-label">Live & Engaged</div>
<div class="exec-motion-tile-headline">Social Channels Active</div>
<div class="exec-motion-tile-body">Founder channel <strong>@dirkcollins</strong> holds <strong>24K engaged followers</strong>, built over a decade of mountain storytelling. Brand channels live across Instagram, Facebook, and LinkedIn.</div>
<div class="exec-motion-social-icons">
<a href="https://www.instagram.com/dirkcollins/" target="_blank" rel="noopener" class="exec-motion-social-link" title="@dirkcollins - 24K followers">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"/><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"/><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"/></svg>
<span>@dirkcollins</span>
</a>
<a href="https://www.instagram.com/planet5media/" target="_blank" rel="noopener" class="exec-motion-social-link" title="Instagram - @planet5media">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"/><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"/><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"/></svg>
<span>@planet5media</span>
</a>
<a href="https://www.facebook.com/profile.php?id=61584462983611" target="_blank" rel="noopener" class="exec-motion-social-link" title="Facebook">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/></svg>
<span>Facebook</span>
</a>
<a href="https://www.linkedin.com/company/planet5media" target="_blank" rel="noopener" class="exec-motion-social-link" title="LinkedIn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
<p class="exec-motion-footer">Launching July 2026. The 18 months ahead are execution, not invention.</p>
</div>
</section>
<!-- ==========================
BRAND PARTNERS
========================== -->
<section class="exec-brands">
<div class="exec-brands-container">
<div class="exec-brands-header">
<p class="exec-section-label">Trusted By</p>
</div>
<div class="exec-brands-grid exec-brands-24">
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208206/National-Geographic-Logo.svg_oy4wcr.png" alt="National Geographic" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208206/Disney_wordmark.svg_pvzlku.png" alt="Disney" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://upload.wikimedia.org/wikipedia/commons/0/08/Netflix_2015_logo.svg" alt="Netflix" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://upload.wikimedia.org/wikipedia/commons/2/2f/ESPN_wordmark.svg" alt="ESPN" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208206/2019_Discovery_logo.svg_xthy6d.png" alt="Discovery Channel" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208204/Roku_logo.svg_f7v75b.png" alt="Roku" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765275703/Rolex-logo-1024x568_ykubl0.png" alt="Rolex" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765277998/673be1d507716-David-Yurman_a8u7yk.png" alt="David Yurman" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208204/Apple_logo_black.svg_snu7mr.png" alt="Apple" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208204/Canon_wordmark.svg_woefyj.png" alt="Canon" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208202/Logo_of_Red_bull.svg_rxkrv7.png" alt="Red Bull" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208201/DJI_Innovations_logo.svg_rdvbs7.png" alt="DJI" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765275702/North-Face-Logo_choxfn.png" alt="The North Face" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208201/Patagonia__Unternehmen__logo.svg_tm1lj1.png" alt="Patagonia" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765278316/Toyota_kjhtnl.png" alt="Toyota" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208199/Land_Rover_2023_p67bjo.svg" alt="Land Rover" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765280472/Sony_logo_lojh53.png" alt="Sony" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765207342/jeep-7_eobcnw.svg" alt="Jeep" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765275702/Airbus-Logo-1024x640_sowydg.png" alt="Airbus" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765276644/can-am-brp-logo-vector_qwnd3c.png" alt="Can-Am" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765280565/NBC_logo_2022_sp8qjj.png" alt="NBC" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765277181/USMC-Logo-500x281_soblvr.png" alt="U.S. Marine Corps" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765275703/BakerTilly-Logo_y8v9go.png" alt="Baker Tilly" loading="lazy"></div>
<div class="exec-brand-logo"><img src="https://res.cloudinary.com/planet5/image/upload/f_auto,q_auto,w_120/v1765208195/Outside_TV_p3cpvj.png" alt="Outside TV" loading="lazy"></div>
</div>
</div>
</section>
<!-- ==========================
THE OPPORTUNITY
========================== -->
<section class="exec-opportunity">
<div class="exec-opportunity-container">
<div class="exec-opportunity-header">
<p class="exec-section-label">The Opportunity</p>
<h2 class="exec-section-title">Investment Terms & Returns</h2>
</div>
<div class="exec-terms-row">
<div class="exec-term"><div class="exec-term-value">$3.5M</div><div class="exec-term-label">Raise</div></div>
<div class="exec-term"><div class="exec-term-value">SAFE</div><div class="exec-term-label">Instrument</div></div>
<div class="exec-term"><div class="exec-term-value">$10M</div><div class="exec-term-label">Post-Money Cap</div></div>
<div class="exec-term"><div class="exec-term-value">20%</div><div class="exec-term-label">Discount</div></div>
<div class="exec-term"><div class="exec-term-value">18 Mo</div><div class="exec-term-label">Runway</div></div>
</div>
<div class="exec-returns-grid">
<div class="exec-return-card">
<div class="exec-return-scenario">Conservative (2.0x)</div>
<div class="exec-return-exit">$120M</div>
<div class="exec-return-detail">
$500K → <strong>$4.6M</strong> (9.2x)<br>
$1M → <strong>$9.2M</strong> (9.2x)
</div>
</div>
<div class="exec-return-card featured">
<div class="exec-return-scenario">Base Case (3.0x)</div>
<div class="exec-return-exit">$180M</div>
<div class="exec-return-detail">
$500K → <strong>$6.9M</strong> (13.8x)<br>
$1M → <strong>$13.8M</strong> (13.8x)
</div>
</div>
<div class="exec-return-card">
<div class="exec-return-scenario">Upside (4.0x)</div>
<div class="exec-return-exit">$240M</div>
<div class="exec-return-detail">
$500K → <strong>$9.2M</strong> (18.4x)<br>
$1M → <strong>$18.4M</strong> (18.4x)
</div>
</div>
</div>
<p class="exec-returns-note">5-year horizon · Base case IRR 68.9% · Y5 EBITDA $27.4M at 45.5% margin · Multiples anchored to verified premium consumer comps (Graza, Olipop, Liquid Death, Black Rifle)</p>
<div class="exec-deep-links">
<a href="/planet5-investment-memo" class="exec-deep-link light">Read the full investment memo →</a>
<a href="/planet5-safe-documents" class="exec-deep-link light">SAFE documents →</a>
</div>
</div>
</section>
<!-- ==========================
USE OF FUNDS
========================== -->
<section class="exec-funds">
<div class="exec-funds-container">
<div class="exec-funds-header">
<p class="exec-section-label">Capital Allocation</p>
<h2 class="exec-section-title">Use of Funds</h2>
</div>
<div class="exec-funds-bar">
<div class="exec-funds-segment seg-1">People & Ops</div>
<div class="exec-funds-segment seg-2">Marketing</div>
<div class="exec-funds-segment seg-3">Coffee Launch</div>
<div class="exec-funds-segment seg-4">Y2 Reserve</div>
<div class="exec-funds-segment seg-5">Working Cap</div>
<div class="exec-funds-segment seg-6">Platform</div>
<div class="exec-funds-segment seg-7">Legal</div>
</div>
<div class="exec-funds-legend">
<div class="exec-funds-item"><div class="exec-funds-amount">$1.08M</div><div class="exec-funds-name">People & Operations</div></div>
<div class="exec-funds-item"><div class="exec-funds-amount">$860K</div><div class="exec-funds-name">Marketing & Brand</div></div>
<div class="exec-funds-item"><div class="exec-funds-amount">$500K</div><div class="exec-funds-name">Coffee Launch</div></div>
<div class="exec-funds-item"><div class="exec-funds-amount">$425K</div><div class="exec-funds-name">Y2 Growth Reserve</div></div>
<div class="exec-funds-item"><div class="exec-funds-amount">$250K</div><div class="exec-funds-name">Working Capital</div></div>
<div class="exec-funds-item"><div class="exec-funds-amount">$240K</div><div class="exec-funds-name">Platform & Tech</div></div>
<div class="exec-funds-item"><div class="exec-funds-amount">$150K</div><div class="exec-funds-name">Legal & Finance</div></div>
</div>
</div>
</section>
<!-- ==========================
BRAND PROMISE
========================== -->
<section class="exec-promise">
<img src="https://res.cloudinary.com/planet5/image/upload/c_fill,w_1920,h_600,q_auto,f_auto/v1764877971/p5_2_2025_earth_bolivia_altiplano_higher_grounds_72x36_web_zxmyoh.jpg" alt="" class="exec-promise-bg">
<div class="exec-promise-overlay"></div>
<div class="exec-promise-container">
<div class="exec-promise-left">
<p class="exec-promise-label">The Promise</p>
<p class="exec-promise-text">To collect art is to choose what you live with. To drink coffee deliberately is to choose how you start your day. To belong as a Guardian is to choose what you stand for.</p>
<p class="exec-promise-follow">Planet 5 makes all three the same choice.</p>
</div>
<div class="exec-promise-right">
<p class="exec-promise-tagline">The Art of Being There.</p>
</div>
</div>
</section>
<!-- ==========================
CTA FOOTER
========================== -->
<section class="cta-footer">
<div class="cta-footer-container">
<div class="cta-footer-header">
<h2 class="cta-footer-title">Due Diligence Materials</h2>
<a href="/planet5-assumptions-defense" class="cta-header-button">Model Benchmarks – See the Research</a>
</div>
<a href="/planet5-intro-deck" class="cta-hero-card">
<div class="cta-hero-bg" style="background-image: url('https://res.cloudinary.com/planet5/image/upload/c_fill,w_1400,h_600,q_auto,f_auto/v1764406260/galleries/fifth-element/p5__2025_the_sentinals_torres_del_paine_fifth_element.jpg');"></div>
<div class="cta-hero-content">
<p class="cta-hero-label">Recommended Next</p>
<h3 class="cta-hero-title">Intro Deck</h3>
<p class="cta-hero-desc">14-slide visual overview of the opportunity</p>
</div>
</a>
<div class="cta-nav-grid">
<a href="/planet5-investment-memo" class="cta-nav-card"><div class="cta-nav-card-title">Investment Memo</div><div class="cta-nav-card-desc">Complete thesis & risks</div></a>
<a href="/planet5-business-model" class="cta-nav-card"><div class="cta-nav-card-title">Business Model</div><div class="cta-nav-card-desc">Revenue & 5-year projections</div></a>
<a href="/planet5-gtm" class="cta-nav-card"><div class="cta-nav-card-title">GTM Strategy</div><div class="cta-nav-card-desc">18-month execution plan</div></a>
<a href="/planet5-market-research" class="cta-nav-card"><div class="cta-nav-card-title">Market Research</div><div class="cta-nav-card-desc">TAM/SAM/SOM analysis</div></a>
<a href="/planet5-technology" class="cta-nav-card"><div class="cta-nav-card-title">Technology Stack</div><div class="cta-nav-card-desc">Platform architecture</div></a>
<a href="/planet5-ai-team" class="cta-nav-card"><div class="cta-nav-card-title">AI Team</div><div class="cta-nav-card-desc">AI-native operations</div></a>
</div>
<a href="/planet5-safe-documents" class="cta-safe-card">
<div class="cta-safe-title">Become a Guardian: SAFE Documents</div>
</a>
<div class="cta-invest">
<p class="cta-invest-label">Limited Allocation</p>
<h3 class="cta-invest-title">Partner With Us</h3>
<p class="cta-invest-text">A mountain preservation company built on fine art, rare high altitude coffee, and Guardian memberships. Three revenue streams. One customer. Platform built. Supply chain confirmed. TGR signed. Launching July 2026.</p>
<a href="/planet5-safe-documents" class="cta-invest-button">Get Started</a>
<p class="cta-invest-contact">Questions? <a href="mailto:invest@planet5media.com">invest@planet5media.com</a></p>
</div>
</div>
</section>
</body>
</html>