.site-footer.change-footer {
  margin-top: 0;
  padding-top: 0;
  color: #fffdf8;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, .16), transparent 34%),
    #df5c27;
}

.change-footer__related {
  padding: 70px 0 58px;
  color: #241b17;
  border-bottom: 1px solid rgba(42, 28, 21, .12);
  background: #fffdf8;
}

.change-footer__eyebrow {
  margin: 0 0 12px;
  color: #df5c27;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.change-footer__related h2 {
  margin: 0 0 28px;
  color: #241b17;
  font-size: clamp(24px, 3.1vw, 40px);
  font-weight: 900;
  line-height: 1.4;
}

.change-footer__journeys {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.change-footer__journey {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(42, 28, 21, .14);
  color: #fff;
  background: #fff;
  box-shadow: 0 14px 34px rgba(58, 37, 26, .09);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.change-footer__journey::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: #df5c27;
}

.change-footer__journey--bug::before {
  background: #050505;
}

.change-footer__journey--love::before {
  background: #008090;
}

.change-footer__journey--coaching::before {
  background: #dfe200;
}

.change-footer__journey:hover,
.change-footer__journey:focus-visible {
  color: #fff;
  border-color: rgba(42, 28, 21, .28);
  box-shadow: 0 20px 42px rgba(58, 37, 26, .16);
  transform: translateY(-3px);
}

.change-footer__journey-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #050505;
}

.change-footer__journey-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.change-footer__journey--love .change-footer__journey-media {
  background: #008090;
}

.change-footer__journey--coaching .change-footer__journey-media {
  background: #111d1f;
}

.change-footer__journey-meta {
  position: relative;
  display: flex;
  min-height: 94px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 52px 18px 20px;
  background: #df5c27;
}

.change-footer__journey--bug .change-footer__journey-meta {
  background: #050505;
}

.change-footer__journey--love .change-footer__journey-meta {
  background: #008090;
}

.change-footer__journey small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  font-weight: 700;
}

.change-footer__journey strong {
  color: #fff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  letter-spacing: -.02em;
}

.change-footer__journey span {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 22px;
  transform: translateY(-50%);
}

.change-footer__main {
  display: grid;
  padding: 64px 0 54px;
  grid-template-columns: minmax(210px, .8fr) minmax(0, 2.2fr);
  gap: clamp(42px, 7vw, 100px);
}

.change-footer__brand a {
  display: inline-block;
}

.change-footer__brand img {
  width: min(260px, 100%);
  max-height: 82px;
  margin: 0 0 22px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.change-footer__brand p {
  max-width: 290px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.change-footer__brand strong {
  color: #fff;
  font-size: 17px;
}

.change-footer__nav {
  display: grid;
  align-content: start;
  grid-template-columns: 1.25fr .9fr 1.45fr 1fr;
  gap: 30px;
}

.site-footer.change-footer .change-footer__nav > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.site-footer.change-footer .change-footer__nav strong {
  margin-bottom: 16px;
  color: #fff5ed;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.site-footer.change-footer .change-footer__nav a {
  padding: 8px 0;
  border: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.site-footer.change-footer .change-footer__nav a:hover,
.site-footer.change-footer .change-footer__nav a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

.change-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
}

.change-footer__bottom a {
  color: rgba(255, 255, 255, .84);
}

/* Keep the optional-program logo away from participants' faces. */
.india-full-package__logo {
  top: 26px;
  width: min(56%, 300px);
  filter: drop-shadow(0 4px 15px rgba(255, 255, 255, .9));
  transform: translateX(-50%);
}

@media (max-width: 980px) {
  .change-footer__main {
    grid-template-columns: 1fr;
  }

  .change-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 50px;
  }
}

@media (max-width: 680px) {
  .change-footer__related {
    padding: 52px 0 44px;
  }

  .change-footer__related h2 {
    margin-bottom: 22px;
  }

  .change-footer__journeys {
    grid-template-columns: 1fr;
  }

  .change-footer__journey {
    padding: 0;
  }

  .change-footer__journey span {
    right: 18px;
  }

  .change-footer__main {
    padding: 48px 0 40px;
    gap: 42px;
  }

  .change-footer__brand img {
    width: 220px;
  }

  .change-footer__nav {
    grid-template-columns: 1fr 1fr;
    gap: 34px 24px;
  }

  .change-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .india-full-package__logo {
    top: 18px;
    width: min(64%, 280px);
  }
}

@media (max-width: 430px) {
  .change-footer__nav {
    grid-template-columns: 1fr;
  }
}
