/* ==========================================================================
   Living Stones Mission Report Template
   Shared by Honduras, Ukraine, Kenya, Tanzania, and future trip reports.
   ========================================================================== */

.kh-ls-trip-page {
  background: #f7f4ed;
  color: #172019;
}

.kh-ls-trip-shell {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

/* HERO */

.kh-ls-trip-hero {
  position: relative;
  min-height: calc(100vh - var(--kh-header-height));
  min-height: calc(100svh - var(--kh-header-height));
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.kh-ls-trip-hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.kh-ls-trip-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(5, 22, 13, 0.94) 0%,
      rgba(5, 22, 13, 0.82) 36%,
      rgba(5, 22, 13, 0.42) 62%,
      rgba(5, 22, 13, 0.10) 100%
    );
}

.kh-ls-trip-hero__content {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 56px 0;
  color: #ffffff;
}

.kh-ls-trip-hero .kh-page-title {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.98;
}

.kh-ls-trip-hero__lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.65;
}

.kh-ls-trip-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* OVERVIEW */

.kh-ls-trip-overview {
  display: flex;
  align-items: center;
  background: #f7f4ed;
}

.kh-ls-trip-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.kh-ls-trip-heading .kh-section-title {
  margin-bottom: 0;
}

.kh-ls-trip-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: start;
}

.kh-ls-trip-copy {
  color: #3e493f;
  font-size: 1rem;
  line-height: 1.75;
}

.kh-ls-trip-copy p {
  margin: 0 0 20px;
}

.kh-ls-trip-copy p:last-child {
  margin-bottom: 0;
}

.kh-ls-trip-highlights {
  padding: 30px;
  border: 1px solid rgba(139, 104, 39, 0.24);
  border-radius: 20px;
  background: #fffdf8;
  box-shadow: 0 16px 34px rgba(20, 31, 23, 0.10);
}

.kh-ls-trip-highlights__label {
  margin: 0 0 18px;
  color: #8b6827;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kh-ls-trip-highlights ul {
  margin: 0;
  padding-left: 20px;
  color: #263328;
}

.kh-ls-trip-highlights li {
  margin-bottom: 13px;
  line-height: 1.55;
}

.kh-ls-trip-highlights li:last-child {
  margin-bottom: 0;
}

/* GALLERY */

.kh-ls-trip-gallery {
  display: flex;
  align-items: center;
  background: #ffffff;
}

.kh-ls-trip-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kh-ls-trip-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #172019;
  box-shadow: 0 14px 30px rgba(20, 31, 23, 0.14);
}

.kh-ls-trip-photo img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.kh-ls-trip-photo--portrait img {
  object-position: center 35%;
}

.kh-ls-trip-photo--landscape img {
  object-position: center center;
}

.kh-ls-trip-photo figcaption {
  min-height: 84px;
  padding: 15px 16px 17px;
  background: #172019;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* CLOSING */

.kh-ls-trip-closing {
  background:
    linear-gradient(
      135deg,
      #10291d 0%,
      #173726 58%,
      #1d432e 100%
    );
  color: #ffffff;
}

.kh-ls-trip-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.kh-ls-trip-closing__copy {
  max-width: 720px;
}

.kh-ls-trip-closing__copy .kh-section-title {
  color: #ffffff;
}

.kh-ls-trip-closing__copy > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.kh-ls-trip-closing__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

/* DESKTOP VIEWPORT FIT */

@media (min-width: 901px) {
  .kh-ls-trip-overview,
  .kh-ls-trip-gallery {
    min-height: calc(100vh - var(--kh-header-height));
    min-height: calc(100svh - var(--kh-header-height));
    padding: 42px 0;
  }

  .kh-ls-trip-closing {
    min-height: calc(100vh - var(--kh-header-height));
    min-height: calc(100svh - var(--kh-header-height));
  }
}

/* TABLET */

@media (max-width: 900px) {
  .kh-ls-trip-shell,
  .kh-ls-trip-hero__content,
  .kh-ls-trip-closing__inner {
    width: min(100% - 40px, 1180px);
  }

  .kh-ls-trip-hero {
    min-height: 720px;
  }

  .kh-ls-trip-hero .kh-page-title {
    max-width: 720px;
  }

  .kh-ls-trip-overview,
  .kh-ls-trip-gallery {
    padding: 72px 0;
  }

  .kh-ls-trip-overview__grid {
    grid-template-columns: 1fr;
  }

  .kh-ls-trip-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kh-ls-trip-closing__inner {
    grid-template-columns: 1fr;
  }

  .kh-ls-trip-closing__actions {
    justify-content: flex-start;
  }
}

/* MOBILE */

@media (max-width: 620px) {
  .kh-ls-trip-shell,
  .kh-ls-trip-hero__content,
  .kh-ls-trip-closing__inner {
    width: calc(100% - 32px);
  }

  .kh-ls-trip-hero {
    min-height: 760px;
    align-items: flex-end;
  }

  .kh-ls-trip-hero__image {
    object-position: 58% center;
  }

  .kh-ls-trip-hero__overlay {
    background:
      linear-gradient(
        0deg,
        rgba(5, 22, 13, 0.98) 0%,
        rgba(5, 22, 13, 0.88) 60%,
        rgba(5, 22, 13, 0.22) 100%
      );
  }

  .kh-ls-trip-hero__content {
    padding: 54px 0 42px;
  }

  .kh-ls-trip-hero .kh-page-title {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .kh-ls-trip-hero__actions {
    display: grid;
  }

  .kh-ls-trip-hero__actions .kh-button {
    width: 100%;
  }

  .kh-ls-trip-gallery__grid {
    grid-template-columns: 1fr;
  }

  .kh-ls-trip-photo img {
    height: 360px;
  }

  .kh-ls-trip-photo figcaption {
    min-height: auto;
  }

  .kh-ls-trip-closing__actions {
    display: grid;
  }

  .kh-ls-trip-closing__actions .kh-button {
    width: 100%;
  }
}

/* Closing-panel alignment override
   Restores the centered 1180px trip-report content container after the
   shared closing-panel rule assigns width: 100%.
*/
html.kh-panel-document
  .kh-ls-trip-closing
  .kh-ls-trip-closing__inner {
  width: min(1180px, calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 900px) {
  html.kh-panel-document
    .kh-ls-trip-closing
    .kh-ls-trip-closing__inner {
    width: min(1180px, calc(100% - 40px));
  }
}

@media (max-width: 620px) {
  html.kh-panel-document
    .kh-ls-trip-closing
    .kh-ls-trip-closing__inner {
    width: calc(100% - 32px);
  }
}
