.about-page {
  background-color: #fdf6ee;
}

.about-page .guided-by {
  min-height: calc(100vh - var(--header-height, 96px));
}

.guided-by {
  position: relative;
  overflow: visible;
  min-height: clamp(520px, 72vh, 680px);
  padding: clamp(6.25rem, 11.5vw, 8rem) clamp(1.25rem, 4vw, 2.5rem)
    clamp(11rem, 20vw, 15rem);
  background-color: #2a9d8f;
  background-image: url("../img/abouttbg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  box-shadow:
    0 42px 72px -10px rgba(253, 246, 238, 0.92),
    0 22px 44px -14px rgba(253, 246, 238, 0.65);
}

.guided-by::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(253, 246, 238, 0) 0%,
    rgba(253, 246, 238, 0.1) 28%,
    rgba(253, 246, 238, 0.32) 52%,
    rgba(253, 246, 238, 0.58) 72%,
    rgba(253, 246, 238, 0.82) 88%,
    #fdf6ee 100%
  );
}

.guided-by__content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom:-15px;

}

.guided-by__title {
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(1.58rem, 3.45vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.35rem;
  letter-spacing: -0.01em;
}

.guided-by__text {
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.92rem, 1.45vw, 1.05rem);
  font-weight: 400;
  line-height: 1.62;
  max-width: min(94vw, 50rem);
  margin: 0 auto 2rem;
  opacity: 0.98;
}

.guided-by__btn {
  display: inline-block;
  padding: 1.2rem 2.35rem;
  font-family: "Elms Sans", sans-serif;
  font-size: clamp(0.78rem, 1.1vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background-color: #006d5b;
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.guided-by__btn:hover,
.guided-by__btn:focus-visible {
  background-color: #005a4a;
  transform: translateY(-1px);
}

.guided-by__fan {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(0.35rem, 0.9vw, 0.75rem);
  width: min(100%, 1180px);
  padding: 0 clamp(0.75rem, 3vw, 2rem);
  transform: translate(-50%, 40%);
  pointer-events: none;
}

.guided-by__card {
  display: block;
  flex: 0 0 auto;

  height: auto;
  max-height: clamp(265px, 37vh, 388px);
  object-fit: contain;
  border: none;
  border-radius: 16px;
  box-shadow: none;
  outline: none;
  background: transparent;
  transform-origin: center bottom;
}

/* Left → right: (5), (4), (3), (2), (1) — vertical arc only */
.guided-by__fan .guided-by__card:nth-child(1) {
  
  max-height: clamp(280px, 38vh, 410px);
  transform: translateY(0);
}

.guided-by__fan .guided-by__card:nth-child(2) {
  transform: translateY(-3.75rem);
}

.guided-by__fan .guided-by__card:nth-child(3) {
  width: clamp(116px, 12.1vw, 174px);
  max-height: clamp(228px, 32.5vh, 335px);
  transform: translateY(-5.75rem);
}

.guided-by__fan .guided-by__card:nth-child(4) {
  transform: translateY(-3.75rem);
}

.guided-by__fan .guided-by__card:nth-child(5) {
  width: clamp(148px, 15vw, 220px);
  max-height: clamp(280px, 38vh, 410px);
  transform: translateY(0);
}

@media (max-width: 900px) {
  .about-page .guided-by {
    min-height: auto;
  }

  .guided-by {
    min-height: auto;
    padding-top: clamp(5.5rem, 12vw, 7rem);
    padding-bottom: clamp(6rem, 14vw, 8.5rem);
  }

  .guided-by__title {
    font-size: clamp(1.35rem, 4.25vw, 1.85rem);
  }

  .guided-by__text {
    font-size: clamp(0.86rem, 1.95vw, 0.98rem);
  }

  .guided-by__fan {
    transform: translate(-50%, 42%);
  }

  .guided-by__card {
    
    max-height: clamp(222px, 32vh, 305px);
    border-radius: 12px;
  }

  .guided-by__fan .guided-by__card:nth-child(2),
  .guided-by__fan .guided-by__card:nth-child(4) {
    transform: translateY(-3.1rem);
  }

  .guided-by__fan .guided-by__card:nth-child(1),
  .guided-by__fan .guided-by__card:nth-child(5) {
    width: clamp(110px, 17.5vw, 166px);
    max-height: clamp(236px, 33vh, 324px);
  }

  .guided-by__fan .guided-by__card:nth-child(3) {
    width: clamp(86px, 14.25vw, 130px);
    max-height: clamp(188px, 27.5vh, 262px);
    transform: translateY(-4.5rem);
  }
}

@media (max-width: 600px) {
  .guided-by {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: clamp(3rem, 9vw, 4.5rem);
  }
 
  .guided-by__image-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: min(96vw, 620px);
    z-index: 3;
    margin-top: clamp(1.75rem, 6vw, 2.25rem);
    padding: 0;
  }
 
  .guided-by__image {
    max-height: clamp(200px, 34vh, 300px);
  }
  .guided-by__content {
    position: relative;
    z-index: 4;
    padding-bottom: 0;
  }

  .guided-by__text {
    margin-bottom: 1.35rem;
  }

  .guided-by__btn {
    position: relative;
    z-index: 5;
  }

  .guided-by__fan {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    z-index: 3;
    margin-top: clamp(2rem, 6vw, 3rem);
    padding: clamp(2rem, 7vw, 3rem) 0.35rem clamp(1.5rem, 6vw, 2.5rem);
    gap: 0.2rem;
  }

  .guided-by__card {
   
    max-height: clamp(175px, 28vh, 238px);
    border-radius: 10px;
  }

  .guided-by__fan .guided-by__card:nth-child(2),
  .guided-by__fan .guided-by__card:nth-child(4) {
    transform: translateY(-0.65rem);
  }

  .guided-by__fan .guided-by__card:nth-child(1),
  .guided-by__fan .guided-by__card:nth-child(5) {
    width: clamp(379px, 21.5vw, 110px);
    max-height: clamp(188px, 29vh, 254px);
  }

  .guided-by__fan .guided-by__card:nth-child(3) {
    width: clamp(61px, 16.25vw, 86px);
    max-height: clamp(150px, 23.5vh, 206px);
    transform: translateY(-0.8rem);
  }
}
