/*
 * colophon, the flood close: the mark small, the companion line, the legal line.
 * Unforged house identity 3.1.0 Broadside, 2026-08-22. Owner: Andreas. Layer: 03 organisms.
 *
 * Composes the flood ground (00_SHARED/base.css .u-ground-flood, written on the organism's root),
 * the wordmark atom (.u-wordmark--close), the type atom (.u-type--head) and the label atom
 * (.u-label); a page links their sheets before this one. This sheet is layout: the air, the column,
 * the two stacks under the mark, and which line renders.
 *
 *   .u-colophon          the close: full width, u-ground-flood on the same element, space.plate of
 *                        air above and below (130px at 390, 196 at 1280). The last block of the
 *                        page and one of its two flood entries; the audit's one permitted flood
 *   .u-colophon--legal   the legal variant: the Voyage Digital Ltd line renders. Without it the line
 *                        stays out of the render: a client reads Unforged, a legal notice reads
 *                        Voyage Digital Ltd, and the two never share a document by accident
 *   .u-colophon__inner   the column: measure.document inside the two space.page margins
 *   the mark             the light wordmark at the wordmark atom's close size, 253px at every width
 *                        (22 percent of measure.document, 13px over the 240px flood floor, 150px
 *                        under the hero's 403). No part class: the atom sizes it
 *   .u-colophon__line    the companion line at the type atom's head-text step (Barlow 700 sentence
 *                        case since 3.1.0), prose measure, two line
 *                        boxes under the mark
 *   .u-colophon__foot    the foot: the legal line and the meta line as label atoms in the flood's
 *                        faint ink (5.01:1), wrapping, two line boxes under the line
 *   .u-colophon__legal   the label atom carrying Voyage Digital Ltd. Rendered in the legal variant only
 *   .u-colophon__meta    the label atom carrying the meta line: an owner, a date, a version
 */
.u-colophon {
  display: block;
  padding-block: var(--u-space-plate);
}
.u-colophon__inner {
  box-sizing: content-box;
  max-width: var(--u-measure-document);
  margin-inline: auto;
  padding-inline: var(--u-space-page);
}
/* The body's prose measure, 538 / 570px (base.css section 7): 56ch at the head step resolved
   to 830 / 1149px (craft review 2026-08-22). */
.u-colophon__line {
  margin-block-start: var(--u-space-block);
  max-width: var(--u-measure-prose-body);
}
.u-colophon__foot {
  margin-block-start: var(--u-space-block);
  display: flex;
  flex-wrap: wrap;
  gap: var(--u-space-row) var(--u-space-para);
}
.u-colophon__legal { display: none; }
.u-colophon--legal .u-colophon__legal { display: inline-block; }
