.nav-inner {
  height: 80px;
}

.brand {
  gap: 14px;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.brand strong {
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.brand small {
  margin-top: 7px;
  color: #175AE6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.18em;
}

@media (max-width: 640px) {
  .nav-inner {
    height: 72px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    margin-top: 5px;
    font-size: 9px;
  }
}
