:root {
  --logo-blue: #3984F2;
  --logo-teal: #15B5AA;
  --logo-tech: #0066FF;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.site-brand:hover .site-domain {
  color: var(--platinum);
}

.site-domain {
  font-family: var(--fm);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  padding-left: 0.875rem;
  border-left: 1px solid var(--edge);
  line-height: 1.2;
  white-space: nowrap;
}

.logo,
.logo-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  color: inherit;
  font: inherit;
  font-weight: 400;
  letter-spacing: normal;
  white-space: nowrap;
  padding: 0;
  width: 132px;
  direction: ltr;
  unicode-bidi: isolate;
}

.logo-bayata {
  font-family: var(--fd), system-ui, sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  width: 132px;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--logo-blue) 0%, var(--logo-teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--logo-teal);
}

.logo-tech {
  font-family: var(--fm), ui-monospace, monospace;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  color: var(--logo-tech);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 132px;
  margin-top: 4px;
  padding: 0;
  white-space: nowrap;
  direction: ltr;
  unicode-bidi: isolate;
}

.logo-tech span {
  display: inline-block;
}

.footer-brand .logo {
  width: 148px;
}

.footer-brand .logo-bayata {
  font-size: 32px;
  width: 148px;
}

.footer-brand .logo-tech {
  font-size: 11px;
  width: 148px;
  margin-top: 5px;
}

@media (max-width: 480px) {
  .site-domain {
    display: none;
  }
}
