/* Wasp & hornet page additions on top of the shared ant redesign system. */

.wasp-page .ant-r-hero-image {
  object-position: center 44%;
}

.wasp-hero-ellipse {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -40px;
  width: 180px;
  height: 180px;
  pointer-events: none;
}

.wasp-page .ant-species-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.wasp-page .ant-species-card {
  min-height: 510px;
  border-radius: 20px;
}

.wasp-page .ant-species-card > img {
  height: 170px;
  background: var(--ant-cream-strong);
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.wasp-page .ant-species-body {
  padding: 22px;
}

.wasp-page .ant-species-body h3 {
  font-size: 18px;
  line-height: 24px;
}

.wasp-page .ant-species-body dl {
  display: block;
}

.wasp-page .ant-species-body dl div + div {
  margin-top: 10px;
}

.wasp-page .ant-species-body p {
  font-size: 12px;
  line-height: 1.5;
}

.wasp-page .faq-list {
  max-width: 900px;
}

.wasp-page .ant-final-cta-inner {
  gap: 36px;
}

@media (max-width: 1100px) {
  .wasp-page .ant-species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .wasp-hero-ellipse {
    bottom: 20px;
    left: -30px;
    width: 130px;
    height: 130px;
  }

  .wasp-page .ant-species-grid {
    grid-template-columns: 1fr;
  }

  .wasp-page .ant-species-card {
    min-height: 0;
  }

  .wasp-page .ant-species-card > img {
    height: 200px;
  }
}
