/*
 * label, the label step as an element. Unforged house identity 3.1.0 Broadside, 2026-08-22.
 * Owner: Andreas.
 *
 * Big Shoulders Display 600 at size.label (since 3.1.0; 3.0.0 set Barlow 600), uppercase, 0.14em
 * tracking, leading 1.3, in the faint ink of the ground (4.98:1 on paper, 4.51:1 on the raised
 * step, 5.01:1 on the flood). A form label, an
 * eyebrow, a table head, an axis note, a kicker. The floor of the identity: nothing renders
 * smaller, and the faint ink never drops under 12px. The label sits one space.row above the thing
 * it names (the stack's --row step); a hint inside it is sentence case at the caption step.
 */
.u-label {
  display: inline-block;
  font-family: var(--u-font-display2);
  font-weight: 600;
  font-size: var(--u-size-label);
  line-height: var(--u-leading-label);
  letter-spacing: var(--u-tracking-label);
  text-transform: uppercase;
  color: var(--u-ground-ink-faint);
}
.u-label--block { display: block; }
/* the label in the ground's ink: a table head rule line, a kicker that carries weight */
.u-label--ink { color: inherit; }
/* a hint beside the label: the sentence voice, sentence case, the caption step, no tracking */
.u-label__hint {
  font-family: var(--u-font-text);
  font-weight: 400;
  font-size: var(--u-size-caption);
  line-height: var(--u-leading-caption);
  letter-spacing: 0;
  text-transform: none;
}
