.harbor-brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
  color: var(--harbor-ink, #18242b);
  text-decoration: none;
}

.harbor-brand > i {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--harbor-ink, #18242b);
}

.harbor-brand > i::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 2px;
  height: 26px;
  background: var(--harbor-ink, #18242b);
}

.harbor-brand > i::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 14px;
  width: 18px;
  height: 14px;
  background: var(--harbor-coral, #ed6b4f);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.harbor-brand > i span {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 28px;
  height: 2px;
  background: var(--harbor-ink, #18242b);
}

.harbor-brand > span {
  display: grid;
  line-height: 1;
}

.harbor-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.harbor-brand small {
  margin-top: 3px;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}
