01 · Bean
Gold core held inside a deep rim. The most contained of the six — good inside a card.
meet your coach
jane
pak
typography & design elements
Type, spacing, and alignment are the main focus in this visual brand. The fonts give an elevated, clean presentation while the alignment creates interest.
elegance · clarity · openness
01 · type
two fonts,
seven ways
Fraunces carries the voice and announces— headlines, the wordmark, pull-quotes. It's an old-style serif with two variable axes doing brand work: WONK swaps in alternate letterforms that sit slightly off-kilter, and SOFT rounds the terminals. Wonk on, soft up: warm, and a little crooked on purpose. Classic, but outside the box.
Inter stays out of the way — body copy, labels, buttons, captions. It's a neutral workhorse with no personality of its own, which is the point. Only Fraunces gets to have an opinion.
stop auditioning
find the belief underneath
the excavation
root-cause work for high-achieving women.
we go beneath the pattern to the thing installing it.
the excavation
jane pak · iki advisors
the italic rule
Italic on the verb, roman on the completion. This signature move creates distinction and opportunites to emphasise and it repeats everywhere including the wordmark.
max-width on the text element, never the container.02 · hanging
orderly,
but not in line
Every H1 is a hanging paragraph. So is every H2, and every body paragraph. First line flush, everything after it hangs. The block keeps a hard left edge — it just isn't where you expect it.
At 62ch the eye needs a reset point per paragraph, and the hang provides one without a blank line. It is the layout doing the same job the italic rule does in type: hold the classical thing, break it in exactly one place.
Headings use an em-based indent so it scales with the type. Body uses 40px, dropping to 20px on mobile.
/* headings — em-based, scales with type size */
.h1 { text-indent:-.14em; padding-left:.14em; }
.h2 { text-indent:-.12em; padding-left:.12em; }
/* body — fixed, first line flush */
.hang p { text-indent:-40px; padding-left:40px; }
.hang p:first-child { text-indent:0; padding-left:0; }
@media (max-width:640px){ .hang p { text-indent:-20px; padding-left:20px; } }
Indent headings in em, never px — a 40px hang is invisible at 288px and enormous at 42px.
03 · color
neutrals
first
the base
Ground
#F6F3F2
Panel
#FFFFFF
Taupe
#CEBBB6
Slate
#6A5C58
Charcoal
#2C2530
the warm · shapes and motion only
Gold
#CE7E2E
Copper
#B65C28
Clay
#9D3D2E
Wine
#5D1430
04 · photography
presence
over performance
With no illustration and no icon set, photography carries the warmth this system does not get from colour. It is the highest-leverage asset in the identity and the only part a competitor cannot copy.
the frame
the shot
type over a photo
The test: does it feel elevated and unhurried — something you would keep rather than scroll past?
05 · buttons
three
levels
Committed actions — apply, buy, enroll. Hovers to wine.
Lower commitment — join the list, get the replay. May repeat.
Ends a narrative section. Never inside a card or form.
06 · shapes
painted,
not generated
Hand-painted at low opacity in many passes. That process produces the desaturated transitions between hot and deep — real light loses chroma before it loses value, and stacked flat colour does not.
Gold core held inside a deep rim. The most contained of the six — good inside a card.
Gold sweeping the right edge, plum weighting the upper left. Light from behind and below.
Broad gold body, tight dark rim all the way around. The most solid of the set.
Gold arc curling over a deep hollow. The hero shape — strongest at large scale.
Two lobes, gold pooling low and right. The most irregular silhouette — hardest to read as generated.
Long and low, gold running the upper edge. Best cropped wide for section breaks and email headers.
07 · motion background
quiet
or not at all
A fullscreen fragment shader in raw WebGL — no library, about 3 KB. Wine ridges on ground, moving slowly enough that you notice only if you stop and look. It is running behind the hero above.
uniforms u_amp 0.130 u_scale 3.2 u_sharp 1.6 u_warp 0.45 u_width 1.00 u_ground #F6F3F2 u_ink #5D1430 js speed 0.16