Round 1 locked the wordmark dot at 0.22em + 2px nudge. Round 2 addresses the remaining issues operator surfaced from the screenshot review: V is too high relative to baseline, V might benefit from cap-height instead of x-height, monogram M3 clips at the right edge, favicon C3 isn't centered as V+dot group.
Same V path geometry in both. Only the CSS .bk-v height
and the SVG viewBox change. The current spec uses
height: 0.56em (slightly above lowercase x-height).
Operator proposed uppercase: V top matches "l" cap-height so
"Vecreal" reads as a capitalized word, not a lowercase one.
M3 selected from Round 1, but original viewBox 10 14 48 38
clips the right edge at dot cx=52 r=7 (right edge at x=59, viewBox
x_max=58). Also dot bottom extends below V tip with the increased
radius. Three fix candidates compared below.
C3 selected from Round 1. With original V position (centered in tile) and the new bigger dot to the right, V+dot together is off-center within the 64×64 tile. Two fixes compared: shift V left to re-center V+dot as a group, and adjust dot cy so the dot's bottom aligns with the V tip at the new size.
How to lock in: review and reply with three picks
in the format Wordmark V1/V2/V3 · Monogram M3-A/B/C · Favicon C3-A/B/C.
PC will execute the full atomic propagation across
reference-design-system.html, reference-visual-mockups.html,
wordmark.svg, monogram SVGs, and all coming-soon HTML files in
one commit.
Round-1 lock-in (already decided, applied here): dot
size 0.22em, dot margin-left calc(0.04em + 2px),
dot margin-bottom 0.005em, monogram dot bumped to r=7
(open variant) / r=7 (contained variant).
What's not changing in Round 2: V geometry (path
coordinates), V color (clay-bright on dark / clay-light on light),
letter-spacing (-0.05em), V margin-right (-0.07em).