.nyk-home-about-toggle {
  display: none;
}

@media screen and (max-width: 749px) {
  .nyk-home-about-copy.hidden-desktop {
    position: relative;
    max-height: 13.5rem;
    overflow: hidden;
    transition: max-height .35s ease;
  }

  .nyk-home-about-copy.hidden-desktop:not(.is-expanded)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4.5rem;
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(var(--color-background) / 0), rgb(var(--color-background)) 82%);
  }

  .nyk-home-about-copy.hidden-desktop.is-expanded {
    max-height: 200rem;
  }

  .nyk-home-about-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 12px;
    padding: 9px 18px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: rgb(var(--color-text));
    font: inherit;
    font-weight: 600;
    cursor: pointer;
  }
}
