.work-title {
  width: 100%;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: clamp(1.35rem, 4vw, 1.7rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: var(--ink, #000);
  padding: 0;
  outline: none;
}

.work-title::placeholder {
  color: #c0bcb4;
  font-weight: 900;
}

.header-stack {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-transform: none;
}

.brand-home {
  color: inherit;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.15s;
}

.brand-home:hover {
  opacity: 1;
}

.brand-sep {
  opacity: 0.45;
  font-weight: 500;
}
