/* ============================================================
   AGADIR AUTHENTIC TOURS — HOME 2026 (new homepage design system)
   Premium editorial travel experience. Orange-led, warm neutrals.
   ============================================================ */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* ---------- Design tokens ---------- */
body.home-page {
  --hm-orange: #D96F0B;
  --hm-orange-bright: #F08A17;
  --hm-orange-dark: #B95706;
  --hm-green: #5E7F12;
  --hm-olive: #87A126;
  --hm-green-deep: #2F4606;
  --hm-ink: #17130F;
  --hm-bg: #F8F5EF;
  --hm-white: #FFFFFF;
  --hm-neutral: #F0E9DD;
  --hm-sand: #EFE6D8;
  --hm-muted: #6B655C;
  --hm-radius: 20px;
  --hm-radius-lg: 28px;
  --hm-shadow: 0 14px 36px rgba(23, 19, 15, 0.08);
  --hm-shadow-lg: 0 26px 60px rgba(23, 19, 15, 0.14);
  --hm-font-display: 'Plus Jakarta Sans', 'Manrope', sans-serif;
  --hm-font-body: 'Inter', system-ui, sans-serif;
  --hm-container: 1320px;

  font-family: var(--hm-font-body);
  color: var(--hm-ink);
  background: var(--hm-bg);
}

body.home-page.super-home {
  --font-display: var(--hm-font-display);
  --font-body: var(--hm-font-body);
}

.home-page {
  scroll-behavior: smooth;
}

.home-page .ae-header-shell,
.home-page .ae-footer {
  font-family: var(--hm-font-display);
}

.home-page a,
.home-page button {
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.home-page :is(input, select, button, a, textarea):focus-visible {
  outline: 3px solid var(--hm-orange-bright);
  outline-offset: 3px;
}

.hm-wrap {
  width: min(var(--hm-container), calc(100% - 40px));
  margin-inline: auto;
}

.hm-sec {
  padding-block: clamp(62px, 7vw, 96px);
  position: relative;
}

.hm-sec--tight {
  padding-block: clamp(42px, 5vw, 64px);
}

.hm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(217, 111, 11, 0.10);
  border: 1px solid rgba(217, 111, 11, 0.28);
  color: var(--hm-orange);
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hm-sec-head {
  max-width: 780px;
}

.hm-sec-head.center {
  margin-inline: auto;
  text-align: center;
}

.hm-sec-head.center .hm-eyebrow {
  margin-inline: auto;
}

.hm-title {
  margin: 0;
  font-family: var(--hm-font-display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  color: var(--hm-ink);
}

.hm-title em {
  font-style: normal;
  color: var(--hm-orange);
}

.hm-sub {
  margin: 18px 0 0;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.7;
  color: var(--hm-muted);
}

.hm-center-break {
  display: grid;
  gap: 56px;
}

/* ---------- Buttons ---------- */
.hm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-decoration: none;
}

.hm-btn .hm-arrow {
  transition: transform 0.24s ease;
}

.hm-btn:hover .hm-arrow {
  transform: translateX(5px);
}

.hm-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--hm-orange) 0%, var(--hm-orange-bright) 100%);
  box-shadow: 0 14px 34px rgba(217, 111, 11, 0.34);
}

.hm-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(217, 111, 11, 0.4);
}

.hm-btn--ghost {
  color: var(--hm-ink);
  background: var(--hm-white);
  border-color: rgba(21, 21, 21, 0.16);
}

.hm-btn--ghost:hover {
  border-color: var(--hm-ink);
}

.hm-btn--light {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
}

.hm-btn--light:hover {
  background: rgba(255, 255, 255, 0.24);
}

.hm-btn--whatsapp {
  color: #fff;
  background: #1FAF54;
}

.hm-btn--whatsapp:hover {
  background: #178d43;
}

/* ============================================================
   HERO
   ============================================================ */
.hm-hero {
  position: relative;
  min-height: max(88vh, 660px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}

.hm-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hm-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.hm-hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hm-hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: hmZoom 9s ease-out forwards;
  will-change: transform;
}

.hm-hero__slide.is-active img {
  animation: hmZoom 9s ease-out forwards;
}

@keyframes hmZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.09); }
}

.hm-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(95deg, rgba(10, 12, 8, 0.78) 0%, rgba(20, 24, 12, 0.42) 52%, rgba(30, 28, 18, 0.18) 100%),
    linear-gradient(0deg, rgba(10, 12, 8, 0.72) 0%, rgba(10, 12, 8, 0) 44%);
}

.hm-hero__inner {
  position: relative;
  z-index: 2;
  width: min(var(--hm-container), calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(120px, 20vh, 180px) 0 clamp(150px, 20vh, 170px);
}

.hm-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(6px);
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 10px rgba(8, 10, 6, 0.5);
}

.hm-hero__title {
  margin: 22px 0 0;
  max-width: 820px;
  font-family: var(--hm-font-display);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.028em;
  font-size: clamp(2.7rem, 7.4vw, 5.2rem);
  text-wrap: balance;
  color: #fff;
  text-shadow: 0 2px 28px rgba(8, 10, 6, 0.5);
}

.hm-hero__title span {
  color: var(--hm-orange-bright);
  position: relative;
  text-shadow: 0 2px 24px rgba(8, 10, 6, 0.55);
}

.hm-hero__copy {
  margin: 22px 0 0;
  max-width: 620px;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.hm-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 0;
}

.hm-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 40px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.hm-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
}

.hm-hero__trust .hm-stars {
  color: var(--hm-orange-bright);
  letter-spacing: 2px;
  font-size: 0.8rem;
}

.hm-hero__trust i {
  color: var(--hm-orange-bright);
}

/* scroll indicator */
.hm-hero__scroll {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: 46px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
}

.hm-hero__scroll::after {
  content: "";
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, var(--hm-orange-bright), transparent);
  transform-origin: top;
  animation: hmLine 2.2s ease-in-out infinite;
}

@keyframes hmLine {
  0%, 100% { transform: scaleY(0.35); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* hero slider controls */
.hm-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(21, 21, 21, 0.22);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}

.hm-hero__arrow:hover {
  background: rgba(217, 111, 11, 0.85);
}

.hm-hero__arrow--prev { left: 26px; }
.hm-hero__arrow--next { right: 26px; }

.hm-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}

.hm-hero__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.hm-hero__dots button.is-active {
  width: 30px;
  background: var(--hm-orange-bright);
}

/* ============================================================
   EXPERIENCE SEARCH PANEL
   ============================================================ */
.hm-search {
  position: relative;
  z-index: 6;
  margin-top: clamp(48px, 7vw, 96px);
}

.hm-search__panel {
  background: var(--hm-white);
  border-radius: var(--hm-radius-lg);
  box-shadow: var(--hm-shadow-lg);
  padding: clamp(18px, 2.4vw, 30px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.hm-search__head {
  max-width: 720px;
}

.hm-search__head .hm-eyebrow {
  margin-bottom: 12px;
}

.hm-search__head .hm-title {
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
}

.hm-search__field--dest select,
.hm-search__field--dest input {
  min-width: 230px;
}

.hm-search__panel {
  margin-top: clamp(24px, 3vw, 36px);
}

.hm-search__field {
  display: grid;
  gap: 8px;
}

.hm-search__field label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hm-muted);
}

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

.hm-search__field select,
.hm-search__field input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1.5px solid var(--hm-neutral, #E4DCCF);
  background: var(--hm-neutral);
  color: var(--hm-ink);
  font-family: var(--hm-font-body);
  font-size: 1rem;
  font-weight: 500;
}

.hm-search__field select:focus,
.hm-search__field input:focus {
  outline: none;
  border-color: var(--hm-orange);
  box-shadow: 0 0 0 4px rgba(217, 111, 11, 0.14);
  background: var(--hm-white);
}

.hm-search__submit {
  min-height: 56px;
  padding: 0 30px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--hm-orange), var(--hm-orange-bright));
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(217, 111, 11, 0.36);
}

.hm-search__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(217, 111, 11, 0.44);
}

.hm-search__hint {
  margin: 16px 2px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.85rem;
  color: var(--hm-muted);
}

.hm-search__hint a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--hm-white);
  border: 1px solid rgba(21, 21, 21, 0.12);
  color: var(--hm-ink);
  font-weight: 600;
  text-decoration: none;
}

.hm-search__hint a:hover {
  border-color: var(--hm-orange);
  color: var(--hm-orange);
}

/* ============================================================
   DESTINATION DISCOVERY
   ============================================================ */
.hm-dest__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
  margin-top: clamp(36px, 4.5vw, 60px);
}

.hm-dest-card {
  position: relative;
  border-radius: var(--hm-radius-lg);
  overflow: hidden;
  min-height: clamp(380px, 46vw, 560px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--hm-shadow);
}

.hm-dest-card--tall {
  min-height: clamp(420px, 52vw, 640px);
  align-self: stretch;
}

.hm-dest-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.hm-dest-card:hover img {
  transform: scale(1.06);
}

.hm-dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 14, 8, 0.05) 20%, rgba(12, 14, 8, 0.45) 55%, rgba(10, 12, 7, 0.9) 100%);
}

.hm-dest-card__body {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3vw, 40px);
  width: 100%;
}

.hm-dest-card__kicker {
  display: inline-block;
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hm-orange-bright);
  margin-bottom: 10px;
  text-shadow: 0 1px 10px rgba(8, 10, 6, 0.45);
}

.hm-dest-card h3 {
  margin: 0;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 20px rgba(8, 10, 6, 0.55);
}

.hm-dest-card p {
  margin: 12px 0 0;
  max-width: 420px;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.hm-dest-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 22px 0 0;
}

.hm-dest-card__count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(4px);
}

.hm-dest-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--hm-font-display);
  font-weight: 700;
}

.hm-dest-card__cta .hm-arrow {
  transition: transform 0.24s ease;
}

.hm-dest-card:hover .hm-dest-card__cta .hm-arrow {
  transform: translateX(5px);
}

/* ============================================================
   CATEGORY EXPLORER
   ============================================================ */
.hm-cat-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(240px, 28vw, 290px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 24px;
  scrollbar-width: thin;
  scrollbar-color: var(--hm-orange) transparent;
}

.hm-cat-card {
  scroll-snap-align: start;
  position: relative;
  border-radius: var(--hm-radius);
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-decoration: none;
  background: var(--hm-green);
}

.hm-cat-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  opacity: 0.9;
}

.hm-cat-card:hover img {
  transform: scale(1.06);
}

.hm-cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(185deg, rgba(12, 14, 8, 0.08) 20%, rgba(12, 14, 8, 0.5) 52%, rgba(10, 12, 7, 0.92) 100%);
}

.hm-cat-card__body {
  position: relative;
  z-index: 2;
  padding: 22px;
  width: 100%;
}

.hm-cat-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  margin-bottom: 14px;
  color: var(--hm-orange-bright);
  font-size: 1.1rem;
}

.hm-cat-card h3 {
  margin: 0;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 2px 14px rgba(8, 10, 6, 0.55);
}

.hm-cat-card p {
  margin: 6px 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   FEATURED EXPERIENCES (premium tour cards)
   ============================================================ */
.hm-tours {
  background: var(--hm-white);
}

.hm-tours__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.hm-tours__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--hm-font-display);
  font-weight: 700;
  color: var(--hm-orange);
  text-decoration: none;
}

.hm-tours__link .hm-arrow {
  transition: transform 0.24s ease;
}

.hm-tours__link:hover .hm-arrow {
  transform: translateX(5px);
}

.hm-tours__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 34px);
}

.hm-card {
  position: relative;
  border-radius: var(--hm-radius);
  overflow: hidden;
  background: var(--hm-bg);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 28px rgba(21, 21, 21, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hm-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--hm-shadow-lg);
}

.hm-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
}

.hm-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

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

.hm-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(23, 19, 15, 0.72);
  color: #fff;
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.hm-card__badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hm-orange-bright);
}

.hm-card__rate {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(21, 21, 21, 0.6);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

.hm-card__rate i {
  color: var(--hm-orange-bright);
}

.hm-card__body {
  padding: clamp(20px, 2vw, 26px);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hm-card__title {
  margin: 0;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: clamp(1.14rem, 1.6vw, 1.34rem);
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.hm-card__title a {
  color: inherit;
  text-decoration: none;
}

.hm-card__title a:hover {
  color: var(--hm-orange);
}

.hm-card__desc {
  margin: 12px 0 0;
  font-size: 0.94rem;
  line-height: 1.62;
  color: var(--hm-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hm-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 0;
  font-size: 0.84rem;
  color: var(--hm-muted);
}

.hm-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

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

.hm-card__foot {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--hm-neutral);
}

.hm-card__price {
  display: grid;
  gap: 2px;
}

.hm-card__price small {
  font-size: 0.76rem;
  color: var(--hm-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hm-card__price strong {
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--hm-ink);
}

.hm-card__price strong span {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--hm-muted);
}

.hm-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--hm-orange);
  text-decoration: none;
}

.hm-card__cta i {
  transition: transform 0.24s ease;
}

.hm-card:hover .hm-card__cta i {
  transform: translateX(4px);
}

/* ============================================================
   FEATURED SPOTLIGHT
   ============================================================ */
.hm-spot {
  background: linear-gradient(180deg, var(--hm-white) 0%, var(--hm-neutral) 100%);
}

.hm-spot__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
}

.hm-spot__media {
  position: relative;
  border-radius: var(--hm-radius-lg);
  overflow: hidden;
  box-shadow: var(--hm-shadow-lg);
  aspect-ratio: 4 / 3;
}

.hm-spot__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-spot__tag {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(21, 21, 21, 0.66);
  color: #fff;
  backdrop-filter: blur(6px);
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hm-spot__tag i {
  color: var(--hm-orange-bright);
}

.hm-spot__body .hm-sub {
  max-width: 520px;
}

.hm-spot__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hm-spot__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--hm-white);
  border: 1px solid var(--hm-neutral);
  font-weight: 600;
  font-size: 0.92rem;
}

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

.hm-spot__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 30px 0 0;
}

.hm-spot__price strong {
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}

.hm-spot__price strong small {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--hm-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hm-spot__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ============================================================
   WHY TRAVEL WITH US
   ============================================================ */
.hm-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  margin-top: clamp(36px, 4.5vw, 56px);
}

.hm-why-card {
  position: relative;
  padding: 30px 26px;
  border-radius: var(--hm-radius);
  background: var(--hm-white);
  border: 1px solid var(--hm-neutral);
  box-shadow: 0 10px 30px rgba(21, 21, 21, 0.05);
}

.hm-why-card__num {
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--hm-orange);
  display: flex;
  align-items: center;
  gap: 10px;
}

.hm-why-card__num::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--hm-neutral);
}

.hm-why-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 20px 0 0;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--hm-green), var(--hm-olive));
  font-size: 1.25rem;
}

.hm-why-card h3 {
  margin: 20px 0 0;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: 1.16rem;
  letter-spacing: -0.01em;
}

.hm-why-card p {
  margin: 10px 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--hm-muted);
}

/* ============================================================
   IMMERSIVE SCROLL — From Ocean to Desert
   ============================================================ */
.hm-journey {
  background: var(--hm-ink);
  color: #fff;
}

.hm-journey__pins {
  position: relative;
  height: 520vh;
}

.hm-journey__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hm-journey__inner {
  width: min(var(--hm-container), calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 4vw, 56px);
  align-items: center;
}

.hm-journey__media {
  position: relative;
  height: min(62vh, 560px);
  border-radius: var(--hm-radius-lg);
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}

.hm-journey__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.hm-journey__media img.is-active {
  opacity: 1;
}

.hm-journey__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.42) 100%);
}

.hm-journey__cap {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.hm-journey__cap small {
  display: block;
  font-family: var(--hm-font-body);
  font-weight: 600;
  font-size: 0.76rem;
  color: var(--hm-orange-bright);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.hm-journey__eyebrow {
  color: var(--hm-orange-bright);
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hm-journey__title {
  margin: 16px 0 0;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.hm-journey__copy {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.hm-journey__steps {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hm-journey__steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 600;
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.68);
}

.hm-journey__steps li[data-state="active"] {
  color: #fff;
}

.hm-journey__steps li .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.hm-journey__steps li[data-state="active"] .dot {
  background: var(--hm-orange-bright);
  box-shadow: 0 0 0 5px rgba(240, 138, 23, 0.22);
}

.hm-journey__bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, var(--hm-orange), var(--hm-orange-bright));
  z-index: 3;
}

.hm-journey__nojs {
  display: none;
}

.hm-journey--fallback .hm-journey__pins {
  height: auto;
}

.hm-journey--fallback .hm-journey__sticky {
  position: relative;
  height: auto;
}

.hm-journey--fallback .hm-journey__inner {
  grid-template-columns: 1fr;
  gap: 34px;
  padding: clamp(60px, 8vw, 110px) 0;
}

.hm-journey--fallback .hm-journey__media {
  height: 320px;
}

.hm-journey--fallback .hm-journey__media img {
  opacity: 1;
}

.hm-journey--fallback .hm-journey__media:not(:first-child) img {
  opacity: 0; /* JS will manage fallback if JS present */
}

/* ============================================================
   REVIEWS
   ============================================================ */
.hm-reviews {
  background: var(--hm-neutral);
}

.hm-reviews__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 4vw, 60px);
  align-items: center;
}

.hm-reviews__panel {
  position: relative;
  padding: clamp(30px, 4vw, 52px);
  border-radius: var(--hm-radius-lg);
  background: var(--hm-white);
  box-shadow: var(--hm-shadow);
  overflow: hidden;
}

.hm-reviews__panel::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  right: 26px;
  font-family: Georgia, serif;
  font-size: 9rem;
  line-height: 1;
  color: rgba(217, 111, 11, 0.12);
}

.hm-reviews__glogo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--hm-font-display);
  font-weight: 700;
  color: #4285F4;
}

.hm-reviews__glogo .hm-gmark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--hm-neutral);
  font-size: 1.5rem;
}

.hm-reviews__stars {
  margin: 22px 0 0;
  display: flex;
  gap: 6px;
  color: var(--hm-orange);
  font-size: 1.3rem;
}

.hm-reviews__panel p {
  margin: 16px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.65;
  color: var(--hm-ink);
  font-weight: 500;
}

.hm-reviews__cta {
  margin: 28px 0 0;
}

.hm-reviews__list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-reviews__list li {
  padding: 22px 24px;
  border-radius: var(--hm-radius);
  background: var(--hm-white);
  border: 1px solid var(--hm-neutral);
  box-shadow: 0 8px 24px rgba(21, 21, 21, 0.05);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--hm-muted);
}

.hm-reviews__list li strong {
  color: var(--hm-ink);
  display: flex;
  align-items: center;
  gap: 8px;
}

.hm-reviews__list li strong i {
  color: var(--hm-orange);
  font-size: 0.78rem;
}

/* ============================================================
   BRAND STORY
   ============================================================ */
.hm-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.hm-story__photos {
  position: relative;
  min-height: clamp(320px, 40vw, 500px);
}

.hm-story__photo {
  position: absolute;
  border-radius: var(--hm-radius);
  box-shadow: var(--hm-shadow-lg);
  overflow: hidden;
}

.hm-story__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-story__photo--main {
  inset: 0 0 8% 0;
  height: 78%;
}

.hm-story__photo--side {
  right: -4%;
  bottom: 0;
  width: 46%;
  height: 44%;
  border: 8px solid var(--hm-bg);
}

.hm-story__photo--float {
  top: 4%;
  right: 6%;
  width: 118px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--hm-white);
  color: var(--hm-orange);
  box-shadow: var(--hm-shadow);
  text-align: center;
  padding: 14px;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.3;
}

.hm-story__list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hm-story__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 0.96rem;
}

.hm-story__list i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(87, 122, 11, 0.14);
  color: var(--hm-green);
  font-size: 0.82rem;
}

.hm-story__sign {
  margin: 30px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--hm-neutral);
  display: flex;
  align-items: center;
  gap: 16px;
}

.hm-story__sign img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--hm-shadow);
}

.hm-story__sign strong {
  display: block;
  font-family: var(--hm-font-display);
  font-size: 1rem;
}

.hm-story__sign span {
  font-size: 0.84rem;
  color: var(--hm-muted);
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.hm-cta {
  position: relative;
  isolation: isolate;
  padding-block: clamp(110px, 15vw, 180px);
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.hm-cta__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hm-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-cta__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 54, 6, 0.82) 0%, rgba(10, 14, 7, 0.94) 100%);
}

.hm-cta__inner {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
}

.hm-cta__eyebrow {
  color: var(--hm-orange-bright);
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(8, 10, 6, 0.5);
}

.hm-cta__title {
  margin: 18px 0 0;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: clamp(2.1rem, 5.4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(8, 10, 6, 0.55);
}

.hm-cta__copy {
  margin: 18px auto 0;
  max-width: 540px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 10px rgba(8, 10, 6, 0.45);
}

.hm-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 34px 0 0;
}

.hm-cta__trust {
  margin: 34px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}

.hm-cta__trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hm-cta__trust i {
  color: var(--hm-orange-bright);
}

/* ============================================================
   MOBILE STICKY ACTION BAR
   ============================================================ */
.hm-mobile-bar {
  display: none;
}

/* ============================================================
   SCROLL REVEAL SYSTEM
   ============================================================ */
.hm-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--hm-delay, 0ms);
}

.hm-reveal.is-inview {
  opacity: 1;
  transform: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .hm-tours__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .hm-spot__media {
    aspect-ratio: 16 / 10;
  }

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

  .hm-journey__media {
    height: 42vh;
    min-height: 280px;
  }

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

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

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

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

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

@media (max-width: 900px) {
  .hm-search__panel {
    grid-template-columns: 1fr 1fr;
  }

  .hm-search__submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .hm-hero__arrow {
    display: none;
  }

  .hm-search {
    margin-top: clamp(24px, 5vw, 40px);
  }

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

  .hm-search__submit {
    grid-column: auto;
  }

  .hm-search__field--dest select,
  .hm-search__field--dest input {
    min-width: 0;
    width: 100%;
  }

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

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

  .hm-journey__sticky {
    height: auto;
  }

  .hm-journey--fallback .hm-journey, 
  .hm-journey {
    transition: none;
  }

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

  .hm-hero__scroll {
    display: none;
  }

  .hm-hero__inner {
    padding-bottom: 130px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-hero__slide img,
  .hm-hero__slide.is-active img {
    animation: none;
    transform: none;
  }

  .hm-hero__scroll::after {
    animation: none;
  }

  .hm-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-page {
    scroll-behavior: auto;
  }
}

/* ============================================================
   LEGACY NEUTRALIZATION — old homepage blocks are not used on
   the new homepage; hide them in case legacy markup ever mounts.
   ============================================================ */
body.home-page .hm-hidden-legacy {
  display: none !important;
}
/* ============================================================
   JOURNEY — static fallback (no JS, JS-disabled, mobile)
   ============================================================ */
.hm-journey--fallback .hm-journey__pins {
  display: none;
}

.hm-journey__static {
  display: none;
}

.hm-journey--fallback .hm-journey__static {
  display: block;
}

.hm-journey__static-stack {
  display: grid;
  gap: clamp(40px, 6vw, 72px);
  padding-block: clamp(10px, 2vw, 30px);
}

.hm-journey__stop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.hm-journey__stop:nth-child(even) .hm-journey__stop-media {
  order: 2;
}

.hm-journey__stop-media {
  border-radius: var(--hm-radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--hm-shadow);
}

.hm-journey__stop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-journey__stop-body h3 {
  margin: 12px 0 0;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  letter-spacing: -0.02em;
  color: #fff;
}

.hm-journey__stop-body p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

@media (max-width: 760px) {
  .hm-journey__stop {
    grid-template-columns: 1fr;
  }
  .hm-journey__stop:nth-child(even) .hm-journey__stop-media {
    order: 0;
  }
}

/* ============================================================
   MOBILE STICKY ACTION BAR
   ============================================================ */
.hm-mobile-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2100;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(21, 21, 21, 0.28);
  opacity: 0;
  transform: translateY(120%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.hm-mobile-bar.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

@media (min-width: 761px) {
  .hm-mobile-bar {
    display: none;
  }
}

/* ============================================================
   ANCHOR SCROLL MARGIN (fixed header offset)
   ============================================================ */
.home-page section[id] {
  scroll-margin-top: 40px;
}

#search {
  scroll-margin-top: 96px;
}

/* ============================================================
   HERO HEADING BALANCE + SAFE PAINTING
   ============================================================ */
.hm-hero__title {
  text-wrap: balance;
}

/* ============================================================
   2026 REDESIGN REFINEMENTS
   ============================================================ */

/* Stronger hero scrim for consistent text contrast */
.hm-hero__veil {
  background:
    linear-gradient(95deg, rgba(10, 12, 8, 0.84) 0%, rgba(20, 24, 12, 0.5) 52%, rgba(30, 28, 18, 0.24) 100%),
    linear-gradient(0deg, rgba(10, 12, 8, 0.78) 0%, rgba(10, 12, 8, 0) 46%);
}

/* Tighter typographic scale */
.hm-title {
  font-size: clamp(1.8rem, 3.9vw, 2.95rem);
}

.hm-sub {
  margin: 14px 0 0;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
}

.hm-center-break {
  gap: 40px;
}

.hm-cta {
  padding-block: clamp(72px, 9vw, 112px) clamp(40px, 5vw, 60px);
}

.home-page .ae-footer {
  margin-top: 0;
}

/* ---------- Quick-category pills ---------- */
.hm-quickcat {
  margin-top: -6px;
}

.hm-quickcat__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hm-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--hm-white);
  border: 1.5px solid var(--hm-neutral);
  color: var(--hm-ink);
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(23, 19, 15, 0.05);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.hm-pill i {
  color: var(--hm-orange);
  font-size: 1rem;
}

.hm-pill:hover {
  transform: translateY(-3px);
  border-color: var(--hm-orange);
  box-shadow: 0 12px 26px rgba(217, 111, 11, 0.18);
}

/* ---------- Interest carousel controls ---------- */
.hm-interest__wrap {
  position: relative;
}

.hm-interest__carousel {
  overflow: hidden;
  border-radius: var(--hm-radius-lg);
}

.hm-interest__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(23, 19, 15, 0.08);
  background: var(--hm-white);
  color: var(--hm-ink);
  box-shadow: var(--hm-shadow);
  display: grid;
  place-items: center;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.2s ease;
}

.hm-interest__wrap:hover .hm-interest__arrow {
  opacity: 1;
}

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

.hm-interest__arrow:disabled {
  opacity: 0.35;
  pointer-events: none;
}

.hm-interest__arrow--prev {
  left: 8px;
}

.hm-interest__arrow--next {
  right: 8px;
}

/* breathing room so the final card never looks clipped */
.hm-cat-track {
  scroll-padding-inline: 4px;
}

.hm-interest__carousel .hm-cat-track {
  padding-inline-end: 24px;
}

/* ---------- Pickup strip + animated map ---------- */
.hm-pickup {
  background: var(--hm-white);
}

.hm-pickup__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(26px, 3.4vw, 44px);
  border-radius: var(--hm-radius-lg);
  border: 1px solid var(--hm-neutral);
  background:
    radial-gradient(120% 160% at 100% 0%, rgba(217, 111, 11, 0.08) 0%, rgba(217, 111, 11, 0) 46%),
    var(--hm-bg);
}

.hm-pickup__info {
  min-width: 0;
}

.hm-pickup__inner .hm-title {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin-top: 10px;
}

.hm-pickup__areas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(20px, 2.6vw, 28px);
}

.hm-pickup__areas span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--hm-white);
  border: 1px solid var(--hm-neutral);
  font-family: var(--hm-font-display);
  font-weight: 700;
  font-size: 0.94rem;
  box-shadow: 0 6px 16px rgba(23, 19, 15, 0.04);
}

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

.hm-pickup__note {
  margin: 18px 0 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--hm-muted);
  max-width: 420px;
}

/* --- Map widget --- */
.hm-pickup__map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(23, 19, 15, 0.1);
  box-shadow: 0 20px 48px rgba(23, 19, 15, 0.16);
  background: #4A6E8C;
}

.hm-pickup__map svg {
  display: block;
  width: 100%;
  height: auto;
}

.hm-map__route,
.hm-map__pulse,
.hm-map__marker,
.hm-map__label,
.hm-map__compass {
  transform-box: fill-box;
  transform-origin: center;
}

/* route base underlay keeps dashes legible on land/sea */
.hm-map__route-base {
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 8;
  stroke-linecap: round;
}

.hm-map__route {
  stroke: var(--hm-orange);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-dasharray: 9 9;
  stroke-dashoffset: 0;
}

/* draw-in on reveal, then a slow marching animation */
.hm-pickup__inner.is-inview .hm-map__route {
  animation: hmMapRouteIn 1.5s ease-out forwards, hmMapMarch 3.6s linear 1.5s infinite;
}

@keyframes hmMapRouteIn {
  from { stroke-dashoffset: 1200; }
  to   { stroke-dashoffset: 0; }
}

@keyframes hmMapMarch {
  to { stroke-dashoffset: -36; }
}

/* pins */
.hm-map__pin {
  cursor: pointer;
}

.hm-map__pulse {
  fill: rgba(217, 111, 11, 0.35);
  opacity: 0;
}

.hm-pickup__inner.is-inview .hm-map__pulse {
  animation: hmMapPulse 2.6s ease-out var(--pin-delay, 0ms) infinite;
}

@keyframes hmMapPulse {
  0%   { transform: scale(0.4); opacity: 0.9; }
  70%  { transform: scale(2.6); opacity: 0; }
  100% { transform: scale(2.6); opacity: 0; }
}

.hm-map__marker {
  transition: transform 0.25s ease, filter 0.25s ease;
  filter: drop-shadow(0 4px 8px rgba(8, 10, 6, 0.35));
}

.hm-map__pin:hover .hm-map__marker {
  transform: scale(1.18);
  filter: drop-shadow(0 6px 12px rgba(8, 10, 6, 0.45));
}

.hm-map__pin:hover .hm-map__pulse {
  animation-duration: 1.3s;
}

/* labels */
.hm-map__label {
  opacity: 0.82;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hm-map__pin:hover .hm-map__label {
  opacity: 1;
  transform: translateX(3px);
}

/* pin entrance, staggered */
.hm-pickup__inner.is-inview .hm-map__pin {
  animation: hmMapPinIn 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) both;
  animation-delay: var(--pin-delay, 0ms);
}

@keyframes hmMapPinIn {
  from { opacity: 0; transform: translateY(14px) scale(0.6); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* compass + scale keep the "map" feel */
.hm-map__compass {
  opacity: 0.85;
}

@media (prefers-reduced-motion: reduce) {
  .hm-pickup__inner.is-inview .hm-map__route,
  .hm-pickup__inner.is-inview .hm-map__pulse,
  .hm-pickup__inner.is-inview .hm-map__pin {
    animation: none;
  }

  .hm-map__pulse {
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .hm-pickup__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hm-pickup__map {
    max-width: 560px;
    margin-inline: auto;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .hm-pickup__map {
    border-radius: 16px;
  }
}

/* ---------- FAQ accordion ---------- */
.hm-faq__list {
  max-width: 860px;
  margin: clamp(30px, 4vw, 48px) auto 0;
  display: grid;
  gap: 14px;
}

.hm-faq__item {
  border-radius: var(--hm-radius);
  background: var(--hm-white);
  border: 1px solid var(--hm-neutral);
  box-shadow: 0 6px 18px rgba(23, 19, 15, 0.04);
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.hm-faq__item[open] {
  border-color: rgba(217, 111, 11, 0.4);
  box-shadow: 0 12px 30px rgba(23, 19, 15, 0.08);
}

.hm-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  font-family: var(--hm-font-display);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.hm-faq__item summary::-webkit-details-marker {
  display: none;
}

.hm-faq__item summary::after {
  content: "\2B";
  flex: none;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(217, 111, 11, 0.12);
  color: var(--hm-orange);
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease;
}

.hm-faq__item[open] summary::after {
  transform: rotate(45deg);
  background: var(--hm-orange);
  color: #fff;
}

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

.hm-faq__answer p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--hm-muted);
}

/* ---------- Featured card price room ---------- */
.hm-spot__price {
  margin-top: 26px;
}

.hm-spot__price strong {
  display: block;
  font-family: var(--hm-font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
}

.hm-spot__price strong small {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hm-muted);
  font-family: var(--hm-font-body);
  font-weight: 600;
  margin-bottom: 4px;
}

/* review trust cards get a touch more presence */
.hm-reviews__list li {
  padding: 24px 26px;
  font-size: 0.97rem;
}

.hm-reviews__list li strong {
  margin-bottom: 8px;
}
