/* Wild Gaze – Curated Journeys / Safari Packages carousel */
.wg-cj {
  --gold: var(--gold, #b8941a);
  --gold-lt: var(--gold-lt, #e8b020);
  --gold-pale: var(--gold-pale, #f5d060);
  --orange: var(--orange, #d45a00);
  --rust: var(--rust, #c0390a);
  --dark: var(--dark, #1a1408);
  --card-border: var(--card-border, #e8dfc8);
  --text-muted: #8a7a55;
  --text-body: #4a3f28;
  --text-light: #6b5c38;
  --card-bg: #ffffff;
  --section-bg: #f9f6ee;
  font-family: 'Raleway', sans-serif;
  background: var(--section-bg);
  color: var(--text-body);
}

.wg-cj * { box-sizing: border-box; margin: 0; padding: 0; }
.wg-cj a { color: var(--gold); text-decoration: none; }
.wg-cj a:hover { color: var(--orange); }

.wg-cj-inner { max-width: 1280px; margin: 0 auto; padding: 0 30px; position: relative; }

/* Header – Curated Journeys style */
.wg-cj-sec-header { text-align: center; padding: 52px 0 0; }
.wg-cj-sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}
.wg-cj-sec-eyebrow::before,
.wg-cj-sec-eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--orange);
  opacity: 0.5;
}
.wg-cj-sec-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 12px;
}
.wg-cj-sec-title .wg-gold { color: var(--gold-lt); }
.wg-cj-sec-sub {
  font-size: 0.88rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
}
.wg-cj-sec-rule {
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 16px auto 0;
}

/* Carousel */
.wg-cj-packages { padding: 44px 0 72px; position: relative; }
.wg-cj-packages::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 35% at 50% 0%, rgba(184, 148, 26, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.wg-cj-carousel { position: relative; z-index: 1; }
.wg-cj-track-wrap { overflow: hidden; margin: 0 -8px; padding: 12px 8px 24px; }

.wg-cj-track {
  display: flex;
  gap: 22px;
  transition: transform 0.7s cubic-bezier(0.22, 0.68, 0, 1.05);
  will-change: transform;
}

.wg-cj-card {
  flex: 0 0 calc(33.333% - 15px);
  min-width: 0;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(132, 105, 51, 0.04), 0 1px 4px rgba(0, 0, 0, 0.01);
  transition: all 0.4s ease;
}

.wg-cj-card:hover {
  transform: translateY(-5px);
  border-color: rgba(191, 161, 95, 0.35);
  box-shadow: 0 18px 40px rgba(132, 105, 51, 0.1), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.wg-cj-card.is-featured {
  border-color: rgba(212, 90, 0, 0.4);
  box-shadow:
    0 4px 8px rgba(192, 57, 10, 0.06),
    0 18px 40px rgba(192, 57, 10, 0.12);
}

.wg-cj-img-wrap {
  position: relative;
  overflow: hidden;
  height: 210px;
  flex-shrink: 0;
  border-radius: 16px 16px 0 0;
}

.wg-cj-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  filter: none;
}

.wg-cj-card:hover .wg-cj-img-wrap img {
  transform: scale(1.04);
  filter: none;
}

/* Bottom 25% bridge – wg-image-overlays.css */

.wg-cj-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Cinzel', serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 12px;
  z-index: 2;
}
.wg-cj-badge.camping { background: rgba(26, 20, 8, 0.82); color: var(--gold-lt); border: 1px solid rgba(184, 148, 26, 0.4); }
.wg-cj-badge.lodge { background: rgba(30, 60, 20, 0.85); color: #a8d8a0; border: 1px solid rgba(100, 200, 80, 0.3); }
.wg-cj-badge.boat { background: rgba(15, 50, 80, 0.88); color: #a0d0f0; border: 1px solid rgba(80, 160, 220, 0.35); }
.wg-cj-badge.popular { background: linear-gradient(135deg, var(--orange), var(--rust)); color: #fff; border: none; box-shadow: 0 4px 12px rgba(192, 57, 10, 0.35); }

.wg-cj-dur {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Cinzel', serif;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold-lt);
  background: rgba(26, 20, 8, 0.82);
  border: 1px solid rgba(184, 148, 26, 0.35);
  padding: 5px 10px;
  z-index: 2;
}

.wg-cj-parks {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold-pale);
  z-index: 2;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s, transform 0.25s;
}
.wg-cj-card:hover .wg-cj-parks { opacity: 1; transform: none; }

.wg-cj-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; gap: 9px; }
.wg-cj-highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body, 'Montserrat'), sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--orange);
  text-transform: uppercase;
}
.wg-cj-highlight::before { content: ''; width: 13px; height: 1px; background: var(--orange); }

.wg-cj-title {
  font-family: var(--font-display, 'Playfair Display'), Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.35;
  transition: color 0.2s;
}
.wg-cj-card:hover .wg-cj-title { color: var(--gold); }

.wg-cj-mini-stats { display: flex; gap: 0; }
.wg-cj-mstat {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid var(--card-border);
}
.wg-cj-mstat:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.wg-cj-mstat .val { font-family: 'Cinzel', serif; font-size: 0.8rem; font-weight: 700; color: var(--gold); }
.wg-cj-mstat .lbl { font-size: 0.52rem; letter-spacing: 0.1em; color: var(--text-muted); text-transform: uppercase; }

.wg-cj-desc { font-size: 0.74rem; color: var(--text-light); line-height: 1.72; }

.wg-cj-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 2px;
}
.wg-cj-features li {
  font-size: 0.68rem;
  color: var(--text-light);
  padding-left: 14px;
  position: relative;
  line-height: 1.45;
}
.wg-cj-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
}

.wg-cj-divider { width: 100%; height: 1px; background: var(--card-border); margin-top: auto; }
.wg-cj-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.wg-cj-price {
  font-size: 0.58rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
  line-height: 1.35;
}
.wg-cj-price strong {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.04em;
  margin-top: 2px;
}
.wg-cj-price::after {
  content: ' / person';
  display: block;
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 1px;
}
.wg-cj-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Cinzel', serif;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  border-bottom: 1px solid rgba(212, 90, 0, 0.3);
  padding-bottom: 2px;
  transition: gap 0.2s, color 0.2s;
}
.wg-cj-cta:hover { gap: 11px; color: var(--rust); }

/* Pagination */
.wg-cj-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 12px;
}
.wg-cj-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(184, 148, 26, 0.35);
  background: #fff;
  color: var(--gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 7px) 0, 100% 7px, 100% 100%, 7px 100%, 0 calc(100% - 7px));
  box-shadow: 0 4px 14px rgba(26, 20, 8, 0.08);
  transition: background 0.2s, color 0.2s;
}
.wg-cj-arrow:hover { background: var(--gold); color: #fff; }

.wg-cj-dots { display: flex; align-items: center; gap: 8px; min-height: 12px; }
.wg-cj-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background: rgba(184, 148, 26, 0.35);
  cursor: pointer;
  transition: width 0.55s cubic-bezier(0.22, 0.68, 0, 1.05), background 0.35s ease;
}
.wg-cj-dot.is-active { width: 32px; background: var(--gold); }

.wg-cj-viewall { text-align: center; margin-top: 36px; }
.wg-cj-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark);
  background: linear-gradient(135deg, var(--gold-lt), var(--gold));
  padding: 13px 34px;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
  transition: opacity 0.2s, gap 0.2s;
  box-shadow: 0 4px 16px rgba(184, 148, 26, 0.22);
}
.wg-cj-btn:hover { opacity: 0.92; gap: 14px; color: var(--dark); }

@media (max-width: 960px) {
  .wg-cj-card { flex: 0 0 calc(50% - 11px); }
}
@media (max-width: 620px) {
  .wg-cj-inner { padding: 0 18px; }
  .wg-cj-card { flex: 0 0 calc(100% - 4px); }
}

@media (prefers-reduced-motion: reduce) {
  .wg-cj-track,
  .wg-cj-card,
  .wg-cj-img-wrap img { transition: none !important; }
}

@import url('wg-media-fidelity.css');
