@charset "UTF-8";
.acf-block-tour-cards {
  position: relative;
  width: 100%;
  padding: 6rem 1.25rem 2.5rem;
  overflow: hidden;
}
.acf-block-tour-cards__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto 0;
}
.acf-block-tour-cards__heading {
  margin: 0;
  color: #474a2d;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: right;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.3px;
}
.acf-block-tour-cards__description {
  margin: 0;
  text-wrap: pretty;
  max-width: 380px;
  color: #5a5a5a;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.acf-block-tour-cards__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}
.acf-block-tour-cards__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.acf-block-tour-cards__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.acf-block-tour-cards__image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.acf-block-tour-cards__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acf-block-tour-cards__image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(230, 88, 42, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.acf-block-tour-cards__card:hover .acf-block-tour-cards__image-overlay {
  opacity: 1;
}
.acf-block-tour-cards__learn-more {
  display: inline-block;
  padding: 0.625rem 1.75rem;
  background-color: #e6582a;
  color: #fff;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  border: none;
}
.acf-block-tour-cards__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: inherit;
}
.acf-block-tour-cards__title {
  margin: 0 0 0.75rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.875rem, 3.25vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.3px;
}
.acf-block-tour-cards__dates {
  margin: 0 0 1rem;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  opacity: 0.8;
}
.acf-block-tour-cards__text {
  margin: 0 0 1.75rem;
  text-wrap: pretty;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.9;
}
.acf-block-tour-cards__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: auto;
}
.acf-block-tour-cards__price {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.acf-block-tour-cards__card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.acf-block-tour-cards__btn {
  display: inline-flex;
  text-decoration: none;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.acf-block-tour-cards__btn-body {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.5rem;
  background-color: #e6582a;
  color: #fff;
  border-radius: 5px 5px 7px 7px;
  min-height: 44px;
  transition: background-color 0.25s ease;
}
.acf-block-tour-cards__btn-body::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -6px;
  width: 32px;
  height: 16px;
  background-color: #e6582a;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.25s ease;
}
.acf-block-tour-cards__btn-body::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #e6582a;
  border-radius: 50%;
  box-shadow: 48px 0 0 0 #e6582a;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.acf-block-tour-cards__btn:hover .acf-block-tour-cards__btn-body, .acf-block-tour-cards__btn:focus-visible .acf-block-tour-cards__btn-body {
  background-color: #d14425;
}
.acf-block-tour-cards__btn:hover .acf-block-tour-cards__btn-body::before, .acf-block-tour-cards__btn:focus-visible .acf-block-tour-cards__btn-body::before {
  background-color: #d14425;
}
.acf-block-tour-cards__btn:hover .acf-block-tour-cards__btn-body::after, .acf-block-tour-cards__btn:focus-visible .acf-block-tour-cards__btn-body::after {
  background-color: #d14425;
  box-shadow: 48px 0 0 0 #d14425;
}
.acf-block-tour-cards__btn-text {
  position: relative;
  z-index: 1;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.acf-block-tour-cards {
  /* ── Image-Based Button ── */
}
.acf-block-tour-cards__btn--has-image {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.25s ease;
}
.acf-block-tour-cards__btn--has-image:hover, .acf-block-tour-cards__btn--has-image:focus-visible {
  transform: translateY(-1px);
  filter: brightness(0.9);
}
.acf-block-tour-cards__btn-bg {
  display: block;
  width: auto;
  height: 100%;
  min-height: 54px;
  max-height: 64px;
  object-fit: contain;
}
.acf-block-tour-cards__btn-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
}
.acf-block-tour-cards {
  /* Tree pattern — background-image set inline via ACF */
}
.acf-block-tour-cards__trees {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  pointer-events: none;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
}

@media (max-width: 1279px) {
  .acf-block-tour-cards__header {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .acf-block-tour-cards {
    padding: 6.5rem 2.5rem 4.5rem;
  }
  .acf-block-tour-cards__trees {
    height: 260px;
  }
}
@media (min-width: 1280px) {
  .acf-block-tour-cards {
    padding: 7rem 3rem 20.5rem;
  }
  .acf-block-tour-cards__grid {
    transform: translateY(8rem);
  }
  .acf-block-tour-cards__heading {
    font-size: 2.5rem;
  }
  .acf-block-tour-cards__trees {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .acf-block-tour-cards__header {
    margin-bottom: 2.5rem;
  }
  .acf-block-tour-cards__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .acf-block-tour-cards__heading,
  .acf-block-tour-cards__description {
    justify-content: center;
    align-items: center;
    text-align: center;
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  .acf-block-tour-cards {
    padding: 5rem 1.25rem 2rem;
  }
  .acf-block-tour-cards__header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
  .acf-block-tour-cards__heading {
    max-width: 100%;
  }
  .acf-block-tour-cards__description {
    max-width: 100%;
  }
  .acf-block-tour-cards__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .acf-block-tour-cards__content {
    text-align: center;
    text-wrap: balance;
  }
  .acf-block-tour-cards__trees {
    height: 150px;
  }
}
.acf-block-tour-cards__slider-viewport,
.acf-block-tour-cards__slider-track {
  display: contents;
}

/* ── Mobile Card Slider ── */
@media (max-width: 767px) {
  .acf-block-tour-cards[data-mobile-slider="1"] {
    padding-left: 0;
    padding-right: 0;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .acf-block-tour-cards__slider-viewport {
    display: block;
    overflow: hidden;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .acf-block-tour-cards__slider-track {
    display: flex;
    flex-wrap: nowrap;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .acf-block-tour-cards__card {
    transform: scale(0.95);
    opacity: 0.7;
    transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .acf-block-tour-cards__card.card-slider--active {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .acf-block-tour-cards__content {
    text-align: left;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .acf-block-tour-cards__grid {
    display: block;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .card-slider__dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    padding: 2.5rem 1.25rem;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .card-slider__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: #474a2d;
    transition: background-color 0.3s ease;
  }
  .acf-block-tour-cards[data-mobile-slider="1"] .card-slider__dot--active {
    background-color: #e6582a;
  }
}
@media (max-width: 399px) {
  .acf-block-tour-cards__card {
    padding: 1rem;
  }
  .acf-block-tour-cards__footer {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
}
/* ── Page variant (per-block overrides) ── */
.acf-block-tour-cards--page {
  overflow: hidden;
}
.acf-block-tour-cards--page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--tc-image-url, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: var(--tc-image-opacity, 0.75);
  pointer-events: none;
}

.acf-block-tour-cards--page .acf-block-tour-cards__grid {
  transform: none;
}

.acf-block-tour-cards__heading--centered {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto 2.5rem;
}

@media (min-width: 1280px) {
  .acf-block-tour-cards--page {
    padding-bottom: 8rem;
  }
}
/* ── About page override ── */
.acf-block-tour-cards--about .acf-block-tour-cards__heading {
  max-width: none;
}

.acf-block-tour-cards--about .acf-block-tour-cards__header {
  margin-bottom: 3.5rem;
}

@media (min-width: 1280px) {
  .acf-block-tour-cards--about {
    padding-bottom: 8rem;
  }
  .acf-block-tour-cards--about .acf-block-tour-cards__grid {
    transform: none;
  }
}

/*# sourceMappingURL=style.css.map */
