/* Destinations archive — page /destinations/ */

body.page-id-113 {
  --arch-bg-deep: #0a0c09;
  --arch-bg-surface: #121510;
  --arch-bg-elevated: #1a1e17;
  --arch-bg-soft: #222820;
  --arch-gold: #c9a962;
  --arch-gold-dim: rgba(201, 169, 98, 0.15);
  --arch-text: #f5f3ef;
  --arch-text-muted: rgba(245, 243, 239, 0.65);
  --arch-border: rgba(255, 255, 255, 0.08);
  --arch-border-gold: rgba(201, 169, 98, 0.35);
  --arch-container: 1200px;
  --arch-header-h: 80px;
  --arch-font-display: "Cormorant Garamond", Georgia, serif;
  background: var(--arch-bg-deep);
  color: var(--arch-text);
}

body.page-id-113 #_header-49-9.oxy-header-wrapper {
  background: rgba(10, 12, 9, 0.96) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

body.page-id-113 #destinations-archive.uauu-destinations-archive,
body.page-id-113 #destinations-archive.uauu-destinations-archive > .ct-section-inner-wrap {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
}

body.page-id-113 #code_block-11301-113 {
  width: 100%;
}

body.page-id-113 .container {
  width: min(100% - 2.5rem, var(--arch-container));
  margin-inline: auto;
}

body.page-id-113 .eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--arch-gold);
  font-family: "DM Sans", system-ui, sans-serif;
}

/* Hero */

body.page-id-113 .dest-archive-hero {
  padding: calc(var(--arch-header-h) + 3rem) 0 3rem;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(201, 169, 98, 0.1), transparent 55%),
    var(--arch-bg-deep);
  border-bottom: 1px solid var(--arch-border);
}

body.page-id-113 .dest-archive-hero__title {
  margin: 0 0 1rem;
  font-family: var(--arch-font-display) !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 500 !important;
  line-height: 1.05;
  color: var(--arch-text) !important;
}

body.page-id-113 .dest-archive-hero__lead {
  margin: 0;
  max-width: 38rem;
  color: var(--arch-text-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  font-family: "DM Sans", system-ui, sans-serif;
}

body.page-id-113 .dest-archive-body {
  padding: 4rem 0 5rem;
}

/* Map block — same as homepage */

body.page-id-113 .destinations-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
  margin-bottom: 4rem;
}

body.page-id-113 .map-visual {
  position: relative;
  aspect-ratio: 1;
  border-radius: 28px;
  background:
    radial-gradient(circle at 55% 45%, rgba(201, 169, 98, 0.12), transparent 55%),
    linear-gradient(145deg, var(--arch-bg-elevated), var(--arch-bg-soft));
  border: 1px solid var(--arch-border);
  overflow: hidden;
  min-height: 280px;
}

body.page-id-113 .map-visual::before {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px dashed var(--arch-border-gold);
  border-radius: 50%;
  opacity: 0.4;
}

body.page-id-113 .map-pin {
  position: absolute;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(10, 12, 9, 0.85);
  border: 1px solid var(--arch-border-gold);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--arch-gold);
  white-space: nowrap;
  font-family: "DM Sans", system-ui, sans-serif;
}

body.page-id-113 .map-pin--maputo { top: 62%; left: 48%; }
body.page-id-113 .map-pin--kruger { top: 38%; left: 52%; }
body.page-id-113 .map-pin--eswatini { top: 50%; left: 56%; }
body.page-id-113 .map-pin--tofo { top: 70%; left: 44%; }

body.page-id-113 .destinations-list {
  display: grid;
  gap: 1.5rem;
}

body.page-id-113 .country-block {
  padding: 1.5rem;
  border-radius: 18px;
  background: var(--arch-bg-elevated);
  border: 1px solid var(--arch-border);
}

body.page-id-113 .country-block h3 {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--arch-gold);
  font-family: "DM Sans", system-ui, sans-serif;
}

body.page-id-113 .country-block h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--arch-gold);
  flex-shrink: 0;
}

body.page-id-113 .country-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-113 .country-block li a {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--arch-border);
  font-size: 0.85rem;
  color: var(--arch-text-muted);
  text-decoration: none;
  font-family: "DM Sans", system-ui, sans-serif;
  transition: border-color 0.2s ease, color 0.2s ease;
}

body.page-id-113 .country-block li a:hover {
  border-color: var(--arch-border-gold);
  color: var(--arch-gold);
}

/* Destination cards */

body.page-id-113 .dest-archive-group {
  margin-bottom: 3.5rem;
}

body.page-id-113 .dest-archive-group__title {
  margin: 0 0 1.5rem;
  font-family: var(--arch-font-display) !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  color: var(--arch-gold) !important;
}

body.page-id-113 .dest-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

body.page-id-113 .dest-card {
  border-radius: 18px;
  overflow: hidden;
  background: var(--arch-bg-elevated);
  border: 1px solid var(--arch-border);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

body.page-id-113 .dest-card:hover {
  transform: translateY(-4px);
  border-color: var(--arch-border-gold);
}

body.page-id-113 .dest-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

body.page-id-113 .dest-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

body.page-id-113 .dest-card:hover .dest-card__image img {
  transform: scale(1.05);
}

body.page-id-113 .dest-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

body.page-id-113 .dest-card__tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--arch-gold);
  font-family: "DM Sans", system-ui, sans-serif;
}

body.page-id-113 .dest-card h3 {
  margin: 0.5rem 0 0.65rem;
  font-family: var(--arch-font-display);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.25;
}

body.page-id-113 .dest-card h3 a {
  color: var(--arch-text);
  text-decoration: none;
}

body.page-id-113 .dest-card h3 a:hover {
  color: var(--arch-gold);
}

body.page-id-113 .dest-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--arch-text-muted);
  line-height: 1.55;
  font-family: "DM Sans", system-ui, sans-serif;
}

body.page-id-113 .dest-card__price {
  margin-top: 0.85rem !important;
  font-size: 0.82rem !important;
  font-weight: 600;
  color: var(--arch-gold) !important;
}

@media (max-width: 900px) {
  body.page-id-113 .destinations-layout {
    grid-template-columns: 1fr;
  }

  body.page-id-113 .dest-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body.page-id-113 .dest-archive-hero {
    padding-top: calc(var(--arch-header-h) + 2rem);
  }

  body.page-id-113 .dest-archive-grid {
    grid-template-columns: 1fr;
  }
}
