.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.un8-hearts {
  position: relative;
  width: 120px;
  height: 200px;
  overflow: visible;
  color: #6b1528;
}

.un8-heart {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.un8-heart--top,
.un8-heart--bot {
  top: 0;
  transform: none;
}

.un8-heart svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.un8-hearts__sign {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.un8-heart path {
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.brand__lockup.un8-hearts {
  height: 1.7rem;
  width: calc(1.7rem * 120 / 200);
  color: #6b1528;
}

.brand__tag {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

.brand--hero .brand__lockup.un8-hearts {
  height: clamp(2.8rem, 14vw, 4.2rem);
  width: auto;
  aspect-ratio: 240 / 400;
}

.brand--hero .brand__tag {
  margin-top: 8px;
  font-size: 0.75rem;
}

.brand--compact {
  gap: 0;
}

.brand--compact .brand__lockup--raster {
  display: block;
  height: 28px;
  width: auto;
  max-width: 4.6rem;
  object-fit: contain;
  object-position: left center;
}
