Every system
has a soul.
This document defines the visual and verbal identity of Soulcraft. It covers colors, typography, logo, voice, and component patterns used across soulcraftagency.com and all client-facing surfaces. The soul is the system.
The Heartmark
A bordered square containing a heart and a center dot. Precise. Contained. The heart lives inside a frame -- identity within structure. Always rendered as stroke, never filled.
Warm. Editorial. Unmistakable.
The palette is light-first. Warm cream paper, ink for type, terracotta as the single accent, with a gold hairline reserved for decorative rules. No secondary accent. No surface gradients. Click any swatch to copy its value.
Two faces. Each with a job.
Playfair Display carries the editorial weight -- soul, character, warmth. Inter does the work. Together they hold precision and poetry in balance.
font-family: 'Playfair Display', serif
with soul.
font-family: 'Inter', sans-serif
| Element | Family | Size | Weight | Color |
|---|---|---|---|---|
| Hero h1 | Playfair Display | clamp(44px, 6vw, 72px) |
400 | --white |
| Section h2 | Playfair Display | clamp(28px, 3.5vw, 44px) |
400 | --white |
| Card h3 | Playfair Display | 28px |
400 | --white |
| Body paragraph | Inter | 17px |
400 | --muted |
| Hero subtitle | Inter | 20px |
300 | --muted |
| Chapter label | Inter | 11px |
700 | --accent |
| Nav links | Inter | 13px |
500 | --muted |
| Tier name | Playfair Display | 20px |
400 roman | --accent |
The magician at the dinner party.
Wise, not pretentious. Poetic, not flowery. Funny, but never trying too hard. A conversation with someone who knows more than they let on, delivered with warmth and quiet confidence.
Word swaps
We have specific language preferences. These aren't suggestions.
Never use
Living elements.
Core UI patterns used across the Soulcraft interface. Hover to see interaction states.
border-radius: 10px
border-radius: 6px · hover: accent underline
SEO / AEO / GEO
An automated content engine that improves your presence and sentiment. The system runs itself.
Demand Generation
Campaigns and workflows that generate leads. Plugs directly into CRM, email, and social channels.
border-radius: 100px · 11px uppercase
focus: border-color accent + box-shadow dim
backdrop-filter: blur(24px)
featured: border-color accent
Generous. Fluid. Scaled.
Container max-width is 1100px. All spacing uses CSS clamp() for fluid responsiveness. Single breakpoint at 768px.
10px cards16px modals100px badges
1100pxpadding:
0 24pxcentered:
margin: 0 auto
768pxsingle column
nav collapses
Purposeful. Never showy.
Animation signals life and state. Entrance reveals use staggered delays. Active elements pulse. Transitions ease at 0.2s. Nothing moves unless it has a reason.
No transform, no bounce.
0.2s easeScale 1 → 1.18, infinite loop.
2s ease-in-out infinitetranslateY 12px → 0.
0.45s ease-outopacity 0 → 1, no lift.
0.32s ease-outDesign tokens.
Drop these CSS custom properties into any project to get Soulcraft's visual DNA.
/* Soulcraft Editorial Tokens */ /* Palette (OKLCH source of truth) */ --color-paper: oklch(96.5% 0.012 83); --color-paper-2: oklch(93.8% 0.014 80); --color-surface: oklch(99.2% 0.006 83); --color-ink: oklch(22% 0.014 60); --color-body: oklch(40% 0.012 58); --color-muted: oklch(55% 0.012 60); --color-rule: oklch(87% 0.012 75); --color-accent: oklch(47% 0.13 52); --color-accent-deep: oklch(40% 0.13 50); --color-accent-line: oklch(70% 0.09 72); /* Type */ --font-display: 'Playfair Display', serif; --font-body: 'Inter', sans-serif; /* Spacing (4pt) */ --space-sm: 16px; --space-md: 24px; --space-lg: 48px; /* Motion & shape */ --ease-out: cubic-bezier(0.22, 1, 0.36, 1); --dur-mid: 0.32s; --radius: 6px;