.talletum-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 1;
  color: inherit;
}

.talletum-brand__icon {
  display: block;
  flex-shrink: 0;
  margin-right: -15px;
  margin-top: -6px;
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.talletum-brand__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.talletum-brand--sm {
  --brand-a-split: calc(15px - 0.5rem);
}

.talletum-brand--sm .talletum-brand__icon {
  width: 1.7rem;
  height: 1.7rem;
}

.talletum-brand--md {
  --brand-a-split: calc(18px - 0.5rem);
}

.talletum-brand--md .talletum-brand__icon {
  width: 2rem;
  height: 2rem;
  margin-right: -18px;
  margin-top: -7px;
}

.talletum-brand--lg {
  --brand-a-split: calc(21px - 0.5rem);
}

.talletum-brand--lg .talletum-brand__icon {
  width: 2.35rem;
  height: 2.35rem;
  margin-right: -21px;
  margin-top: -8px;
}

.talletum-brand__word {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: inherit;
}

.talletum-brand--sm .talletum-brand__word {
  font-size: 0.84rem;
}

.talletum-brand--md .talletum-brand__word {
  font-size: 0.96rem;
}

.talletum-brand--lg .talletum-brand__word {
  font-size: 1.1rem;
  letter-spacing: 0.07em;
}

.talletum-brand__letter {
  display: inline-block;
}

.talletum-brand__glyph {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.talletum-brand__glyph--a {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.talletum-brand__glyph-slice {
  display: inline-flex;
  align-items: center;
}

.talletum-brand__glyph--a .talletum-brand__glyph-slice svg {
  width: 0.74em;
  height: 1em;
}

.talletum-brand__glyph-slice--off-icon {
  color: inherit;
  clip-path: inset(0 0 0 var(--brand-a-split));
}

.talletum-brand__glyph-slice--on-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  clip-path: polygon(0 0, var(--brand-a-split) 0, var(--brand-a-split) 100%, 0 100%);
  pointer-events: none;
}

.app-topbar-brand:hover .talletum-brand__glyph-slice--on-icon,
.public-brand:hover .talletum-brand__glyph-slice--on-icon,
.public-auth-logo:hover .talletum-brand__glyph-slice--on-icon,
.landing-brand:hover .talletum-brand__glyph-slice--on-icon {
  color: var(--talletum-accent);
}

.talletum-brand__glyph--e {
  margin-right: 0.02em;
}

.talletum-brand__glyph--e svg {
  width: 0.7em;
  height: 1em;
}

.app-topbar-brand:hover .talletum-brand__word,
.public-brand:hover .talletum-brand__word,
.public-auth-logo:hover .talletum-brand__word,
.landing-brand:hover .talletum-brand__word {
  color: var(--talletum-accent);
}

.welcome-eyebrow .talletum-brand {
  justify-content: center;
  gap: 0;
  background: #2b2b2b;
  border-radius: 0.3rem;
  padding: 12px 0.8rem 10px 0.38rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.welcome-eyebrow .talletum-brand__icon {
  margin-right: -9px;
  margin-top: -8px;
  box-shadow: none;
}

.welcome-eyebrow .talletum-brand__word {
  color: #ffffff;
}

.welcome-eyebrow .talletum-brand__glyph-slice--on-icon {
  display: none;
}

.welcome-eyebrow .talletum-brand__glyph-slice--off-icon {
  clip-path: none;
}

.public-footer-brand .talletum-brand {
  margin-bottom: 0.35rem;
}
