Polish: the last 5%

None of these survive an A/B test alone. Together, they're why users say 'premium'.

Users can't name what's wrong, but they stop trusting the product.

Image outlines on white backgrounds

White-edged images bleed into near-white backgrounds.

outline instead of border because outlines don't take up layout space. outline-offset: -1px pulls it inside the image edge.

In dark mode, flip the colour:

Skip for full-bleed heroes, images with dark borders, and decorative illustrations.

Shadow refinement

Two layers: a tight contact shadow and a wider ambient shadow:

For hover elevation:

Dark mode shadows need different treatment. rgba(0,0,0,x) shadows are invisible on dark backgrounds. Use border-based elevation or subtle ambient glow (rgba(255,255,255,0.03)).

Most borders shouldn't exist.

The separator audit

Every border should justify itself. Could spacing or a background tint replace it?

Where borders earn their keep:

Where borders are noise:

Navigation chrome hierarchy

Primary navigation is visually strongest. Secondary chrome (breadcrumbs, local tabs) recedes. Fix with contrast reduction: lighter text, thinner borders, less padding on secondary chrome.

Common mistakes