/* Single-photo Limay Half Day hero: preserve the complete panoramic crop. */
.daytrip-detail #home.dt-hero-limay-half #carousel-1,
.daytrip-detail #home.dt-hero-limay-half .carousel-inner,
.daytrip-detail #home.dt-hero-limay-half .item,
.daytrip-detail #home.dt-hero-limay-half picture {
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
}
.daytrip-detail #home.dt-hero-limay-half .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-limay-half .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-limay-half .item::after { display: none; }
  .daytrip-detail #home.dt-hero-limay-half .waters-hero-overlay {
    position: static;
    display: block;
    background: #fbfaf6;
  }
  .daytrip-detail #home.dt-hero-limay-half .waters-hero-copy { padding: 32px 0 35px; max-width: 100%; }
  .daytrip-detail #home.dt-hero-limay-half h1 { color: #17392f; }
  .daytrip-detail #home.dt-hero-limay-half h1 span,
  .daytrip-detail #home.dt-hero-limay-half .waters-eyebrow { color: #806321; }
  .daytrip-detail #home.dt-hero-limay-half .waters-hero-lead { color: #53645b; }
  .daytrip-detail #home.dt-hero-limay-half .waters-button-ghost { color: #17392f; border-color: #17392f; }
  .daytrip-detail #home.dt-hero-limay-half .waters-button-ghost:hover,
  .daytrip-detail #home.dt-hero-limay-half .waters-button-ghost:focus-visible { background: #17392f; color: #fff; }
  .daytrip-detail #home.dt-hero-limay-half .hero-discover,
  .daytrip-detail #home.dt-hero-limay-half .dt-hero-location { display: none; }
}

/* Lift the overlaid copy to reveal more of the trout's tail. */
@media (min-width:992px) {
  .daytrip-detail #home.dt-hero-limay-half .waters-hero-copy {
    transform:translateY(-24px);
  }
}
@media (min-width:1200px) {
  /* Match Full Day's copy height on wide screens, retaining the previous
     48px lift wherever it already places the copy higher. */
  .daytrip-detail #home.dt-hero-limay-half .waters-hero-overlay {
    bottom:auto;
    height:min(calc(100% - 96px), clamp(650px, 88vh, 850px));
  }
  .daytrip-detail #home.dt-hero-limay-half .waters-hero-copy {
    transform:none;
  }
}
