<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Boulder Punch — Fractional CMO</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,700;1,400&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{
--gold:#c89b2b;--gold-light:#f5e9c4;--gold-dark:#a07820;
--ink:#0f0e0c;--ink-2:#2c2a26;--ink-3:#4a4640;--muted:#7a7570;
--rule:#e4e0d8;--surface:#faf9f6;--white:#ffffff;
--font-display:'Playfair Display',Georgia,serif;
--font-body:'DM Sans',system-ui,sans-serif;
}
/* ── FULL WIDTH FIX ── */
html,body{width:100%;margin:0;padding:0;overflow-x:hidden;}
body{font-family:var(--font-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;}
.container{width:100%;max-width:1240px;margin:0 auto;padding:0 40px;}
.eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);}
.btn{display:inline-block;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;padding:14px 32px;border-radius:2px;cursor:pointer;transition:all .2s ease;border:none;}
.btn-gold{background:var(--gold);color:var(--white);}
.btn-gold:hover{background:var(--gold-dark);}
.btn-outline{background:transparent;color:var(--ink);border:1.5px solid var(--ink);}
.btn-outline:hover{background:var(--ink);color:var(--white);}
.btn-outline-gold{background:transparent;color:var(--gold);border:1.5px solid var(--gold);}
.btn-outline-gold:hover{background:var(--gold);color:var(--white);}
.btn-outline-white{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.5);}
.btn-outline-white:hover{background:var(--white);color:var(--ink);}
/* NAV */
nav{width:100%;height:72px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--rule);}
.nav-inner{max-width:1240px;margin:0 auto;padding:0 40px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.nav-logo-mark{width:36px;height:36px;background:var(--ink);border-radius:4px;display:flex;align-items:center;justify-content:center;}
.nav-logo-mark span{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--gold);}
.nav-logo-text{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--ink);line-height:1.1;}
.nav-logo-text small{display:block;font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);}
.nav-links{display:flex;align-items:center;gap:4px;}
.nav-links a{font-size:13px;font-weight:500;color:var(--ink-3);text-decoration:none;padding:8px 12px;border-radius:4px;}
.nav-cta{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;padding:10px 22px;background:var(--gold);color:var(--white);border-radius:2px;}
/* HERO */
.hero{position:relative;min-height:540px;display:flex;align-items:center;overflow:hidden;background:var(--ink-2);width:100%;}
.hero-bg{position:absolute;inset:0;background-image:url('https://images.squarespace-cdn.com/content/v1/69a0eb1380277a55fbb5720b/dc88c87e-017d-43ff-b39f-9517f36d7778/alan-rodriguez-G0j5utZEkc0-unsplash.jpg');background-size:cover;background-position:center 30%;opacity:.35;}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,14,12,.85) 40%,rgba(15,14,12,.4));}
.hero-content{position:relative;z-index:2;max-width:1240px;margin:0 auto;padding:100px 40px 80px;width:100%;}
.hero h1{font-family:var(--font-display);font-size:clamp(36px,5vw,68px);font-weight:400;color:var(--white);line-height:1.1;letter-spacing:-.02em;max-width:760px;margin-bottom:24px;margin-top:16px;}
.hero h1 strong{font-weight:700;color:var(--gold);}
.hero-sub{font-size:17px;font-weight:300;color:rgba(255,255,255,.75);line-height:1.75;max-width:560px;margin-bottom:40px;}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;}
/* WHAT IS */
.what-is{padding:100px 0;background:var(--surface);width:100%;}
.what-is-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.what-is-img{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:4px;}
.what-is-img img{width:100%;height:100%;object-fit:cover;}
.what-is-copy h2{font-family:var(--font-display);font-size:clamp(28px,3vw,44px);font-weight:700;line-height:1.15;color:var(--ink);margin-bottom:20px;margin-top:16px;}
.what-is-copy p{font-size:16px;font-weight:300;color:var(--ink-3);line-height:1.8;margin-bottom:14px;}
/* OWNERSHIP */
.ownership{padding:100px 0;background:var(--white);width:100%;}
.ownership-header{max-width:680px;margin:0 auto 64px;text-align:center;}
.ownership-header h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.15;color:var(--ink);margin-bottom:16px;margin-top:16px;}
.ownership-header p{font-size:16px;font-weight:300;color:var(--muted);line-height:1.8;}
.ownership-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--rule);}
.pillar{background:var(--white);padding:44px 36px;}
.pillar-num{font-family:var(--font-display);font-size:44px;font-weight:400;color:var(--gold-light);line-height:1;margin-bottom:16px;}
.pillar h3{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.25;}
.pillar p{font-size:14px;font-weight:300;color:var(--ink-3);line-height:1.8;}
.ownership-cta{text-align:center;margin-top:48px;}
/* PROBLEMS */
.problems{padding:100px 0;background:var(--ink);width:100%;}
.problems-header{max-width:680px;margin:0 auto 64px;text-align:center;}
.problems-header h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.15;color:var(--white);margin-top:16px;margin-bottom:16px;}
.problems-header p{font-size:16px;font-weight:300;color:rgba(255,255,255,.6);line-height:1.8;}
.problems-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:rgba(255,255,255,.08);margin-bottom:56px;}
.problem-card{background:var(--ink);padding:44px 36px;}
.problem-card h3{font-family:var(--font-display);font-size:19px;font-weight:700;color:var(--white);margin-bottom:10px;}
.problem-card p{font-size:14px;font-weight:300;color:rgba(255,255,255,.55);line-height:1.75;}
.problem-card::before{content:'';display:block;width:24px;height:2px;background:var(--gold);margin-bottom:24px;}
.problems-solution{background:rgba(200,155,43,.1);border:1px solid rgba(200,155,43,.3);border-radius:4px;padding:48px 56px;text-align:center;}
.problems-solution h3{font-family:var(--font-display);font-size:clamp(22px,2.5vw,32px);font-weight:700;color:var(--white);margin-bottom:14px;line-height:1.2;}
.problems-solution p{font-size:15px;font-weight:300;color:rgba(255,255,255,.65);line-height:1.8;max-width:600px;margin:0 auto 28px;}
/* WHO */
.who{padding:100px 0;background:var(--surface);width:100%;}
.who-header{max-width:680px;margin:0 auto 56px;text-align:center;}
.who-header h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,40px);font-weight:700;line-height:1.15;color:var(--ink);margin-top:16px;}
.who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.who-card{background:var(--white);border:1px solid var(--rule);border-radius:4px;padding:32px 24px;}
.who-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);background:var(--gold-light);padding:5px 12px;border-radius:2px;margin-bottom:14px;}
.who-card h3{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--ink);margin-bottom:8px;line-height:1.3;}
.who-card p{font-size:13px;font-weight:300;color:var(--muted);line-height:1.7;}
/* TIM */
.tim{padding:100px 0;background:var(--white);width:100%;}
.tim-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.tim-img{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:4px;}
.tim-img img{width:100%;height:100%;object-fit:cover;}
.tim-copy h2{font-family:var(--font-display);font-size:clamp(28px,3vw,42px);font-weight:700;line-height:1.15;color:var(--ink);margin-bottom:20px;margin-top:16px;}
.tim-copy p{font-size:15px;font-weight:300;color:var(--ink-3);line-height:1.85;margin-bottom:14px;}
.tim-values{margin-top:36px;padding-top:36px;border-top:1px solid var(--rule);}
.tim-value{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px;}
.tim-value-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:7px;}
.tim-value p{font-size:14px;font-weight:400;color:var(--ink-3);line-height:1.6;margin:0;}
/* GROWTH SYSTEM */
.growth-system{padding:100px 0;background:var(--ink-2);width:100%;}
.growth-system-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.growth-system-copy h2{font-family:var(--font-display);font-size:clamp(28px,3vw,44px);font-weight:700;line-height:1.15;color:var(--white);margin-bottom:20px;margin-top:16px;}
.growth-system-copy p{font-size:16px;font-weight:300;color:rgba(255,255,255,.65);line-height:1.8;margin-bottom:28px;}
.growth-system-img{aspect-ratio:4/3;overflow:hidden;border-radius:4px;}
.growth-system-img img{width:100%;height:100%;object-fit:cover;opacity:.7;}
/* COMPARE */
.compare{padding:100px 0;background:var(--white);width:100%;}
.compare-header{max-width:680px;margin:0 auto 48px;text-align:center;}
.compare-header h2{font-family:var(--font-display);font-size:clamp(28px,3.5vw,40px);font-weight:700;line-height:1.15;color:var(--ink);margin-bottom:14px;margin-top:16px;}
.compare-header p{font-size:16px;font-weight:300;color:var(--muted);}
.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.compare-table{width:100%;min-width:640px;border-collapse:collapse;}
.compare-table th,.compare-table td{padding:18px 22px;border-top:1px solid var(--rule);text-align:left;vertical-align:top;}
.compare-table thead th{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);border-top:none;padding-bottom:14px;}
.compare-table thead th.featured{color:var(--gold);}
.compare-table tbody th{font-size:14px;font-weight:600;color:var(--ink);width:200px;}
.compare-table td{font-size:14px;color:var(--ink-3);}
.compare-table .featured{background:rgba(200,155,43,.06);border-left:3px solid var(--gold);}
.compare-table .featured .cell-main{color:var(--gold-dark);font-weight:600;}
.cell-main{display:block;font-weight:500;}
.cell-sub{display:block;font-size:12px;color:var(--muted);margin-top:3px;}
/* CTA BANNER */
.cta-banner{padding:100px 0;background:var(--ink);position:relative;overflow:hidden;text-align:center;width:100%;}
.cta-banner-bg{position:absolute;inset:0;background-image:url('https://images.squarespace-cdn.com/content/v1/69a0eb1380277a55fbb5720b/1772160423474-HD5L7JSTFGVX92L5DTXR/unsplash-image-wVZlN14aT-8.jpg');background-size:cover;background-position:center;opacity:.2;}
.cta-banner .container{position:relative;z-index:2;}
.cta-banner h2{font-family:var(--font-display);font-size:clamp(28px,4vw,56px);font-weight:400;color:var(--white);line-height:1.1;margin-bottom:12px;}
.cta-banner h2 strong{font-weight:700;color:var(--gold);}
.cta-banner p{font-size:17px;font-weight:300;color:rgba(255,255,255,.6);margin-bottom:40px;}
.cta-banner-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
/* FOOTER */
footer{background:var(--ink-2);padding:72px 0 36px;border-top:1px solid rgba(255,255,255,.06);width:100%;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:56px;margin-bottom:64px;}
.footer-brand p{font-size:13px;font-weight:300;color:rgba(255,255,255,.45);line-height:1.8;max-width:260px;margin-top:14px;}
.footer-tagline{font-size:12px;font-style:italic;color:rgba(255,255,255,.3);margin-top:16px;line-height:1.7;}
.footer-col h4{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;}
.footer-col a,.footer-col p{display:block;font-size:13px;font-weight:300;color:rgba(255,255,255,.5);text-decoration:none;margin-bottom:8px;line-height:1.6;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:28px;display:flex;justify-content:space-between;align-items:center;}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.25);}
.footer-bottom-links{display:flex;gap:20px;}
.footer-bottom-links a{font-size:12px;color:rgba(255,255,255,.3);text-decoration:none;}
</style>
</head>
<body>
<nav>
<div class="nav-inner">
<a href="#" class="nav-logo">
<div class="nav-logo-mark"><span>BP</span></div>
<div class="nav-logo-text">Boulder Punch<small>Fractional CMO</small></div>
</a>
<div class="nav-links">
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Growth System</a>
<a href="#">Insights</a>
</div>
<a href="#" class="nav-cta">Let's Talk</a>
</div>
</nav>
<section class="hero">
<div class="hero-bg"></div>
<div class="hero-overlay"></div>
<div class="hero-content">
<p class="eyebrow" style="color:var(--gold)">Fractional CMO Leadership</p>
<h1>You Don't Need More Marketing.<br><strong>You Need Marketing Leadership.</strong></h1>
<p class="hero-sub">Most companies aren't short on marketing activity — they're missing someone accountable for the strategy, alignment, and results. Boulder Punch provides embedded fractional CMO leadership to turn scattered efforts into structured, predictable growth.</p>
<div class="hero-actions">
<a href="#" class="btn btn-gold">Start a Growth Diagnostic</a>
<a href="#" class="btn btn-outline-white">Learn More</a>
</div>
</div>
</section>
<section class="what-is">
<div class="container">
<div class="what-is-grid">
<div class="what-is-img">
<img src="https://images.squarespace-cdn.com/content/v1/69a0eb1380277a55fbb5720b/1775747771099-TEEFG76F4HQ9X6LUM708/unsplash-image-6YmzwamGzCg.jpg" alt="Strategic leadership" loading="lazy"/>
</div>
<div class="what-is-copy">
<p class="eyebrow">What is a Fractional CMO?</p>
<h2>Senior marketing leadership, integrated into your business.</h2>
<p>A fractional CMO is a senior marketing executive embedded in your organization, serving as part of your executive team. They lead strategy, team alignment, and growth initiatives on a part-time or contract basis — without the cost or risk of a full-time hire.</p>
<p>Companies use fractional CMOs when they need leadership, direction, and accountability — not just execution.</p>
<a href="#" class="btn btn-outline" style="margin-top:20px;display:inline-block;">How It Works</a>
</div>
</div>
</div>
</section>
<section class="ownership">
<div class="container">
<div class="ownership-header">
<p class="eyebrow">The Model</p>
<h2>Ownership, direction, and accountability.</h2>
<p>Companies bring in a fractional CMO when they need better decisions, clearer prioritization, stronger orchestration, and measurable ownership over growth.</p>
</div>
<div class="ownership-pillars">
<div class="pillar">
<div class="pillar-num">01</div>
<h3>Embedded leadership vs. external advice.</h3>
<p>Boulder Punch operates within your organization as a strategic marketing leader — aligning teams, guiding decisions, and establishing direction.</p>
</div>
<div class="pillar">
<div class="pillar-num">02</div>
<h3>Alignment across growth drivers.</h3>
<p>Resources, messaging, priorities, pipeline, and execution become connected instead of fragmented.</p>
</div>
<div class="pillar">
<div class="pillar-num">03</div>
<h3>Marketing becomes a predictable system.</h3>
<p>Strategic leadership with accountability, integrated into how your business operates.</p>
</div>
</div>
<div class="ownership-cta">
<a href="#" class="btn btn-outline">Boulder Punch Growth System</a>
</div>
</div>
</section>
<section class="problems">
<div class="container">
<div class="problems-header">
<p class="eyebrow">What companies are experiencing</p>
<h2>Where Growth Becomes a System</h2>
<p>Growth becomes sustainable when it is structured. Without alignment across strategy, execution, and measurement, even strong teams produce inconsistent results.</p>
</div>
<div class="problems-grid">
<div class="problem-card">
<h3>Scattered Priorities</h3>
<p>Too many initiatives competing for attention, without a clear sequence or owner.</p>
</div>
<div class="problem-card">
<h3>Inconsistent Messaging</h3>
<p>Teams, channels, and campaigns are active, but the story is fragmented.</p>
</div>
<div class="problem-card">
<h3>Pipeline Uncertainty</h3>
<p>Marketing feels busy, yet revenue visibility and lead quality remain unpredictable.</p>
</div>
<div class="problem-card">
<h3>Leadership Stretch</h3>
<p>Founders and executives are pulled into execution because no one fully owns the system.</p>
</div>
</div>
<div class="problems-solution">
<h3>Boulder Punch brings ownership, clarity, and coordination to every part of the marketing function.</h3>
<p>By embedding fractional CMO leadership, Boulder Punch aligns resources, clarifies priorities, and turns activity into predictable growth.</p>
<a href="#" class="btn btn-gold">Start a Conversation</a>
</div>
</div>
</section>
<section class="who">
<div class="container">
<div class="who-header">
<p class="eyebrow">Who we work with</p>
<h2>Built for companies where marketing needs to become a system.</h2>
</div>
<div class="who-grid">
<div class="who-card">
<div class="who-tag">SaaS</div>
<h3>Multi-Channel GTM</h3>
<p>SaaS companies scaling go-to-market strategies across multiple channels.</p>
</div>
<div class="who-card">
<div class="who-tag">B2B</div>
<h3>Market Expansion</h3>
<p>B2B companies expanding into new markets or coordinating multiple teams.</p>
</div>
<div class="who-card">
<div class="who-tag">Start-Ups</div>
<h3>Early-Stage Scale</h3>
<p>Venture-backed, early-stage start-ups looking to scale and grow.</p>
</div>
<div class="who-card">
<div class="who-tag">Services</div>
<h3>Modernization + ROI</h3>
<p>Professional services firms modernizing digital marketing for measurable ROI.</p>
</div>
</div>
</div>
</section>
<section class="tim">
<div class="container">
<div class="tim-grid">
<div class="tim-img">
<img src="https://images.squarespace-cdn.com/content/v1/69a0eb1380277a55fbb5720b/d097452f-e626-4a88-9383-6340cd5a7e30/Tim+c.jpg" alt="Tim Cifelli" loading="lazy"/>
</div>
<div class="tim-copy">
<p class="eyebrow">Meet Tim</p>
<h2>Most companies need experienced and accountable marketing direction.</h2>
<p>Tim works alongside founders and leadership teams to create that direction, helping companies move from fragmented initiatives to a clear, shared growth system.</p>
<p>His role is to simplify complexity, support better decisions, and ensure marketing is working as a coordinated function across the business.</p>
<div class="tim-values">
<div class="tim-value"><div class="tim-value-dot"></div><p>Relentless about outcomes. Direct about tradeoffs.</p></div>
<div class="tim-value"><div class="tim-value-dot"></div><p>Creative with purpose. Honest when something isn't working.</p></div>
<div class="tim-value"><div class="tim-value-dot"></div><p>Above all, people trust me to deliver. And I do.</p></div>
</div>
<a href="#" class="btn btn-outline" style="margin-top:24px;display:inline-block;">More About Tim</a>
</div>
</div>
</div>
</section>
<section class="growth-system">
<div class="container">
<div class="growth-system-inner">
<div class="growth-system-copy">
<p class="eyebrow">The Boulder Punch Growth System</p>
<h2>Where strategy, execution, and accountability come together.</h2>
<p>The Growth System creates structure by bringing ownership, clarity, and coordination to every part of the marketing function. The result: priorities are clear, teams are aligned, and performance is measurable.</p>
<a href="#" class="btn btn-outline-gold">Explore the Growth System</a>
</div>
<div class="growth-system-img">
<img src="https://images.squarespace-cdn.com/content/v1/69a0eb1380277a55fbb5720b/9d0e0f73-9fb1-4ae6-b307-b8bf2e3f46ad/closeup-shot-stones-stacked-each-other-with-blue-background.png" alt="Growth system" loading="lazy"/>
</div>
</div>
</div>
</section>
<section class="compare">
<div class="container">
<div class="compare-header">
<p class="eyebrow">Comparison</p>
<h2>Why Companies Choose Boulder Punch</h2>
<p>Boulder Punch is chosen when leadership needs an operator — not another vendor.</p>
</div>
<div class="compare-wrap">
<table class="compare-table">
<thead>
<tr>
<th>Decision Criteria</th>
<th class="featured">Boulder Punch</th>
<th>VP Marketing</th>
<th>Agency</th>
<th>Consultant</th>
</tr>
</thead>
<tbody>
<tr>
<th>Speed to impact</th>
<td class="featured"><span class="cell-main">Immediate leadership</span><span class="cell-sub">Starts embedded</span></td>
<td><span class="cell-main">Months to hire</span><span class="cell-sub">Recruit + ramp</span></td>
<td><span class="cell-main">Execution ramp</span><span class="cell-sub">Scope + onboarding</span></td>
<td><span class="cell-main">Advisory first</span><span class="cell-sub">Audit → plan</span></td>
</tr>
<tr>
<th>Ownership</th>
<td class="featured"><span class="cell-main">Direction + outcomes</span><span class="cell-sub">Owns the system</span></td>
<td><span class="cell-main">Internal ownership</span><span class="cell-sub">Once hired</span></td>
<td><span class="cell-main">Execution only</span><span class="cell-sub">Deliverables focused</span></td>
<td><span class="cell-main">Recommendations</span><span class="cell-sub">Client-owned</span></td>
</tr>
<tr>
<th>Prioritization</th>
<td class="featured"><span class="cell-main">Core role</span><span class="cell-sub">Sequencing + tradeoffs</span></td>
<td><span class="cell-main">Yes</span><span class="cell-sub">Depends on ramp</span></td>
<td><span class="cell-main">Limited</span><span class="cell-sub">Within channel scope</span></td>
<td><span class="cell-main">Limited</span><span class="cell-sub">Plan vs cadence</span></td>
</tr>
<tr>
<th>Specialist orchestration</th>
<td class="featured"><span class="cell-main">Managed</span><span class="cell-sub">Select + coordinate</span></td>
<td><span class="cell-main">Must manage</span><span class="cell-sub">Internal load</span></td>
<td><span class="cell-main">Scope only</span><span class="cell-sub">Cross-vendor varies</span></td>
<td><span class="cell-main">Often external</span><span class="cell-sub">Advises, not runs</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section class="cta-banner">
<div class="cta-banner-bg"></div>
<div class="container">
<h2>Let's kickstart your marketing.<br><strong>We'll be with you every step of the way.</strong></h2>
<p>If you're looking for a fractional CMO who brings senior judgment, clear ownership, and a bias toward results — let's talk.</p>
<div class="cta-banner-actions">
<a href="#" class="btn btn-gold">Book a Call</a>
<a href="#" class="btn btn-outline-white">Email Tim</a>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<div class="nav-logo-mark"><span>BP</span></div>
<p>Embedded fractional CMO leadership that turns scattered marketing efforts into structured, predictable growth.</p>
<p class="footer-tagline">"Relentless about outcomes. Direct about tradeoffs. Creative with purpose."</p>
</div>
<div class="footer-col">
<h4>Navigation</h4>
<a href="#">About</a>
<a href="#">Services</a>
<a href="#">Growth System</a>
<a href="#">Insights</a>
</div>
<div class="footer-col">
<h4>Contact</h4>
<a href="#">+1 (267) 761-1250</a>
<a href="#">info@boulderpunch.com</a>
<a href="#">Book a Call</a>
<a href="#">LinkedIn</a>
</div>
<div class="footer-col">
<h4>Legal</h4>
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
<p style="margin-top:8px;">Boulder Punch © 2026</p>
</div>
</div>
<div class="footer-bottom">
<p>Boulder Punch © 2026. All Rights Reserved.</p>
<div class="footer-bottom-links">
<a href="#">Privacy</a>
<a href="#">Terms</a>
</div>
</div>
</div>
</footer>
</body>
</html>