/* PitchVaani v129 — scoped Historic and International ground listing cards. */
.pv-ground-category-page {
  background: #f7fafc;
  color: #0b1120;
}

.pv-ground-category-page .pv-directory-main {
  padding: 58px 0 82px;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 58%, #f7fafc 100%);
}

.pv-ground-category-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.pv-ground-category-heading > div {
  max-width: 760px;
}

.pv-ground-category-heading .eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #047857;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pv-ground-category-heading h2 {
  margin: 0;
  color: #0b1120;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.14;
}

.pv-ground-category-heading h2 span {
  color: #059669;
}

.pv-ground-category-heading p {
  margin: 9px 0 0;
  color: #526071;
  line-height: 1.7;
}

.pv-ground-category-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 850;
}

.pv-ground-category-count svg {
  width: 17px;
  height: 17px;
}

.pv-ground-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pv-ground-category-grid.is-single {
  max-width: 610px;
  grid-template-columns: minmax(0, 1fr);
}

.pv-ground-category-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.pv-ground-category-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dbe5ee;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.1);
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1), border-color 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pv-ground-category-link:hover .pv-ground-category-card,
.pv-ground-category-link:focus-visible .pv-ground-category-card {
  transform: translateY(-5px);
  border-color: rgba(16, 185, 129, 0.72);
  box-shadow: 0 24px 52px rgba(15, 23, 42, 0.17);
}

.pv-ground-category-link:focus-visible {
  border-radius: 20px;
  outline: 3px solid #10b981;
  outline-offset: 4px;
}

.pv-ground-category-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #071827;
}

.pv-ground-category-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 12, 22, 0.04) 46%, rgba(3, 12, 22, 0.68) 100%);
}

.pv-ground-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.23, 1, 0.32, 1);
}

.pv-ground-category-link:hover .pv-ground-category-image img,
.pv-ground-category-link:focus-visible .pv-ground-category-image img {
  transform: scale(1.035);
}

.pv-ground-category-badge {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(167, 243, 208, 0.5);
  border-radius: 999px;
  background: rgba(3, 31, 44, 0.82);
  color: #d1fae5;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.pv-ground-category-badge svg {
  width: 15px;
  height: 15px;
}

.pv-ground-category-content {
  padding: 24px;
}

.pv-ground-category-location {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #047857;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pv-ground-category-location svg {
  width: 15px;
  height: 15px;
}

.pv-ground-category-card h3 {
  margin: 10px 0 9px;
  color: #0f172a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.16;
}

.pv-ground-category-description {
  margin: 0;
  color: #526071;
  line-height: 1.7;
}

.pv-ground-match-box {
  display: grid;
  gap: 5px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(16, 185, 129, 0.24);
  border-radius: 14px;
  background: linear-gradient(145deg, #f0fdf4 0%, #ecfdf5 100%);
}

.pv-ground-match-box span {
  color: #047857;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pv-ground-match-box strong {
  color: #0f172a;
  font-size: 15px;
  line-height: 1.4;
}

.pv-ground-match-box small {
  color: #526071;
  font-size: 12px;
  line-height: 1.5;
}

.pv-ground-category-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #047857;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.pv-ground-category-cta svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 760px) {
  .pv-ground-category-page .pv-directory-main {
    padding: 44px 0 60px;
  }

  .pv-ground-category-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .pv-ground-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pv-ground-category-grid.is-single {
    max-width: none;
  }

  .pv-ground-category-content {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pv-ground-category-card,
  .pv-ground-category-image img {
    transition: none;
  }
}
