/* Extem brand text — non-selectable across the site */
.logo,
.brand,
.nav-brand,
.extem-brand,
footer .f-head > div:first-child > h3 {
  user-select: none;
  -webkit-user-select: none;
}

/* "Beyond one service" — stays on one line, scales down to fit */
.brand-tagline {
  white-space: nowrap;
  max-width: 100%;
}

footer .f-head .brand-tagline {
  font-size: clamp(9px, 2.5vw, 13.5px);
}
