.hike-photo-band {
  overflow: hidden;
}

.lycian-promo {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #06233d;
}

.lycian-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 27, 45, .9), rgba(3, 27, 45, .48) 58%, rgba(3, 27, 45, .08));
}

.lycian-promo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.lycian-promo > div {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  padding: 52px clamp(22px, 6vw, 84px);
  color: #fff;
}

.lycian-promo .eyebrow { color: #d9e7a8; }
.lycian-promo h2 { margin: 0; color: #fff; font-size: clamp(38px, 5vw, 64px); }
.lycian-promo p:not(.eyebrow) { max-width: 590px; font-size: 18px; }

.hike-photo-band img {
  min-width: 0;
  min-height: 0;
}

.hike-details {
  padding-top: 104px;
}

.hike-inclusions {
  margin-top: 24px;
}

@media (max-width: 1000px) {
  .hike-details {
    padding-top: 82px;
  }

  .hike-inclusions {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .lycian-promo { min-height: 470px; }
  .lycian-promo::after { background: linear-gradient(0deg, rgba(3, 27, 45, .94), rgba(3, 27, 45, .18)); }
  .lycian-promo > div { padding: 38px 22px; }
}
