/* Kolabori V5.8 — full-width desktop navigation and tighter hero rhythm. */

@media(min-width:1321px){
  /* Use the whole space between brand and controls, with no empty side gutters. */
  .header-v54 .navlinks-v54{
    flex:1 1 auto;
    min-width:0;
    justify-content:space-between;
    gap:0;
  }
  .header-v54 .navlinks-v54 a{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

@media(min-width:681px){
  /* Keep a safe line box for animated words while removing redundant vertical air. */
  .hero h1{
    margin-bottom:8px;
    padding-bottom:.02em!important;
  }
  .hero .rotating-slot{
    min-height:1.18em!important;
    line-height:1.12!important;
    padding:.01em .40em .10em .015em!important;
  }
  .hero .rotating-word{
    line-height:1.08!important;
    padding:0 .12em .12em 0!important;
  }
}
