Build on brand,
every time.
Everything you need to create content that looks and sounds unmistakably Tidemark. Colors, type, voice, and more.
Colors
These are represented by the full-width swatches below. They are designed to be the first colors used in the brand, with a large amount of white space at all times.
Shown as smaller swatches, these are designed to be accent colors used to add color within icons, backgrounds, or text.
When working with the brand, ensure the colors you are using match the color values as shown on this page.
/* Primary */ --deep-blue: #1F3946; /* Deep Blue — dark backgrounds, headings */ --sea-blue: #51708F; /* Sea Blue — links, labels, accents */ --land-green: #A5B586; /* Land Green — highlights, tags */ --white: #FFFFFF; /* White — backgrounds, space */ /* Secondary */ --bright-green: #BFC879; /* Bright Green — accent only */ --yellow: #ECCD7D; /* Yellow — accent only */ --sky-blue: #74A9B9; /* Sky Blue — accent only */ --mint: #73A98F; /* Mint — accent only */ /* Neutrals */ --black: #181818; --dark-grey: #353130; --light-grey: #EFEFEF;
Typography
Two typefaces, both from Google Fonts. Playfair Display for headlines — elegant, authoritative. Noto Sans for body and UI — clear, readable at every weight.
where ideas meet.
Logo & Usage
The Tidemark logo is a symbol + wordmark lockup. The symbol represents the intersection of sea and land — the intertidal zone — bold and simple. Three color versions available.
- Always maintain clear exclusion zone around the logo
- Use black version on white and light backgrounds
- Use white version on dark backgrounds and photography
- Use the two-color version as a secondary accent option
- Place graphics or text within the exclusion zone
- Alter, rotate, stretch, or recolor the logo
- Use the symbol without the wordmark (except when space is very limited)
- Place on busy or low-contrast backgrounds
Brand Strategy
Tidemark is a growth equity firm purpose-built to help companies win and scale. Tidemark is powered by a community of investors, entrepreneurs, and operators who are energized by ideas, a love of competition, and the drive to give back. We give 10% of our profits to our foundation, Tidemark10, to support the communities we serve.
One sentence
Tidemark is a growth equity firm purpose-built to help companies win and scale.
Two sentences
Tidemark is a growth equity firm purpose-built to help companies win and scale. We're powered by a community of investors, entrepreneurs, and operators energized by ideas, a love of competition, and the drive to give back.
The Intertidal Zone
Tidemark is the high point where the sea meets the land. In the intersection is magic — it's where the ocean swell hits the seabed and creates breaking waves.
That zone, the intertidal zone, is one of the most dynamic, productive, and biodiverse regions of the sea. As a growth equity firm, we aspire to be the high point and stand for excellence. We recognize that in the confluence and collision of ideas and domains there is opportunity. We invest in companies that are the high point of these intersections.
Voice & Tone
Tidemark's voice is that of a practitioner — direct, knowledgeable, and grounded in real operational experience. We're not cheerleaders; we're operators who've been in the trenches. AP style applies to all editorial content.
Practitioner-first
We write like people who have built and scaled companies. Insights come from direct experience, not theory. Use specific examples over abstraction.
Direct & confident
State the point. Don't hedge unnecessarily or bury the lead. Confidence without arrogance — we earn authority by being right and being helpful.
Intellectually generous
We share what we know. Our content should leave readers more capable and informed. The best ideas deserve to be shared clearly.
✓ Do
- Write in active voice: "Founders who do X outperform…" not "X has been shown to…"
- Use Tidemark proprietary terms (VSKP, Control Points, System of Action) with intent: define on first use in longer pieces
- Lead with the insight, then support it
- Use AP style for all editorial content (no Oxford comma, percent not %, numerals for 10 and above)
- Reference specific companies and outcomes where possible
- Be opinionated. Tidemark has a point of view.
× Don't
- Use jargon for its own sake. Every word should earn its place.
- Open with "We're excited to announce…" or hollow affirmations
- Write in passive voice when active is available
- Use "leverage" as a verb (use "use" instead)
- Over-qualify. Avoid "it could be argued that" or "some might say."
- Write in ways that sound like a press release or a pitch deck
AI-generated content has patterns that readers are starting to recognize and tune out. We avoid them across everything we publish.
Just say explore, look at, dig into, or cover. "Delve" is a flag that nobody talks like this in real life.
"Operators, investors, and beyond" is vague. Name the actual things or cut the list.
"Great question!" "Absolutely!" "Certainly!" at the start of responses.
"Furthermore," "Moreover," "Additionally" feel robotic when overused.
Team
Headshots and bios for the Tidemark investment team. Photos should follow the brand photography treatment: editorial quality, optional Deep Blue duotone for branded contexts.
Team Headshots & Bios
Link to the shared folder below to access current headshots and approved bios for all Tidemark team members.
→ Open Team Assets Folder- Square crop (1:1) for profile use
- 3:2 landscape for profile pages
- Min. 800×800px for digital
- 300 DPI for print
- Editorial, not posed
- Neutral or brand-color backgrounds
- B&W + grain treatment available
Callout Boxes
Callout boxes and tag pills create visual hierarchy and draw attention to key information. Use them to label categories, highlight concepts, or organize content without adding visual noise.
Tags are used to filter, label, or categorize content. Always uppercase, always Noto Sans Medium. Two styles: outline (on light) and filled (on dark).
/* Light / outline tag */
.tag {
padding: 6px 14px;
border: 1px solid var(--sea-blue);
font-size: 10px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--sea-blue);
font-family: var(--font-sans);
}
/* Dark / ghost tag */
.tag-ghost {
border-color: rgba(255,255,255,0.25);
color: rgba(255,255,255,0.7);
}
/* Green accent tag */
.tag-green {
border-color: var(--land-green);
color: var(--mint);
}
Four callout styles for different contexts. All share the same anatomy: a colored left border, a label, and body text. The border color signals the type of content.
Use this style for general callouts, clarifications, or supplementary context. Sea blue border on white background. Works well inline in long-form content.
Use this style for the key takeaway or primary insight in a piece of content. Land green border with light green tint background. Reserve for the most important point in a section.
Use this style for cautionary notes, common pitfalls, or things to avoid. Yellow border with soft yellow tint. Appears in operator guides, playbooks, and how-to content.
Use this style for high-impact statements, firm principles, or pull quotes. Deep blue background. Use sparingly — this is the highest-emphasis callout style and loses impact if overused.
/* Base callout */
.callout {
padding: 24px 28px;
border-left: 3px solid;
}
/* Variants */
.callout-note { background: #fff; border-color: var(--sea-blue); border: 1px solid var(--light-grey); border-left: 3px solid var(--sea-blue); }
.callout-insight { background: rgba(165,181,134,0.1); border-color: var(--land-green); }
.callout-caution { background: rgba(236,205,125,0.1); border-color: var(--yellow); }
.callout-dark { background: var(--deep-blue); border-left: none; padding: 28px 32px; }
/* Label inside callout */
.callout-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 10px;
}
Cards are used to group related content in grids. Prefer the light or muted style. Use dark cards sparingly as accent elements within a grid.
Control Points
The strategic positions within a vertical market that a software company can own to lock in retention and expand revenue.
System of Action
A software platform that doesn't just record data but actively drives workflows and decisions for its users.
The Intertidal Zone
Where the most dynamic, productive, and biodiverse collisions happen. The metaphor behind everything we do.
/* Base card */
.card { padding: 28px; }
/* Variants */
.card-light { background: #fff; border: 1px solid var(--light-grey); }
.card-muted { background: var(--light-grey); }
.card-dark { background: var(--deep-blue); }
/* Card label */
.card-label {
font-size: 10px; font-weight: 700;
letter-spacing: 0.1em; text-transform: uppercase;
color: var(--sea-blue); margin-bottom: 14px;
}
.card-dark .card-label { color: var(--land-green); }
Glossary
This glossary standardizes recurring terms, personas, and metaphors across the three-part System of Action series and Tidemark content. Capitalization and usage rules are noted for each.
- System of Action
- The environment where work actually happens — humans, AI-assisted humans, and autonomous agents acting on data and triggering downstream workflows. Always capitalized. Use sparingly; don't re-define in each piece. Plural: Systems of Action (titles/tables only).
- Control Point
- The incumbent software platform that owns key workflows and data gravity in a vertical — the strategic high ground that Native AIs seek to displace. Always capitalized. In SOA3, also refers to the "Control Point CEO" persona.
- Native AI
- A challenger built from day one around agentic AI workflows — starting lightweight and expanding via learning loops. Always capitalized. The "attacker" in the narrative. Plural: Native AIs.
- Hero User
- The influential practitioner who has the agency to choose and buy their software tools. Always capitalize; prefer singular. Use "they" as pronoun. Not all businesses have a Hero User.
- Good Work
- The high-value, meaningful work the Hero User wants to do — core to their craft or mission. Sentence case in running text; capitalize only when listed alongside Administrative Work and Work Not Done.
- Administrative Work
- Low-leverage, routine work that must be done but adds little differentiated value — prime for automation. Capitalize only when referring to the formal concept in SOA1; otherwise sentence case.
- Work Not Done
- Valuable work that never gets done — ignored, delayed, or outsourced due to time, skill, or incentive gaps. Latent value AI can capture. Capitalized as a formal category in SOA1; sentence case in SOA2–3 unless directly recalling SOA1.
- Sticky Jobs
- High-hassle workflows that are complex, collaborative, and poorly served — and therefore perfect for AI disruption. Replaces "Hero Problems." Capitalize both words. Defines the second attack vector when there's no Hero User.
- Value Roadmap
- A structured plan for how a company expands across adjacent jobs and personas to deepen strategic relevance and lock in value. One word (not "road map"). Capitalize. Key to both challenger and incumbent strategies.
- System of Record
- The incumbent database/workflow layer on which Control Points historically sit — often the base from which a System of Action evolves. Capitalize when referring to the product category; use in contrast with System of Action.
- Cousin Richie
- Weak competition — your worst employees, freelancers, offshore vendors, or local agencies. Capitalize. Use sparingly as narrative color, not as a framework item. "Cousin Richie work" reappears as the foundation for agentic automation.
- Power Lines
- The critical workflows or data conduits where most of an industry's value and coordination flow. Interchangeable with Systems of Record and Control Points. Lowercase unless in quotes. Attribute first mention to John Foreman.
- Agentic Solutions / Agents
- AI-driven actors that perform tasks autonomously or semi-autonomously, often as co-pilots or embedded assistants. Lowercase unless in a title or subhead. Use "agentic solutions" sparingly — once per piece, then "agents."
- Human-in-the-Loop
- Verification points where human oversight complements AI automation for trust, quality, or compliance. Hyphenate consistently; this is a compound modifier. Sentence case unless in a subhead.
- integrate and surround strategy
- A go-to-market tactic where a challenger gains adoption by connecting into an incumbent's system of record ("integrate") then expands outward with adjacent workflows ("surround"). Lowercase; descriptive term only.
- Merchant vs. Customer
- "Merchant" is the software company's customer. "Customer" is the merchant's customer. Do not conflate these two personas in the System of Action series or any vertical SaaS content.
- System of Action · Control Point · Native AI
- Hero User · Sticky Jobs · Value Roadmap
- Cousin Richie · System of Record
- The Collective · Collective Live · Chalk Talk
- Fellow · Operating Partner · Venture Partner
- good work · administrative work · work not done
- human-in-the-loop (hyphenate as compound modifier)
- agentic solutions / agentic workflow / agentic future
- integrate and surround strategy · power lines
- No Oxford comma in series lists
- Spell out numbers one through nine; use numerals for 10 and above
- Use "percent" not "%" in running text
- Company names: Tidemark (not TIDEMARK or tidemark)
- En dash for ranges: $10M–$50M
- Sentence case for headlines and subheads