﻿/* Wild Gaze – Safaris listing page (extracted from inline) */
.wg-tz {
  --gold: #b8941a; --gold-lt: #e8b020; --gold-pale: #f5d060;
  --orange: #d45a00; --rust: #c0390a;
  --dark: #1a1408; --dark2: #26200e;
  --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-tz * { box-sizing: border-box; margin: 0; padding: 0; }
.wg-tz a { color: var(--gold); text-decoration: none; }
.wg-tz a:hover { color: var(--orange); }

.wg-tz-hero {
  position: relative;
  min-height: 72vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1a1408; /* never show page cream through gaps */
}
.wg-tz-hero-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  background: #1a1408;
}
.wg-tz-hero-bg picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.wg-tz-hero-bg::before,
.wg-tz-hero-bg::after {
  display: none !important;
  content: none !important;
}
.wg-tz-hero-img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  filter: none !important;
}
.wg-tz-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(26, 20, 8, 0.88) 0%,
    rgba(26, 20, 8, 0.45) 42%,
    rgba(26, 20, 8, 0.18) 100%
  ) !important;
}
.wg-tz-hero-content {
  position: relative;
  z-index: 2;
  padding: 72px 48px;
  max-width: 920px;
}
.wg-tz-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Cinzel', serif; font-size: .57rem; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-lt) !important;
  margin-bottom: 18px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.wg-tz-hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.wg-tz-hero-title {
  font-family: 'Cinzel', serif; font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: #ffffff !important;
  line-height: 1.05; margin-bottom: 20px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
.wg-tz-hero-title .wg-gold {
  color: var(--gold-lt) !important;
  -webkit-text-fill-color: var(--gold-lt);
}
.wg-tz-hero-sub {
  font-size: clamp(.82rem, 1.6vw, .95rem);
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.75; max-width: 580px; margin-bottom: 32px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-weight: 400 !important;
}
.wg-tz-hero-rule { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-pale), transparent); margin-bottom: 32px; }
.wg-tz-stats { display: flex; gap: 0; flex-wrap: wrap; }
.wg-tz-stat { padding: 0 28px 0 0; border-right: 1px solid rgba(232,176,32,.25); margin-right: 28px; }
.wg-tz-stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.wg-tz-stat .val {
  font-family: 'Cinzel', serif; font-size: 1.3rem; font-weight: 700;
  color: var(--gold-lt) !important;
  line-height: 1; display: block; margin-bottom: 4px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}
.wg-tz-stat .lbl {
  font-size: .58rem; letter-spacing: .12em;
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase;
}

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

.wg-tz-intro {
  background: var(--dark); border-top: 3px solid var(--gold);
  padding: 64px 0 72px; position: relative; overflow: hidden;
}
.wg-tz-intro::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(184,148,26,.1) 0%, transparent 70%);
  pointer-events: none;
}
.wg-tz-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.wg-tz-intro-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Cinzel', serif; font-size: .57rem; font-weight: 700;
  letter-spacing: .3em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px;
}
.wg-tz-intro-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--orange); opacity: .7; }
.wg-tz-intro-heading { font-family: 'Cinzel', serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #f0e8d0; line-height: 1.15; margin-bottom: 12px; }
.wg-tz-intro-heading .wg-gold { color: var(--gold-lt); }
.wg-tz-intro-rule { width: 48px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin-bottom: 24px; }
.wg-tz-intro-body p { font-size: .84rem; line-height: 1.82; color: rgba(240,232,208,.7); margin-bottom: 14px; }
.wg-tz-intro-body p:last-child { margin-bottom: 0; }
.wg-tz-info-cards { display: flex; flex-direction: column; gap: 16px; }
.wg-tz-info-card,
.wg-circuit-panel .wg-tz-info-card {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  clip-path: none;
}
.wg-tz-info-card::before { display: none; }
.wg-tz-info-card-icon { font-size: 1.1rem; color: var(--gold); margin-bottom: 0; }
.wg-tz-info-card-title { font-family: 'Cinzel', serif; font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #846933; margin-bottom: 6px; }
.wg-tz-info-card-text { font-size: .78rem; color: #334155; line-height: 1.65; }

.wg-tz-routes {
  background: var(--section-bg); padding: 80px 0 96px;
  position: relative; border-top: 3px solid var(--gold);
}
.wg-tz-routes::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 35% at 50% 0%, rgba(184,148,26,.06) 0%, transparent 70%);
  pointer-events: none;
}

.wg-tz-sec-header { text-align: center; margin-bottom: 56px; }
.wg-tz-sec-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'Cinzel', serif; font-size: .58rem; font-weight: 700;
  letter-spacing: .3em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px;
}
.wg-tz-sec-eyebrow::before, .wg-tz-sec-eyebrow::after { content: ''; width: 32px; height: 1px; background: var(--orange); opacity: .5; }
.wg-tz-sec-title { font-family: 'Cinzel', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; color: var(--dark); letter-spacing: .07em; text-transform: uppercase; line-height: 1.15; margin-bottom: 12px; }
.wg-tz-sec-title .wg-gold { color: var(--gold-lt); }
.wg-tz-sec-sub { font-size: .85rem; color: var(--text-muted); max-width: 580px; margin: 0 auto; line-height: 1.75; }
.wg-tz-sec-rule { width: 56px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 16px auto 0; }

.wg-tz-circuit-label {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Cinzel', serif; font-size: .6rem; letter-spacing: .25em;
  color: var(--dark); text-transform: uppercase; font-weight: 700;
  margin-bottom: 22px; margin-top: 48px;
}
.wg-tz-circuit-label:first-of-type { margin-top: 0; }
.wg-tz-circuit-label::before {
  content: ''; width: 8px; height: 8px;
  background: var(--gold); transform: rotate(45deg); flex-shrink: 0;
}
.wg-tz-circuit-label::after { content: ''; flex: 1; height: 1px; background: var(--card-border); }
.wg-tz-circuit-label .circuit-tag {
  font-size: .52rem; letter-spacing: .14em; padding: 3px 10px;
  background: var(--gold); color: var(--dark); font-weight: 700;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

.wg-tz-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }

.wg-tz-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(132, 105, 51, 0.04), 0 1px 4px rgba(0, 0, 0, 0.01);
  opacity: 1;
  transform: none;
  transition: all 0.4s ease;
}
.wg-tz-card.reveal { opacity: 1; transform: none; }
.wg-tz-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-tz-img-wrap { position: relative; overflow: hidden; height: 220px; flex-shrink: 0; border-radius: 16px 16px 0 0; }
.wg-tz-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; filter: none; }
.wg-tz-card:hover .wg-tz-img-wrap img { transform: scale(1.04); filter: none; }

.wg-tz-badge { position: absolute; top: 14px; left: 14px; font-family: 'Cinzel', serif; font-size: .52rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 5px 12px; z-index: 2; }
.wg-tz-badge.camping { background: rgba(26,20,8,.82); color: var(--gold-lt); border: 1px solid rgba(184,148,26,.4); }
.wg-tz-badge.lodge { background: rgba(30,60,20,.85); color: #a8d8a0; border: 1px solid rgba(100,200,80,.3); }
.wg-tz-badge.combined { background: rgba(192,57,10,.85); color: #fff; border: 1px solid rgba(255,255,255,.25); }

.wg-tz-dur { position: absolute; top: 14px; right: 14px; display: flex; align-items: center; gap: 5px; font-family: 'Cinzel', serif; font-size: .52rem; font-weight: 700; letter-spacing: .12em; color: var(--gold-lt); background: rgba(26,20,8,.88); border: 1px solid rgba(184,148,26,.35); padding: 5px 10px; z-index: 2; }
.wg-tz-parks { position: absolute; bottom: 14px; left: 14px; right: 14px; font-size: .65rem; font-weight: 600; letter-spacing: .06em; color: #fff; z-index: 3; display: flex; align-items: center; gap: 6px; opacity: 1; transform: none; text-shadow: 0 1px 4px rgba(0,0,0,.5); }

.wg-tz-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.wg-tz-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-tz-highlight::before { content: ''; width: 13px; height: 1px; background: var(--orange); }
.wg-tz-card-title { font-family: var(--font-display, 'Playfair Display'), Georgia, serif; font-size: 1.05rem; font-weight: 600; color: var(--dark); letter-spacing: 0.04em; text-transform: none; line-height: 1.35; transition: color .2s; }
.wg-tz-card:hover .wg-tz-card-title { color: var(--gold); }

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

.wg-tz-desc { font-size: .76rem; color: var(--text-light); line-height: 1.74; }
.wg-tz-days { display: flex; flex-direction: column; gap: 5px; }
.wg-tz-day-row { display: flex; align-items: baseline; gap: 8px; font-size: .7rem; color: var(--text-light); line-height: 1.4; }
.wg-tz-day-row .day-num { font-family: 'Cinzel', serif; font-size: .58rem; font-weight: 700; color: var(--gold); letter-spacing: .1em; min-width: 44px; flex-shrink: 0; }
.wg-tz-day-row .day-line { width: 1px; min-height: 14px; background: var(--card-border); align-self: stretch; flex-shrink: 0; }
.wg-tz-divider { width: 100%; height: 1px; background: var(--card-border); }
.wg-tz-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 4px; }
.wg-tz-best-time { display: flex; align-items: center; gap: 6px; font-size: .62rem; font-weight: 500; letter-spacing: .05em; color: var(--text-muted); }
.wg-tz-best-time svg { color: var(--gold); flex-shrink: 0; }
.wg-tz-best-time strong { color: var(--text-body); font-weight: 700; }
.wg-tz-cta { display: inline-flex; align-items: center; gap: 7px; font-family: 'Cinzel', serif; font-size: .54rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); border-bottom: 1px solid rgba(212,90,0,.3); padding-bottom: 2px; transition: gap .2s, color .2s; flex-shrink: 0; }
.wg-tz-cta:hover { gap: 11px; color: var(--rust); }

.wg-tz-cta-bar { background: var(--dark2); border-top: 1px solid rgba(184,148,26,.2); padding: 56px 0; text-align: center; }
.wg-tz-cta-bar-title { font-family: 'Cinzel', serif; font-size: clamp(1.1rem, 2.5vw, 1.6rem); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #f0e8d0; margin-bottom: 10px; }
.wg-tz-cta-bar-title .wg-gold { color: var(--gold-lt); }
.wg-tz-cta-bar-sub { font-size: .82rem; color: rgba(240,232,208,.55); margin-bottom: 28px; }
.wg-tz-btn { display: inline-flex; align-items: center; gap: 10px; font-family: 'Cinzel', serif; font-size: .62rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--dark); background: linear-gradient(135deg, var(--gold-lt), var(--gold)); padding: 14px 36px; border: none; cursor: pointer; text-decoration: none; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)); transition: opacity .2s, gap .2s; }
.wg-tz-btn:hover { opacity: .9; gap: 14px; color: var(--dark); }

@media (max-width: 960px) {
  .wg-tz-grid { grid-template-columns: 1fr 1fr; }
  .wg-tz-intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .wg-tz-hero-content { padding: 56px 28px; }
}
@media (max-width: 620px) {
  .wg-tz-grid { grid-template-columns: 1fr; }
  .wg-tz-inner { padding: 0 20px; }
  .wg-tz-hero-content { padding: 48px 20px; }
}

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