@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  .page,
  .hero,
  .content {
    overflow-x: hidden;
  }

  .hero {
    padding: 45px 22px 90px;
  }

  .logo {
    max-width: 285px;
  }

  .content {
    max-width: 100%;
    text-align: center;
  }


  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: block;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4.4rem);
    line-height: .92;
    letter-spacing: .025em;
    word-spacing: .06em;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
.tagline-desktop {
  display: none !important;
}

.tagline-mobile {
  display: block !important;
}

.tagline-banner {
  width: 100%;
  min-height: 360px;
  max-width: 100%;

    margin: 25px auto 40px;
  overflow: visible;
  

}

.tagline-banner::before {
  
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(4deg);
  width: 105%;
  height: 250px;
  background-image: url("../assets/brush-black-mobile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

z-index: 1;


}

.tagline-banner span {
  font-size: clamp(3rem, 13vw, 5rem);
  line-height: .82;
  text-align: center;
  white-space: normal;
}

  .signup-block {
    max-width: 100%;
    text-align: center;
  }

.signup-block h2 {

    font-size: clamp(3.2rem, 14vw, 5rem);
    line-height: .82;
    text-transform: uppercase;
    letter-spacing: .015em;
    text-align: center;
	  margin-top: 25px;
}

  .signup-form {
    max-width: 100%;
    gap: 16px;
  }

  .signup-form input {
    font-size: 1rem;
    min-width: 0;
  }

  .signup-form button {
    font-size: 1.1rem;
  }

  .signup-disclaimer,
  .form-message {
    text-align: center;
  }

  .footer {
    padding: 35px 22px 45px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 24px;
  }

  .footer-right {
    flex-direction: column;
    justify-content: center;
    gap: 22px;
  }

  .socials {
    justify-content: center;
    flex-wrap: wrap;
  }

  .cookie-banner {
    flex-direction: column;
    text-align: center;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}