/* Official NONRAN brand identity. */
.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #11110f;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.site-header .brand:hover {
  color: #11110f;
}

.site-header .brand .brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
}

.site-header .brand .brand-name {
  color: #11110f;
  letter-spacing: 0;
  line-height: 1;
}

@media (max-width: 780px) {
  .site-header .brand {
    gap: 8px;
    font-size: 22px;
  }

  .site-header .brand .brand-mark {
    width: 27px;
    height: 27px;
  }
}
