/* Give animated typewriter words room for their italic overhang and full glyph height. */
.hero-copy h1 {
  line-height: .88;
}

.hero-copy h1 em .motion-word,
.relocation-copy h1 em .motion-word,
.relocation-journey-heading h2 em .motion-word {
  padding: .08em .12em .14em;
  margin: -.08em -.12em -.14em;
}

/* The italic terminal on “better” extends beyond its advance width on iOS. */
.hero-copy h1 em.char-reveal .motion-word {
  overflow: visible;
  padding-right: .24em;
  margin-right: -.24em;
}

/* The search now hands off to the full live archive instead of rendering cards here. */
.properties .section-head {
  margin-bottom: 0;
}

.properties .search-service-note {
  margin: 36px 0 0;
}

.properties .properties-footer {
  margin-top: 36px;
}

@media (max-width: 900px) {
  .hero-copy h1 {
    line-height: .92;
  }

  .hero-copy h1 em.char-reveal .motion-word {
    padding-right: .32em;
    margin-right: -.32em;
  }
}
