Service 01
Brand Strategy & Positioning
- Positioning audit
- Messaging framework
- Brand voice guidelines
- Strategic recommendations
Investment: $[X,XXX]+
Website Copy & Messaging
- Website copy, page-by-page
- Section-by-section strategy
- Messaging alignment across every touchpoint
Investment: $[X,XXX]+
Brand Direction & Execution
- Full positioning audit
- Complete website copy
- Brand voice guidelines
- Strategic alignment through launch
Investment: $[X,XXX]+
Complete Brand Intensive Day
- Pre-session audit
- Live working session
- Same-day deliverable
Investment: $[X,XXX]+
Service 02
For when you don’t need a full engagement. You need ONE DAY.
The Intensive Day
A single day, fully dedicated to solving the one problem that's been stalling everything else. No multi-week timeline. No drawn-out back-and-forth. Just a focused, structured session built to produce a decision, a direction, or a finished piece of work by the time it ends.
- Pre-session audit
- Live working session
- Same-day deliverable
- Follow-up summary and next steps
Investment: $[X,XXX]
Service 03
The Audit
For the established business owner who suspects something isn't working but can't pinpoint where. Over two weeks I'll conduct a full audit of your current positioning, messaging, and online presence — and deliver a clear, prioritized action plan with specific recommendations you can implement immediately or hand off to your team.
The Positioning
For the service provider ready to close the gap between where they are and where their presence says they are. Over six weeks we'll rebuild your positioning from the ground up — defining your authority, refining your offer architecture, and producing copy and direction that communicates what you do at the level you actually do it.
The Intensive
One focused day. We work through your most pressing strategic question — your positioning, your offer, your messaging, your next move — and leave with a documented plan of action you can execute immediately. No back-and-forth, no waiting. Just a full day of clear, senior-level thinking applied directly to your business.
UNSTICK ON TRIGGER — releases stick-to-top canvases
=================================================================== */
(function () {
var UNSTICK_CONFIG = {
/* ----------------------------- CUSTOMIZE -------------------------- */
triggerSelector: '.sticky-trigger',
stickySelectors: [
'.sticky-1',
'.sticky-2',
'.sticky-3',
'.sticky-4'
],
// Release line, measured from the top of the viewport.
// releaseUnit: 'px' → fixed pixels (same on every screen)
// releaseUnit: '%' → percent of viewport height (scales with screen)
releasePoint: 600, // specific number (no quotes, no unit)
releaseUnit: 'px' // set to either 'px' or '%'
};
/* --------------------------- LEAVE AS IS --------------------------- */
var trigger = null;
var stickyEls = [];
var unstickY = 0;
var ticking = false;
function collectElements() {
trigger = document.querySelector(UNSTICK_CONFIG.triggerSelector);
stickyEls = [];
UNSTICK_CONFIG.stickySelectors.forEach(function (sel) {
document.querySelectorAll(sel).forEach(function (el) {
stickyEls.push(el);
});
});
}
function resolveReleasePoint() {
var n = parseFloat(UNSTICK_CONFIG.releasePoint) || 0;
if (UNSTICK_CONFIG.releaseUnit === '%') {
return window.innerHeight * (n / 100);
}
return n;
}
function measure() {
if (!trigger) return;
var rect = trigger.getBoundingClientRect();
var triggerDocTop = rect.top + window.scrollY;
unstickY = triggerDocTop - resolveReleasePoint();
update();
}
function update() {
if (!trigger || !stickyEls.length) return;
var delta = window.scrollY - unstickY;
stickyEls.forEach(function (el) {
if (delta > 0) {
el.style.setProperty('transform', 'translateY(' + (-delta) + 'px)', 'important');
} else {
el.style.removeProperty('transform');
}
});
}
function onScroll() {
if (ticking) return;
ticking = true;
requestAnimationFrame(function () {
update();
ticking = false;
});
}
function init() {
collectElements();
if (!trigger) return;
measure();
window.addEventListener('scroll', onScroll, { passive: true });
window.addEventListener('resize', measure);
window.addEventListener('load', measure);
if ('ResizeObserver' in window) {
new ResizeObserver(measure).observe(document.body);
}
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', init);
} else {
init();
}
})();
Service 04 (canvas 1)
Our Services
Service 04 (canvas 2)
The Audit
For the established business owner who suspects something isn't working but can't pinpoint where. Over two weeks I'll conduct a full audit of your current positioning, messaging, and online presence — and deliver a clear, prioritized action plan with specific recommendations you can implement immediately or hand off to your team.
Service 04 (canvas 3)
The Positioning
For the service provider ready to close the gap between where they are and where their presence says they are. Over six weeks we'll rebuild your positioning from the ground up — defining your authority, refining your offer architecture, and producing copy and direction that communicates what you do at the level you actually do it.
Service 04 (canvas 4)
The Intensive
One focused day. We work through your most pressing strategic question — your positioning, your offer, your messaging, your next move — and leave with a documented plan of action you can execute immediately. No back-and-forth, no waiting. Just a full day of clear, senior-level thinking applied directly to your business.
Service 05
Our Services
The Audit
For the established business owner who suspects something isn't working but can't pinpoint where. Over two weeks I'll conduct a full audit of your current positioning, messaging, and online presence — and deliver a clear, prioritized action plan with specific recommendations you can implement immediately or hand off to your team.
The Positioning
The Intensive
For the service provider ready to close the gap between where they are and where their presence says they are. Over six weeks we'll rebuild your positioning from the ground up — defining your authority, refining your offer architecture, and producing copy and direction that communicates what you do at the level you actually do it.
One focused day. We work through your most pressing strategic question — your positioning, your offer, your messaging, your next move — and leave with a documented plan of action you can execute immediately. No back-and-forth, no waiting. Just a full day of clear, senior-level thinking applied directly to your business.
