/* ==========================================================================
   OBJECTS · SHELL — the page skeleton between the nameplate and the colophon.
   Every page's content lands in <main id="main">; this guarantees a consistent
   measure of breathing room beneath the last section so nothing butts straight
   against the footer's top border. Matches the inter-section rhythm (the same
   --space-2xl the country profile sets between its major sections).
   ========================================================================== */

#main {
  padding-block-end: var(--space-2xl);
}
