/* Koffie wordmark — bean leans right (+18°), crease 48% height */
.brand {
  text-decoration: none;
}

.koffie-logo {
  display: inline-flex;
  align-items: center;
  color: var(--ink, #1c1816);
}

.koffie-logo__letter {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.koffie-logo__bean {
  width: 17px;
  height: 21px;
  border-radius: 9px;
  margin: 0 3px;
  background: var(--accent, #3d2914);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(18deg);
}

.koffie-logo__crease {
  width: 3px;
  height: 48%;
  background: var(--bg, #f7efe3);
  border-radius: 3px;
  transform: rotate(-14deg);
}
