/* ================================================================
   DESTINATION PAGES — EgypTravelHub
   ================================================================ */

/* ---- MEGA MENU ----------------------------------------- */
.nav-item-mega { position: relative; }

.mega-trigger {
  display: flex; align-items: center; gap: 5px; cursor: pointer;
}
.mega-trigger svg {
  width: 10px; height: 10px; transition: transform 0.3s ease;
}
.nav-item-mega:hover .mega-trigger svg,
.nav-item-mega.mega-open .mega-trigger svg { transform: rotate(180deg); }

/* Invisible bridge fills the gap so hover never drops */
.nav-item-mega::after {
  content: '';
  position: absolute;
  top: 100%; left: -20px; right: -20px;
  height: 20px;
  background: transparent;
}

.mega-menu {
  position: absolute;
  top: 100%; /* no gap — bridge handles it */
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: 860px;
  background: var(--navy-2);
  border: 1px solid rgba(201,146,26,0.18);
  border-top: 2px solid var(--gold);
  box-shadow: 0 40px 100px rgba(0,0,0,0.80);
  opacity: 0; visibility: hidden;
  transition: opacity 0.26s var(--ease), transform 0.26s var(--ease), visibility 0.26s;
  z-index: 500; pointer-events: none;
  padding-top: 0;
}
.nav-item-mega:hover .mega-menu,
.nav-item-mega.mega-open .mega-menu {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.mega-header {
  padding: 22px 32px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex; align-items: baseline; gap: 14px;
}
.mega-header-kicker {
  font-family: 'Poppins', sans-serif;
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
}
.mega-header-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-style: italic;
  color: rgba(255,255,255,0.35);
}
.mega-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  padding: 10px; gap: 2px;
}
.mega-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 20px; text-decoration: none;
  border-radius: 4px; transition: background 0.2s;
}
.mega-item:hover { background: rgba(201,146,26,0.07); }
.mega-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-style: italic;
  color: var(--gold); opacity: 0.5;
  flex-shrink: 0; min-width: 22px; line-height: 1.1;
}
.mega-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.88rem; font-weight: 600;
  color: var(--sand); display: block; margin-bottom: 3px;
  transition: color 0.2s;
}
.mega-item:hover .mega-name { color: var(--gold-light); }
.mega-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem; color: var(--muted-light); line-height: 1.5;
}

/* ---- HERO ---------------------------------------------- */
.dest-hero {
  position: relative;
  height: 100vh; min-height: 680px;
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.dest-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.dest-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom,
      rgba(9,8,11,0.55) 0%,
      rgba(9,8,11,0.05) 25%,
      rgba(9,8,11,0.55) 60%,
      rgba(9,8,11,0.97) 100%);
}
/* Large ghost city name in corner */
.dest-hero-ghost {
  position: absolute;
  bottom: 160px; right: -20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(8rem, 20vw, 18rem);
  font-style: italic; font-weight: 300;
  color: rgba(201,146,26,0.06);
  letter-spacing: -0.03em;
  line-height: 1; user-select: none;
  pointer-events: none;
}
.dest-hero-content {
  position: relative; z-index: 2;
  padding: 0 80px 72px;
  max-width: 960px;
  animation: heroUp 1.1s cubic-bezier(.16,1,.3,1) both;
}
@keyframes heroUp {
  from { opacity:0; transform:translateY(36px); }
  to   { opacity:1; transform:translateY(0); }
}
.dest-crumb {
  font-family: 'Poppins', sans-serif;
  font-size: 0.67rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-bottom: 20px;
}
.dest-crumb a { color: inherit; text-decoration: none; transition: color 0.2s; }
.dest-crumb a:hover { color: var(--gold); }
.dest-crumb span { margin: 0 8px; opacity: 0.3; }

.dest-kicker-wrap {
  display: flex; align-items: center; gap: 14px; margin-bottom: 16px;
}
.dest-kicker-line { width: 36px; height: 1px; background: var(--gold); flex-shrink: 0; }
.dest-kicker {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold);
}
.dest-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4.5rem, 10vw, 9rem);
  font-weight: 300; font-style: italic;
  line-height: 0.88; color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.dest-hero h1 em {
  display: block; font-style: normal;
  color: var(--gold-light);
  font-size: 0.45em; letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.dest-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.86rem, 1.3vw, 1rem);
  font-weight: 300; line-height: 1.72;
  color: rgba(255,255,255,0.65);
  max-width: 540px; margin: 20px 0 36px;
}
.dest-pills {
  display: flex; flex-wrap: wrap; gap: 9px;
}
.dest-pill {
  display: flex; align-items: center; gap: 7px;
  background: rgba(9,8,11,0.5);
  border: 1px solid rgba(201,146,26,0.28);
  backdrop-filter: blur(16px);
  border-radius: 40px; padding: 7px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem; font-weight: 500;
  color: rgba(255,255,255,0.80);
}
.dest-pill svg { width: 12px; height: 12px; color: var(--gold); flex-shrink: 0; }

/* Stats bar */
.dest-stats-bar {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: rgba(9,8,11,0.96);
  border-top: 1px solid rgba(201,146,26,0.22);
}
.dest-stat {
  padding: 26px 32px;
  border-right: 1px solid rgba(255,255,255,0.05);
  text-align: center; position: relative;
}
.dest-stat::after {
  content: ''; position: absolute;
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.4s var(--ease);
}
.dest-stat:hover::after { width: 40px; }
.dest-stat:last-child { border-right: none; }
.dest-stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem; font-style: italic;
  color: var(--gold-light); display: block;
  line-height: 1; margin-bottom: 6px;
}
.dest-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--muted-light);
}

/* ---- SECTION COMMON ------------------------------------ */
.ds { padding: 112px 0; }
.ds.ds-sm { padding: 72px 0; }
.ds-dark { background: transparent; }
.ds-mid  { background: transparent; }
.ds-warm { background: transparent; }
.ds-split { background: transparent; }
.ds-container { max-width: 1200px; margin: 0 auto; padding: 0 60px; }
.ds-container-wide { max-width: 1400px; margin: 0 auto; padding: 0 60px; }

.ds-section-label {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 16px;
}
.ds-section-label::before {
  content: attr(data-num);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem; font-style: italic;
  color: rgba(201,146,26,0.4); letter-spacing: 0.08em;
}
.ds-kicker {
  font-family: 'Poppins', sans-serif;
  font-size: 0.67rem; font-weight: 600;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold);
}
.ds-section-label::after {
  content: ''; flex: 0 0 32px; height: 1px;
  background: var(--gold); opacity: 0.4;
}

.ds-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
  font-weight: 300; font-style: italic;
  line-height: 1.04; color: var(--sand); margin: 0 0 20px;
}
.ds-title em { font-style: normal; color: var(--gold-light); }
.ds-title strong { font-weight: 300; display: block; }

.ds-body {
  font-family: 'Poppins', sans-serif;
  font-size: 0.94rem; line-height: 1.88;
  color: var(--muted-light);
}
.ds-body p + p { margin-top: 18px; }

/* ---- OVERVIEW ------------------------------------------ */
.ds-overview {
  display: grid; grid-template-columns: 52% 1fr;
  gap: 96px; align-items: center;
}
.ds-img-frame {
  position: relative;
}
.ds-img-frame img {
  width: 100%; height: 600px;
  object-fit: cover; display: block;
}
.ds-img-frame::before {
  content: '';
  position: absolute;
  top: -20px; right: -20px;
  bottom: 20px; left: 20px;
  border: 1px solid rgba(201,146,26,0.22);
  z-index: -1;
}
.ds-img-frame::after {
  content: '';
  position: absolute;
  bottom: -16px; left: -16px;
  width: 88px; height: 88px;
  background: rgba(201,146,26,0.12);
  z-index: -1;
}
.ds-overview-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.18rem; font-style: italic; font-weight: 400;
  color: rgba(255,255,255,0.7); line-height: 1.6;
  margin: 0 0 28px;
  border-left: 2px solid var(--gold);
  padding-left: 20px;
}

/* ---- HISTORY TIMELINE ---------------------------------- */
.ds-timeline-wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 72px;
}
.ds-timeline {
  list-style: none; padding: 0; margin: 56px 0 0;
  position: relative;
}
.ds-timeline::before {
  content: '';
  position: absolute; left: 0; top: 6px; bottom: 40px;
  width: 1px;
  background: linear-gradient(to bottom, var(--gold), rgba(201,146,26,0.06) 100%);
}
.tl-item {
  position: relative; padding: 0 0 52px 52px;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: '';
  position: absolute; left: -4px; top: 5px;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,146,26,0.12), 0 0 20px rgba(201,146,26,0.45);
}
.tl-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.88rem; font-style: italic;
  color: var(--gold); display: block; margin-bottom: 5px;
}
.tl-event {
  font-family: 'Playfair Display', serif;
  font-size: 0.98rem; font-weight: 700;
  color: var(--sand); margin: 0 0 8px;
}
.tl-detail {
  font-family: 'Poppins', sans-serif;
  font-size: 0.80rem; line-height: 1.74;
  color: var(--muted-light); margin: 0;
}

/* ---- PULL QUOTE --------------------------------------- */
.ds-pullquote {
  position: relative; overflow: hidden;
  padding: 88px 60px;
  background:
    radial-gradient(ellipse 80% 70% at 50% 50%, rgba(201,146,26,0.09), transparent 70%),
    var(--navy-2);
  text-align: center;
}
.ds-pullquote::before {
  content: '\201C';
  font-family: 'Cormorant Garamond', serif;
  font-size: 20rem; color: rgba(201,146,26,0.05);
  position: absolute; top: -60px; left: 50%;
  transform: translateX(-50%);
  line-height: 1; pointer-events: none;
}
.ds-pullquote blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-style: italic; font-weight: 300;
  color: var(--sand); line-height: 1.42;
  max-width: 820px; margin: 0 auto 22px;
  position: relative;
}
.ds-pullquote cite {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--gold);
}

/* ---- ATTRACTIONS (editorial image-overlay style) ------- */
.attr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 480px;
  gap: 14px; margin-top: 60px;
}
.attr-card {
  position: relative; overflow: hidden; cursor: default;
  background: var(--emerald-2);
  display: flex; flex-direction: column;
}
.attr-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--gold), var(--gold-light));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s var(--ease);
}
.attr-card:hover::after { transform: scaleX(1); }
.attr-card.span2 { grid-column: span 2; }

/* Image fills card fully */
.attr-thumb { position: relative; overflow: hidden; flex: 1; }
.attr-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: brightness(0.72) saturate(0.88);
  transition: transform 0.8s var(--ease), filter 0.6s ease;
}
.attr-card:hover .attr-thumb img {
  transform: scale(1.07);
  filter: brightness(0.55) saturate(1.05);
}

/* Gradient placeholder for cards without photos */
.attr-thumb-fill {
  width: 100%;
  flex: 1;
  position: relative; overflow: hidden;
}

/* Text overlays the image, revealed on hover */
.attr-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 56px 26px 26px;
  background: linear-gradient(to top,
    rgba(9,8,11,0.98) 0%,
    rgba(9,8,11,0.85) 35%,
    rgba(9,8,11,0.25) 72%,
    transparent 100%);
}
.attr-num-badge { display: none; }
.attr-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 0.60rem; font-weight: 600;
  letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 7px;
}
.attr-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.08rem; font-weight: 700;
  color: #fff; margin: 0 0 0; line-height: 1.28;
}
.attr-card.span2 .attr-title { font-size: 1.3rem; }
.attr-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem; line-height: 1.70;
  color: rgba(255,255,255,0.72); margin: 12px 0 0;
  max-height: 0; overflow: hidden;
  opacity: 0; transform: translateY(8px);
  transition: max-height 0.5s var(--ease), opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.attr-card:hover .attr-desc {
  max-height: 160px; opacity: 1; transform: translateY(0);
}

/* ---- WEATHER ------------------------------------------- */
.weather-wrap {
  display: grid; grid-template-columns: 1fr 310px;
  gap: 64px; align-items: start; margin-top: 60px;
}
.weather-chart-wrap { position: relative; }
.weather-chart {
  display: flex; gap: 5px;
  align-items: flex-end; height: 190px;
}
.wc-col {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; gap: 7px; height: 100%; justify-content: flex-end;
}
.wc-val {
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem; color: var(--muted-light); font-weight: 500;
}
.wc-bar-wrap { flex: 1; width: 100%; display: flex; align-items: flex-end; }
.wc-bar {
  width: 100%; border-radius: 3px 3px 0 0; min-height: 4px;
}
.wc-bar.best { background: linear-gradient(to top, #c9921a, #e8c25a); }
.wc-bar.shoulder { background: linear-gradient(to top, #7a6520, #b09040); }
.wc-bar.hot { background: linear-gradient(to top, #6b1c1c, #a03030); }
.wc-month {
  font-family: 'Poppins', sans-serif; font-size: 0.57rem;
  font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--muted-light);
}
.wc-col.best-month .wc-month { color: var(--gold); }
.weather-legend {
  display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px;
}
.wl-item {
  display: flex; align-items: center; gap: 7px;
  font-family: 'Poppins', sans-serif; font-size: 0.7rem; color: var(--muted-light);
}
.wl-dot { width: 10px; height: 10px; border-radius: 2px; flex-shrink: 0; }
.wl-dot.best { background: var(--gold); }
.wl-dot.shoulder { background: #b09040; }
.wl-dot.hot { background: #a03030; }
.weather-best-box {
  margin-top: 24px; padding: 18px 22px;
  background: rgba(201,146,26,0.07); border-left: 3px solid var(--gold);
}
.weather-best-box p {
  font-family: 'Poppins', sans-serif; font-size: 0.80rem;
  line-height: 1.64; color: rgba(255,255,255,0.72); margin: 0;
}
.weather-best-box strong { color: var(--gold-light); }
.weather-panel {
  background: var(--emerald-2); border: 1px solid rgba(201,146,26,0.10);
}
.weather-panel-title {
  padding: 18px 24px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-family: 'Playfair Display', serif; font-size: 0.9rem;
  font-weight: 700; color: var(--sand);
}
.wi-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 13px 24px; border-bottom: 1px solid rgba(255,255,255,0.04);
}
.wi-row:last-child { border-bottom: none; }
.wi-label { font-family: 'Poppins', sans-serif; font-size: 0.76rem; color: var(--muted-light); }
.wi-val { font-family: 'Playfair Display', serif; font-size: 0.86rem; font-weight: 700; color: var(--sand); }

/* ---- FOOD (3 large cards) ------------------------------ */
.food-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 60px;
}
.food-card {
  background: var(--emerald-2);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 36px 30px 32px;
  position: relative; overflow: hidden;
  transition: border-color 0.3s, transform 0.35s var(--ease);
}
.food-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  transform: scaleX(0); transform-origin: center;
  transition: transform 0.5s var(--ease);
}
.food-card:hover::before { transform: scaleX(1); }
.food-card:hover { border-color: rgba(201,146,26,0.22); transform: translateY(-5px); }
.food-card:hover .food-name {
  color: var(--gold-light);
  text-shadow: 0 0 28px rgba(201,146,26,0.35);
}
.food-big-num {
  display: none;
}
.food-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 700; color: var(--sand);
  margin: 0 0 4px;
  transition: color 0.3s ease;
}
.food-arabic {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem; font-style: italic;
  color: var(--gold); display: block; margin-bottom: 14px;
}
.food-divider {
  width: 32px; height: 1px; background: var(--gold); opacity: 0.5;
  margin: 0 0 16px;
}
.food-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem; line-height: 1.74;
  color: var(--muted-light); margin: 0 0 20px;
}
.food-where {
  font-family: 'Poppins', sans-serif;
  font-size: 0.67rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 8px;
}
.food-where svg { width: 12px; height: 12px; flex-shrink: 0; }

/* Food: last 2 cards wider (row of 3+2) */
.food-card.wide { grid-column: span 1; }

/* ---- CULTURE TIPS ------------------------------------- */
.culture-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-top: 60px;
}
.culture-card {
  display: flex; flex-direction: column; gap: 0;
  padding: 0;
  background: var(--emerald-2);
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.35s var(--ease);
}
.culture-card:hover { border-color: rgba(201,146,26,0.2); transform: translateY(-4px); }
.culture-card-top {
  background: rgba(201,146,26,0.06);
  padding: 24px 24px 20px;
  display: flex; align-items: center; gap: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.culture-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.culture-icon svg { width: 22px; height: 22px; }
.culture-card-top h4 {
  font-family: 'Playfair Display', serif;
  font-size: 0.92rem; font-weight: 700;
  color: var(--sand); margin: 0;
}
.culture-body {
  padding: 20px 24px 24px;
}
.culture-body p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.79rem; line-height: 1.70;
  color: var(--muted-light); margin: 0;
}

/* ---- TERRAIN ------------------------------------------ */
.terrain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-top: 56px;
}
.terrain-card {
  background: var(--emerald-2);
  border: 1px solid rgba(255,255,255,0.05);
  border-top: 2px solid rgba(201,146,26,0.35);
  padding: 32px 26px;
  transition: border-top-color 0.3s;
}
.terrain-card:hover { border-top-color: var(--gold); }
.terrain-icon { font-size: 2rem; margin-bottom: 16px; display: block; }
.terrain-label {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; font-weight: 700; color: var(--sand); margin: 0 0 10px;
}
.terrain-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.79rem; line-height: 1.70; color: var(--muted-light); margin: 0;
}

/* ---- MAP ---------------------------------------------- */
.ds-map-section { background: var(--navy); }
.ds-map-header { padding: 80px 60px 44px; max-width: 1400px; margin: 0 auto; }
.ds-map-iframe {
  width: 100%; height: 500px; border: none; display: block;
  filter: sepia(0.15) contrast(1.06) brightness(0.92);
}

/* ---- CTA ---------------------------------------------- */
.dest-cta {
  padding: 140px 0; text-align: center;
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 90% 60% at 50% 50%, rgba(201,146,26,0.13), transparent 70%),
    var(--navy);
}
.dest-cta-bg-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(7rem, 20vw, 18rem);
  font-style: italic; font-weight: 300;
  color: rgba(201,146,26,0.065);
  position: absolute; left: 50%; top: 38%;
  transform: translate(-50%, -50%);
  white-space: nowrap; pointer-events: none;
  letter-spacing: -0.04em; user-select: none;
}
.dest-cta-inner { position: relative; z-index: 1; }
.dest-cta .ds-kicker { display: inline-block; margin-bottom: 18px; }
.dest-cta .ds-title { text-align: center; max-width: 600px; margin: 0 auto 16px; }
.dest-cta-sub {
  font-family: 'Poppins', sans-serif; font-size: 0.94rem;
  color: var(--muted-light); max-width: 460px;
  margin: 0 auto 50px; line-height: 1.76;
}
.dest-cta-btns {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.btn-dest-primary {
  background: var(--gold); color: var(--ink);
  font-family: 'Poppins', sans-serif; font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; padding: 18px 42px; display: inline-block;
  transition: background 0.3s, transform 0.2s;
}
.btn-dest-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-dest-secondary {
  border: 1px solid rgba(201,146,26,0.35); color: var(--gold-light);
  font-family: 'Poppins', sans-serif; font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  text-decoration: none; padding: 18px 42px; display: inline-block;
  transition: border-color 0.3s, background 0.3s;
}
.btn-dest-secondary:hover { border-color: var(--gold); background: rgba(201,146,26,0.08); }

/* ---- REVEAL ------------------------------------------- */
[data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE --------------------------------------- */
@media (max-width: 1100px) {
  .attr-grid { grid-template-columns: repeat(2, 1fr); }
  .attr-card.span2 { grid-column: span 1; }
  .attr-card.span2 .attr-thumb img,
  .attr-card.span2 .attr-thumb-fill { height: 400px; }
  .food-grid { grid-template-columns: repeat(2, 1fr); }
  .weather-wrap { grid-template-columns: 1fr; }
  .ds-overview { grid-template-columns: 1fr; gap: 52px; }
  .ds-img-frame img { height: 440px; }
  .ds-timeline-wrap { grid-template-columns: 1fr; }
  .mega-menu { width: calc(100vw - 48px); }
  .mega-grid { grid-template-columns: repeat(2, 1fr); }
}
/* ---- Hamburger mega menu: accordion inside mobile nav (≤980px) ---- */
@media (max-width: 980px) {
  /* Let the item stack in flow rather than relative-position */
  .nav-item-mega { position: static; }
  .nav-item-mega::after { display: none; }

  /* Convert dropdown to inline accordion */
  .mega-menu {
    position: static !important;
    transform: none !important;
    left: auto !important; right: auto !important;
    width: 100% !important;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s ease, opacity 0.28s ease, visibility 0.28s;
    box-shadow: none !important;
    border: none !important;
    border-left: 2px solid var(--gold) !important;
    margin: 4px 0 8px;
    background: rgba(255,255,255,0.03) !important;
    padding-top: 0;
  }
  /* Suppress hover-open on touch (can be sticky) */
  .nav-item-mega:hover .mega-menu {
    opacity: 0; visibility: hidden; max-height: 0; pointer-events: none;
  }
  /* Only the JS-toggled class opens the menu */
  .nav-item-mega.mega-open .mega-menu {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 640px !important;
    pointer-events: auto !important;
  }
  /* Allow the nav panel to scroll when a mega opens */
  .nav-right { overflow-y: auto; }
}

@media (max-width: 768px) {
  .dest-hero h1 { font-size: clamp(3.4rem, 12vw, 5.5rem); }
  .dest-hero-content { padding: 0 28px 56px; }
  .dest-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .ds-container, .ds-container-wide { padding: 0 28px; }
  .ds { padding: 76px 0; }
  .attr-grid { grid-template-columns: 1fr; gap: 12px; }
  .food-grid { grid-template-columns: 1fr; }
  .culture-grid { grid-template-columns: 1fr; }
  .terrain-grid { grid-template-columns: 1fr; }
  .ds-map-header { padding: 56px 28px 32px; }
  .mega-grid { grid-template-columns: 1fr; }
  .dest-hero-ghost { display: none; }
}
@media (max-width: 480px) {
  .dest-stats-bar { grid-template-columns: 1fr 1fr; }
  .dest-pills { display: none; }
}


/* =====================================================
   ENRICHED ANIMATIONS AND HOVER ENHANCEMENTS
   ===================================================== */

/* ===========================================================
   SECTION BACKGROUND SYSTEM
   =========================================================== */

/* All section wrappers stack content above the animated bg   */
.ds { position:relative; overflow:hidden; }
.ds-container, .ds-container-wide { position:relative; z-index:2; }

/* ---- 1. LARGE AMBIENT GLOW ORBS (actually visible) ------- */
@keyframes orb-a {
  0%,100% { transform:translate(0,0) scale(1); }
  30%     { transform:translate(80px,-50px) scale(1.18); }
  65%     { transform:translate(-55px,60px) scale(0.85); }
}
@keyframes orb-b {
  0%,100% { transform:translate(0,0) scale(1); }
  40%     { transform:translate(-70px,40px) scale(1.14); }
  70%     { transform:translate(50px,-65px) scale(0.90); }
}
@keyframes orb-c {
  0%,100% { transform:translate(0,0) scale(1); }
  50%     { transform:translate(35px,45px) scale(1.1); }
}

/* Gold orb -- top-left */
.ds::before {
  content:''; pointer-events:none; z-index:0;
  position:absolute; border-radius:50%;
  width:800px; height:800px;
  background:radial-gradient(circle at center,
    rgba(201,146,26,0.18) 0%,
    rgba(201,146,26,0.06) 38%,
    transparent 68%);
  top:-220px; left:-180px;
  animation:orb-a 22s ease-in-out infinite;
}
/* Terracotta/wine orb -- bottom-right */
.ds::after {
  content:''; pointer-events:none; z-index:0;
  position:absolute; border-radius:50%;
  width:700px; height:700px;
  background:radial-gradient(circle at center,
    rgba(139,46,46,0.14) 0%,
    rgba(139,46,46,0.04) 38%,
    transparent 68%);
  bottom:-180px; right:-140px;
  animation:orb-b 28s ease-in-out infinite;
}

/* Warm sections: stronger gold + extra center orb */
.ds-warm::before {
  background:radial-gradient(circle at center,
    rgba(201,146,26,0.28) 0%,
    rgba(201,146,26,0.10) 38%,
    transparent 68%);
  animation-duration:17s;
}
.ds-warm::after {
  background:radial-gradient(circle at center,
    rgba(245,228,176,0.12) 0%,
    rgba(201,146,26,0.04) 38%,
    transparent 68%);
}

/* Mid sections: teal-tinted orb */
.ds-mid::before {
  background:radial-gradient(circle at center,
    rgba(184,149,42,0.16) 0%,
    rgba(184,149,42,0.05) 38%,
    transparent 68%);
  top:-200px; left:-100px;
}
.ds-mid::after {
  background:radial-gradient(circle at center,
    rgba(100,80,20,0.12) 0%,
    transparent 60%);
}

/* ---- 2. DIAGONAL LIGHT SWEEP on warm sections ------------ */
@keyframes light-sweep {
  0%   { transform:translateX(-120%) skewX(-20deg); opacity:0; }
  20%  { opacity:1; }
  80%  { opacity:0.6; }
  100% { transform:translateX(220%) skewX(-20deg); opacity:0; }
}
.ds-warm .ds-container::before,
.ds-warm .ds-container-wide::before {
  content:'';
  position:absolute; z-index:0; pointer-events:none;
  top:0; left:0; width:180px; height:100%;
  background:linear-gradient(to bottom,
    transparent,
    rgba(201,146,26,0.08) 30%,
    rgba(245,228,176,0.12) 50%,
    rgba(201,146,26,0.08) 70%,
    transparent);
  animation:light-sweep 9s ease-in-out 2s infinite;
}

/* ---- 3. SUBTLE GEOMETRIC TEXTURE OVERLAY ----------------- */
/* Diamond/grid pattern baked into an SVG data URI */
/* SVG textures removed — unified body gradient handles backgrounds */


/* ---- FIXED PARTICLE LAYER (full-page, all sections) ---------- */
#particle-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  overflow: hidden;
}
/* ---- 4. FLOATING GOLD PARTICLES (JS-spawned elements) ---- */
@keyframes particle-rise {
  0%   { transform:translateY(0) translateX(0);   opacity:0; }
  8%   { opacity:0.85; }
  92%  { opacity:0.4; }
  100% { transform:translateY(-95vh) translateX(var(--dx,30px)); opacity:0; }
}
.dest-particle {
  position:absolute;
  border-radius:50%;
  background:rgba(201,146,26,0.75);
  box-shadow:0 0 6px rgba(201,146,26,0.5), 0 0 14px rgba(201,146,26,0.2);
  pointer-events:none; z-index:1;
  animation:particle-rise var(--dur,14s) var(--delay,0s) linear infinite;
}

/* ---- 5. DESTINATION HERO: animated gradient ring --------- */
@keyframes ring-pulse {
  0%,100% { transform:scale(1);   opacity:0.12; }
  50%     { transform:scale(1.06); opacity:0.22; }
}
.dest-hero::before {
  content:'';
  position:absolute; z-index:1; pointer-events:none;
  width:900px; height:900px; border-radius:50%;
  background:radial-gradient(circle at center,
    transparent 35%,
    rgba(201,146,26,0.15) 50%,
    rgba(201,146,26,0.05) 62%,
    transparent 72%);
  top:50%; left:50%;
  transform:translate(-50%,-50%) scale(1);
  animation:ring-pulse 8s ease-in-out infinite;
}

/* ---- 6. PULLQUOTE animated decoration -------------------- */
@keyframes quote-pulse {
  0%,100% { opacity:0.07; transform:scale(1) translateY(0); }
  50%     { opacity:0.16; transform:scale(1.06) translateY(-8px); }
}
.ds-pullquote::before { animation:quote-pulse 7s ease-in-out infinite; }

/* ---- 7. CTA section: slow text drift + glow orb ---------- */
@keyframes cta-drift  { 0%,100% { transform:translateX(-50%) translateY(0); } 50% { transform:translateX(-50%) translateY(-16px); } }
@keyframes cta-orb    { 0%,100% { transform:translate(-50%,-50%) scale(1); opacity:0.25; } 50% { transform:translate(-50%,-50%) scale(1.12); opacity:0.38; } }
.dest-cta-bg-text { animation:cta-drift 14s ease-in-out infinite; }
.dest-cta::before {
  content:''; pointer-events:none; z-index:0;
  position:absolute; border-radius:50%;
  width:900px; height:900px;
  background:radial-gradient(circle, rgba(201,146,26,0.18) 0%, transparent 60%);
  top:50%; left:50%;
  transform:translate(-50%,-50%);
  animation:cta-orb 12s ease-in-out infinite;
}

/* ---- 8. SECTION LABEL: gold line animates in on reveal --- */
@keyframes label-line { from { transform:scaleX(0); opacity:0; } to { transform:scaleX(1); opacity:1; } }
.is-visible .ds-section-label::after { animation:label-line 1s var(--ease) 0.3s both; transform-origin:left; }

/* ---- 9. OVERVIEW IMAGE: hover lift + inner zoom ----------- */
.ds-img-frame { transition:transform 0.6s var(--ease), box-shadow 0.6s ease; }
.ds-img-frame:hover { transform:translateY(-10px); box-shadow:0 40px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(201,146,26,0.18); }
.ds-img-frame:hover img { transform:scale(1.05); filter:brightness(0.9) saturate(1.1); }

/* ---- 10. ATTRACTION GRID: stagger entrance --------------- */
.attr-grid[data-reveal] { opacity:1; transform:none; transition:none; }
.attr-grid[data-reveal] .attr-card {
  opacity:0; transform:translateY(30px);
  transition:opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.attr-grid[data-reveal].is-visible .attr-card { opacity:1; transform:none; }
.attr-grid.is-visible .attr-card:nth-child(1) { transition-delay:0.00s; }
.attr-grid.is-visible .attr-card:nth-child(2) { transition-delay:0.07s; }
.attr-grid.is-visible .attr-card:nth-child(3) { transition-delay:0.13s; }
.attr-grid.is-visible .attr-card:nth-child(4) { transition-delay:0.19s; }
.attr-grid.is-visible .attr-card:nth-child(5) { transition-delay:0.25s; }
.attr-grid.is-visible .attr-card:nth-child(6) { transition-delay:0.31s; }
.attr-grid.is-visible .attr-card:nth-child(7) { transition-delay:0.37s; }
.attr-grid.is-visible .attr-card:nth-child(8) { transition-delay:0.43s; }

/* ---- 11. FOOD GRID: stagger entrance --------------------- */
.food-grid[data-reveal] { opacity:1; transform:none; transition:none; }
.food-grid[data-reveal] .food-card {
  opacity:0; transform:translateY(28px);
  transition:opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.food-grid[data-reveal].is-visible .food-card { opacity:1; transform:none; }
.food-grid.is-visible .food-card:nth-child(1) { transition-delay:0.00s; }
.food-grid.is-visible .food-card:nth-child(2) { transition-delay:0.08s; }
.food-grid.is-visible .food-card:nth-child(3) { transition-delay:0.16s; }
.food-grid.is-visible .food-card:nth-child(4) { transition-delay:0.24s; }
.food-grid.is-visible .food-card:nth-child(5) { transition-delay:0.32s; }
.food-grid.is-visible .food-card:nth-child(6) { transition-delay:0.40s; }

/* ---- 12. CULTURE GRID: stagger entrance ------------------ */
.culture-grid[data-reveal] { opacity:1; transform:none; transition:none; }
.culture-grid[data-reveal] .culture-card {
  opacity:0; transform:translateY(26px);
  transition:opacity 0.60s var(--ease), transform 0.60s var(--ease);
}
.culture-grid[data-reveal].is-visible .culture-card { opacity:1; transform:none; }
.culture-grid.is-visible .culture-card:nth-child(1) { transition-delay:0.00s; }
.culture-grid.is-visible .culture-card:nth-child(2) { transition-delay:0.07s; }
.culture-grid.is-visible .culture-card:nth-child(3) { transition-delay:0.13s; }
.culture-grid.is-visible .culture-card:nth-child(4) { transition-delay:0.20s; }
.culture-grid.is-visible .culture-card:nth-child(5) { transition-delay:0.27s; }
.culture-grid.is-visible .culture-card:nth-child(6) { transition-delay:0.34s; }

/* ---- 13. WEATHER CHART hover ----------------------------- */
.wc-col { cursor:default; transition:transform 0.35s var(--ease); }
.wc-col:hover { transform:translateY(-6px); }
.wc-bar { transition:filter 0.35s ease, box-shadow 0.35s ease; }
.wc-col:hover .wc-bar.best    { filter:brightness(1.5) saturate(1.3); box-shadow:0 -8px 20px rgba(201,146,26,0.65); }
.wc-col:hover .wc-bar.shoulder{ filter:brightness(1.5) saturate(1.2); box-shadow:0 -8px 18px rgba(176,144,64,0.5); }
.wc-col:hover .wc-bar.hot     { filter:brightness(1.5) saturate(1.2); box-shadow:0 -8px 18px rgba(160,48,48,0.55); }
.wc-col:hover .wc-val         { color:var(--gold-light); }
.wc-col:hover .wc-month       { color:var(--gold); }
.wc-col.best-month:hover .wc-month { color:var(--gold-light); }

/* ---- 14. CULTURE ICON hover ------------------------------ */
.culture-icon { transition:transform 0.4s var(--ease), filter 0.4s ease; }
.culture-card:hover .culture-icon { transform:scale(1.2); filter:drop-shadow(0 0 12px rgba(201,146,26,0.6)); }

/* ---- 15. TERRAIN CARD enhanced hover --------------------- */
.terrain-card { transition:border-top-color 0.3s, transform 0.35s var(--ease), background 0.3s, box-shadow 0.35s ease; }
.terrain-card:hover { border-top-color:var(--gold); transform:translateY(-7px); background:rgba(29,27,35,0.9); box-shadow:0 20px 50px rgba(0,0,0,0.4); }
.terrain-icon { display:inline-block; transition:transform 0.45s var(--ease); }
.terrain-card:hover .terrain-icon { transform:scale(1.3) rotate(-8deg); }

/* ---- 16. TIMELINE stagger from left ---------------------- */
.ds-timeline[data-reveal] { opacity:1; transform:none; transition:none; }
.ds-timeline[data-reveal] .tl-item { opacity:0; transform:translateX(-24px); transition:opacity 0.55s var(--ease), transform 0.55s var(--ease); }
.ds-timeline[data-reveal].is-visible .tl-item { opacity:1; transform:none; }
.ds-timeline.is-visible .tl-item:nth-child(1) { transition-delay:0.00s; }
.ds-timeline.is-visible .tl-item:nth-child(2) { transition-delay:0.14s; }
.ds-timeline.is-visible .tl-item:nth-child(3) { transition-delay:0.28s; }
.tl-item { transition:border-left-color 0.3s; }
.tl-item:hover { border-left-color:var(--gold); }
.tl-item:hover .tl-year { color:var(--gold-light); }

/* ---- 17. STATS BAR individual hover ---------------------- */
.dest-stat { transition:transform 0.3s var(--ease); }
.dest-stat:hover { transform:translateY(-5px); }
.dest-stat:hover .dest-stat-val { text-shadow:0 0 24px rgba(201,146,26,0.55); }

/* ---- 18. FOOD number glow -------------------------------- */
.food-card:hover .food-big-num { color:rgba(201,146,26,0.22); text-shadow:0 0 50px rgba(201,146,26,0.2); }

/* ---- 19. WEATHER PANEL row hover ------------------------- */
.wi-row { transition:background 0.25s; }
.wi-row:hover { background:rgba(201,146,26,0.07); }
.wi-row:hover .wi-val { color:var(--gold-light); }

/* ===========================================================
   B + C: ATMOSPHERIC BODY GRADIENT + ORNAMENTAL DIVIDERS
   =========================================================== */

/* Fixed atmospheric lighting — destination pages only.
   Four overlapping radial "light sources" create a living
   environment that stays constant as sections scroll over it. */
body {
  background:
    radial-gradient(ellipse 95% 65% at 8% 18%,  rgba(200,140,14,0.09)  0%, transparent 55%),
    radial-gradient(ellipse 75% 75% at 92% 82%,  rgba(120,38,38,0.07)   0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 55% 42%,  rgba(8,11,28,0.45)     0%, transparent 62%),
    radial-gradient(ellipse 100% 80% at 38% 98%, rgba(14,9,5,0.5)       0%, transparent 60%),
    #09080b;
  background-attachment: fixed;
}

/* Ornamental section dividers (Option C) */
.ds-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 0;
  position: relative;
  z-index: 2;
}
.ds-div-line {
  display: block;
  width: 56px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,146,26,0.38), transparent);
}
.ds-div-gem {
  display: block;
  width: 7px; height: 7px;
  background: rgba(201,146,26,0.45);
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(201,146,26,0.3);
  flex-shrink: 0;
}
/* Also style the pullquote section to flow without a hard bg */
.ds-pullquote {
  background: transparent;
}

/* ---- Tours mega menu (2-col, wider) ---- */
.tours-mega { width: 860px; }
.tours-mega-grid { grid-template-columns: repeat(2,1fr) !important; }
@media(max-width:1024px){ .tours-mega { width:calc(100vw - 48px); } }
@media(max-width:768px){ .tours-mega-grid { grid-template-columns:1fr !important; } }

