/* Single-photo Manso Full Day hero: preserve the complete panoramic crop. */
.daytrip-detail #home.dt-hero-manso-full #carousel-1,
.daytrip-detail #home.dt-hero-manso-full .carousel-inner,
.daytrip-detail #home.dt-hero-manso-full .item,
.daytrip-detail #home.dt-hero-manso-full picture {
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
}
.daytrip-detail #home.dt-hero-manso-full .item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  animation: none;
  transform: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .daytrip-detail #home.dt-hero-manso-full .waters-hero-copy { padding: 130px 0 45px; }
}
/* Same photo-above-copy arrangement used by the river pages on tablets. */
@media (max-width: 991px) {
  .daytrip-detail #home.dt-hero-manso-full .item::after { display: none; }
  .daytrip-detail #home.dt-hero-manso-full .waters-hero-overlay {
    position: static;
    display: block;
    background: #fbfaf6;
  }
  .daytrip-detail #home.dt-hero-manso-full .waters-hero-copy { padding: 32px 0 35px; max-width: 100%; }
  .daytrip-detail #home.dt-hero-manso-full h1 { color: #17392f; }
  .daytrip-detail #home.dt-hero-manso-full h1 span,
  .daytrip-detail #home.dt-hero-manso-full .waters-eyebrow { color: #806321; }
  .daytrip-detail #home.dt-hero-manso-full .waters-hero-lead { color: #53645b; }
  .daytrip-detail #home.dt-hero-manso-full .waters-button-ghost { color: #17392f; border-color: #17392f; }
  .daytrip-detail #home.dt-hero-manso-full .waters-button-ghost:hover,
  .daytrip-detail #home.dt-hero-manso-full .waters-button-ghost:focus-visible { background: #17392f; color: #fff; }
  .daytrip-detail #home.dt-hero-manso-full .hero-discover,
  .daytrip-detail #home.dt-hero-manso-full .dt-hero-location { display: none; }
}

/* The photograph retains its natural color at every screen size. */
.daytrip-detail #home.dt-hero-manso-full .item::after { display: none; }

/* Use the same raised copy position as Half Day Limay, aligned with
   Full Day Limay on wide screens without changing the photograph. */
@media (min-width:992px) and (max-width:1199px) {
  .daytrip-detail #home.dt-hero-manso-full .waters-hero-copy {
    transform:translateY(-24px);
  }
}
@media (min-width:1200px) {
  .daytrip-detail #home.dt-hero-manso-full .waters-hero-overlay {
    bottom:auto;
    height:min(calc(100% - 96px), clamp(650px, 88vh, 850px));
  }
}
