.photo-feature figure {
  position: relative;
  isolation: isolate;
}

.photo-feature img {
  position: relative;
  z-index: 0;
  border: 1px solid rgba(91,56,40,.12);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(91,56,40,.16);
}

.photo-feature figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(91,56,40,.045) 0%, transparent 34%, transparent 76%, rgba(91,56,40,.12) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}

.photo-feature figcaption {
  display: none;
}

.namibia-visual {
  position: relative;
  width: min(92%, 410px);
  aspect-ratio: 2 / 3.1;
}

.namibia-visual .namibia-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.swakopmund-dot {
  position: absolute;
  left: 20.5%;
  top: 48%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brown);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 1px rgba(91,56,40,.18);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.namibia-word {
  padding-right: 0;
}

.namibia-word::after {
  display: none;
}

/* The base stylesheet uses a compressed .78 line-height on these display words.
   That clips the glyph box in multiple browsers. Let the font use its full metrics
   while keeping the existing Namibia / route / Germany composition unchanged. */
.tour-country {
  line-height: normal;
  padding-block: .06em;
  overflow: visible;
}

@media (max-width: 620px) {
  .photo-feature img,
  .photo-feature figure::after {
    border-radius: 12px;
  }

  .namibia-visual {
    width: 84%;
  }

  .swakopmund-dot {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }

  .tour-country {
    font-size: 13vw;
    line-height: normal;
    padding-block: .08em;
  }
}
