@import url("./town-lux-palette.css");

.brand-logo {
  display: block;
  width: 220px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand {
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.brand > span {
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 600px) {
  .brand-logo {
    width: 160px;
  }

  .brand {
    gap: 0;
  }

  .brand > span {
    margin-top: 3px;
  }

  .site-header nav {
    top: 126px;
  }
}
