/* Kolabori V5.9 — controlled menu spacing with balanced edge breathing. */

@media(min-width:1321px){
  .header-v54 .navlinks-v54{
    justify-content:center;
    gap:clamp(24px,calc((100vw - 1170px)/7),55px);
  }

  /* Spanish labels are wider; reduce only their fluid step to preserve the edge breathing. */
  html[lang="es"] .header-v54 .navlinks-v54{
    gap:clamp(20px,calc((100vw - 1220px)/7),55px);
  }
}
