.home-hero {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  color: #f7f5ef;
  background: #102d20;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background: url("/assets/verde-hero.jpg") center/cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(16, 45, 32, 0.97),
    rgba(16, 45, 32, 0.78) 40%,
    rgba(16, 45, 32, 0.2) 100%
  );
}
.home-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 125px 0 120px;
}
.eyebrow.light {
  color: rgba(247, 245, 239, 0.75);
}
.home-hero h1 {
  max-width: 670px;
  margin-top: 21px;
  font-size: clamp(57px, 7.1vw, 101px);
  line-height: 0.91;
}
.home-hero h1 em {
  color: #d5ed83;
}
.home-hero p {
  max-width: 470px;
  margin-top: 28px;
  color: rgba(247, 245, 239, 0.75);
  font-size: 15px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}
.hero-link {
  color: #f7f5ef;
  border-bottom: 1px solid rgba(247, 245, 239, 0.5);
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}
.hero-stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 138px;
  height: 138px;
  padding-top: 34px;
  border: 1px solid rgba(213, 237, 131, 0.7);
  border-radius: 50%;
  color: #d5ed83;
  font:
    18px/1 "DM Serif Display",
    Georgia,
    serif;
  text-align: center;
  transform: rotate(9deg);
}
.hero-stamp em {
  color: #f7f5ef;
}
.hero-stamp span {
  font-size: 22px;
}
.hero-meta {
  position: absolute;
  right: 50%;
  bottom: 27px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(247, 245, 239, 0.5);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: translateX(50%);
}
.home-intro {
  padding: 130px 0 136px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 0.7fr;
  gap: 35px;
  align-items: start;
}
.section-kicker {
  padding-top: 10px;
  color: #718076;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-intro h2,
.home-values h2,
.home-feature h2,
.home-cta h2 {
  color: #183c2a;
  font-size: clamp(47px, 5.5vw, 77px);
  line-height: 0.94;
}
.home-intro p {
  max-width: 575px;
  margin-top: 28px;
  color: #667269;
  font-size: 15px;
  line-height: 1.8;
}
.arrow-link {
  display: inline-block;
  margin-top: 31px;
  border-bottom: 1px solid #183c2a;
  padding-bottom: 7px;
  color: #183c2a;
  font-size: 12px;
  font-weight: 700;
}
.intro-note {
  justify-self: end;
  color: #789272;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}
.home-values {
  padding: 116px 0 124px;
  background: #e9eee3;
}
.home-values h2 {
  margin-top: 17px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 54px;
}
.value-grid article {
  min-height: 265px;
  padding: 26px;
  border: 1px solid rgba(24, 60, 42, 0.12);
  border-radius: 13px;
  background: rgba(255, 253, 249, 0.43);
  transition: 0.2s;
}
.value-grid article:hover {
  transform: translateY(-5px);
  background: #fffdf9;
  box-shadow: 0 18px 33px rgba(48, 70, 53, 0.1);
}
.value-grid b {
  color: #90a394;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.value-grid article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 28px;
  border-radius: 50%;
  background: #d5ed83;
  color: #183c2a;
}
.value-grid h3 {
  margin-top: 17px;
  color: #183c2a;
  font-size: 26px;
}
.value-grid p {
  max-width: 275px;
  margin-top: 10px;
  color: #708076;
  font-size: 12px;
  line-height: 1.6;
}
.home-feature {
  padding: 138px 0 145px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 115px;
  align-items: center;
  max-width: 1040px;
}
.feature-image {
  padding: 17px 17px 0 0;
  background: #e2e8d9;
}
.feature-image img {
  display: block;
  width: 83%;
  height: 412px;
  object-fit: cover;
  box-shadow: 18px 22px 42px rgba(26, 50, 34, 0.18);
}
.home-feature h2 {
  margin-top: 19px;
}
.home-feature p {
  max-width: 430px;
  margin: 25px 0 31px;
  color: #667269;
  font-size: 14px;
  line-height: 1.75;
}
.home-cta {
  padding: 114px 0 120px;
  color: #f7f5ef;
  background: #102d20;
}
.home-cta h2 {
  margin: 18px 0 30px;
  color: #f7f5ef;
}
.home-cta h2 em {
  color: #d5ed83;
}
@media (max-width: 850px) {
  .home-hero-inner {
    padding-top: 100px;
  }
  .hero-stamp {
    width: 105px;
    height: 105px;
    font-size: 14px;
  }
  .intro-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .intro-note {
    justify-self: start;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    gap: 55px;
  }
  .feature-image {
    max-width: 420px;
  }
}
@media (max-width: 540px) {
  .home-hero {
    min-height: 680px;
  }
  .home-hero h1 {
    font-size: 58px;
  }
  .home-hero-inner {
    align-items: flex-start;
  }
  .hero-stamp {
    position: absolute;
    right: 0;
    bottom: 45px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }
  .home-intro,
  .home-feature {
    padding: 88px 0;
  }
  .home-values {
    padding: 84px 0;
  }
  .feature-image img {
    height: 360px;
  }
}
