.gd-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e8c879;
  text-decoration: none;
  white-space: nowrap;
}

.gd-brand-lockup__mark,
.gd-brand-lockup > img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 10px rgba(230, 184, 80, 0.20));
}

.gd-brand-lockup__name,
.gd-brand-lockup > span {
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  background: linear-gradient(180deg, #fff2bd 0%, #e5c06a 56%, #b98527 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 12px rgba(224, 174, 69, 0.10);
}

.gd-brand-lockup--topbar {
  gap: 11px;
}

.gd-brand-lockup--topbar .gd-brand-lockup__mark,
.gd-brand-lockup--topbar > img {
  width: 34px;
  height: 34px;
}

.gd-brand-lockup--topbar .gd-brand-lockup__name,
.gd-brand-lockup--topbar > span {
  font-size: 23px;
}

.gd-brand-lockup--compact .gd-brand-lockup__mark,
.gd-brand-lockup--compact > img {
  width: 28px;
  height: 28px;
}

.gd-brand-lockup--compact .gd-brand-lockup__name,
.gd-brand-lockup--compact > span {
  font-size: 20px;
}

.gd-brand-lockup--panel {
  display: inline-flex;
  padding: 6px 8px 6px 6px;
  border-radius: 999px;
  border: 1px solid rgba(229, 193, 104, 0.16);
  background: rgba(229, 193, 104, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.gd-brand-icon {
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(230, 184, 80, 0.20));
}

@media (max-width: 520px) {
  .gd-brand-lockup--topbar .gd-brand-lockup__mark,
  .gd-brand-lockup--topbar > img {
    width: 30px;
    height: 30px;
  }

  .gd-brand-lockup--topbar .gd-brand-lockup__name,
  .gd-brand-lockup--topbar > span {
    font-size: 20px;
  }
}
