/* SirGolf Travel journey product and verified contact modules v1 */
.journey-product-v1 {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  color: #f4efe4;
  background:
    radial-gradient(circle at 82% 12%, rgba(193, 157, 88, .14), transparent 28rem),
    linear-gradient(145deg, #0f2d24 0%, #12382d 48%, #0b241d 100%);
}

.journey-product-v1::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 4.5rem 4.5rem;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.journey-product-shell {
  position: relative;
  z-index: 1;
}

.journey-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, .72fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.journey-product-head h2 {
  max-width: 14ch;
  margin: .55rem 0 0;
  font-size: clamp(2.6rem, 5.8vw, 5.7rem);
  line-height: .93;
  letter-spacing: -.035em;
}

.journey-product-head > p {
  max-width: 41rem;
  margin: 0;
  color: rgba(244, 239, 228, .76);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}

.journey-product-programme {
  display: grid;
  grid-template-columns: minmax(11rem, .28fr) minmax(0, 1fr);
  border-top: 1px solid rgba(220, 190, 126, .38);
}

.journey-product-label {
  padding: 2rem 2.5rem 2rem 0;
  border-right: 1px solid rgba(220, 190, 126, .24);
}

.journey-product-label span {
  color: #d7b66c;
  font-size: 2.5rem;
}

.journey-product-label p {
  margin: 1.4rem 0 .45rem;
  font-weight: 700;
}

.journey-product-label small {
  display: block;
  color: rgba(244, 239, 228, .57);
  line-height: 1.65;
}

.journey-product-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-product-timeline li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2rem;
  padding: 1.5rem clamp(0rem, 3vw, 3rem);
  border-bottom: 1px solid rgba(220, 190, 126, .2);
}

.journey-product-timeline li > span {
  color: #d7b66c;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.journey-product-timeline h3 {
  margin: 0 0 .35rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.journey-product-timeline p {
  max-width: 58rem;
  margin: 0;
  color: rgba(244, 239, 228, .66);
  line-height: 1.65;
}

.journey-product-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(3.5rem, 6vw, 6rem);
  background: rgba(220, 190, 126, .3);
  border: 1px solid rgba(220, 190, 126, .3);
}

.journey-scope-card {
  padding: clamp(2rem, 4vw, 4rem);
  background: #f1eadc;
  color: #17362b;
}

.journey-scope-card--confirmed {
  background: #dac392;
}

.journey-scope-card h3 {
  max-width: 17ch;
  margin: .65rem 0 1rem;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.02;
}

.journey-scope-note {
  max-width: 38rem;
  color: rgba(23, 54, 43, .7);
  line-height: 1.6;
}

.journey-scope-card ul {
  display: grid;
  gap: .8rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.journey-scope-card li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.6;
}

.journey-scope-card li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: #876a2d;
}

.journey-live-check {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(2rem, 4vw, 4rem);
  border-right: 1px solid rgba(220, 190, 126, .3);
  border-bottom: 1px solid rgba(220, 190, 126, .3);
  border-left: 1px solid rgba(220, 190, 126, .3);
}

.journey-live-check h3 {
  max-width: 18ch;
  margin: .55rem 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
}

.journey-live-check ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(244, 239, 228, .72);
}

.journey-live-check li {
  padding: 0 0 .75rem;
  border-bottom: 1px solid rgba(244, 239, 228, .12);
  line-height: 1.5;
}

.journey-product-action {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  padding-top: clamp(2.5rem, 5vw, 5rem);
}

.journey-product-action h3 {
  max-width: 24ch;
  margin: .55rem 0 0;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
}

.journey-product-action > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: flex-end;
}

.trust-contact-v1 {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  color: #18362c;
  background:
    radial-gradient(circle at 10% 20%, rgba(182, 145, 73, .18), transparent 24rem),
    linear-gradient(130deg, #efe7d7, #f7f3ea 55%, #e4d5b8);
}

.trust-contact-shell > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .65fr);
  column-gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: 3rem;
}

.trust-contact-shell > header .eyebrow {
  grid-column: 1 / -1;
}

.trust-contact-shell > header h2 {
  max-width: 14ch;
  margin: .6rem 0 0;
  font-size: clamp(2.6rem, 5vw, 5.1rem);
  line-height: .94;
  letter-spacing: -.035em;
}

.trust-contact-shell > header > p:last-child {
  margin: 0;
  color: rgba(24, 54, 44, .72);
  line-height: 1.75;
}

.trust-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(24, 54, 44, .24);
}

.trust-contact-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 25rem;
  padding: clamp(2rem, 4vw, 4rem);
  background: rgba(255, 255, 255, .34);
}

.trust-contact-grid article + article {
  border-left: 1px solid rgba(24, 54, 44, .24);
}

.trust-contact-grid span {
  color: #806328;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.trust-contact-grid h3 {
  margin: 1rem 0 .65rem;
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.trust-contact-grid p {
  max-width: 32rem;
  color: rgba(24, 54, 44, .72);
  line-height: 1.7;
}

.trust-contact-grid > article > a {
  margin-top: auto;
  color: #18362c;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: .35rem;
}

.trust-contact-grid article > div {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.2rem;
  margin-top: 1.15rem;
}

.trust-contact-grid article > div a {
  color: #18362c;
  font-weight: 750;
  text-underline-offset: .3rem;
}

.trust-contact-grid small {
  display: block;
  max-width: 34rem;
  margin-top: 1.5rem;
  color: rgba(24, 54, 44, .6);
  line-height: 1.55;
}

@media (max-width: 840px) {
  .journey-product-head,
  .journey-product-programme,
  .journey-live-check,
  .trust-contact-shell > header {
    grid-template-columns: 1fr;
  }

  .journey-product-label {
    border-right: 0;
    border-bottom: 1px solid rgba(220, 190, 126, .24);
  }

  .journey-product-scope,
  .trust-contact-grid {
    grid-template-columns: 1fr;
  }

  .trust-contact-grid article + article {
    border-top: 1px solid rgba(24, 54, 44, .24);
    border-left: 0;
  }

  .journey-product-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .journey-product-action > div:last-child {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .journey-product-timeline li {
    grid-template-columns: 1fr;
    gap: .45rem;
    padding: 1.35rem 0;
  }

  .journey-live-check ul {
    grid-template-columns: 1fr;
  }

  .journey-scope-card {
    padding: 1.6rem;
  }

  .trust-contact-grid article {
    min-height: 0;
  }
}
