/* D-20 — "Where are you starting?" has FIVE entries. The base rule
   `repeat(auto-fit, minmax(15rem, 1fr))` fits four columns from 1366px up and
   strands the fifth alone on its own row (measured: rows [4,1] at 1366, 1440
   and 1920). Below 1200px the wrap to 3+2 / 2+2+1 / one-per-row is correct and
   is left alone.

   This file exists instead of an edit to nlf.css: that stylesheet is authored
   by another session and a shared edit would collide. */
@media (min-width: 1200px) {
  .nlf-paths { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* Pointer targets measured below 44px on the marketing routes at every viewport
   and both densities: the in-page telephone link at 134x23 and the footer links
   at 110x18, 87x18 and 184x18. This file is linked on every marketing route
   precisely because these two corrections belong to all of them; the storefront
   stylesheet is not loaded on the home route. */
.nlf-ft a, .nlf-ft__name a, footer a, a[href^="tel:"], a[href^="mailto:"] {
  display: inline-block;
  padding: 0.7rem 0.35rem;
  min-height: 44px;
  line-height: 1.55;
}
