.daftons-destinations-page,
.destination-detail-page {
  background: #f5f6f1;
}

.page-template-template-destinations .entry-banner,
.tax-tour-locations .entry-banner {
  display: none;
}

.destinations-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 104px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(230, 181, 76, .25), transparent 28%),
    linear-gradient(135deg, #202b11 0%, #4b6128 100%);
}

.destinations-hero::after {
  position: absolute;
  right: -90px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.destinations-hero .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.destinations-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #dfb44f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.destinations-hero h1,
.destination-detail-hero h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.08;
}

.destinations-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.75;
}

.destinations-section,
.destination-tours-section {
  padding: 90px 0 110px;
}

.destinations-grid,
.destination-tours-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.destination-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(145deg, #445a25, #202b11);
  box-shadow: 0 18px 50px rgba(52, 69, 28, .14);
}

.destination-card > a {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
}

.destination-card img,
.destination-tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.destination-card:hover img,
.destination-tour-card:hover .destination-tour-image img {
  transform: scale(1.06);
}

.destination-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .35);
  background: radial-gradient(circle at 70% 20%, #647a3b, transparent 42%);
  font-size: 58px;
}

.destination-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 33, 13, .05) 22%, rgba(24, 33, 13, .92) 100%);
}

.destination-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.destination-count {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(32, 43, 17, .4);
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.destination-card h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
}

.destination-link-text,
.destination-tour-link {
  color: #e6bd5d;
  font-size: 14px;
  font-weight: 700;
}

.destination-link-text i,
.destination-tour-link i {
  margin-left: 7px;
  transition: transform .25s ease;
}

.destination-card:hover .destination-link-text i,
.destination-tour-card:hover .destination-tour-link i {
  transform: translateX(5px);
}

.destination-detail-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  padding: 90px 0 74px;
  color: #fff;
  background-color: #34451c;
  background-position: center;
  background-size: cover;
}

.destination-detail-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 33, 13, .92), rgba(24, 33, 13, .38));
}

.destination-detail-heading {
  position: relative;
  z-index: 1;
}

.destination-detail-heading p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.7;
}

.destination-back-link {
  display: inline-block;
  margin-bottom: 24px;
  color: #e6bd5d;
  font-size: 14px;
  font-weight: 700;
}

.destination-back-link:hover {
  color: #fff;
}

.destination-section-heading {
  margin-bottom: 42px;
}

.destination-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 48px);
}

.destination-tour-card {
  overflow: hidden;
  border: 1px solid #e4e7de;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(52, 69, 28, .09);
}

.destination-tour-image {
  display: block;
  height: 255px;
  overflow: hidden;
  background: #34451c;
}

.destination-tour-content {
  padding: 25px;
}

.destination-tour-location {
  display: block;
  margin-bottom: 10px;
  color: #34451c;
  font-size: 13px;
  font-weight: 700;
}

.destination-tour-content h3 {
  margin-bottom: 13px;
  font-size: 21px;
  line-height: 1.35;
}

.destination-tour-content h3 a {
  color: #2a331e;
}

.destination-tour-content h3 a:hover {
  color: #596c36;
}

.destination-tour-content p {
  margin-bottom: 18px;
  color: #6d7563;
  font-size: 14px;
  line-height: 1.65;
}

.destinations-empty {
  padding: 64px 30px;
  border: 1px solid #e1e5d9;
  border-radius: 18px;
  text-align: center;
  background: #fff;
}

@media (max-width: 991px) {
  .destinations-grid,
  .destination-tours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-card {
    min-height: 370px;
  }
}

@media (max-width: 575px) {
  .destinations-hero {
    padding: 82px 0 76px;
  }

  .destinations-section,
  .destination-tours-section {
    padding: 64px 0 80px;
  }

  .destinations-grid,
  .destination-tours-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .destination-card {
    min-height: 350px;
  }

  .destination-detail-hero {
    min-height: 410px;
    padding-bottom: 55px;
  }
}
