/* =====================================================================
   Astra Travel — Home / Landing template
   BEM, RTL-aware (logical properties). Palette leans on Elementor globals
   with design-matched fallbacks (navy primary + gold accent).
   ===================================================================== */
.home-main {
  display: block;
  color: var(--ast-ink);
  font-family: inherit;
  overflow-x: clip;
}

.home-container {
  width: 100%;
  max-width: var(--ast-maxw);
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: border-box;
}

.home-section {
  padding-block: 0 48px;
}

.home-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.home-section__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--ast-dark);
}

.home-section__title--lead {
  margin-bottom: 28px;
  font-size: 1.5rem;
}

/* ── Buttons ─────────────────────────────────────────────────────── */
.home-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--ast-radius-sm);
  cursor: pointer;
  transition: 0.25s ease;
}

.home-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.home-btn--primary {
  background: var(--ast-accent);
  color: #fff;
}

.home-btn--primary:hover {
  filter: brightness(0.94);
}

.home-btn--ghost {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.12);
  color: var(--ast-dark);
}

.home-btn--ghost:hover {
  background: #fff;
}

/* ── Row navigation arrows (shared) ──────────────────────────────── */
.home-row-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--ast-line);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  color: var(--ast-dark);
  cursor: pointer;
  transition: 0.2s ease;
}

.home-row-nav:hover {
  background: var(--ast-primary);
  color: #fff;
}

.home-row-nav svg {
  width: 20px;
  height: 20px;
}

.home-row-nav--prev {
  inset-inline-start: 4px;
}

.home-row-nav--next {
  inset-inline-end: 4px;
}

.home-row-nav.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

[dir="rtl"] .home-row-nav svg {
  transform: scaleX(-1);
}

/* =====================================================================
   HERO
   ===================================================================== */
.home-hero {
  display: flex;
  flex-direction: column;
  padding-block: 10px 40px;
  background: linear-gradient(180deg, #fbfcfe 0%, #f2f5fb 100%);
  margin-bottom: 100px;
}

.home-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 40px;
}

.home-hero__eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--ast-accent);
}

.home-hero__title {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--ast-dark);
}

.home-hero__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 18px;
  background: var(--ast-accent);
}

.home-hero__desc {
  max-width: 42ch;
  margin: 0 0 28px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ast-muted);
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-hero__media {
  position: relative;
}

.home-hero__image {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--ast-radius);
  box-shadow: 0 24px 60px rgba(15, 27, 76, 0.18);
}

.home-hero__image--placeholder {
  background:
    url("/wp-content/uploads/2026/05/Istanbul-background-2.webp"),
    linear-gradient(135deg, #c9d3ec, #aab8da 60%, #f0d9a8) no-repeat;
  background-size: cover;
}

.home-hero__weather {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-end: 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 150px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-radius: var(--ast-radius-sm);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.home-hero__weather-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-hero__weather-icon {
  width: 32px;
  height: 32px;
  color: var(--ast-accent);
}

.home-hero__weather-head {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.home-hero__weather-city {
  font-size: 0.8rem;
  color: var(--ast-muted);
}

.home-hero__weather-temp {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ast-dark);
}

.home-hero__weather-desc {
  margin-top: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ast-ink);
}

.home-hero__weather-day {
  font-size: 0.72rem;
  color: var(--ast-muted);
}

/* Loading state: spin the icon and dim the values until JS fills them in */
.home-hero__weather.is-loading .home-hero__weather-icon {
  transform-origin: center;
  animation: home-spin 0.9s linear infinite;
}

.home-hero__weather.is-loading .home-hero__weather-temp,
.home-hero__weather.is-loading .home-hero__weather-desc {
  opacity: 0.55;
}

@keyframes home-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Search card (hosts the [exhibition_hero_search] shortcode) */
.home-hero__search {
  margin-bottom: -100px;
}

.home-hero__search-card {
  position: relative;
  z-index: 4;
  margin-top: 10px;
  padding: 18px 22px;
  background: #fff;
  border-radius: var(--ast-radius);
  box-shadow: 0 18px 50px rgba(15, 27, 76, 0.12);
}

/* Desktop: ONLY the search input row is relocated into the hero actions row
   (via JS). It stays hidden until the primary CTA reveals it, then takes the
   full width of the row and replaces the two buttons. The filters keep their
   normal place in the search card inside .home-hero__search. */
.home-hero__actions--has-search .ehs-search-row {
  display: none;
  position: relative;
  flex-basis: 100%;
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  border-radius: var(--ast-radius);
  box-shadow: 0 18px 50px rgba(15, 27, 76, 0.12);
}

.home-hero__actions.is-search-open .ehs-search-row {
  display: flex;
}

.home-hero__actions.is-search-open .home-btn {
  display: none;
}

/* Close button — sits at the top outer corner of the revealed search box and
   restores the two CTA buttons. Only present on desktop (relocated) mode. */
.ehs-close {
  display: none;
}

.home-hero__actions--has-search .ehs-close {
  display: flex;
  position: absolute;
  top: -12px;
  inset-inline-end: -12px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #fff;
  color: var(--ast-dark);
  border: 1px solid var(--ast-line);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 6;
  transition: 0.2s ease;
}

.home-hero__actions--has-search .ehs-close:hover {
  background: var(--ast-accent);
  color: #fff;
}

.home-hero__actions--has-search .ehs-close svg {
  width: 16px;
  height: 16px;
}

.home-hero__popular {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-block: 22px 8px;
}

.home-hero__popular-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ast-dark);
}

.home-hero__popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-hero__tag {
  padding: 7px 16px;
  font-size: 0.82rem;
  color: var(--ast-ink);
  background: #fff;
  border: 1px solid var(--ast-line);
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s ease;
}

.home-hero__tag:hover {
  border-color: var(--ast-accent);
  color: var(--ast-accent);
}

/* =====================================================================
   ISTANBUL EXHIBITIONS
   ===================================================================== */
.home-exhibitions__tabs {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-exhibitions__tab {
  position: relative;
  padding: 4px 0;
  background: none;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ast-muted);
  cursor: pointer;
  transition: color 0.2s ease;
}

.home-exhibitions__tab.is-active {
  color: var(--ast-dark);
}

.home-exhibitions__tab.is-active::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -4px;
  height: 2px;
  background: var(--ast-accent);
}

.home-exhibitions__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--ast-line);
  color: var(--ast-dark);
  text-decoration: none;
  transition: 0.2s ease;
}

.home-exhibitions__more:hover {
  background: var(--ast-primary);
  color: #fff;
}

.home-exhibitions__more svg {
  width: 16px;
  height: 16px;
}

[dir="rtl"] .home-exhibitions__more svg {
  transform: scaleX(-1);
}

.home-exhibitions__viewport {
  position: relative;
  max-width: var(--ast-maxw);
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: border-box;
}

.home-row {
  display: none;
  gap: var(--ast-gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-block: 8px 16px;
  scrollbar-width: none;
}

.home-row::-webkit-scrollbar {
  display: none;
}

.home-row.is-active {
  display: flex;
}

.home-row__empty {
  padding: 32px;
  color: var(--ast-muted);
}

/* Compact exhibition card */
.home-ex-card {
  flex: 0 0 clamp(200px, 23%, 240px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--ast-line);
  border-radius: var(--ast-radius);
  overflow: hidden;
  transition: 0.25s ease;
}

.home-ex-card:hover {
  box-shadow: 0 14px 34px rgba(15, 27, 76, 0.12);
  transform: translateY(-3px);
}

.home-ex-card__media {
  position: relative;
  display: block;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.home-ex-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home-ex-card:hover .home-ex-card__image {
  transform: scale(1.06);
}

.home-ex-card__image--placeholder {
  display: block;
  background: linear-gradient(135deg, #d7def0, #b9c6e6);
}

.home-ex-card__date {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 52px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  line-height: 1.1;
  text-align: center;
}

.home-ex-card__date-day {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--ast-dark);
}

.home-ex-card__date-month {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--ast-accent);
}

.home-ex-card__tag {
  position: absolute;
  inset-block-end: 10px;
  inset-inline-start: 10px;
  padding: 3px 10px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  background: var(--ast-primary);
  border-radius: 6px;
}

.home-ex-card__status {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 10px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
}

.home-ex-card__status--ongoing {
  background: #22c55e;
  color: #fff;
}

.home-ex-card__status--countdown {
  background: rgba(255, 255, 255, 0.95);
  color: var(--ast-dark);
}

/* 7 days or fewer to start — light orange. */
.home-ex-card__status--soon {
  background: #ffedd5;
  color: #9a3412;
}

/* 2 days or fewer to start — light red. */
.home-ex-card__status--imminent {
  background: #fee2e2;
  color: #b91c1c;
}

.home-ex-card__status--held {
  background: #ef4444;
  color: #fff;
}

.home-ex-card__status--custom {
  background: #334155;
  color: #fff;
}

.home-ex-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 35%;
  padding: 14px;
}

.home-ex-card__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--ast-dark);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-ex-card__title:hover {
  color: var(--ast-accent);
}

.home-ex-card__venue {
  font-size: 0.8rem;
  color: var(--ast-muted);
}

/* Persian (Jalali) date range — only rendered when the site is in Persian. */
.home-ex-card__date-fa {
  margin-top: auto;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ast-accent, var(--ast-muted));
}

/* =====================================================================
   UPCOMING TOURS (dark band)
   ===================================================================== */
.home-tours__band {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2.4fr;
  align-items: center;
  gap: 32px;
  padding: 28px 32px;
  background: var(--ast-dark);
  border-radius: var(--ast-radius);
  color: #fff;
}

.home-tours__eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--ast-accent);
}

.home-tours__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
}

.home-tours__divider {
  width: 20%;
  height: 4px;
  background: var(--ast-accent);
  border: none;
  border-radius: 100px;
  /* Keep the bar pinned to the inline-start edge in both LTR and RTL. */
  margin: 20px 0 0;
  margin-inline-end: auto;
}

.home-tours__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.home-tours__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.home-tours__avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.home-tours__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-tours__avatar-img--placeholder {
  display: block;
  background: linear-gradient(135deg, #3b4a8a, #1b2a6b);
}

.home-tours__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}

.home-tours__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-tours__name {
  display: -webkit-box;
  max-width: 100%;
  font-size: 0.92rem;
  font-weight: 700;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-tours__date {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
}

.home-tours__go {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ast-accent);
  flex-shrink: 0;
}

.home-tours__go svg {
  width: 14px;
  height: 14px;
}

[dir="rtl"] .home-tours__go svg {
  transform: scaleX(-1);
}

/* =====================================================================
   OUR SERVICES
   ===================================================================== */
.home-services {
  text-align: center;
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  border-radius: var(--ast-radius);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.home-services__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 10px;
  text-decoration: none;
  transition: 0.2s ease;
}

.home-services__item:hover {
  background: var(--ast-soft);
}

.home-services__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  display: block;
  width: 2px;
  height: 50%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: translateY(-50%);
}

.home-services__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--ast-accent);
}

.home-services__icon svg {
  width: 34px;
  height: 34px;
}

.home-services__label {
  display: -webkit-box;
  width: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ast-ink);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

/* =====================================================================
   VIP EXCLUSIVE EXPERIENCES
   ===================================================================== */
.home-vip__panel {
  padding: 44px;
  background: linear-gradient(180deg, #fdfaf3 0%, #fbf6ea 100%);
  border: 1px solid #f0e6cf;
  border-radius: var(--ast-radius);
}

.home-vip__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}

.home-vip__crown {
  display: inline-flex;
  color: var(--ast-vip-gold);
}

.home-vip__crown svg {
  width: 64px;
  height: 64px;
}

.home-vip__title {
  margin: 8px 0 12px;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--ast-dark);
}

.home-vip__subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ast-muted);
}

.home-vip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.home-vip__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--ast-radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 27, 76, 0.08);
  transition: 0.25s ease;
}

.home-vip__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 27, 76, 0.14);
}

.home-vip__card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  z-index: 1;
}
.home-vip__card-media::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -3%;
  left: 0;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20492%20114.94%22%3E%3Cpath%20d%3D%22M491%2C0%20C491%2C144%201%2C144%201%2C0%20L1%2C108%20L490%2C114.94%20Z%22%20fill%3D%22%23fff%22%20%2F%3E%3Cpath%20d%3D%22M490%2C0%20C490%2C59.65%20380.76%2C108%20246%2C108%20C111.24%2C108%202%2C59.65%202%2C0%22%20fill%3D%22none%22%20stroke%3D%22%23d89d28%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 150%;
  z-index: 0;
}

.home-vip__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-vip__card-img--placeholder {
  display: block;
  background: linear-gradient(135deg, #2b3a72, #0f1b4c);
}

.home-vip__card-icon {
  position: absolute;
  inset-block-end: -22px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  color: var(--ast-vip-gold);
}

[dir="rtl"] .home-vip__card-icon {
  transform: translateX(50%);
}

/* Inline SVGs inherit the accent via currentColor (wrapper sets `color`). */
.home-vip__card-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.home-vip__card-icon img,
.home-vip__card-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.home-vip__card-icon .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

.home-vip__card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 32px 18px 22px;
  text-align: center;
}

.home-vip__card-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ast-dark);
  -webkit-line-clamp: 1;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-vip__card-text {
  display: -webkit-box;
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--ast-muted);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-vip__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ast-vip-gold);
  text-decoration: none;
}

.home-vip__card-link svg {
  width: 16px;
  height: 16px;
}

[dir="rtl"] .home-vip__card-link svg,
[dir="rtl"] .home-vip__cta svg,
[dir="rtl"] .home-insights__all svg,
[dir="rtl"] .home-insights__more svg,
[dir="rtl"] .home-social__link svg {
  transform: scaleX(-1);
}

.home-vip__cta-wrap {
  margin-top: 36px;
  text-align: center;
}

.home-vip__cta {
  background: var(--ast-vip-gold);
  border-radius: 999px;
}

/* =====================================================================
   INSIGHTS & TIPS
   ===================================================================== */
.home-insights__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ast-primary);
  text-decoration: none;
}

.home-insights__all svg {
  width: 16px;
  height: 16px;
}

.home-insights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home-insights__card {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.home-insights__thumb {
  flex: 0 0 38%;
  display: block;
  border-radius: var(--ast-radius-sm);
  overflow: hidden;
}

.home-insights__img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
}

.home-insights__img--placeholder {
  display: block;
  background: linear-gradient(135deg, #d7def0, #b9c6e6);
}

.home-insights__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: 4px;
}

.home-insights__title {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ast-dark);
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-insights__title:hover {
  color: var(--ast-accent);
}

.home-insights__date {
  font-size: 0.78rem;
  color: var(--ast-muted);
}

.home-insights__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ast-primary);
  text-decoration: none;
}

.home-insights__more svg {
  width: 15px;
  height: 15px;
  color: var(--ast-accent);
}

/* =====================================================================
   SOCIAL — Reels (Instagram) + Reports (YouTube)
   ===================================================================== */
.home-social__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-social__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.home-social__title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--ast-dark);
}

.home-social__sub {
  font-size: 0.82rem;
  color: var(--ast-muted);
}

.home-social__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
}

.home-social__badge svg {
  width: 22px;
  height: 22px;
}

.home-social__badge--ig {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c 30%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888
  );
}

.home-social__badge--yt {
  background: #ff0000;
}

.home-social__reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.home-reel {
  position: relative;
  display: block;
  aspect-ratio: 9 / 16;
  border-radius: var(--ast-radius-sm);
  overflow: hidden;
}

.home-reel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-reel__img--placeholder {
  display: block;
  background: linear-gradient(135deg, #3b4a8a, #0f1b4c);
}

.home-reel__play,
.home-report__play {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.home-reel__play svg,
.home-report__play svg {
  width: 16px;
  height: 16px;
  margin-inline-start: 2px;
}

.home-social__reports {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: auto;
}

.home-report {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}

.home-report__thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--ast-radius-sm);
  overflow: hidden;
}

.home-report__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-report__img--placeholder {
  display: block;
  background: linear-gradient(135deg, #d7def0, #b9c6e6);
}

.home-report__duration {
  position: absolute;
  inset-block-end: 6px;
  inset-inline-end: 6px;
  padding: 2px 6px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  pointer-events: none;
  z-index: 2;
}

.home-report__title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ast-dark);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* YouTube playlist embed variant */
.home-report--yt {
  align-items: stretch;
  width: 100%;
}

.home-report__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--ast-radius-sm);
  overflow: hidden;
  background: #000;
}

.home-report__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.home-report--yt .home-report__title:empty {
  display: none;
}

.home-social__col {
  display: flex;
  flex-direction: column;
  background-color: var(--ast-soft);
  border-radius: var(--ast-radius);
  padding: 24px;
}

.home-social__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ast-primary);
  text-decoration: none;
}

.home-social__link svg {
  width: 16px;
  height: 16px;
}

.home-social__col--reports {
  grid-column: span 2;
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1024px) {
  .home-hero__inner {
    grid-template-columns: 1fr;
  }
  .home-hero__image {
    height: 340px;
  }
  .home-tours__band {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-tours__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-services__grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 4px;
  }
  .home-services__item {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .home-vip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-insights__grid {
    grid-template-columns: 1fr;
    max-width: 640px;
  }
  .home-social__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .home-section {
    padding-block: 36px;
  }
  .home-section__title {
    font-size: 1.35rem;
  }
  .home-hero {
    padding-block: 40px;
    margin-bottom: 0;
  }
  .home-hero__image {
    height: 260px;
  }
  .home-hero__weather {
    min-width: 130px;
    padding: 10px 12px;
  }
  .home-hero__search {
    margin-bottom: 0;
  }
  .home-hero__search-card {
    padding: 14px;
  }
  .home-exhibitions__tab.is-active {
    display: none;
  }
  .home-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-services__item:last-child {
    grid-column: span 2;
  }
  .home-vip__panel {
    padding: 24px 16px;
  }
  .home-vip__grid {
    grid-template-columns: 1fr;
  }
  .home-vip__title {
    font-size: 1.5rem;
  }
  .home-ex-card {
    flex-basis: 78%;
  }
  .home-social__reels {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-reel {
    aspect-ratio: 3 / 4;
  }
  .home-social__reports {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home-report__thumb {
    aspect-ratio: auto;
  }
  .home-row-nav {
    display: none;
  }
}
