<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Adam Metz — Capital Formation + AI Infrastructure</title>
  <meta name="description" content="Adam Metz bridges institutional capital distribution and production-grade AI infrastructure. 121,500+ LP audience. GCP/BigQuery architect. Zero vaporware.">
  <!-- Google Analytics -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-94Z07Z872"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'G-94Z07Z872');
  </script>
  <!-- HubSpot Tracking Code -->
  <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/45904945.js"></script>
  <script src="https://cdn.tailwindcss.com"></script>
  <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=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
  <script>
    tailwind.config = {
      theme: {
        extend: {
          fontFamily: { sans: ['Inter', 'system-ui', 'sans-serif'] },
          colors: {
            slate: {
              925: '#0a0f1a',
              950: '#060a13',
            },
            accent: {
              blue: '#3b82f6',
              blueDim: '#1e3a5f',
              gold: '#c9a84c',
              goldDim: '#4a3d1a',
            }
          }
        }
      }
    }
  </script>
  <style>
    body { background-color: #060a13; }
    .gradient-text-blue {
      background: linear-gradient(135deg, #60a5fa, #3b82f6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .gradient-text-gold {
      background: linear-gradient(135deg, #d4af37, #c9a84c);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .card-glow-blue { box-shadow: 0 0 40px rgba(59, 130, 246, 0.06); }
    .card-glow-gold { box-shadow: 0 0 40px rgba(201, 168, 76, 0.06); }
    .terminal-bg {
      background: linear-gradient(180deg, #0c1222 0%, #0a0f1a 100%);
    }
    .cursor-blink::after {
      content: '|';
      animation: blink 1s step-end infinite;
      color: #3b82f6;
    }
    @keyframes blink {
      50% { opacity: 0; }
    }
    .border-subtle { border-color: rgba(255,255,255,0.06); }
    ::selection { background: rgba(59, 130, 246, 0.3); }
  </style>
</head>

<body class="font-sans text-slate-300 antialiased">

  <!-- NAV -->
  <nav class="fixed top-0 w-full z-50 bg-slate-950/80 backdrop-blur-xl border-b border-subtle">
    <div class="max-w-6xl mx-auto px-6 py-4 flex items-center justify-between">
      <span class="text-white font-semibold tracking-tight text-lg">Adam Metz</span>
      <div class="hidden md:flex items-center gap-8 text-sm text-slate-400">
        <a href="#dual-threat" class="hover:text-white transition-colors">The Edge</a>
        <a href="#engage" class="hover:text-white transition-colors">How I Engage</a>
        <a href="#engine" class="hover:text-white transition-colors">The Engine</a>
        <a href="#contact" class="inline-flex items-center gap-2 bg-white text-slate-950 px-4 py-2 rounded-md font-medium hover:bg-slate-200 transition-colors">Book Strategy Call</a>
      </div>
    </div>
  </nav>

  <!-- HERO -->
  <section class="min-h-screen flex items-center relative overflow-hidden">
    <div class="absolute inset-0 bg-gradient-to-br from-slate-950 via-slate-925 to-slate-950"></div>
    <div class="absolute top-1/4 -left-32 w-96 h-96 bg-accent-blue/5 rounded-full blur-3xl"></div>
    <div class="absolute bottom-1/4 -right-32 w-96 h-96 bg-accent-gold/5 rounded-full blur-3xl"></div>

    <div class="relative max-w-6xl mx-auto px-6 pt-32 pb-20">
      <div class="max-w-4xl">
        <p class="text-sm font-medium tracking-widest uppercase text-slate-500 mb-6">Architect of the Post-Labor Institutional Agency</p>
        <h1 class="text-5xl md:text-7xl font-bold text-white leading-[1.05] tracking-tight mb-8">
          Built the <span class="gradient-text-gold">65-analyst agency</span><br>
          <span class="gradient-text-blue">in 28 days.</span>
        </h1>
        <p class="text-xl md:text-2xl text-slate-400 leading-relaxed max-w-2xl mb-4">
          15,635 manual analyst hours replaced in 28 days. 122,000+ institutional investors across VC, PE, Growth Equity, Infrastructure, Hedge, Credit, and Real Estate — tracked, matched, and injected into client CRMs autonomously. <span class="text-white font-semibold">$7-10M+ anchor checks</span> for fund managers raising $50M+.
        </p>
        <p class="text-lg text-slate-500 mb-10">
          I replaced a $1.5M annual labor cost with 13 autonomous GCP data trains. 65 analyst-equivalent throughput. $200/mo cloud bill. The $1.5M doesn't exist on my P&L&mdash;because I codified it into a machine.
        </p>
        <div class="flex flex-col sm:flex-row gap-4">
          <a href="#contact" class="inline-flex items-center justify-center gap-2 bg-white text-slate-950 px-8 py-4 rounded-md font-semibold text-lg hover:bg-slate-200 transition-colors">
            Book Strategy Call
            <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
          </a>
          <a href="#dual-threat" class="inline-flex items-center justify-center gap-2 border border-slate-700 text-slate-300 px-8 py-4 rounded-md font-medium text-lg hover:border-slate-500 hover:text-white transition-colors">
            See the Edge
          </a>
        </div>
      </div>

      <!-- Stats bar -->
      <div class="mt-20 pt-10 border-t border-subtle grid grid-cols-2 md:grid-cols-4 gap-8">
        <div>
          <p class="text-3xl font-bold text-white">$61.75M+</p>
          <p class="text-sm text-slate-500 mt-1">Raised under direct advisory (Fund I-III)</p>
        </div>
        <div>
          <p class="text-3xl font-bold text-white">15,635h</p>
          <p class="text-sm text-slate-500 mt-1">Manual research replaced in 28 days</p>
        </div>
        <div>
          <p class="text-3xl font-bold text-white">122K</p>
          <p class="text-sm text-slate-500 mt-1">Active institutional subscribers</p>
        </div>
        <div>
          <p class="text-3xl font-bold text-white">$200/mo</p>
          <p class="text-sm text-slate-500 mt-1">Cloud bill for 65-person equivalent output</p>
        </div>
      </div>
    </div>
  </section>

  <!-- DUAL THREAT -->
  <section id="dual-threat" class="py-32 relative">
    <div class="max-w-6xl mx-auto px-6">
      <p class="text-sm font-medium tracking-widest uppercase text-slate-500 mb-4">The Dual Threat</p>
      <h2 class="text-4xl md:text-5xl font-bold text-white mb-6">Two skills. One operator.</h2>
      <p class="text-xl text-slate-400 max-w-2xl mb-16">Most execs know capital or code. I deploy both. That's not a pitch — it's a structural advantage you can't hire for twice.</p>

      <div class="grid md:grid-cols-2 gap-6">
        <!-- DISTRIBUTION -->
        <div class="rounded-2xl border border-subtle p-10 card-glow-gold relative overflow-hidden">
          <div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-accent-gold/60 to-transparent"></div>
          <div class="w-12 h-12 rounded-xl bg-accent-goldDim flex items-center justify-center mb-6">
            <svg class="w-6 h-6 text-accent-gold" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
          </div>
          <h3 class="text-2xl font-bold text-white mb-4">Institutional Distribution</h3>
          <p class="text-slate-400 leading-relaxed mb-6">
            B2B tech companies spend millions trying to crack the LP market. Their sales teams sound like outsiders because they are. I own the largest investor relations audience globally — 121,500+ fund managers, allocators, and LPs who already trust the brand.
          </p>
          <p class="text-slate-400 leading-relaxed mb-8">
            This isn't a marketing channel. It's a pre-built, proprietary pipeline of institutional capital and buyers that plugs directly into your P&L.
          </p>
          <div class="space-y-3 text-sm">
            <div class="flex items-center gap-3 text-slate-300">
              <span class="w-1.5 h-1.5 rounded-full bg-accent-gold"></span>
              $61.75M+ raised under direct advisory (Fund I–III clients)
            </div>
            <div class="flex items-center gap-3 text-slate-300">
              <span class="w-1.5 h-1.5 rounded-full bg-accent-gold"></span>
              $1.26M/month avg GP velocity — 2x industry benchmark
            </div>
            <div class="flex items-center gap-3 text-slate-300">
              <span class="w-1.5 h-1.5 rounded-full bg-accent-gold"></span>
              Engagement 20-30% above tier-one financial media
            </div>
          </div>
        </div>

        <!-- AI / DATA -->
        <div class="rounded-2xl border border-subtle p-10 card-glow-blue relative overflow-hidden">
          <div class="absolute top-0 left-0 w-full h-1 bg-gradient-to-r from-accent-blue/60 to-transparent"></div>
          <div class="w-12 h-12 rounded-xl bg-accent-blueDim flex items-center justify-center mb-6">
            <svg class="w-6 h-6 text-accent-blue" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"/></svg>
          </div>
          <h3 class="text-2xl font-bold text-white mb-4">Autonomous Infrastructure</h3>
          <p class="text-slate-400 leading-relaxed mb-6">
            I built 13 autonomous data trains on GCP Cloud Run that produce the output of a 65-analyst research floor — for a $200/month cloud bill. The engine monitors global LP activity across VC, PE, Growth Equity, Infrastructure, Hedge, Credit, and Real Estate with a focus on <span class="text-white font-semibold">$7-10M+ anchor commitments</span>. LP signals flow from BigQuery to client HubSpot CRMs via programmatic upsert cron jobs — zero manual data entry.
          </p>
          <p class="text-slate-400 leading-relaxed mb-8">
            103,000+ rows written to BigQuery in 28 days. 15,635 manual analyst hours replaced. The entire platform was built in under a month by one engineer.
          </p>
          <div class="space-y-3 text-sm">
            <div class="flex items-center gap-3 text-slate-300">
              <span class="w-1.5 h-1.5 rounded-full bg-accent-blue"></span>
              13 Cloud Run trains: SEC EDGAR, 13F, Board Minutes, Shadow Wealth, Liquidity Events
            </div>
            <div class="flex items-center gap-3 text-slate-300">
              <span class="w-1.5 h-1.5 rounded-full bg-accent-blue"></span>
              Autonomous CRM sync: programmatic HubSpot lead injection (weekly cron)
            </div>
            <div class="flex items-center gap-3 text-slate-300">
              <span class="w-1.5 h-1.5 rounded-full bg-accent-blue"></span>
              NIST CSF 2.0 secrets management, OIDC auth, zero-downtime deploys
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- HOW I ENGAGE -->
  <section id="engage" class="py-32 relative border-t border-subtle">
    <div class="max-w-6xl mx-auto px-6">
      <p class="text-sm font-medium tracking-widest uppercase text-slate-500 mb-4">How I Engage</p>
      <h2 class="text-4xl md:text-5xl font-bold text-white mb-6">Three ways to deploy me.</h2>
      <p class="text-xl text-slate-400 max-w-2xl mb-16">I'm looking for one of these roles. The right fit depends on what problem keeps your CEO up at 2am.</p>

      <div class="grid md:grid-cols-3 gap-6">
        <!-- Operating Partner -->
        <div class="rounded-2xl border border-subtle p-8 hover:border-slate-700 transition-colors group">
          <div class="text-4xl font-bold text-slate-800 group-hover:text-slate-700 transition-colors mb-6">01</div>
          <h3 class="text-xl font-bold text-white mb-4">Operating Partner</h3>
          <p class="text-slate-400 leading-relaxed mb-6">
            For PE/VC firms that need a portfolio-level operator who can walk into a company, diagnose the revenue leak, and fix the plumbing — not just advise on it.
          </p>
          <div class="pt-4 border-t border-subtle text-sm text-slate-500">
            Revenue infrastructure, LP relations, portfolio value creation
          </div>
        </div>

        <!-- Head of GTM -->
        <div class="rounded-2xl border border-subtle p-8 hover:border-slate-700 transition-colors group">
          <div class="text-4xl font-bold text-slate-800 group-hover:text-slate-700 transition-colors mb-6">02</div>
          <h3 class="text-xl font-bold text-white mb-4">Head of GTM</h3>
          <p class="text-slate-400 leading-relaxed mb-6">
            For FinTech or data companies trying to sell into institutional capital. Your sales team sounds like outsiders because they are. I bring the audience, the credibility, and decades of closing.
          </p>
          <div class="pt-4 border-t border-subtle text-sm text-slate-500">
            Distribution strategy, institutional sales, audience monetization
          </div>
        </div>

        <!-- Product Strategy -->
        <div class="rounded-2xl border border-subtle p-8 hover:border-slate-700 transition-colors group">
          <div class="text-4xl font-bold text-slate-800 group-hover:text-slate-700 transition-colors mb-6">03</div>
          <h3 class="text-xl font-bold text-white mb-4">Product Strategy</h3>
          <p class="text-slate-400 leading-relaxed mb-6">
            For companies building AI/data products for private markets. I've shipped a SaaS app that threatens Pitchbook, Preqin, and Dakota — at $99/month. I know what fund managers actually pay for. Most product teams don't.
          </p>
          <div class="pt-4 border-t border-subtle text-sm text-slate-500">
            Product-market fit, data architecture, competitive positioning
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- THE ENGINE -->
  <section id="engine" class="py-32 relative border-t border-subtle">
    <div class="max-w-6xl mx-auto px-6">
      <p class="text-sm font-medium tracking-widest uppercase text-slate-500 mb-4">The Engine</p>
      <h2 class="text-4xl md:text-5xl font-bold text-white mb-6">This isn't a slide deck. It's production code.</h2>
      <p class="text-xl text-slate-400 max-w-2xl mb-16">I build automated data trains that extract proprietary signals from SEC filings, board minutes, and LP commitment data. Here's what runs under the hood.</p>

      <div class="rounded-2xl terminal-bg border border-subtle overflow-hidden">
        <div class="flex items-center gap-2 px-6 py-4 border-b border-subtle">
          <span class="w-3 h-3 rounded-full bg-red-500/80"></span>
          <span class="w-3 h-3 rounded-full bg-yellow-500/80"></span>
          <span class="w-3 h-3 rounded-full bg-green-500/80"></span>
          <span class="ml-4 text-sm text-slate-500 font-mono">adam@lpblueprint ~ /data-pipeline</span>
        </div>
        <div class="p-8 font-mono text-sm leading-loose">
          <p class="text-slate-500">// The "Post-Labor" Math: $1.5M labor cost → $200/mo cloud bill</p>
          <p class="text-slate-500">// 13 autonomous trains, 1 engineer, 15,635 hours replaced in 28 days</p>
          <p class="mt-4">
            <span class="text-accent-blue">$</span>
            <span class="text-slate-300"> bq query 'SELECT COUNT(*) FROM sourcing_agent.*'</span>
          </p>
          <p class="text-green-400/70 mt-1">  [OK] 103,492 rows written since Feb 1, 2026</p>
          <p class="text-green-400/70">  [OK] 78,562 LP contacts | 12,629 signals | 9,550 recommendations</p>
          <p class="text-green-400/70">  [OK] 15,635 manual hours replaced (65 FTE equivalent)</p>
          <p class="mt-4">
            <span class="text-accent-blue">$</span>
            <span class="text-slate-300"> gcloud scheduler jobs list --filter="state=ENABLED"</span>
          </p>
          <p class="text-green-400/70 mt-1">  [OK] 13 Cloud Scheduler jobs active | $1.5M labor cost displaced in 28 days</p>
          <p class="text-green-400/70">  [OK] SEC Form D, 13F, Board Minutes, Shadow Wealth, Liquidity Events</p>
          <p class="text-green-400/70">  [OK] Autonomous HubSpot injection: Sunday 9PM ET (cr-weekly-crm-sync)</p>
          <p class="mt-4">
            <span class="text-accent-blue">$</span>
            <span class="text-slate-300"> curl app.lpblueprint.com/api/admin/deadman-switch</span>
          </p>
          <p class="text-green-400/70 mt-1">  [OK] status: ALL_GREEN | trains_checked: 10 | stale: 0</p>
          <p class="text-green-400/70">  [OK] Last heartbeat: &lt;8h ago (all trains healthy)</p>
          <p class="text-green-400/70">  [OK] Uptime: 99.7% across all data pipelines</p>
          <p class="mt-6">
            <span class="text-accent-blue">$</span>
            <span class="text-white cursor-blink"> </span>
          </p>
        </div>
      </div>

      <div class="grid md:grid-cols-3 gap-6 mt-12">
        <div class="rounded-xl border border-subtle p-6">
          <p class="text-2xl font-bold text-white">78K+</p>
          <p class="text-sm text-slate-500 mt-1">Verified LP contacts in the platform</p>
        </div>
        <div class="rounded-xl border border-subtle p-6">
          <p class="text-2xl font-bold text-white">103K</p>
          <p class="text-sm text-slate-500 mt-1">BQ rows written in 28 days</p>
        </div>
        <div class="rounded-xl border border-subtle p-6">
          <p class="text-2xl font-bold text-white">$200/mo</p>
          <p class="text-sm text-slate-500 mt-1">Cloud bill for 65-FTE output</p>
        </div>
      </div>
    </div>
  </section>

  <!-- ABOUT (Compressed) -->
  <section class="py-32 relative border-t border-subtle">
    <div class="max-w-6xl mx-auto px-6">
      <div class="max-w-3xl">
        <p class="text-sm font-medium tracking-widest uppercase text-slate-500 mb-4">Background</p>
        <h2 class="text-4xl md:text-5xl font-bold text-white mb-8">Not your typical executive.</h2>
        <div class="space-y-6 text-lg text-slate-400 leading-relaxed">
          <p>
            Deep B2B sales background. Built and sold a social media consultancy. #1 Amazon bestselling author. Promoted 100+ punk shows. Grew up in the DIY scene and never left.
          </p>
          <p>
            I built LP Blueprint from a failed VC fundraise into the largest investor relations publication globally — 121,500+ subscribers, 9M+ annual page views, engagement rates that consistently outperform tier-one financial media.
          </p>
          <p>
            Then I built the SaaS platform to match. Real-time LP check tracking. Verified contacts. Proprietary data pipelines. The whole thing runs on infrastructure I deployed myself.
          </p>
          <p class="text-slate-500">
            I didn't learn this in a boardroom. I learned it the hard way — and then I watched 147+ fund managers learn it the same way, one painful quarter at a time.
          </p>
        </div>
      </div>
    </div>
  </section>

  <!-- CTA / CONTACT -->
  <section id="contact" class="py-32 relative border-t border-subtle">
    <div class="max-w-6xl mx-auto px-6 text-center">
      <h2 class="text-4xl md:text-5xl font-bold text-white mb-6">Let's talk.</h2>
      <p class="text-xl text-slate-400 max-w-xl mx-auto mb-10">
        If you need someone who can close a $50M allocation and debug your API webhook in the same week — I'm that person.
      </p>
      <div class="flex flex-col sm:flex-row items-center justify-center gap-4">
        <a href="mailto:adam@lpblueprint.com" class="inline-flex items-center gap-2 bg-white text-slate-950 px-8 py-4 rounded-md font-semibold text-lg hover:bg-slate-200 transition-colors">
          adam@lpblueprint.com
        </a>
        <a href="https://www.linkedin.com/in/adammetz" target="_blank" class="inline-flex items-center gap-2 border border-slate-700 text-slate-300 px-8 py-4 rounded-md font-medium text-lg hover:border-slate-500 hover:text-white transition-colors">
          LinkedIn
        </a>
      </div>
    </div>
  </section>

  <!-- FOOTER -->
  <footer class="py-10 border-t border-subtle">
    <div class="max-w-6xl mx-auto px-6 flex flex-col md:flex-row items-center justify-between gap-4">
      <p class="text-sm text-slate-600">&copy; 2026 Adam Metz. All rights reserved.</p>
      <div class="flex items-center gap-6 text-sm text-slate-600">
        <a href="https://lpblueprint.com" target="_blank" class="hover:text-slate-400 transition-colors">LP Blueprint</a>
        <a href="https://app.lpblueprint.com" target="_blank" class="hover:text-slate-400 transition-colors">The Platform</a>
        <a href="https://metz.substack.com" target="_blank" class="hover:text-slate-400 transition-colors">Substack</a>
      </div>
    </div>
  </footer>

</body>
</html>
