.brand-mark {
  margin: 0;
  font-family: "Outfit", "Roboto", sans-serif;
  font-weight: 800;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}

.brand-mark-lockup {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.brand-mark-core {
  display: inline-flex;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-letter-i,
.brand-letter-a {
  color: inherit;
}

.brand-letter-n {
  color: #e50914;
}

.brand-mark-sub {
  position: absolute;
  top: -0.1em;
  left: calc(100% + 0.12em);
  font-size: 0.34em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none;
  color: inherit;
  opacity: 0.72;
  white-space: nowrap;
  pointer-events: none;
}

.brand-mark--md {
  font-size: clamp(1.75rem, 3.2vw, 2.15rem);
}

.brand-mark--sm {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.brand-mark--sm .brand-mark-sub {
  font-size: 0.32em;
}
