@media (max-width: 760px) {
  .hero {
    min-height: 650px;
    padding: 105px 14px 88px;
  }

  .hero h1 {
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin: 0 0 28px;
    font-size: clamp(3.65rem, 16vw, 4.2rem);
    line-height: .8;
    letter-spacing: -.075em;
  }

  .hero h1 strong {
    font-size: .94em;
    text-shadow: 3px 3px 0 var(--lilac);
  }

  .hero > p {
    position: relative;
    z-index: 3;
    max-width: 96%;
    padding: 10px 12px 10px 14px;
    border-left-width: 6px;
    background: rgba(244, 241, 255, .88);
    font-size: .88rem;
    line-height: 1.48;
  }

  .hero-stamp {
    z-index: 4;
    top: 4%;
    right: 7%;
    width: 84px;
    height: 84px;
  }

  .hero::before {
    right: -18%;
    bottom: -44px;
    width: 130px;
    height: 210px;
  }

  .hero::after {
    right: 5%;
    bottom: 5%;
    width: 54px;
    height: 54px;
  }

  .catalog-heading h2 {
    max-width: 100%;
    font-size: 2.18rem;
    line-height: .9;
    overflow-wrap: normal;
  }

  .card-copy h3 {
    font-size: 2.05rem;
    line-height: .8;
  }
}
