/* ARKTI home template styles. */

/* =========================
   PORTADA
   ========================= */
.home .arkti-home-inner {
  width: 100%;
}

.home .arkti-home-hero {
  padding-top: 12px !important;
}

.home .arkti-home-hero h1 {
  font-size: clamp(2.3rem, 3.2vw, 2.85rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.home .arkti-home-hero__intro {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem) !important;
  line-height: 1.35 !important;
}

.home .arkti-home-explore > .arkti-home-inner > h2 {
  margin-top: 44px !important;
}

.home .arkti-home-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .arkti-home-posts > li {
  flex: 0 0 212px;
  max-width: 212px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .arkti-home-posts .wp-block-post-featured-image {
  margin-bottom: 9px;
}

.home .arkti-home-posts .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.home .arkti-home-posts .wp-block-post-title {
  margin: 0;
}

.home .arkti-home-posts .wp-block-post-excerpt {
  margin-top: 6px;
  margin-bottom: 0;
}

@media (max-width: 781px) {
  .home .arkti-home-posts {
    gap: 20px;
  }

  .home .arkti-home-posts > li {
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 560px) {
  .home .arkti-home-posts > li {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
