@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero,
  .pain-grid,
  .grid-3,
  .product-panel,
  .quotes {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 44px;
  }

  .visual {
    min-height: 520px;
  }

  .before-after {
    position: static;
    margin-bottom: 20px;
  }

  .shirt-wrap {
    width: 260px;
    height: 380px;
  }

  .patch {
    left: 22px;
    right: 22px;
    width: auto;
  }

  .product-image {
    min-height: 380px;
  }

  .product-panel {
    padding: 22px;
    border-radius: 28px;
  }

  .product-trust {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(3.1rem, 14vw, 5.8rem);
  }

  .btn {
    width: 100%;
  }
}
