.ht-home-departures,
.ht-home-reviews {
  overflow: hidden;
  overflow: clip;
}

.ht-home-reviews {
  background:
    radial-gradient(circle at 92% 14%, rgba(232, 80, 2, 0.055), transparent 28%),
    radial-gradient(circle at 7% 86%, rgba(217, 195, 171, 0.25), transparent 30%),
    linear-gradient(180deg, var(--ht-color-surface, #fbfaf7) 0%, var(--ht-color-surface-muted, #f4f1ed) 100%);
}

.ht-home-departures::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10.625rem;
  right: -8.125rem;
  width: 28.75rem;
  aspect-ratio: 1;
  border: 1px solid rgba(100, 100, 100, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.ht-home-departures > *,
.ht-home-reviews > * {
  position: relative;
  z-index: 1;
}

.ht-editorial-eyebrow::before {
  content: "";
  flex: 0 0 1.75rem;
  height: 1px;
  background: currentColor;
  pointer-events: none;
}

.ht-editorial-title > span,
.ht-editorial-title > strong {
  display: block;
  color: var(--ht-color-brand, #e85002);
  font-weight: inherit;
}

.ht-editorial-benefit::before {
  content: "✓";
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  color: var(--ht-color-brand, #e85002);
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}

.ht-editorial-placeholder {
  position: relative;
  min-height: clamp(18rem, 32vw, 30rem);
  overflow: hidden;
  border: 1px solid var(--ht-color-border, rgba(7, 17, 26, 0.12));
  border-radius: var(--ht-radius-lg, 1.75rem);
  background: rgba(249, 249, 249, 0.42);
}

/* Source-faithful Home results composition. */
.ht-result-stat + .ht-result-stat {
  border-left: 1px solid rgba(232, 80, 2, 0.16);
}

.ht-result-label::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 2px;
  margin: 1.625rem auto 0;
  background: var(--ht-color-brand, #e85002);
  pointer-events: none;
}

/* Source-faithful Home experiences composition. */
.ht-home-experiences {
  --ht-experiences-seam: #32201b;
  --ht-experiences-base: #41251d;
  background: linear-gradient(
    180deg,
    var(--ht-experiences-seam) 0%,
    var(--ht-experiences-seam) 9%,
    #37211b 18%,
    #3d241c 28%,
    var(--ht-experiences-base) 40%,
    var(--ht-experiences-base) 100%
  );
}

.ht-home-experiences::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -11.5rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 11.5rem;
  background-image: var(--ht-home-pattern-image, url("/wp-content/uploads/2026/09/PATTER.png"));
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  pointer-events: none;
}

.ht-home-experiences::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 14% 27%, rgba(241, 96, 1, 0.24) 0%, rgba(232, 80, 2, 0.11) 20%, transparent 43%),
    radial-gradient(circle at 84% 25%, rgba(193, 8, 1, 0.21) 0%, rgba(193, 8, 1, 0.08) 22%, transparent 46%),
    radial-gradient(ellipse at 52% 86%, rgba(217, 195, 171, 0.12) 0%, rgba(241, 96, 1, 0.06) 24%, transparent 54%),
    radial-gradient(circle at 48% 48%, rgba(255, 169, 103, 0.065) 0%, transparent 34%),
    radial-gradient(ellipse at center, transparent 50%, rgba(15, 7, 5, 0.18) 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, transparent 7%, rgba(0, 0, 0, 0.28) 16%, #000 34%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, transparent 7%, rgba(0, 0, 0, 0.28) 16%, #000 34%, #000 100%);
  pointer-events: none;
}

.ht-home-experiences > * {
  position: relative;
  z-index: 2;
}

.ht-experiences-eyebrow::before {
  content: "";
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.25rem;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 22'%3E%3Cg fill='none' stroke='%23e85002' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 19 10 8l4 5 5-9 13 15H2Z'/%3E%3Cpath d='m9 19 6-8 5 6 4-5 6 7'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.ht-experiences-eyebrow::after,
.ht-experiences-meta::before {
  content: "";
  display: inline-block;
  width: 2.125rem;
  height: 1px;
  background: rgba(249, 249, 249, 0.34);
  pointer-events: none;
}

.ht-experiences-title span {
  color: var(--ht-color-brand, #e85002);
}

.experience-feature-card {
  --card-surface: rgba(60, 31, 24, 0.78);
  position: relative;
  min-width: 0;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 34px 32px 28px;
  border: 1px solid rgba(240, 138, 84, 0.46);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16)),
    var(--card-surface);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
}

.experience-feature-card::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -36px;
  height: 150px;
  opacity: 0.34;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 12% 90%,
      transparent 0 58px,
      rgba(240, 138, 84, 0.26) 58px 60px,
      transparent 60px
    ),
    radial-gradient(
      circle at 34% 100%,
      transparent 0 72px,
      rgba(240, 138, 84, 0.2) 72px 74px,
      transparent 74px
    ),
    radial-gradient(
      circle at 58% 95%,
      transparent 0 80px,
      rgba(240, 138, 84, 0.2) 80px 82px,
      transparent 82px
    ),
    radial-gradient(
      circle at 82% 100%,
      transparent 0 68px,
      rgba(240, 138, 84, 0.2) 68px 70px,
      transparent 70px
    );
}

.experience-feature-card--local {
  transform: translateY(-16px);
}

.experience-feature-card__index {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #f09a69;
  font-family: var(--ht-font-body, "Space Grotesk");
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.experience-feature-card__index i {
  width: 68px;
  height: 1px;
  background: currentColor;
  opacity: 0.76;
}

.experience-feature-card__eyebrow {
  color: rgba(249, 249, 249, 0.88);
  font-family: var(--ht-font-body, "Space Grotesk");
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.experience-feature-card__title {
  margin: 0;
  color: #fff;
  font-family: var(--ht-font-heading, Manrope);
  font-size: clamp(2.5rem, 3vw, 4.15rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.experience-feature-card__title span {
  display: inline-block;
}

.experience-feature-card__body {
  max-width: 30ch;
  margin: 0;
  color: rgba(249, 249, 249, 0.86);
  font-family: var(--ht-font-body, "Space Grotesk");
  font-size: 17px;
  line-height: 1.52;
}

.experience-feature-card__footnote {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(249, 249, 249, 0.62);
  font-family: var(--ht-font-body, "Space Grotesk");
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.experience-feature-card__icon {
  color: var(--ht-color-brand, #e85002);
  font-size: 22px;
  line-height: 1;
}

/* Complex card surfaces and vendor fallbacks remain externally owned. */
.ht-experience-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16)),
    rgba(60, 31, 24, 0.78);
  -webkit-backdrop-filter: blur(6px);
}

.ht-experience-card::after {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -2.25rem;
  left: -4%;
  height: 9.375rem;
  opacity: 0.34;
  background:
    radial-gradient(circle at 12% 90%, transparent 0 58px, rgba(240, 138, 84, 0.26) 58px 60px, transparent 60px),
    radial-gradient(circle at 34% 100%, transparent 0 72px, rgba(240, 138, 84, 0.2) 72px 74px, transparent 74px),
    radial-gradient(circle at 58% 95%, transparent 0 80px, rgba(240, 138, 84, 0.2) 80px 82px, transparent 82px),
    radial-gradient(circle at 82% 100%, transparent 0 68px, rgba(240, 138, 84, 0.2) 68px 70px, transparent 70px);
  pointer-events: none;
}

.ht-experience-title span {
  display: inline-block;
}

.ht-experiences-footer-label::after {
  content: "";
  width: 7.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--ht-color-brand, #e85002), transparent);
  pointer-events: none;
}

@media (max-width: 1200px) {
  .ht-experiences-grid {
    gap: 20px;
  }

  .ht-experience-card,
  .experience-feature-card {
    min-height: 470px;
    padding: 30px 26px 26px;
    border-radius: 28px;
  }

  .ht-experience-body,
  .experience-feature-card__body {
    font-size: 16px;
  }
}

@media (max-width: 68.75rem) {
  .ht-home-results {
    padding: 5.125rem 0;
  }

  .ht-result-stat {
    padding: 1.5rem 1.75rem;
  }
}

@media (max-width: 980px) {
  .ht-home-experiences {
    padding: 6.5rem 0 6rem;
  }

  .ht-home-experiences::before {
    top: -8rem;
    height: 8.125rem;
  }

  .ht-experiences-kicker {
    flex-direction: column;
    align-items: flex-start;
  }

  .ht-experiences-grid {
    grid-template-columns: 1fr;
  }

  .ht-experience-card--local,
  .experience-feature-card--local {
    transform: none;
  }
}

@media (max-width: 56.25rem) {
  .ht-editorial-layout {
    grid-template-columns: 1fr;
    gap: var(--ht-space-2xl, 4rem);
  }

  .ht-editorial-copy {
    max-width: none;
  }

}

@media (max-width: 47.5rem) {
  .ht-home-results {
    padding: 4.375rem 0;
  }

  .ht-results-grid {
    grid-template-columns: 1fr;
  }

  .ht-result-stat {
    min-height: 11.875rem;
    padding: 2.125rem 1.375rem;
  }

  .ht-result-stat + .ht-result-stat {
    border-top: 1px solid rgba(232, 80, 2, 0.16);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .ht-editorial-shell {
    width: min(calc(100% - 2.25rem), var(--ht-container-width, 77.5rem));
  }

  .ht-home-departures::after {
    top: -8rem;
    right: -10rem;
    width: 23rem;
  }

  .ht-editorial-placeholder {
    min-height: 16rem;
  }

  .ht-home-experiences {
    padding: 5.75rem 0 5.125rem;
  }

  .ht-home-experiences::before {
    top: -5.75rem;
    height: 5.875rem;
  }

  .ht-experiences-header {
    margin-bottom: 1.75rem;
  }

  .ht-experiences-title {
    font-size: clamp(2.3rem, 9.4vw, 3.2rem);
  }

  .ht-experience-card,
  .experience-feature-card {
    min-height: auto;
    gap: 18px;
    padding: 26px 22px 22px;
    border-radius: 24px;
  }

  .ht-experience-index,
  .experience-feature-card__index {
    font-size: 16px;
  }

  .ht-experience-index-line,
  .experience-feature-card__index i {
    flex-basis: 44px;
    width: 44px;
  }

  .ht-experiences-eyebrow,
  .ht-experiences-meta,
  .ht-experience-eyebrow,
  .experience-feature-card__eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .ht-experience-title,
  .experience-feature-card__title {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .ht-experience-body,
  .experience-feature-card__body {
    max-width: none;
    font-size: 15px;
  }

  .ht-experience-footnote,
  .experience-feature-card__footnote {
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .ht-experiences-footer {
    display: none;
  }
}

.elementor .e-div-block-base.e-div-block-base.experience-feature-card {
  position: relative;
  min-width: 0;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 34px 32px 28px;
  border: 1px solid rgba(240, 138, 84, 0.46);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16)),
    var(--card-surface, rgba(60, 31, 24, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
}

.elementor .e-div-block-base.e-div-block-base.experience-feature-card__index {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0;
}

.elementor .e-div-block-base.e-div-block-base.experience-feature-card__eyebrow {
  padding: 0;
}

.elementor .e-div-block-base.e-div-block-base.experience-feature-card__footnote {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0;
}

.elementor .experience-feature-card__index > .e-heading-base:last-child {
  display: contents;
}

.elementor .experience-feature-card__index i {
  display: block;
}

@media (max-width: 1200px) {
  .elementor .e-div-block-base.e-div-block-base.experience-feature-card {
    min-height: 470px;
    padding: 30px 26px 26px;
    border-radius: 28px;
  }
}

@media (max-width: 700px) {
  .elementor .e-div-block-base.e-div-block-base.experience-feature-card {
    min-height: auto;
    gap: 18px;
    padding: 26px 22px 22px;
    border-radius: 24px;
  }

}

/* Source-faithful Home value-card grid. */
.elementor .e-div-block-base.ht-value-card {
  -webkit-backdrop-filter: blur(7px);
  transition: background 0.3s ease, transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .elementor .e-div-block-base.ht-value-card:hover {
    background: linear-gradient(145deg, #fff 0%, rgba(232, 80, 2, 0.05) 100%);
    box-shadow: none;
    transform: none;
  }
}

.elementor .e-div-block-base.ht-value-icon::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  display: block;
  position: static;
  place-self: center;
  background-color: var(--ht-color-brand, #e85002);
  -webkit-mask: no-repeat center / contain var(--ht-value-icon);
  mask: no-repeat center / contain var(--ht-value-icon);
  pointer-events: none;
}

.elementor .ht-value-icon--support {
  --ht-value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 21v-7a5 5 0 0 1 10 0v7'/%3E%3Cpath d='M8 7a4 4 0 1 1 8 0'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}

.elementor .ht-value-icon--meals {
  --ht-value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3v8a3 3 0 0 0 3 3V3'/%3E%3Cpath d='M6 8h3'/%3E%3Cpath d='M9 14v7'/%3E%3Cpath d='M16 3v18'/%3E%3Cpath d='M16 3c3 2 3 7 0 9'/%3E%3C/svg%3E");
}

.elementor .ht-value-icon--safety {
  --ht-value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 4 7v5c0 5.2 3.4 8 8 9 4.6-1 8-3.8 8-9V7l-8-4Z'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M12 9v8'/%3E%3C/svg%3E");
}

.elementor .ht-value-icon--responsibility {
  --ht-value-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21c5-3 8-7 8-12-5 0-8 1-10 4'/%3E%3Cpath d='M12 21C7 18 4 14 4 9c4 0 7 1 9 4'/%3E%3Cpath d='M12 13v8'/%3E%3C/svg%3E");
}

@media (max-width: 47.5rem) {
  .elementor .e-grid-base.ht-value-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .elementor .e-div-block-base.ht-value-card {
    min-height: auto;
    padding: 1.875rem 1.5rem 2.125rem;
  }

  .elementor .e-div-block-base.ht-value-icon {
    margin-bottom: 2.25rem;
  }
}

/* Content stays visible until the runtime has successfully initialized. */
.ht-reveal-ready .ht-reveal-item:not(.is-revealed) {
  opacity: 0;
  transform: translate3d(0, 0.75rem, 0);
}

.ht-reveal-ready .ht-reveal-item.is-revealed {
  animation: ht-editorial-reveal 560ms cubic-bezier(0.23, 1, 0.32, 1) both;
  animation-delay: var(--ht-reveal-delay, 0ms);
}

.ht-reveal-ready .ht-reveal-item--fade:not(.is-revealed) {
  transform: none;
}

.ht-reveal-ready .ht-reveal-item--fade.is-revealed {
  animation-name: ht-editorial-fade;
}

@keyframes ht-editorial-reveal {
  from { opacity: 0; transform: translate3d(0, 0.75rem, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes ht-editorial-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.ht-reveal-reduced .ht-reveal-item,
.ht-reveal-reduced .ht-reveal-item.is-revealed {
  opacity: 1;
  transform: none;
  animation: none;
}
