/* Preserve the panorama and the photograph's original brightness. */
#home.collon-cura-hero #carousel-1 .item::after { content:none; display:none; background:none; }
#home.collon-cura-hero #carousel-1 .item img { filter:none; opacity:1; object-fit:cover; object-position:50% 42%; transform-origin:50% 42%; }
@media (min-width:992px) {
  #home.collon-cura-hero #carousel-1,
  #home.collon-cura-hero #carousel-1 .carousel-inner,
  #home.collon-cura-hero #carousel-1 .item,
  #home.collon-cura-hero #carousel-1 picture { height:clamp(660px,48vw,800px); min-height:0; }
}
@media (max-width:991px) {
  #home.collon-cura-hero { overflow:visible; background:var(--waters-paper); }
  #home.collon-cura-hero #carousel-1 { height:auto; min-height:0; }
  #home.collon-cura-hero #carousel-1 .carousel-inner { height:auto; min-height:0; aspect-ratio:480/231; }
  #home.collon-cura-hero #carousel-1 .item,
  #home.collon-cura-hero #carousel-1 picture { height:100%; min-height:0; }
  #home.collon-cura-hero #carousel-1 .item img { object-fit:cover; }
  #home.collon-cura-hero .waters-hero-overlay { display:block; position:static; background:var(--waters-paper); }
  #home.collon-cura-hero .waters-hero-copy { padding:32px 0 28px; max-width:none; }
  #home.collon-cura-hero .waters-hero-copy .waters-eyebrow { color:#826514; }
  #home.collon-cura-hero h1 { color:var(--waters-forest); text-shadow:none; }
  #home.collon-cura-hero h1 span { color:#826514; }
  #home.collon-cura-hero .waters-hero-lead { color:var(--waters-muted); }
  #home.collon-cura-hero .waters-hero-actions { position:static; }
  #home.collon-cura-hero .waters-button-ghost { border-color:var(--waters-forest); color:var(--waters-forest); }
  #home.collon-cura-hero .waters-button-ghost:hover,
  #home.collon-cura-hero .waters-button-ghost:focus { background:var(--waters-forest); color:#fff; }
  #home.collon-cura-hero #carousel-1 .hero-navigation { position:absolute; inset:0 0 auto; height:auto; aspect-ratio:480/231; background:transparent; pointer-events:none; }
  #home.collon-cura-hero .hero-navigation button { pointer-events:auto; }
  #home.collon-cura-hero .hero-discover { display:none; }
}

/* Local text contrast; keep the photograph unobscured. */
@media (min-width:992px) {
  .water-detail #home.collon-cura-hero .waters-hero-copy h1 {
    text-shadow:0 1px 2px rgba(0,0,0,.95), 0 0 5px rgba(0,0,0,.8), 0 3px 14px rgba(0,0,0,.7);
  }
  .water-detail #home.collon-cura-hero .waters-hero-copy .water-hero-tagline {
    text-shadow:0 1px 2px #000, 0 0 4px rgba(0,0,0,.95), 0 3px 12px rgba(0,0,0,.85);
  }
  .water-detail #home.collon-cura-hero .waters-hero-copy .waters-eyebrow,
  .water-detail #home.collon-cura-hero .waters-hero-copy .waters-hero-lead {
    text-shadow:0 1px 2px #000, 0 0 4px #000, 0 0 10px rgba(0,0,0,.95), 0 2px 16px rgba(0,0,0,.7);
  }
  .water-detail #home.collon-cura-hero .waters-hero-copy .waters-hero-lead { color:#fff; }
  .water-detail #home.collon-cura-hero .waters-hero-actions .waters-button-ghost,
  .water-detail #home.collon-cura-hero .hero-discover {
    text-shadow:0 1px 2px #000, 0 0 6px rgba(0,0,0,.9);
  }
}
@media (min-width:768px) {
  .water-detail:has(#home.collon-cura-hero) #site-header .custom-navbar:not(.top-nav-collapse) .nav li a {
    text-shadow:0 1px 2px rgba(0,0,0,.95), 0 0 6px rgba(0,0,0,.85);
  }
}

/* Gentle image-only zoom; the original colours stay untouched. */
#home.collon-cura-hero #carousel-1 .item.active img {
  animation:collonPhotoZoom 12s ease-out both;
}
#home.collon-cura-hero #carousel-1[data-playback="paused"] .item img {
  animation-play-state:paused;
}
@keyframes collonPhotoZoom {
  from { transform:scale(1); }
  to { transform:scale(1.025); }
}
@media (max-width:991px) {
  .water-detail #home.collon-cura-hero .waters-hero-copy .water-hero-tagline {
    color:#826514; text-shadow:none;
  }
  #home.collon-cura-hero .waters-hero-copy .waters-eyebrow,
  #home.collon-cura-hero .waters-hero-copy .waters-hero-lead { text-shadow:none; }
}
@media (max-width:767px), (prefers-reduced-motion:reduce) {
  #home.collon-cura-hero #carousel-1 .item img {
    animation:none !important; transform:none !important;
  }
}
