/* Site-wide small-screen safety net: no element (long word, wide heading,
   fixed-width block) should ever be able to force a horizontal scrollbar. */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
