/* GeoGoku header mark: optimized complete-logo edition v3. */
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
  color: var(--navy-deep);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  line-height: 1;
}

.brand:hover {
  color: var(--navy-deep);
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: contain;
}

.brand-copy {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}

.brand small {
  margin-left: 0;
  font-weight: 700;
}

@media (max-width: 650px) {
  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand-name {
    font-size: 16px;
  }
}
