/* Cache-safe phone layout correction for the restored keyboard. */
@media (max-width: 750px) {
  .hero .lightshow-keyboard {
    bottom: 184px !important;
  }

  .hero {
    min-height: max(760px, 100svh);
  }

  .hero .lede {
    margin-bottom: 130px;
  }
}
