/* ── /about ──
   The About page reads like an article, and articles.css draws the page.
   This adds room above each section, so a link to /about/#contact doesn't
   land under the fixed header, and the contact list's plain rows. */

article [id] {
    scroll-margin-top: 84px;
}

.contact {
    list-style: none;
    padding-left: 0;
}
