/* Match the desktop logo edge to the hero and section content gutter. */
@media (min-width: 721px) {
  .site-header { padding-left: clamp(22px, 7vw, 104px); }
}
