Brand atom workshop · follows rev-3 Option F rebalance
With the smaller rev-3 dot (0.20em), the current placement (calc(0.04em + 2px) from the "l", sitting just above baseline) leaves the dot reading slightly far and slightly high. This page compares the current locked placement against five small nudge variants — combinations of "closer to l" (-1px / -2px horizontal) and "below baseline" (-1px / -2px vertical). All variants assume the rev-3 Option F V + dot SIZES (0.66em V, 0.20em dot) — only placement changes here.
How to read this
Each row is one placement variant rendered at SM 22px, LG 48px, HERO 96px. Px-based nudges so the visual offset is consistent at every size. Negative margin-bottom on a vertical-align:baseline inline-block pushes the dot's visual bottom below the line baseline — "1px down" means the dot's bottom sits 1px below where the baseline of "ecreal" lands.
Side-by-side at three sizes
| VARIANT | MARGIN-LEFT | MARGIN-BOTTOM | HORIZONTAL Δ | VERTICAL Δ |
|---|---|---|---|---|
| Current · rev-3 | calc(0.04em + 2px) | 0.005em | — | — |
| P1 · closer 1px | calc(0.04em + 1px) | 0.005em | -1px | — |
| P2 · closer 2px | 0.04em | 0.005em | -2px | — |
| P3 · closer 1 + down 1 | calc(0.04em + 1px) | -1px | -1px | -1px |
| P4 · closer 2 + down 1 | 0.04em | -1px | -2px | -1px |
| P5 · closer 2 + down 2 | 0.04em | -2px | -2px | -2px |
| P6 · down 2 only | calc(0.04em + 2px) | -2px | — | -2px |