/* Paths traced from the supplied brand sheet, positioned without font metrics. */
.brand-canvas .living-word-vector {
  left: 26.5%;
  top: 25%;
  width: 56%;
  height: auto;
  display: block;
  overflow: visible;
}
.living-word-vector .brand-letter {
  transform-box: fill-box;
  transform-origin: 50% 90%;
}
@media (prefers-reduced-motion: reduce) {
  .living-word-vector .brand-letter { will-change: auto; }
}
