.voyqa-trust__monogram img { display: block; width: 29px; height: auto; }

.voyqa-story-scene {
  position: relative;
  isolation: isolate;
}
.voyqa-story-scene::before {
  content: "";
  position: absolute;
  inset: 0 0 calc(-1 * clamp(56px, 8vw, 112px));
  z-index: -2;
  background: var(--voyqa-bvi-cream);
  pointer-events: none;
  /* Cover the global fixed photograph through the existing footer gap: its
     horizon must not reappear below the section-local mountain silhouette. */
  mask-image: linear-gradient(to bottom, transparent, black 100px);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 100px);
}
.voyqa-story-landscape {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  /* Blend the section-local version of the existing landscape at its edges. */
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
}
.voyqa-story-landscape svg { display: block; width: 100%; height: 100%; }
.voyqa-story-landscape__veil { fill: var(--voyqa-bvi-cream); opacity: .7; }
.voyqa-story-sun {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: clamp(96px, 11vw, 150px);
  aspect-ratio: 2128 / 2376;
  transform: translate(-50%, calc(-100% - 18px));
  opacity: .8;
  pointer-events: none;
}
.voyqa-story__media .voyqa-story-sun img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}
.voyqa-story-scene .voyqa-story__copy { position: relative; }

@media (max-width: 1050px) {
  /* Keep room for the entire symbol above the photograph. */
  .voyqa-story-scene .voyqa-story { padding-top: 220px; }
  .voyqa-story-landscape { height: 420px; }
}
@media (max-width: 767px) {
  .voyqa-story-scene .voyqa-story { padding-top: 180px; }
  .voyqa-story-landscape { height: 330px; }
}
