/* ================================================================
   xp-destinations.css — Blue Ocean Tours
   Página Nuestros Destinos — diseño editorial zen premium
   ================================================================ */

/* ── HERO ── */
.xd-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0E2D3F;
}

.xd-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4) saturate(0.85);
  transform: scale(1.04);
  transition: transform 14s ease;
}

.xd-hero:hover .xd-hero__bg { transform: scale(1); }

.xd-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14,45,63,0.1) 0%,
    rgba(14,45,63,0.5) 55%,
    rgba(10,26,36,0.92) 100%
  );
}

.xd-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(5rem,10vw,9rem) 8% 3.5rem;
  max-width: 900px;
}

.xd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(196,154,90,0.85);
  background: rgba(196,154,90,0.08);
  border: 1px solid rgba(196,154,90,0.2);
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.xd-hero__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  color: #FDFAF5;
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin-bottom: 1.25rem;
}

.xd-hero__title-outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(253,250,245,0.3);
  display: block;
}

.xd-hero__sub {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(253,250,245,0.5);
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 560px;
}

/* Buscador */
.xd-hero__search {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 0 1.25rem;
  max-width: 520px;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(8px);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.xd-hero__search:focus-within {
  background: rgba(255,255,255,0.1);
  border-color: rgba(196,154,90,0.5);
}

.xd-hero__search-icon { color: rgba(255,255,255,0.35); flex-shrink: 0; }

.xd-hero__search input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  padding: 0.85rem 0;
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.02em;
}

.xd-hero__search input::placeholder { color: rgba(255,255,255,0.3); }

.xd-search-clear {
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  padding: 4px;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.xd-search-clear:hover { color: #fff; }

/* Filtros */
.xd-hero__filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.xd-filter {
  padding: 7px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.6);
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.2s ease;
}

.xd-filter:hover {
  border-color: rgba(196,154,90,0.5);
  color: rgba(255,255,255,0.9);
}

.xd-filter.active {
  background: #C49A5A;
  border-color: #C49A5A;
  color: #1A1208;
  font-weight: 500;
}

.xd-hero__scroll {
  position: absolute;
  bottom: 2rem;
  right: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.4;
}
.xd-hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, #fff, transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.4} 50%{opacity:1} }


/* ── MAIN ── */
.xd-main {
  background: #F5EFE4;
  padding-bottom: 5rem;
}

/* Estado vacío */
.xd-empty {
  display: none;
  text-align: center;
  padding: 6rem 2rem;
}
.xd-empty--visible { display: block; }
.xd-empty__icon { font-size: 3.5rem; margin-bottom: 1rem; }
.xd-empty__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #2C1F0E;
  margin-bottom: 0.5rem;
}
.xd-empty__text {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #6B5235;
  margin-bottom: 2rem;
}
.xd-empty__reset {
  padding: 10px 28px;
  border-radius: 100px;
  background: #C49A5A;
  color: #fff;
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: background 0.2s ease;
}
.xd-empty__reset:hover { background: #8A6230; }


/* ── SECCIÓN CATEGORÍA ── */
.xd-category {
  padding: 4rem 6% 0;
  background: #F5EFE4;
}

.xd-category--dark {
  background: #0F2D4D;
  padding-top: 4rem;
  position: relative;
}

.xd-category--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.xd-category__head {
  max-width: 1320px;
  margin: 0 auto 2.5rem;
}

.xd-category__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #2C1F0E;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.xd-category__title--light { color: #FDFAF5; }

.xd-category__num {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #C49A5A;
  letter-spacing: 0.12em;
  flex-shrink: 0;
}
.xd-category__num--light { color: rgba(196,154,90,0.6); }

.xd-category__sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #6B5235;
  line-height: 1.6;
  max-width: 600px;
}
.xd-category__sub--light { color: rgba(253,250,245,0.42); }


/* ── FEATURED: imagen grande + 2 side cards ── */
.xd-featured {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto 2.5rem;
  height: 340px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .xd-featured { grid-template-columns: 1fr; height: auto; }
}

.xd-featured-card {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
}

.xd-featured-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.xd-featured-card:hover .xd-featured-card__img { transform: scale(1.04); }

.xd-featured-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,24,48,0.9) 0%, rgba(9,24,48,0.1) 50%, transparent 100%);
}

.xd-featured-card__body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2rem 1.75rem 1.75rem;
  z-index: 2;
}

.xd-featured-card__badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 100px;
  background: #C49A5A;
  color: #1A1208;
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.xd-featured-card__cat {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(196,154,90,0.85);
  margin-bottom: 0.25rem;
}

.xd-featured-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 0.5rem;
}

.xd-featured-card__desc {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
  max-width: 300px;
}

.xd-featured-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C49A5A;
  margin-top: 0.75rem;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.xd-featured-card:hover .xd-featured-card__link { opacity: 1; transform: translateY(0); }

/* Side cards */
.xd-featured__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  height: 100%;
  overflow: hidden;
}

.xd-side-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.xd-side-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(9,24,48,0.25);
}

.xd-side-card img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.xd-side-card:hover img { transform: scale(1.06); }

.xd-side-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,24,48,0.82) 0%, transparent 55%);
}

.xd-side-card__body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 0.85rem 1rem;
  z-index: 2;
}

.xd-side-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  display: block;
}


/* ── GRID DE DESTINOS ── */
.xd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto 3rem;
  align-items: start;
}

/* Card contenedor */
.xd-dest-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(196,154,90,0.1);
  background: #FDFAF5;
  transition: box-shadow 0.3s ease;
}

/* Card abierta ocupa ancho completo */
.xd-dest-item.open {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: stretch;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(44,31,14,0.12);
}

@media (max-width: 700px) {
  .xd-dest-item.open {
    grid-template-columns: 1fr;
  }
}

/* Thumbnail — el botón con la imagen */
.xd-dest-thumb {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  width: 100%;
  text-align: left;
}

/* Cuando está abierta la thumb es la columna izquierda */
.xd-dest-item.open .xd-dest-thumb {
  aspect-ratio: unset;
  height: 100%;
  min-height: 300px;
  border-radius: 0;
}

.xd-dest-thumb img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.xd-dest-thumb:hover img { transform: scale(1.06); }

.xd-dest-thumb__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,24,48,0.88) 0%, rgba(9,24,48,0.06) 50%, transparent 100%);
  transition: background 0.3s ease;
}
.xd-dest-thumb:hover .xd-dest-thumb__overlay {
  background: linear-gradient(to top, rgba(9,24,48,0.94) 0%, rgba(9,24,48,0.22) 60%, transparent 100%);
}

.xd-dest-thumb__body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1rem 0.9rem 0.85rem;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.xd-dest-thumb__info { flex: 1; }

.xd-dest-thumb__cat {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.56rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(196,154,90,0.85);
  margin-bottom: 0.15rem;
}

.xd-dest-thumb__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(0.95rem, 1.8vw, 1.3rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.1;
  display: block;
}

.xd-dest-thumb__toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
  backdrop-filter: blur(4px);
}

.xd-dest-item.open .xd-dest-thumb__toggle {
  transform: rotate(45deg);
  background: #C49A5A;
  border-color: #C49A5A;
}

.xd-dest-thumb__toggle svg {
  width: 12px; height: 12px;
  stroke: #fff; fill: none; stroke-width: 2.5;
}


/* ── PANEL EXPANDIDO ── */
.xd-dest-panel {
  display: none;
  background: #FDFAF5;
}

.xd-dest-item.open .xd-dest-panel {
  display: block;
  overflow-y: auto;
  max-height: 500px;
}

.xd-dest-panel__inner {
  padding: 2rem 2rem 2rem;
  height: 100%;
}

/* Info box especial (tarjeta de turismo, etc.) */
.xd-info-box {
  background: rgba(196,154,90,0.06);
  border-left: 3px solid #C49A5A;
  border-radius: 0 10px 10px 0;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: #4A3520;
  line-height: 1.7;
}

.xd-info-box strong {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #8A6230;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

/* FAQ */
.xd-faq {
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(196,154,90,0.1);
}

.xd-faq-item {
  border-bottom: 1px solid rgba(196,154,90,0.1);
}

.xd-faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 0.85rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
  font-family: 'Jost', sans-serif;
  font-size: 0.84rem;
  font-weight: 400;
  color: #2C1F0E;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.xd-faq-q:hover { color: #C49A5A; }

.xd-faq-icon {
  font-size: 1.1rem;
  color: #C49A5A;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
}
.xd-faq-item.open .xd-faq-icon { transform: rotate(45deg); }

.xd-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.xd-faq-item.open .xd-faq-a { max-height: 300px; }

.xd-faq-a-inner {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: #6B5235;
  line-height: 1.75;
  padding: 0 0 1rem;
}

/* Tours */
.xd-tours-title {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #A08060;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
}

.xd-tours-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 1.5rem;
}

.xd-tour-chip {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #4A3520;
  background: rgba(196,154,90,0.07);
  border: 1px solid rgba(196,154,90,0.18);
  border-radius: 100px;
  padding: 5px 14px;
  transition: all 0.2s ease;
  cursor: default;
}
.xd-tour-chip:hover {
  background: rgba(196,154,90,0.14);
  border-color: rgba(196,154,90,0.4);
}

/* CTA WhatsApp */
.xd-dest-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #0F2D4D;
  border-radius: 12px;
  text-decoration: none;
  flex-wrap: wrap;
  transition: background 0.2s ease;
}
.xd-dest-cta:hover { background: #0A1E30; }

.xd-dest-cta__text {
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 300;
  color: rgba(253,250,245,0.6);
  letter-spacing: 0.02em;
}

.xd-dest-cta__btn {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #FDFAF5;
  letter-spacing: 0.06em;
  background: rgba(255,255,255,0.1);
  padding: 7px 18px;
  border-radius: 100px;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.xd-dest-cta:hover .xd-dest-cta__btn { background: rgba(255,255,255,0.18); }


/* ── DIVIDER ── */
.xd-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(196,154,90,0.2), transparent);
  margin: 3rem 6%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}


/* ── CIRCUITOS ── */
.xd-circuits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto 3rem;
}

@media (max-width: 1100px) { .xd-circuits { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .xd-circuits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px)  { .xd-circuits { grid-template-columns: 1fr; } }

.xd-circuit-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  aspect-ratio: 3/4;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.xd-circuit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(9,24,48,0.3);
}

.xd-circuit-card--hero {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

@media (max-width: 768px) { .xd-circuit-card--hero { grid-column: span 2; } }
@media (max-width: 500px) { .xd-circuit-card--hero { grid-column: 1; aspect-ratio: 3/4; } }

.xd-circuit-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.xd-circuit-card:hover img { transform: scale(1.06); }

.xd-circuit-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,24,48,0.9) 0%, rgba(9,24,48,0.1) 50%, transparent 100%);
}

.xd-circuit-card__body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem 1.25rem 1.25rem;
  z-index: 2;
}

.xd-circuit-card__badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  background: #C49A5A;
  color: #1A1208;
  font-family: 'Jost', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.xd-circuit-card__cat {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(196,154,90,0.8);
  margin-bottom: 0.2rem;
}

.xd-circuit-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.9rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.25rem;
}

.xd-circuit-card__days {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
}

.xd-circuit-card__body--cta {
  text-align: center;
  padding: 2rem;
}


/* ── WELLNESS ── */
.xd-wellness {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto 3rem;
}

@media (max-width: 768px) { .xd-wellness { grid-template-columns: 1fr; } }

.xd-wellness-card {
  position: relative;
  display: block;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  height: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.xd-wellness-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(9,24,48,0.25);
}

.xd-wellness-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.xd-wellness-card:hover img { transform: scale(1.06); }

.xd-wellness-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,24,48,0.88) 0%, transparent 55%);
}

.xd-wellness-card__body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem 1.25rem 1.25rem;
  z-index: 2;
}

.xd-wellness-card__badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  background: rgba(196,154,90,0.85);
  color: #1A1208;
  font-family: 'Jost', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.xd-wellness-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.xd-wellness-card__desc {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
}

.xd-wellness-card__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C49A5A;
  margin-top: 0.75rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.xd-wellness-card:hover .xd-wellness-card__link { opacity: 1; }


/* ── CTA FINAL ── */
.xd-cta {
  position: relative;
  overflow: hidden;
  margin: 3rem 6% 0;
  border-radius: 24px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.xd-cta__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.35) saturate(0.8);
}

.xd-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(14,45,63,0.9) 0%, rgba(9,24,48,0.8) 100%);
}

.xd-cta__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5rem 6%;
}

.xd-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #FDFAF5;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}

.xd-cta__sub {
  font-family: 'Jost', sans-serif;
  font-size: 0.92rem;
  font-weight: 300;
  color: rgba(253,250,245,0.5);
  margin-bottom: 2.5rem;
  letter-spacing: 0.04em;
}

.xd-cta__btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.xd-btn-primary {
  padding: 12px 32px;
  border-radius: 100px;
  background: #C49A5A;
  color: #1A1208;
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.22s ease;
  box-shadow: 0 6px 24px rgba(196,154,90,0.35);
}
.xd-btn-primary:hover {
  background: #D4AD6E;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(196,154,90,0.45);
}

.xd-btn-ghost {
  padding: 12px 32px;
  border-radius: 100px;
  background: transparent;
  color: rgba(253,250,245,0.7);
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(253,250,245,0.2);
  cursor: pointer;
  transition: all 0.22s ease;
}
.xd-btn-ghost:hover {
  border-color: rgba(196,154,90,0.5);
  color: #D4AD6E;
  transform: translateY(-2px);
}


/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .xd-category { padding: 3rem 5% 0; }
  .xd-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.75rem; }
  .xd-dest-item.open { grid-template-columns: 1fr; }
  .xd-dest-item.open .xd-dest-thumb { min-height: 220px; }
  .xd-featured { height: auto; }
  .xd-featured-card { height: 260px; }
  .xd-featured__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  height: 100%;
  overflow: hidden;
}
  .xd-dest-panel__inner { padding: 1.5rem 1.25rem; }
}

@media (max-width: 480px) {
  .xd-grid { grid-template-columns: 1fr 1fr; }
  .xd-circuits { grid-template-columns: 1fr; }
  .xd-circuits .xd-circuit-card--hero { aspect-ratio: 4/3; }
}
