/* ============================================================
   Homepage — Editorial travel discovery layout
   ============================================================ */

.page-home,
.page-home * {
  font-family: var(--font-sans);
}

.page-home { background: var(--paper); }

/* Varsayılan: banner header altında değil, padding ile ayrılır */
.page-home { padding-top: var(--header-sticky) !important; transition: padding-top 0.3s var(--ease); }

/* Header + banner aynı koyu ton (beğenilmezse body class kaldırılır) */
.page-home.page-home--banner-under-header {
  padding-top: var(--header-sticky) !important;
}

.page-home--banner-under-header .ht-header,
.page-home--banner-under-header .ht-header__util,
.page-home--banner-under-header .ht-header__main {
  background: #0a0f1a;
}

.page-home--banner-under-header .ht-header__util--global {
  border-bottom: none;
}

.page-home--banner-under-header .ht-header__main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home--banner-under-header .ht-header.is-scrolled,
.page-home--banner-under-header .ht-header.is-scrolled .ht-header__util,
.page-home--banner-under-header .ht-header.is-scrolled .ht-header__main {
  background: var(--paper);
  border-color: var(--line);
}

.page-home--banner-under-header .ht-header__quick a,
.page-home--banner-under-header .ht-header__nav-trigger {
  color: rgba(255, 255, 255, 0.92) !important;
}

.page-home--banner-under-header .ht-header__quick a.ht-header__nav-link--cruise {
  color: rgba(255, 255, 255, 0.96) !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-home--banner-under-header .ht-header__quick a.ht-header__nav-link--cruise::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.page-home--banner-under-header .ht-header__quick a.ht-header__nav-link--cruise:hover,
.page-home--banner-under-header .ht-header.is-scrolled .ht-header__quick a.ht-header__nav-link--cruise:hover {
  color: #085a8a !important;
  background: rgba(0, 119, 182, 0.1);
  border-color: rgba(0, 119, 182, 0.26);
}

.page-home--banner-under-header .ht-header.is-scrolled .ht-header__quick a.ht-header__nav-link--cruise {
  color: #0a6ea8 !important;
  background: rgba(0, 119, 182, 0.06);
  border-color: rgba(0, 119, 182, 0.16);
}

.page-home--banner-under-header .ht-header.is-scrolled .ht-header__quick a.ht-header__nav-link--cruise::after {
  background: linear-gradient(90deg, transparent, rgba(0, 119, 182, 0.35), transparent);
}

.page-home--banner-under-header .ht-header.is-scrolled .ht-header__quick a,
.page-home--banner-under-header .ht-header.is-scrolled .ht-header__nav-trigger {
  color: var(--ink-soft) !important;
}

.page-home--banner-under-header .ht-header__brand img {
  filter: brightness(0) invert(1);
}

.page-home--banner-under-header .ht-header.is-scrolled .ht-header__brand img {
  filter: none;
}

.page-home--banner-under-header .ht-header__menu-btn span {
  background: #fff;
}

.page-home--banner-under-header .ht-header.is-scrolled .ht-header__menu-btn span {
  background: var(--ink);
}

.page-home--banner-under-header .ht-header__contact a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.page-home--banner-under-header .ht-header__fx {
  color: rgba(255, 255, 255, 0.55) !important;
}

.page-home--banner-under-header .ht-header__acente {
  color: rgba(255, 255, 255, 0.88) !important;
}

.page-home--banner-under-header .ht-header.is-scrolled .ht-header__contact a,
.page-home--banner-under-header .ht-header.is-scrolled .ht-header__fx {
  color: var(--ink-muted) !important;
}

.page-home--banner-under-header .ht-header.is-scrolled .ht-header__acente {
  color: var(--brand) !important;
}

.page-home--banner-under-header .ht-header__search-btn {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.page-home--banner-under-header .ht-banner-slider {
  margin-top: 0;
  background: #0a0f1a;
}

.page-home--banner-under-header .ht-banner-slider__track {
  padding-top: 4px;
}

/* ---- TOP BANNER — multi-tour image slider ---- */
.ht-banner-slider {
  width: 100%;
  background: #0a0f1a;
  overflow: hidden;
}

.ht-banner-slider__wrap {
  position: relative;
}

.ht-banner-slider__viewport {
  overflow: hidden;
}

.ht-banner-slider__track {
  --banner-visible: 5;
  --banner-gap: 8px;
  display: flex;
  gap: var(--banner-gap);
  height: clamp(300px, 38vw, 480px);
  padding: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.ht-banner-slider__track::-webkit-scrollbar {
  display: none;
}

.ht-banner-slide {
  position: relative;
  flex: 0 0 calc((100% - (var(--banner-gap) * (var(--banner-visible) - 1))) / var(--banner-visible));
  min-width: 0;
  height: 100%;
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  background: #0a0f1a;
  isolation: isolate;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.ht-banner-slide:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  color: #fff !important;
}

.ht-banner-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.7s var(--ease);
}

.ht-banner-slide:hover .ht-banner-slide__img {
  transform: scale(1.04);
}

.ht-banner-slide__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 15, 26, 0.15) 0%, rgba(10, 15, 26, 0.05) 40%, rgba(10, 15, 26, 0.82) 100%),
    linear-gradient(0deg, rgba(10, 15, 26, 0.4) 0%, transparent 35%);
  pointer-events: none;
}

.ht-banner-slide__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: var(--radius-pill);
  background: var(--brand-hover);
  color: #fff;
}

.ht-banner-slide__badge--sold {
  background: rgba(10, 15, 26, 0.88);
}

.ht-banner-slide__content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px 16px;
}

.ht-banner-slide__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ht-banner-slide__cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.ht-banner-slide__periods {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(6px);
}

.ht-banner-slide__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ht-banner-slide__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ht-banner-slide__date {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(4px);
}

.ht-banner-slide__date--more {
  background: rgba(232, 93, 4, 0.22);
  border-color: rgba(232, 93, 4, 0.35);
  color: #ffd8bf;
}

.ht-banner-slide__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
}

.ht-banner-slide__meta {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62);
}

.ht-banner-slide__price {
  text-align: right;
  line-height: 1.15;
}

.ht-banner-slide__price small {
  display: block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 2px;
}

.ht-banner-slide__price strong {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.ht-banner-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(10, 15, 26, 0.72);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s var(--ease), opacity 0.2s var(--ease), transform 0.2s var(--ease);
}

.ht-banner-slider__nav:hover:not(:disabled) {
  background: rgba(232, 93, 4, 0.92);
  border-color: transparent;
}

.ht-banner-slider__nav:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.ht-banner-slider__nav--prev { left: 14px; }
.ht-banner-slider__nav--next { right: 14px; }

.ht-banner-slider__fallback {
  height: clamp(300px, 38vw, 480px);
  overflow: hidden;
}

.ht-banner-slider__fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1599px) {
  .ht-banner-slider__track { --banner-visible: 4; }
}

@media (max-width: 1279px) {
  .ht-banner-slider__track { --banner-visible: 3; }
}

@media (max-width: 1023px) {
  .ht-banner-slider__track { --banner-visible: 2; }
}

@media (max-width: 639px) {
  .ht-banner-slider__track {
    --banner-visible: 1;
    --banner-gap: 10px;
    height: clamp(280px, 62vw, 380px);
    padding: 8px 10px;
  }

  .ht-banner-slide {
    border-radius: 12px;
  }

  .ht-banner-slide__title {
    font-size: 1.15rem;
  }

  .ht-banner-slider__nav {
    width: 38px;
    height: 38px;
  }

  .ht-banner-slider__nav--prev { left: 8px; }
  .ht-banner-slider__nav--next { right: 8px; }
}

/* ---- TOURS SECTION ---- */
.ht-tours {
  padding: 36px 0 72px;
}

.ht-tours__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  flex-wrap: wrap;
}

.ht-tours__head-copy {
  min-width: 0;
  flex: 1;
  padding-left: 14px;
  border-left: 3px solid var(--brand);
}

.ht-tours__kicker {
  margin: 0 0 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.ht-tours__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ht-tours__title-row h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.2;
  white-space: nowrap;
}

.ht-tours__head-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink-muted);
  opacity: 0.45;
  flex-shrink: 0;
}

.ht-tours__title-row p {
  margin: 0 !important;
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-muted);
  line-height: 1.35;
}

.ht-tours__head-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.ht-tours__stat {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 7px 11px;
  background: var(--paper-warm);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.ht-tours__stat strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.ht-tours__stat span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
  white-space: nowrap;
}

.ht-tours__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 14px;
  border-radius: var(--radius-pill);
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--ink) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
}

.ht-tours__link svg {
  flex-shrink: 0;
  transition: transform 0.2s var(--ease);
}

.ht-tours__link:hover {
  background: var(--brand-soft);
  border-color: transparent;
  color: var(--brand) !important;
  box-shadow: none;
  transform: none;
}

.ht-tours__link:hover svg {
  transform: translateX(2px);
}

/* Sol filtre + sağ liste düzeni */
.ht-tours__layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: start;
}

.ht-tours__sidebar {
  position: sticky;
  top: calc(var(--header-sticky) + 16px);
  max-height: calc(100vh - var(--header-sticky) - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  transition: top 0.3s var(--ease);
}

.ht-tours__sidebar::-webkit-scrollbar { width: 6px; }
.ht-tours__sidebar::-webkit-scrollbar-track { background: transparent; }
.ht-tours__sidebar::-webkit-scrollbar-thumb {
  background: rgba(10, 15, 26, 0.15);
  border-radius: 999px;
}
.ht-tours__sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(10, 15, 26, 0.28);
}

.ht-tours__sidebar .accordion {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.ht-tours__main {
  min-width: 0;
}

.ht-tours__toolbar {
  margin-bottom: 20px;
}

.ht-tours__toolbar .filters {
  margin-bottom: 0;
}

.ht-tours__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ht-tours__list .tour-box {
  display: grid;
  grid-template-columns: 168px 1fr auto;
  gap: 0;
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ht-tours__list .tour-box:hover {
  border-color: rgba(232, 93, 4, 0.45);
  box-shadow: 0 4px 20px rgba(10, 15, 26, 0.06);
  transform: none;
}

.ht-tours__list .tour-image {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  align-self: stretch;
  display: flex;
}

.ht-tours__list .tour-image img {
  width: 100%;
  height: 100%;
  flex: 1;
  min-height: 100%;
  object-fit: cover;
}

.ht-tours__list .tour-image .number {
  top: 8px;
  right: 8px;
  background: var(--brand-hover);
  color: #fff;
  font-size: 10px;
  padding: 4px 8px;
}

.ht-tours__list .tour-details {
  padding: 14px 18px;
  gap: 6px;
  justify-content: center;
}

.ht-tours__list .tour-details h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 0 !important;
}

.ht-tours__list .locationSection {
  font-size: 12px;
  color: var(--ink-muted);
}

.ht-tours__list .locationSection span[uk-icon] {
  color: var(--brand);
}

.ht-tours__list .box-inner {
  gap: 10px;
  margin-top: 2px;
}

.ht-tours__list .box-inner span {
  font-size: 12px;
  color: var(--ink-soft);
}

.ht-tours__list .tour-label ul {
  margin: 6px 0 0 !important;
  padding: 0;
  list-style: none;
  gap: 4px;
  align-items: center;
}

.ht-tours__list .tour-label ul li,
.ht-tours__list .tour-label__extra {
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  font-size: 10px;
  color: #9a3412;
  background: rgba(232, 93, 4, 0.18);
  padding: 3px 8px;
  border-radius: var(--radius-pill);
}

.ht-tours__list .tour-pricing {
  min-width: 140px;
  width: 140px;
  background: #f6f7f9;
  border-left: 1px solid var(--line);
  border-radius: 0;
  margin: 0;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.ht-tours__list .tour-pricing-inner {
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.ht-tours__list .tour-pricing span {
  color: #9a3412;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
}

.ht-tours__list .starting-from {
  color: var(--ink-soft);
  font-size: 11px;
}

.ht-tours__list .tour-button a {
  width: 32px;
  height: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--brand) !important;
  margin-top: 0;
}

.ht-tours__list .tour-button a:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff !important;
}

.ht-tours__list .tour-button a span {
  color: inherit !important;
}

.ht-tours__more {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .ht-tours__head {
    padding: 12px 14px;
    gap: 12px;
  }

  .ht-tours__head-cta {
    width: 100%;
    justify-content: space-between;
  }

  .ht-tours__layout {
    grid-template-columns: 1fr;
  }

  .ht-tours__sidebar.ht-tours-list__sidebar {
    display: none !important;
  }

  body.ht-filter-open .ht-tours__sidebar.ht-tours-list__sidebar {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(100vw, 420px);
    max-height: 100vh;
    z-index: 1000;
    margin: 0;
    padding: 0;
    background: var(--white);
    border-left: 1px solid var(--line);
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.14);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.ht-filter-open .ht-tours__sidebar.ht-tours-list__sidebar .accordion {
    border: none;
    border-radius: 0;
    margin-top: 0 !important;
  }

  body.ht-filter-open .ht-tours__sidebar.ht-tours-list__sidebar .top-title {
    display: none;
  }

  .ht-tours__list .tour-box {
    grid-template-columns: 1fr;
  }

  .ht-tours__list .tour-image {
    min-height: 140px;
  }

  .ht-tours__list .tour-image img {
    height: 140px;
    min-height: 140px;
  }

  .ht-tours__list .tour-pricing {
    width: 100%;
    min-width: 0;
    border-left: none;
    border-top: 1px solid var(--line);
    flex-direction: row;
    padding: 12px 16px;
  }

  .ht-tours__list .tour-pricing-inner {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

/* Sticky filter bar — kaldırıldı, sidebar kullanılıyor */
.ht-filter-bar {
  position: sticky;
  top: var(--header-main);
  z-index: 50;
  background: rgba(250,249,247,0.92);
  backdrop-filter: blur(12px);
  margin: 0 -24px 32px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--line);
}

.ht-filter-bar__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ht-filter-bar__inner::-webkit-scrollbar { display: none; }

.ht-filter-bar__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.ht-filter-bar__months {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.ht-filter-bar__months input { display: none; }

.ht-filter-bar__months label {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-soft);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s var(--ease);
}

.ht-filter-bar__months input:checked + label {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.ht-filter-bar__sort {
  margin-left: auto;
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.ht-filter-bar__sort button {
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: all 0.2s;
}

.ht-filter-bar__sort button.is-active,
.ht-filter-bar__sort button:hover {
  background: var(--brand-soft);
  color: var(--brand);
  border-color: transparent;
}

/* Tour card grid */
.ht-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ht-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  cursor: pointer;
  text-decoration: none !important;
  color: inherit !important;
}

.ht-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-float);
  color: inherit !important;
}

.ht-card__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.ht-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.ht-card:hover .ht-card__media img { transform: scale(1.06); }

.ht-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: var(--brand);
  color: #fff;
}

.ht-card__badge--sold { background: var(--ink); }

.ht-card__cat {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  backdrop-filter: blur(4px);
}

.ht-card__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

.ht-card__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ht-card__route {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.4;
}

.ht-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
}

.ht-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ht-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.ht-card__price small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-muted);
  margin-bottom: 2px;
}

.ht-card__price strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.02em;
}

.ht-card__arrow {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--paper-warm);
  color: var(--ink);
  font-size: 18px;
  transition: all 0.25s var(--ease);
}

.ht-card:hover .ht-card__arrow {
  background: var(--brand);
  color: #fff;
}

.ht-tours__more {
  text-align: center;
  margin-top: 48px;
}

/* ---- DESTINATIONS ---- */
.ht-dest {
  padding: 56px 0 64px;
  background: var(--paper-warm);
  border-top: 1px solid var(--line);
}

.ht-dest__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding: 12px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  flex-wrap: wrap;
}

.ht-dest__head-copy {
  min-width: 0;
  flex: 1;
  padding-left: 14px;
  border-left: 3px solid var(--brand);
}

.ht-dest__kicker {
  margin: 0 0 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.ht-dest__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ht-dest__title-row h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.2;
}

.ht-dest__head-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink-muted);
  opacity: 0.45;
  flex-shrink: 0;
}

.ht-dest__title-row p {
  margin: 0 !important;
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-muted);
  line-height: 1.35;
}

.ht-dest__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  background: var(--white);
  color: var(--ink) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), color 0.2s var(--ease);
  flex-shrink: 0;
}

.ht-dest__link:hover {
  background: var(--brand-soft);
  border-color: transparent;
  color: var(--brand) !important;
}

.ht-dest__link:hover svg {
  transform: translateX(2px);
}

.ht-dest__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ht-dest__card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.ht-dest__card:hover {
  border-color: rgba(232, 93, 4, 0.35);
  box-shadow: 0 10px 28px rgba(10, 15, 26, 0.08);
}

.ht-dest__card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit !important;
  text-decoration: none !important;
}

.ht-dest__card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ink);
}

.ht-dest__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}

.ht-dest__card:hover .ht-dest__card-media img {
  transform: scale(1.05);
}

.ht-dest__card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px 16px;
  flex: 1;
}

.ht-dest__card-body strong {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}

.ht-dest__card-body span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.ht-dest__card-arrow {
  display: none;
}

/* ---- TRUST ---- */
.ht-trust {
  padding: 0 0 64px;
  background: var(--paper-warm);
}

.ht-trust__bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.ht-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.ht-trust__item:last-child {
  border-right: none;
}

.ht-trust__item strong {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
}

.ht-trust__item span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-muted);
  line-height: 1.35;
}

.ht-trust__item--tursab strong {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: 0.02em;
}

.ht-about {
  padding: 80px 0;
}

.ht-about__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.ht-about__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a3412;
  margin-bottom: 16px;
}

.ht-about__grid h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 24px;
}

.ht-about__text {
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-muted);
}

.ht-about__text p + p { margin-top: 16px !important; }

.ht-about__visual {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--paper-warm);
}

.ht-about__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ht-about__visual-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--white);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.ht-about__visual-badge strong {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--ink);
  display: block;
}

.ht-about__visual-badge span {
  font-size: 12px;
  color: var(--ink-muted);
}

@media (max-width: 1024px) {
  .ht-tour-grid { grid-template-columns: repeat(2, 1fr); }
  .ht-dest__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ht-trust__bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ht-trust__item:nth-child(2) { border-right: none; }
  .ht-trust__item:nth-child(1),
  .ht-trust__item:nth-child(2) { border-bottom: 1px solid var(--line); }
  .ht-about__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .ht-tours__title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .ht-tours__head-dot {
    display: none;
  }

  .ht-tours__link span {
    font-size: 11px;
  }

  .ht-tour-grid { grid-template-columns: 1fr; }
  .ht-filter-bar { top: var(--header-sticky); }
  .ht-dest__head { align-items: stretch; }
  .ht-dest__link { width: 100%; justify-content: space-between; }
  .ht-dest__grid { grid-template-columns: 1fr; }
  .ht-trust__bar { grid-template-columns: 1fr; }
  .ht-trust__item { border-right: none; border-bottom: 1px solid var(--line); }
  .ht-trust__item:last-child { border-bottom: none; }
  .ht-header__quick { display: none; }
}
