html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

main,
header,
footer,
section {
  max-width: 100%;
}

@media (max-width: 580px) {
  .hero {
    display: block;
    min-height: 0;
    height: auto;
    padding: 112px 6vw 54px;
  }

  .hero::after {
    display: none;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(50px, 15.5vw, 60px);
  }

  .lead {
    max-width: 100%;
    margin: 22px 0 24px;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }

  .actions .btn {
    width: 100%;
    min-height: 54px;
  }

  .hero-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 280px;
    margin: 30px 0 0;
    padding: 8px;
    opacity: 1;
  }

  .hero-art img {
    width: 100%;
    height: 100%;
    object-position: center;
    transform: rotate(-1deg);
  }

  .kiez-stamp,
  .scroll {
    display: none;
  }

  .gallery-intro h2 {
    font-size: clamp(31px, 8.8vw, 38px);
    letter-spacing: -0.055em;
  }

  .kiez-gallery figure,
  .about-photo,
  .contact-form {
    max-width: 100%;
  }
}
