/* Home page specific styles. */
.bg-grid-pattern {
  background-image: radial-gradient(circle, #e2dfde 1px, transparent 1px);
  background-size: 40px 40px;
}

.home-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  body[data-page="home"] .px-12 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  body[data-page="home"] main > section:first-child h1 {
    font-size: clamp(2rem, 10vw, 3.25rem);
  }

  body[data-page="home"] .text-6xl {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }
}
