/* Keep the landing headline layered, but never let its letters collide. */
.landing-title span {
  line-height: .88;
}

/* Keep the frame marker clear of the opening bracket in the hero label. */
.landing-hero .top-left {
  top: 14px;
  left: 8px;
}

@media (max-width: 700px) {
  .landing-title span {
    line-height: .82;
  }

  .landing-hero .top-left {
    top: 12px;
    left: 7px;
  }
}
