.about-page {
  --about-dark-green: #174f2c;
  --about-green: var(--color-secondary);
  --about-orange: var(--color-primary);
  background: #f7faf7;
  color: #33483a;
}

.about-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  padding: 112px 0 190px;
  background:
    linear-gradient(90deg, rgba(17, 61, 34, .96) 0%, rgba(23, 79, 44, .88) 48%, rgba(23, 79, 44, .32) 100%),
    url("../img/section-1bg.png") center/cover no-repeat;
  color: #fff;
}

.about-hero::before,
.about-hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.about-hero::before {
  top: -130px;
  right: -70px;
  width: 330px;
  height: 330px;
  border: 58px solid rgba(255, 125, 36, .18);
}

.about-hero::after {
  right: 19%;
  bottom: -85px;
  width: 190px;
  height: 190px;
  background: rgba(78, 177, 102, .2);
}

.about-eyebrow,
.about-section-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--about-green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-hero .about-eyebrow {
  color: #bcf0c8;
}

.about-hero h1 {
  max-width: 790px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.07;
}

.about-hero p {
  max-width: 740px;
  margin-bottom: 31px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  line-height: 1.8;
}

.about-hero-actions,
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-btn {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.about-btn:hover {
  transform: translateY(-2px);
}

.about-btn-primary {
  background: var(--about-orange);
  color: #fff;
  box-shadow: 0 10px 28px rgba(255, 125, 36, .24);
}

.about-btn-primary:hover {
  background: #e96812;
  color: #fff;
}

.about-btn-light {
  border-color: rgba(255, 255, 255, .65);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  backdrop-filter: blur(8px);
}

.about-btn-light:hover {
  background: #fff;
  color: var(--about-dark-green);
}

.about-stats {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(23, 79, 44, .09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(23, 79, 44, .14);
}

.about-stat {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: center;
  padding: 30px 34px;
  border-right: 1px solid #e3ebe4;
}

.about-stat:last-child {
  border-right: 0;
}

.about-stat-number {
  color: var(--about-dark-green);
  font-family: var(--font-primary);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.about-stat-label {
  margin-top: 10px;
  color: #718076;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.45;
}

.about-stat-message {
  align-items: center;
  flex-direction: row;
  gap: 16px;
  background: var(--about-green);
}

.about-stat-message > i {
  display: inline-flex;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .17);
  color: #fff;
  font-size: 1.35rem;
}

.about-stat-message .about-stat-number,
.about-stat-message .about-stat-label {
  color: #fff;
}

.about-stat-message .about-stat-number {
  font-size: 1.65rem;
}

.about-stat-message .about-stat-label {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .8);
}

.about-section {
  padding: 100px 0;
}

.about-story {
  padding-top: 125px;
}

.about-story-visual {
  position: relative;
  max-width: 570px;
  padding: 0 34px 34px 0;
}

.about-story-visual::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 76%;
  border-radius: 25px;
  background:
    radial-gradient(circle, rgba(78, 177, 102, .28) 2px, transparent 3px);
  background-size: 18px 18px;
  content: "";
}

.about-story-image {
  position: relative;
  z-index: 1;
  min-height: 520px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(23, 79, 44, .03), rgba(23, 79, 44, .3)),
    url("../img/section-1bg.png") center/cover no-repeat;
  box-shadow: 0 24px 55px rgba(23, 79, 44, .18);
}

.about-story-note {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 70px;
  display: flex;
  gap: 13px;
  align-items: center;
  min-width: 280px;
  padding: 17px 19px;
  border-left: 4px solid var(--about-orange);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 79, 44, .19);
}

.about-story-note > i {
  color: var(--about-orange);
  font-size: 1.35rem;
}

.about-story-note strong,
.about-story-note span {
  display: block;
}

.about-story-note strong {
  color: var(--about-dark-green);
}

.about-story-note span {
  margin-top: 3px;
  color: #79857d;
  font-size: .8rem;
}

.about-story h2,
.about-section-heading h2,
.about-destinations h2,
.about-cta h2 {
  margin-bottom: 20px;
  color: var(--about-dark-green);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.2;
}

.about-story p,
.about-destinations p {
  color: #66746a;
  line-height: 1.85;
}

.about-story .about-lead {
  color: #3d5143;
  font-size: 1.08rem;
  font-weight: 600;
}

.about-signature {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #dce6de;
}

.about-signature-mark {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #e4f4e8;
  color: var(--about-green);
}

.about-signature strong,
.about-signature span {
  display: block;
}

.about-signature strong {
  color: var(--about-dark-green);
}

.about-signature span {
  margin-top: 4px;
  color: #7c887f;
  font-size: .84rem;
}

.about-values {
  background: #eef6ef;
}

.about-section-heading {
  display: flex;
  gap: 50px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.about-section-heading > div {
  max-width: 680px;
}

.about-section-heading h2 {
  margin-bottom: 0;
}

.about-section-heading > p {
  max-width: 400px;
  margin: 0 0 7px;
  color: #6a776e;
  line-height: 1.7;
}

.about-value-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(23, 79, 44, .09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(23, 79, 44, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.about-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(23, 79, 44, .12);
}

.about-value-number {
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgba(78, 177, 102, .13);
  font-family: var(--font-primary);
  font-size: 4.8rem;
  line-height: 1;
}

.about-value-icon {
  position: relative;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 17px;
  background: var(--about-dark-green);
  color: #fff;
  font-size: 1.35rem;
}

.about-values .row > div:nth-child(2) .about-value-icon {
  background: var(--about-orange);
}

.about-value-card h3 {
  position: relative;
  margin-bottom: 13px;
  color: var(--about-dark-green);
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 800;
}

.about-value-card p {
  position: relative;
  margin: 0;
  color: #718076;
  line-height: 1.75;
}

.about-destinations {
  background: #fff;
}

.about-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  color: var(--about-orange);
  font-weight: 800;
  text-decoration: none;
}

.about-text-link:hover {
  color: #df630f;
}

.about-destination-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-content: center;
  justify-content: center;
  min-height: 360px;
  padding: 46px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 125, 36, .11), transparent 28%),
    #f4f8f4;
}

.about-destination-chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #dce8de;
  border-radius: 999px;
  background: #fff;
  color: #4d6253;
  font-size: .88rem;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(23, 79, 44, .06);
}

.about-destination-chip i {
  color: var(--about-orange);
}

.about-destination-chip.is-featured {
  border-color: transparent;
  background: var(--about-green);
  color: #fff;
}

.about-destination-chip.is-featured i {
  color: #fff;
}

.about-process {
  position: relative;
  overflow: hidden;
  background: var(--about-dark-green);
}

.about-process::after {
  position: absolute;
  right: -130px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border: 65px solid rgba(255, 125, 36, .13);
  border-radius: 50%;
  content: "";
}

.about-section-heading-light {
  position: relative;
  z-index: 1;
}

.about-section-heading-light h2 {
  color: #fff;
}

.about-section-heading-light > p {
  color: rgba(255, 255, 255, .7);
}

.about-process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-process-step {
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 17px;
  background: rgba(255, 255, 255, .07);
}

.about-process-step > span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 10px;
  background: var(--about-orange);
  color: #fff;
  font-weight: 800;
}

.about-process-step h3 {
  margin-bottom: 11px;
  color: #fff;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 800;
}

.about-process-step p {
  margin: 0;
  color: rgba(255, 255, 255, .67);
  font-size: .88rem;
  line-height: 1.7;
}

.about-cta {
  padding: 80px 0;
  background: #f7faf7;
}

.about-cta-card {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 48px 55px;
  border: 1px solid rgba(23, 79, 44, .1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 10%, rgba(78, 177, 102, .15), transparent 27%),
    #fff;
  box-shadow: 0 18px 48px rgba(23, 79, 44, .09);
}

.about-cta h2 {
  margin-bottom: 9px;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
}

.about-cta p {
  margin: 0;
  color: #6e7b72;
}

.about-btn-outline {
  border-color: var(--about-green);
  background: #fff;
  color: var(--about-dark-green);
}

.about-btn-outline:hover {
  background: var(--about-green);
  color: #fff;
}

@media (max-width: 1199.98px) {
  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-stat:nth-child(2) {
    border-right: 0;
  }

  .about-stat:nth-child(-n+2) {
    border-bottom: 1px solid #e3ebe4;
  }

  .about-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
  .about-hero {
    min-height: auto;
    padding: 90px 0 165px;
    background:
      linear-gradient(90deg, rgba(17, 61, 34, .96), rgba(23, 79, 44, .76)),
      url("../img/section-1bg.png") center/cover no-repeat;
  }

  .about-story-visual {
    margin: 0 auto;
  }

  .about-section-heading,
  .about-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-section-heading {
    gap: 15px;
  }

  .about-destination-cloud {
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .about-hero {
    padding: 70px 0 135px;
  }

  .about-hero h1 {
    font-size: 2.55rem;
  }

  .about-stats {
    margin-top: -75px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-stat {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid #e3ebe4;
  }

  .about-stat:nth-child(3) {
    border-bottom: 1px solid #e3ebe4;
  }

  .about-section {
    padding: 70px 0;
  }

  .about-story {
    padding-top: 90px;
  }

  .about-story-visual {
    padding: 0 18px 25px 0;
  }

  .about-story-image {
    min-height: 390px;
  }

  .about-story-note {
    right: 0;
    bottom: 45px;
    min-width: 255px;
  }

  .about-section-heading {
    margin-bottom: 35px;
  }

  .about-value-card,
  .about-destination-cloud {
    padding: 28px;
  }

  .about-process-grid {
    grid-template-columns: 1fr;
  }

  .about-cta {
    padding: 55px 0;
  }

  .about-cta-card {
    padding: 33px 27px;
  }

  .about-cta-actions,
  .about-cta-actions .about-btn {
    width: 100%;
  }
}
