/*
 * icon-u, the U as an image component. Unforged house identity 3.0.0 Broadside, 2026-08-22.
 * Owner: Andreas.
 *
 * The U lifted from the wordmark itself, one U in the identity (logo-usage.md section 1). Two
 * files, the mark's own tone, both in 01_BRAND-LAYER/marks/: the light icon
 * unforged-icon-chrome-{640,320,180,64,32}.png on the flood and in dark UI; the dark icon
 * unforged-icon-blackchrome-{...}.png on paper and in light UI (favicon, tab, touch icon, avatar
 * on white). Floor 32px (section 4; 16px waits for the vector). No size token exists, so the two
 * on page sizes are space steps: the default space.block, 52px at 390 and 56 at 1280, the smallest
 * step over the floor and the size of a control; --large space.plate, 130 and 196px, a flood plate
 * or a shirt chest. The square carries its own clear space (69 to 85px at 640); nothing else enters
 * it. Below 240px on a flood the icon stands in for the wordmark.
 */
.u-icon-u {
  display: block;
  width: var(--u-space-block);
  height: auto;
}
.u-icon-u--large { width: var(--u-space-plate); }
.u-icon-u--inline {
  display: inline-block;
  vertical-align: middle;
}
