/* Page composition, and nothing else.

   Orno dresses every part of these pages; what it has no name for is the shape of a page that
   shows a single column — the mailbox notice, the tap-through, the portal. Two declarations on
   top of Orno's own .door, rather than a second design system living here.

   The moment Orno grows a `.door--single` of its own, this file goes. */

.door--single {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}
