/* Modern travel-marketplace layer for the homepage.
   The existing .hm-hero rules are intentionally untouched so the slider keeps
   its current layout, transitions and controls. */

body.home-page {
  --hm-orange: #0077c8;
  --hm-orange-bright: #00b4d8;
  --hm-orange-dark: #08568f;
  --hm-green: #0077c8;
  --hm-olive: #f6b900;
  --hm-green-deep: #08568f;
  --hm-ink: #1c1c1c;
  --hm-bg: #f7f7f7;
  --hm-white: #fff;
  --hm-neutral: #e3e3e3;
  --hm-sand: #f2f2f2;
  --hm-muted: #5b5b5b;
  --hm-radius: 12px;
  --hm-radius-lg: 18px;
  --hm-shadow: 0 6px 20px rgba(0, 0, 0, .08);
  --hm-shadow-lg: 0 12px 34px rgba(0, 0, 0, .12);
  --hm-font-display: 'Poppins', system-ui, sans-serif;
  --hm-font-body: 'Poppins', system-ui, sans-serif;
  --hm-container: 1240px;
  background: #fff;
  color: var(--hm-ink);
}

.home-page main {
  background: #fff;
  overflow: hidden;
}

.home-page .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background: transparent !important;
  box-shadow: none !important;
}

/* Preserve the established slider palette and pill buttons verbatim. */
.hm-hero {
  --hm-orange: #0077c8;
  --hm-orange-bright: #00b4d8;
  --hm-orange-dark: #08568f;
}

.hm-hero .hm-btn {
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 1rem;
}

.hm-hero .hm-btn--primary {
  background: linear-gradient(135deg, var(--hm-orange) 0%, var(--hm-orange-bright) 100%);
  box-shadow: 0 14px 34px rgba(0, 119, 200, .34);
}

.hm-hero .hm-btn--primary:hover {
  background: linear-gradient(135deg, var(--hm-orange) 0%, var(--hm-orange-bright) 100%);
  box-shadow: 0 20px 44px rgba(0, 119, 200, .4);
}

.hm-wrap {
  width: min(var(--hm-container), calc(100% - 48px));
}

.hm-sec {
  padding-block: clamp(58px, 6.5vw, 92px);
}

.hm-sec--tight {
  padding-block: clamp(38px, 4.5vw, 58px);
}

.hm-eyebrow {
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--hm-green-deep);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
}

.hm-title {
  color: #111;
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.hm-sub {
  max-width: 720px;
  margin-top: 12px;
  color: var(--hm-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hm-btn {
  min-height: 48px;
  padding-inline: 22px;
  border-radius: 8px;
  font-size: .92rem;
  font-weight: 700;
}

.hm-btn--primary {
  background: #111;
  box-shadow: none;
}

.hm-btn--primary:hover {
  background: #333;
  box-shadow: none;
}

.hm-btn--ghost {
  border-color: #111;
  background: #fff;
}

/* Search-first marketplace entrance */
.hm-search {
  z-index: 8;
  margin-top: 0;
  padding: 52px 0 30px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.hm-search__head {
  max-width: none;
  margin-bottom: 22px;
  text-align: center;
}

.hm-search__head .hm-eyebrow {
  display: none;
}

.hm-search__head .hm-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -.05em;
}

.hm-search__panel {
  grid-template-columns: minmax(200px, .55fr) minmax(280px, 1fr) auto;
  max-width: 980px;
  margin-inline: auto;
  padding: 8px;
  gap: 0;
  align-items: stretch;
  border: 2px solid #111;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.hm-search__field {
  min-width: 0;
  padding: 8px 20px;
}

.hm-search__field + .hm-search__field {
  border-left: 1px solid #d7d7d7;
}

.hm-search__field label {
  margin-bottom: 1px;
  color: #222;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hm-search__field label i {
  color: var(--hm-orange-dark);
}

.hm-search__field select,
.hm-search__field input {
  height: 28px;
  min-height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #222;
  font-size: .9rem;
}

.hm-search__field select:focus,
.hm-search__field input:focus {
  border: 0;
  box-shadow: none;
}

.hm-search__submit {
  align-self: stretch;
  min-width: 164px;
  min-height: 56px;
  margin-left: 8px;
  border-radius: 999px;
  background: var(--hm-orange);
  color: #fff;
  box-shadow: none;
  font-size: .94rem;
  font-weight: 800;
}

.hm-search__submit:hover {
  background: #08568f;
  box-shadow: none;
  transform: none;
}

.hm-search__hint {
  justify-content: center;
  max-width: 920px;
  margin: 18px auto 0;
  color: #686868;
  font-size: .8rem;
}

.hm-search__hint a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Category shortcuts */
.hm-quickcat {
  margin: 0;
  padding-block: 26px;
  background: #fff;
}

.hm-quickcat__row {
  justify-content: center;
  gap: 10px;
}

.hm-pill {
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  color: #222;
  font-size: .86rem;
  font-weight: 700;
}

.hm-pill i {
  color: #111;
}

.hm-pill:hover {
  border-color: #111;
  background: #f4f4f4;
  box-shadow: none;
  transform: none;
}

/* Horizontally browsable experience cards */
.hm-tours {
  border-top: 1px solid #ededed;
  background: #fff;
}

.hm-tours__head {
  align-items: end;
  margin-bottom: 30px;
}

.hm-tours__link {
  color: #111;
  font-size: .9rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hm-tours__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, calc((100% - 54px) / 4));
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 20px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #a8a8a8 #ededed;
}

.hm-card {
  scroll-snap-align: start;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.hm-card:hover {
  box-shadow: none;
  transform: none;
}

.hm-card__media {
  aspect-ratio: 4 / 3;
  border-radius: 10px;
}

.hm-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: inherit;
  pointer-events: none;
}

.hm-card:hover .hm-card__media img {
  transform: scale(1.025);
}

.hm-card__badge {
  top: 10px;
  left: 10px;
  padding: 6px 9px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  color: #222;
  font-size: .64rem;
  backdrop-filter: none;
}

.hm-card__badge::before {
  background: var(--hm-orange);
}

.hm-card__body {
  padding: 13px 1px 0;
}

.hm-card__title {
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.hm-card__title a:hover {
  color: #111;
  text-decoration: underline;
}

.hm-card__desc {
  display: none;
}

.hm-card__meta {
  order: 2;
  gap: 7px 12px;
  margin-top: 9px;
  color: #5c5c5c;
  font-size: .75rem;
}

.hm-card__meta i {
  color: var(--hm-orange-dark);
}

.hm-card__foot {
  order: 3;
  margin-top: 10px;
  padding-top: 0;
  border: 0;
}

.hm-card__price small {
  color: #555;
  font-size: .66rem;
  letter-spacing: 0;
  text-transform: none;
}

.hm-card__price strong {
  color: #111;
  font-size: 1rem;
}

.hm-card__price strong span {
  font-size: .7rem;
  font-weight: 500;
}

.hm-card__cta {
  display: none;
}

/* Destination feature tiles */
.hm-dest {
  border-top: 1px solid #ececec;
  background: #f7f7f7;
}

.hm-dest .hm-sec-head {
  margin-bottom: 30px;
}

.hm-dest__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hm-dest-card,
.hm-dest-card--tall {
  min-height: 430px;
  border-radius: 12px;
  box-shadow: none;
}

.hm-dest-card::after {
  background: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, .82) 100%);
}

.hm-dest-card__body {
  right: 26px;
  bottom: 24px;
  left: 26px;
}

.hm-dest-card__kicker {
  color: #fff;
  font-size: .67rem;
}

.hm-dest-card h3 {
  margin-top: 7px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.hm-dest-card p {
  max-width: 520px;
  margin-top: 8px;
  font-size: .88rem;
  line-height: 1.5;
}

.hm-dest-card__meta {
  padding-top: 14px;
}

/* Image-led interest carousel */
.hm-interest {
  background: #fff;
}

.hm-interest__carousel {
  border-radius: 0;
}

.hm-interest__carousel .hm-cat-track {
  gap: 16px;
}

.hm-cat-card {
  min-height: 340px;
  border-radius: 10px;
  box-shadow: none;
}

.hm-cat-card::after {
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .76) 100%);
}

.hm-cat-card__body {
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.hm-cat-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #111;
}

.hm-cat-card h3 {
  font-size: 1.16rem;
}

.hm-cat-card p {
  font-size: .8rem;
}

.hm-interest__arrow {
  border: 1px solid #111;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
}

.hm-interest__arrow:hover {
  color: #111;
  transform: translateY(-50%) scale(1.04);
}

/* Featured weekly pick */
.hm-spot {
  background: #e6f3fb;
}

.hm-spot__grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid #d2e5f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

.hm-spot__media {
  min-height: 520px;
  border-radius: 0;
}

.hm-spot__media img {
  border-radius: 0;
}

.hm-spot__body {
  padding: clamp(32px, 5vw, 66px);
}

.hm-spot__tag {
  border-radius: 5px;
  background: #fff;
  color: #111;
}

.hm-spot__points i {
  color: var(--hm-orange-dark);
}

/* Practical reassurance in a clean information band */
.hm-why {
  background: #fff;
}

.hm-why__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.hm-why-card {
  padding: 34px 28px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.hm-why-card + .hm-why-card {
  border-left: 1px solid #dedede;
}

.hm-why-card__icon {
  width: 48px;
  height: 48px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  background: #fff;
  color: #111;
  box-shadow: none;
}

.hm-why-card h3 {
  margin-top: 20px;
  color: #111;
  font-size: 1rem;
}

.hm-why-card p {
  color: #626262;
  font-size: .84rem;
}

/* Reviews */
.hm-reviews {
  background: #f2f2f2;
}

.hm-reviews__grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 70px;
}

.hm-reviews__glogo {
  color: #222;
}

.hm-reviews__glogo .hm-gmark {
  border-radius: 50%;
}

.hm-reviews__stars {
  color: var(--hm-orange);
}

.hm-reviews__list {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hm-reviews__list li {
  padding: 24px 20px;
  border-color: #dedede;
  border-radius: 10px;
  box-shadow: none;
  background: #fff;
  font-size: .82rem;
}

.hm-reviews__list li strong {
  display: block;
  margin-bottom: 12px;
  color: #111;
  line-height: 1.35;
}

.hm-reviews__list li strong i {
  margin-right: 4px;
  color: var(--hm-orange);
}

/* Pickup, FAQ and close */
.hm-pickup {
  background: #fff;
}

.hm-pickup__inner {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.hm-pickup__areas span {
  border-color: #cfcfcf;
  box-shadow: none;
}

.hm-pickup__areas i {
  color: var(--hm-orange-dark);
}

.hm-pickup__map {
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

.hm-faq {
  border-top: 1px solid #e8e8e8;
  background: #fff;
}

.hm-faq__list {
  max-width: 900px;
  gap: 0;
  border-top: 1px solid #d9d9d9;
}

.hm-faq__item,
.hm-faq__item[open] {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
}

.hm-faq__item summary {
  padding: 21px 2px;
  font-size: .98rem;
}

.hm-faq__item summary::after {
  background: transparent;
  color: #111;
}

.hm-faq__item[open] summary::after {
  background: transparent;
  color: #111;
}

.hm-faq__answer {
  padding: 0 34px 22px 2px;
}

.hm-cta {
  padding-block: clamp(76px, 9vw, 116px);
}

.hm-cta__bg::after {
  background: rgba(0, 0, 0, .72);
}

.hm-cta__title {
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.hm-cta .hm-btn--primary {
  background: var(--hm-orange);
  color: #fff;
}

@media (max-width: 1000px) {
  .hm-tours__grid {
    grid-auto-columns: minmax(270px, calc((100% - 36px) / 3));
  }

  .hm-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hm-why-card:nth-child(3) {
    border-top: 1px solid #dedede;
    border-left: 0;
  }

  .hm-why-card:nth-child(4) {
    border-top: 1px solid #dedede;
  }

  .hm-reviews__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 760px) {
  .hm-wrap {
    width: min(var(--hm-container), calc(100% - 32px));
  }

  .hm-search {
    padding-top: 38px;
  }

  .hm-search__head {
    text-align: left;
  }

  .hm-search__panel {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px;
    border-width: 1.5px;
    border-radius: 16px;
  }

  .hm-search__field {
    padding: 11px 12px;
  }

  .hm-search__field + .hm-search__field {
    border-top: 1px solid #dedede;
    border-left: 0;
  }

  .hm-search__submit {
    width: 100%;
    min-height: 52px;
    margin: 8px 0 0;
    border-radius: 10px;
  }

  .hm-search__hint {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .hm-search__hint span {
    display: none;
  }

  .hm-quickcat__row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 7px;
    scrollbar-width: none;
  }

  .hm-pill {
    flex: 0 0 auto;
  }

  .hm-tours__grid {
    grid-auto-columns: minmax(245px, 82vw);
  }

  .hm-dest__grid {
    grid-template-columns: 1fr;
  }

  .hm-dest-card,
  .hm-dest-card--tall {
    min-height: 380px;
  }

  .hm-cat-card {
    min-height: 310px;
  }

  .hm-spot__grid {
    grid-template-columns: 1fr;
  }

  .hm-spot__media {
    min-height: 360px;
  }

  .hm-why__grid {
    grid-template-columns: 1fr;
  }

  .hm-why-card + .hm-why-card,
  .hm-why-card:nth-child(3),
  .hm-why-card:nth-child(4) {
    border-top: 1px solid #dedede;
    border-left: 0;
  }

  .hm-reviews__list {
    grid-template-columns: 1fr;
  }

  .hm-mobile-bar .hm-btn--ghost {
    border-color: #fff;
  }
}

@media (max-width: 390px) {
  .hm-card__price strong span {
    display: block;
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-card:hover .hm-card__media img,
  .hm-cat-card:hover img,
  .hm-dest-card:hover img {
    transform: none;
  }
}
