/* VisitBHV Finder */

.visitbhv-finder {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 7rem);
}

.visitbhv-finder__hero {
  max-width: 760px;
  margin-bottom: 2rem;
}

.visitbhv-finder__eyebrow {
  margin: 0 0 .8rem;
  color: #2a7f7f;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.visitbhv-finder h1 {
  margin: 0 0 1rem;
  color: #0d1b2a;
  font-size: clamp(4rem, 8vw, 7.2rem);
  line-height: .92;
  letter-spacing: -.06em;
}

.visitbhv-finder__hero p {
  color: rgba(13, 27, 42, .72);
  font-size: 1.05rem;
  line-height: 1.75;
}

.visitbhv-finder__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 1rem;
  margin: 2rem 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(13, 27, 42, .1);
  border-radius: 22px;
  background: #fff;
}

.visitbhv-finder__controls label {
  display: grid;
  gap: .45rem;
}

.visitbhv-finder__controls span {
  color: #2a7f7f;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.visitbhv-finder__controls input,
.visitbhv-finder__controls select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(13, 27, 42, .16);
  border-radius: 16px;
  background: #f9f8f6;
  color: #0d1b2a;
  padding: 0 1rem;
  box-sizing: border-box;
}

.visitbhv-finder__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  color: rgba(13, 27, 42, .65);
}

.visitbhv-finder-reset {
  border: 0;
  background: transparent;
  color: #2a7f7f;
  font-weight: 850;
  cursor: pointer;
}

.visitbhv-finder__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.visitbhv-finder-card {
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, .12);
  border-radius: 22px;
  background: #fff;
}

.visitbhv-finder-card[hidden] {
  display: none !important;
}

.visitbhv-finder-card__image {
  display: block;
  min-height: 220px;
  background-position: center;
  background-size: cover;
  background-color: #0d1b2a;
}

.visitbhv-finder-card__body {
  padding: 1.2rem;
}

.visitbhv-finder-card__top {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .65rem;
  margin-bottom: .7rem;
}

.visitbhv-finder-card__top span,
.visitbhv-finder-card__top small {
  color: #2a7f7f;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.visitbhv-finder-card h2 {
  margin: 0 0 .7rem;
  color: #0d1b2a;
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.visitbhv-finder-card h2 a {
  color: inherit;
  text-decoration: none;
}

.visitbhv-finder-card p {
  color: rgba(13, 27, 42, .68);
}

.visitbhv-finder-card__link {
  display: inline-flex;
  margin-top: .7rem;
  color: #2a7f7f !important;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.visitbhv-finder-empty {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(42, 127, 127, .1);
  color: #0d1b2a;
  font-weight: 750;
}

@media (max-width: 900px) {
  .visitbhv-finder__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visitbhv-finder__controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .visitbhv-finder__grid {
    grid-template-columns: 1fr;
  }

  .visitbhv-finder h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }
}
