/* Match Home: actions at the lower left of desktop photos, 22px from the edge. */
@media (min-width: 768px) {
  .expeditions-modern .exp-starlink-notice {
    bottom: max(170px, calc(100vh - clamp(720px, 96vh, 840px) + 100px));
    left: auto;
    right: 22px;
  }
  #home #carousel-1 :is(.all-hero-actions, .day-hero-actions, .exp-hero-actions) {
    bottom: 22px;
    margin-top: 0;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expeditions-modern .exp-starlink-notice { bottom: max(170px, calc(100vh - 760px + 100px)); }
}
/* The complete deer photo uses copy below it at tablet widths. */
@media (min-width: 768px) and (max-width: 1199px) {
  #home #carousel-1:has(.all-hero-uncropped:is(.active, .next, .prev)) .all-hero-copy { padding-bottom: 30px; }
  #home #carousel-1:has(.all-hero-uncropped:is(.active, .next, .prev)) .all-hero-actions { bottom: auto; position: static; }
}
/* Match Home's natural button widths and narrow-screen stacking. */
@media (max-width: 767px) {
  #home #carousel-1 :is(.all-hero-copy, .day-hero-copy, .exp-hero-copy) { padding-bottom: 30px; }
  #home #carousel-1 :is(.all-hero-lead, .day-hero-lead, .exp-hero-lead) { margin-bottom: 24px; }
  #home #carousel-1 :is(.all-hero-actions, .day-hero-actions, .exp-hero-actions) {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
  }
  #home #carousel-1 :is(.all-hero-actions, .day-hero-actions, .exp-hero-actions) > a { flex: 0 1 auto; }
}
@media (max-width: 430px) {
  #home #carousel-1 :is(.all-hero-actions, .day-hero-actions, .exp-hero-actions) > a { flex: 1 1 100%; }
}
